| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master-fd.o' | Austin Yuan | 2009-08-28 | 13 | -367/+220 |
|\ |
|
| * | Remove context from vaSyncSurface | Austin Yuan | 2009-08-28 | 6 | -19/+2 |
| * | Split libva DSO into core (libva.so) and display-dependent parts (libva-x11.so). | Gwenole Beauchesne | 2009-08-28 | 7 | -28/+40 |
| * | Assgin VASurfaceRendering a non-zero value instead of 0 | Austin Yuan | 2009-08-27 | 1 | -4/+4 |
| * | Combine vaPutImage/vaPutImage2, vaAssociateSubpicture/vaAssociateSubpicture2 | Austin Yuan | 2009-08-27 | 5 | -208/+11 |
| * | Update VAAPI to 0.31, libva.so SONAME to libva.so.1 | Austin Yuan | 2009-08-27 | 1 | -4/+4 |
| * | Add VA_STATUS_ERROR_UNIMPLEMENTED. | Gwenole Beauchesne | 2009-09-01 | 1 | -0/+1 |
| * | Fix bit-fields types. | Gwenole Beauchesne | 2009-09-01 | 1 | -101/+100 |
| * | Add new bit to signal VC-1 skipped P-frames. | Gwenole Beauchesne | 2009-09-01 | 1 | -1/+1 |
| * | Add new H.264 fields for XvBA backend. | Gwenole Beauchesne | 2009-09-01 | 1 | -1/+5 |
| * | Add new VC-1 fields for VDPAU backend. | Gwenole Beauchesne | 2009-09-01 | 1 | -7/+21 |
| * | Add new H.264 fields for VDPAU backend. | Gwenole Beauchesne | 2009-09-01 | 1 | -0/+8 |
| * | Merge branch 'test'libva30 | Austin Yuan | 2009-08-25 | 18 | -140/+723 |
| |\ |
|
| | * | Don't include VAAPI version to SONAMEtest | Austin Yuan | 2009-08-14 | 1 | -3/+3 |
| | * | Explicit API extensions versioning from SDS. | Gwenole Beauchesne | 2009-08-14 | 3 | -2/+21 |
| | * | Fix NVIDIA driver detection. | Gwenole Beauchesne | 2009-08-14 | 4 | -2/+484 |
| | * | Add <va_version.h> for versioning helpers. | Gwenole Beauchesne | 2009-08-14 | 6 | -19/+104 |
| | * | put drivers into /usr/lib/dri by default | Austin Yuan | 2009-07-08 | 1 | -1/+1 |
| | * | don't build i965 driver by default | Austin Yuan | 2009-07-08 | 1 | -1/+1 |
| | * | Add VASliceParameterBufferBase. | Gwenole Beauchesne | 2009-07-08 | 1 | -13/+21 |
| | * | Remove obsolete fields. | Gwenole Beauchesne | 2009-07-08 | 2 | -4/+0 |
| | * | Add new DSO versioning (SONAME changed to libva-VERSION.so.CURRENT.REVISION.A... | Gwenole Beauchesne | 2009-07-08 | 5 | -6/+52 |
| | * | Fix memory leak (VADriverContext.dri_state). | Gwenole Beauchesne | 2009-07-08 | 1 | -2/+7 |
| | * | Add VA_INVALID_ID helper macro. | Gwenole Beauchesne | 2009-07-08 | 1 | -1/+2 |
| | * | Fix make install (<va/va_x11.h>). Actually drop extraneous space. ;-) | Gwenole Beauchesne | 2009-07-08 | 1 | -1/+1 |
| | * | Add check for libXfixes. | Gwenole Beauchesne | 2009-07-08 | 1 | -0/+1 |
| | * | Drop duplicate LIBDRM_DEPS pkg-config check. | Gwenole Beauchesne | 2009-07-08 | 1 | -2/+1 |
| | * | Fix driver name retrieval for dri1 and dri2. | Gwenole Beauchesne | 2009-07-08 | 3 | -95/+6 |
| | * | Fix va_DisplayContextGetDriverName() to check for LIBVA_DRIVER_NAME first. | Gwenole Beauchesne | 2009-07-08 | 1 | -16/+9 |
| | * | Allow conditional build of video drivers (dummy, i965). | Gwenole Beauchesne | 2009-07-08 | 2 | -1/+26 |
| | * | Fix tests. | Gwenole Beauchesne | 2009-07-08 | 1 | -1/+1 |
| | * | Install drivers into pkglibdir/va/. | Gwenole Beauchesne | 2009-07-08 | 6 | -5/+13 |
| | * | Fix dummy_drv_video.so init function name. | Gwenole Beauchesne | 2009-07-08 | 1 | -1/+1 |
| | * | Fix includes. | Gwenole Beauchesne | 2009-07-08 | 3 | -1/+5 |
| * | | i965_drv_video: clear draw buffer before rendering. | Xiang, Haihao | 2009-08-11 | 2 | -0/+52 |
| * | | i965_drv_video: fix rendering issue | Zou Nan hai | 2009-08-07 | 1 | -9/+12 |
| * | | i965_drv_driver: fix assertion failure | Xiang, Haihao | 2009-08-05 | 1 | -3/+4 |
| * | | i965_drv_video: Eanble VAAPI on IGDNG | Xiang, Haihao | 2009-07-27 | 6 | -51/+375 |
| * | | i965_drv_video: add new compiled shader programs for IGDNG | Xiang, Haihao | 2009-07-27 | 24 | -4/+6944 |
| * | | Check the version of intel-gen4asm in configure.ac | Xiang, Haihao | 2009-07-27 | 1 | -1/+1 |
| |/ |
|
| * | test: Use IN_LIBVA, so that they can be built out of libva | Austin Yuan | 2009-07-08 | 4 | -0/+17 |
| * | Fix test build issue | Austin Yuan | 2009-07-08 | 1 | -1/+1 |
| * | Fix build of vainfo. | Gwenole Beauchesne | 2009-07-08 | 2 | -4/+6 |
| * | Drop explicit CFLAGS override. | Gwenole Beauchesne | 2009-07-08 | 2 | -2/+0 |
| * | Fix make dist (i965_drv_video missing files, Paul Bender). | Gwenole Beauchesne | 2009-07-08 | 3 | -1/+15 |
| * | Fix build after X11 -> x11 move | Gwenole Beauchesne | 2009-07-08 | 1 | -1/+1 |
| * | X11->x11 per the suggestion from Gwenole | Austin Yuan | 2009-07-06 | 17 | -9/+9 |
| * | Move back dri --> src/X11 | Austin Yuan | 2009-07-03 | 19 | -10/+11 |
| * | Added the patch from Zou Naihai to correct DRI2XXX --> VA_DRI2XXX | Austin Yuan | 2009-07-01 | 2 | -9/+9 |
| * | va_backend.h: X11/va_x11.h --> dri/va_x11.h | Austin Yuan | 2009-07-01 | 1 | -1/+1 |