summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix test build issueAustin Yuan2009-07-081-1/+1
* Fix build of vainfo.Gwenole Beauchesne2009-07-082-4/+6
* Drop explicit CFLAGS override.Gwenole Beauchesne2009-07-082-2/+0
* Fix make dist (i965_drv_video missing files, Paul Bender).Gwenole Beauchesne2009-07-083-1/+15
* Fix build after X11 -> x11 moveGwenole Beauchesne2009-07-081-1/+1
* X11->x11 per the suggestion from GwenoleAustin Yuan2009-07-0617-9/+9
* Move back dri --> src/X11Austin Yuan2009-07-0319-10/+11
* Added the patch from Zou Naihai to correct DRI2XXX --> VA_DRI2XXXAustin Yuan2009-07-012-9/+9
* va_backend.h: X11/va_x11.h --> dri/va_x11.hAustin Yuan2009-07-011-1/+1
* Remove vaSetSubpicturePalette, please use vaSetImagePaletteAustin Yuan2009-07-013-6/+1
* Refine the directory, move src/X11 to dri/Austin Yuan2009-07-0222-807/+43
* Apply the patch from Nanhai to support MPEG2 VLD on Intel integrated G45 grap...Austin Yuan2009-07-02122-9/+19974
* Added missing file test/mpeg2-I.jpg, mpeg2-i.mpgAustin Yuan2009-06-264-2/+2
* Proposed new vaCreateSurfaceFromV4L2Buffer to replace origin vaCreateSurfaceF...Austin Yuan2009-06-203-33/+51
* Rename vaDbgCopySurfaceToBuffer ->vaCopySurfaceToBuffer, vaDbgCreateSurfaceFr...Austin Yuan2009-06-194-38/+61
* Fix the issue that all files are moved into a sub-directory libva.Austin Yuan2009-06-1356-3/+0
* Upload latest libVA libraryAustin Yuan2009-06-1357-665/+1908
* Test write permissionAustin Yuan2009-05-191-0/+1
* Fix interface revision of dummy driver.Waldo Bastian2008-04-281-2/+2
* rev 0.29 (02/07/2007 Jonathan Bian) - VC1 parameter fixes,Waldo Bastian2008-04-2812-46/+609
* Update to libva v0.26Waldo Bastian2007-12-1716-588/+944