lp://staging/~thopiekar/emgd/libva-1.0.14-github_community
- Get this branch:
- bzr branch lp://staging/~thopiekar/emgd/libva-1.0.14-github_community
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://github.com/EMGD-Community/libva.git,branch=master-1.0.14.
Last successful import was .
Recent revisions
- 334. By Xiang, Haihao <email address hidden>
-
bump to 1.0.14
Signed-off-by: Xiang, Haihao <email address hidden>
- 333. By Gwenole Beauchesne <email address hidden>
-
i965_drv_video: don't export internal driver functions.
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. - 332. By Austin Yuan <email address hidden>
-
va.h: VA_DECODE_
ERROR_TYPE changed to VADecodeErrorType for unified codying style (CamelCase) VA_DECODE_
SLICE_MISSING --> VADecodeSliceMi ssing
VA_DECODE_MB_ERROR --> VADecodeMBErrorSigned-off-by: Austin Yuan <email address hidden>
- 331. By Gwenole Beauchesne <email address hidden>
-
dri2: ignore BadDrawable errors.
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: 32The 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.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)