summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master-fd.o'ww36.4-videoAustin Yuan2009-09-036-25/+16
|\
| * Mv libva_display.pc.in -> libva-x11.pc.in to fix autogen.sh issueAustin Yuan2009-09-031-0/+0
| * Drop libva_display. Explicitly use libva-x11.Gwenole Beauchesne2009-09-033-11/+5
| * Fix libva-x11-VERSION.so.* dependencies.Gwenole Beauchesne2009-09-031-1/+1
| * Fix NVIDIA driver version string parser.Gwenole Beauchesne2009-09-031-1/+8
| * Add VA_STATUS_ERROR_UNIMPLEMENTATION string representation.Gwenole Beauchesne2009-09-031-0/+2
| * Drop references to SDS.Gwenole Beauchesne2009-09-032-12/+0
* | Merge branch 'master-fd.o'Austin Yuan2009-08-314-4/+19
|\ \ | |/
| * __vaDriverInit_0_30 --> __vaDriverInit_0_31 for libva31Austin Yuan2009-08-314-4/+19
* | Merge branch 'master-fd.o'Austin Yuan2009-08-2813-367/+220
|\ \ | |/
| * Remove context from vaSyncSurfaceAustin Yuan2009-08-286-19/+2
| * Split libva DSO into core (libva.so) and display-dependent parts (libva-x11.so).Gwenole Beauchesne2009-08-287-28/+40
| * Assgin VASurfaceRendering a non-zero value instead of 0Austin Yuan2009-08-271-4/+4
| * Combine vaPutImage/vaPutImage2, vaAssociateSubpicture/vaAssociateSubpicture2Austin Yuan2009-08-275-208/+11
| * Update VAAPI to 0.31, libva.so SONAME to libva.so.1Austin Yuan2009-08-271-4/+4
| * Add VA_STATUS_ERROR_UNIMPLEMENTED.Gwenole Beauchesne2009-09-011-0/+1
| * Fix bit-fields types.Gwenole Beauchesne2009-09-011-101/+100
| * Add new bit to signal VC-1 skipped P-frames.Gwenole Beauchesne2009-09-011-1/+1
| * Add new H.264 fields for XvBA backend.Gwenole Beauchesne2009-09-011-1/+5
| * Add new VC-1 fields for VDPAU backend.Gwenole Beauchesne2009-09-011-7/+21
| * Add new H.264 fields for VDPAU backend.Gwenole Beauchesne2009-09-011-0/+8
| * Merge branch 'test'libva30Austin Yuan2009-08-2518-140/+723
| |\
| | * Don't include VAAPI version to SONAMEtestAustin Yuan2009-08-141-3/+3
| | * Explicit API extensions versioning from SDS.Gwenole Beauchesne2009-08-143-2/+21
| | * Fix NVIDIA driver detection.Gwenole Beauchesne2009-08-144-2/+484
| | * Add <va_version.h> for versioning helpers.Gwenole Beauchesne2009-08-146-19/+104
| | * put drivers into /usr/lib/dri by defaultAustin Yuan2009-07-081-1/+1
| | * don't build i965 driver by defaultAustin Yuan2009-07-081-1/+1
| | * Add VASliceParameterBufferBase.Gwenole Beauchesne2009-07-081-13/+21
| | * Remove obsolete fields.Gwenole Beauchesne2009-07-082-4/+0
| | * Add new DSO versioning (SONAME changed to libva-VERSION.so.CURRENT.REVISION.A...Gwenole Beauchesne2009-07-085-6/+52
| | * Fix memory leak (VADriverContext.dri_state).Gwenole Beauchesne2009-07-081-2/+7
| | * Add VA_INVALID_ID helper macro.Gwenole Beauchesne2009-07-081-1/+2
| | * Fix make install (<va/va_x11.h>). Actually drop extraneous space. ;-)Gwenole Beauchesne2009-07-081-1/+1
| | * Add check for libXfixes.Gwenole Beauchesne2009-07-081-0/+1
| | * Drop duplicate LIBDRM_DEPS pkg-config check.Gwenole Beauchesne2009-07-081-2/+1
| | * Fix driver name retrieval for dri1 and dri2.Gwenole Beauchesne2009-07-083-95/+6
| | * Fix va_DisplayContextGetDriverName() to check for LIBVA_DRIVER_NAME first.Gwenole Beauchesne2009-07-081-16/+9
| | * Allow conditional build of video drivers (dummy, i965).Gwenole Beauchesne2009-07-082-1/+26
| | * Fix tests.Gwenole Beauchesne2009-07-081-1/+1
| | * Install drivers into pkglibdir/va/.Gwenole Beauchesne2009-07-086-5/+13
| | * Fix dummy_drv_video.so init function name.Gwenole Beauchesne2009-07-081-1/+1
| | * Fix includes.Gwenole Beauchesne2009-07-083-1/+5
| * | i965_drv_video: clear draw buffer before rendering.Xiang, Haihao2009-08-112-0/+52
| * | i965_drv_video: fix rendering issueZou Nan hai2009-08-071-9/+12
| * | i965_drv_driver: fix assertion failureXiang, Haihao2009-08-051-3/+4
| * | i965_drv_video: Eanble VAAPI on IGDNGXiang, Haihao2009-07-276-51/+375
| * | i965_drv_video: add new compiled shader programs for IGDNGXiang, Haihao2009-07-2724-4/+6944
| * | Check the version of intel-gen4asm in configure.acXiang, Haihao2009-07-271-1/+1
| |/
| * test: Use IN_LIBVA, so that they can be built out of libvaAustin Yuan2009-07-084-0/+17