~thopiekar/emgd/+git/libva:master-1.0.14

Last commit made on 2014-03-02
Get this branch:
git clone -b master-1.0.14 https://git.launchpad.net/~thopiekar/emgd/+git/libva

Branch merges

Branch information

Name:
master-1.0.14
Repository:
lp:~thopiekar/emgd/+git/libva

Recent commits

c9a4508... by Thomas Karl Pietrowski

adding new packaging

945d494... by Thomas Karl Pietrowski

removing packaging

6fd789f... by Thomas Karl Pietrowski

fixing build problems

cdcb15e... by "Xiang, Haihao" <email address hidden>

bump to 1.0.14

Signed-off-by: Xiang, Haihao <email address hidden>

3521395... 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.

6c9ff07... by Austin Yuan <email address hidden>

va.h: VA_DECODE_ERROR_TYPE changed to VADecodeErrorType for unified codying style (CamelCase)

VA_DECODE_SLICE_MISSING --> VADecodeSliceMissing
VA_DECODE_MB_ERROR --> VADecodeMBError

Signed-off-by: Austin Yuan <email address hidden>

c3e7bd8... 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: 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.

0d25dbe... by Gwenole Beauchesne <email address hidden>

Fix make dist.

9370f60... by Gwenole Beauchesne <email address hidden>

Fix out-of-source builds.

0d571c8... by Gwenole Beauchesne <email address hidden>

i965_drv_video: cosmetics (cleanup Makefile).