- 15 Nov, 2011 1 commit
-
-
Jean-Paul Saman authored
-
- 14 Oct, 2011 1 commit
-
-
Gwenole Beauchesne authored
Make sure VA/X11 and VA/GLX backends can be used independently from the user-provided master X display. Create alternate thread-local X connections for VA-specific purposes. This allows for async VA initialization without the need for the program to explicitly call XInitThreads() beforehand. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
-
- 11 Oct, 2011 1 commit
-
-
Gwenole Beauchesne authored
VA_FGLRXGetClientDriverName() used to return success even if no valid driver name was found, thus returning a NULL driver name. Also fixed the X display name matching routine to filter out the screen number, which may not be in the string, and make sure to compare screen numbers from what ADL returns too. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
-
- 22 Sep, 2011 3 commits
-
-
Austin Yuan authored
remove va_fool_getframe.c which looks strange correct some coding style for file va.c simplify va_fool.c for both decode and encode refine the surface dump of va_trace.c Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
-
jiguoliang authored
For such use case, the pipeline is: decode->encode->send to network. The local decode/playback and the encode process are seperated, thus it needs the buffer sharing b/w the decode and encode in seperate process. This API creates/wraps the decoded surface into an encode surface. Its input parameter is the kernel buffer handle of decoded surface which is only understandable by driver implementation. Change-Id: I7953ecf3b7333c1cdb6af5a0f45b054c8840f8e2 Signed-off-by: jiguoliang <guoliangx.ji@intel.com> Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
-
ywan171 authored
POC should be integer. Change-Id: I75281aafa148c88f0de58981969e1c43ea8d2684 Signed-off-by: ywan171 <yi.a.wang@intel.com>
-
- 19 Sep, 2011 2 commits
-
-
Xiang, Haihao authored
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-
Xiang, Haihao authored
I didn't see this issue until I upgraded my system recently. It's evident the default behavior of the linker is changed. Explicitly adding the missing libraries to the link step can resolve this issue. Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-
- 02 Aug, 2011 1 commit
-
-
Xiang, Haihao authored
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-
- 28 Jul, 2011 1 commit
-
-
Xiang, Haihao authored
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-
- 27 Jul, 2011 1 commit
-
-
Gwenole Beauchesne authored
Make sure to use our internal functions. In particular, we override some DRM functions and they have to be used. e.g. this fixes VA/GLX.
-
- 26 Jul, 2011 9 commits
-
-
Austin Yuan authored
VA_DECODE_SLICE_MISSING --> VADecodeSliceMissing VA_DECODE_MB_ERROR --> VADecodeMBError Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
-
Gwenole Beauchesne authored
Hi, This patch fixes the following error. X Error of failed request: BadDrawable (invalid Pixmap or Window parameter) Major opcode of failed request: 137 (DRI2) Minor opcode of failed request: 4 (DRI2DestroyDrawable) Resource id in failed request: 0x4800001 Serial number of failed request: 30 Current serial number in output stream: 32 The X drawable can die before we notice it in free_drawable_hashtable(), called through vaTerminate(). This patch is ported from Mesa (GLX/DRI2). Regards, Gwenole.
-
Gwenole Beauchesne authored
-
Gwenole Beauchesne authored
-
Gwenole Beauchesne authored
-
Gwenole Beauchesne authored
-
Gwenole Beauchesne authored
-
Gwenole Beauchesne authored
-
Austin Yuan authored
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
-
- 14 Jul, 2011 1 commit
-
-
Austin Yuan authored
vatrace:print H263 decode paramters test/putsurfac: create drawable with a geometry from commandline va.h: add BGRA fourcc Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
-
- 12 Jul, 2011 1 commit
-
-
Xiang, Haihao authored
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-
- 08 Jul, 2011 1 commit
-
-
Xiang, Haihao authored
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-
- 07 Jul, 2011 1 commit
-
-
Xiang, Haihao authored
This fixes https://bugs.freedesktop.org/show_bug.cgi?id=38628Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-
- 30 Jun, 2011 1 commit
-
-
Austin Yuan authored
Change-Id: Ib39b436865c2b665dc49c916d5f364f03e8c79b5 igned-off-by: Austin Yuan <shengquan.yuan@gmail.com>
-
- 29 Jun, 2011 3 commits
-
-
Gwenole Beauchesne authored
-
Gwenole Beauchesne authored
-
Gwenole Beauchesne authored
-
- 24 Jun, 2011 3 commits
-
-
Xiang, Haihao authored
This fixes broken putsurface on X11 Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-
Xiang, Haihao authored
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-
Xiang, Haihao authored
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-
- 20 Jun, 2011 2 commits
-
-
Austin Yuan authored
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
-
Austin Yuan authored
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
-
- 17 Jun, 2011 1 commit
-
-
Gwenole Beauchesne authored
-
- 16 Jun, 2011 1 commit
-
-
Austin Yuan authored
Previously a VA display will be shared if a native display is shared by multiple threads, it will casue some thread safety issue in a multi-threaded program. Remove the global VADisplayContextP pDisplayContexts which is not thread safe Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
-
- 15 Jun, 2011 1 commit
-
-
Xiang, Haihao authored
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-
- 14 Jun, 2011 1 commit
-
-
Xiang, Haihao authored
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-
- 13 Jun, 2011 3 commits
-
-
Edgar Hucek authored
Signed-off-by: Edgar Hucek <gimli@dark-green.com> Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-
Edgar Hucek authored
Signed-off-by: Edgar Hucek <gimli@dark-green.com>
-
Xiang, Haihao authored
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-