summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-11i965_drv_video: clear draw buffer before rendering.libva31Xiang, Haihao2-0/+52
2009-08-07i965_drv_video: fix rendering issueZou Nan hai1-9/+12
2009-08-05i965_drv_driver: fix assertion failureXiang, Haihao1-3/+4
2009-08-05i965_drv_video: Eanble VAAPI on IGDNGXiang, Haihao6-51/+375
2009-08-05i965_drv_video: add new compiled shader programs for IGDNGXiang, Haihao24-4/+6944
2009-08-05Check the version of intel-gen4asm in configure.acXiang, Haihao1-1/+1
2009-07-08Add VASliceParameterBufferBase.Gwenole Beauchesne1-13/+21
2009-07-08Add new bit to signal VC-1 skipped P-frames.Gwenole Beauchesne1-1/+1
2009-07-08Add new H.264 fields for XvBA backend.Gwenole Beauchesne1-0/+4
2009-07-08Add new VC-1 fields for VDPAU backend.Gwenole Beauchesne1-5/+18
2009-07-08Add new H.264 fields for VDPAU backend.Gwenole Beauchesne1-0/+8
2009-07-08Explicit API extensions versioning from SDS.Gwenole Beauchesne3-2/+21
2009-07-08Remove obsolete fields.Gwenole Beauchesne2-4/+0
2009-07-08Fix NVIDIA driver detection.Gwenole Beauchesne4-2/+484
2009-07-08Add <va_version.h> for versioning helpers.Gwenole Beauchesne6-19/+104
2009-07-08Split libva DSO into core (libva.so) and display-dependent parts (libva-x11.so).Gwenole Beauchesne7-28/+40
2009-07-08Add new DSO versioning (SONAME changed to libva-VERSION.so.CURRENT.REVISION.A...Gwenole Beauchesne5-6/+52
2009-07-08Fix memory leak (VADriverContext.dri_state).Gwenole Beauchesne1-2/+7
2009-07-08Add VA_INVALID_ID helper macro.Gwenole Beauchesne1-1/+2
2009-07-08Fix make install (<va/va_x11.h>). Actually drop extraneous space. ;-)Gwenole Beauchesne1-1/+1
2009-07-08Add check for libXfixes.Gwenole Beauchesne1-0/+1
2009-07-08Drop duplicate LIBDRM_DEPS pkg-config check.Gwenole Beauchesne1-2/+1
2009-07-08Fix driver name retrieval for dri1 and dri2.Gwenole Beauchesne3-95/+6
2009-07-08Fix va_DisplayContextGetDriverName() to check for LIBVA_DRIVER_NAME first.Gwenole Beauchesne1-16/+9
2009-07-08Allow conditional build of video drivers (dummy, i965).Gwenole Beauchesne2-1/+26
2009-07-08Fix tests.Gwenole Beauchesne1-1/+1
2009-07-08Install drivers into pkglibdir/va/.Gwenole Beauchesne6-5/+13
2009-07-08Fix dummy_drv_video.so init function name.Gwenole Beauchesne1-1/+1
2009-07-08Fix includes.Gwenole Beauchesne3-1/+5
2009-07-08Fix bit-fields types.Gwenole Beauchesne1-101/+101
2009-07-08test: Use IN_LIBVA, so that they can be built out of libvaAustin Yuan4-0/+17
2009-07-08Fix test build issueAustin Yuan1-1/+1
2009-07-08Fix build of vainfo.Gwenole Beauchesne2-4/+6
2009-07-08Drop explicit CFLAGS override.Gwenole Beauchesne2-2/+0
2009-07-08Fix make dist (i965_drv_video missing files, Paul Bender).Gwenole Beauchesne3-1/+15
2009-07-08Fix build after X11 -> x11 moveGwenole Beauchesne1-1/+1
2009-07-06X11->x11 per the suggestion from GwenoleAustin Yuan17-9/+9
2009-07-03Move back dri --> src/X11Austin Yuan19-10/+11
2009-07-01Added the patch from Zou Naihai to correct DRI2XXX --> VA_DRI2XXXAustin Yuan2-9/+9
2009-07-01va_backend.h: X11/va_x11.h --> dri/va_x11.hAustin Yuan1-1/+1
2009-07-01Remove vaSetSubpicturePalette, please use vaSetImagePaletteAustin Yuan3-6/+1
2009-07-02Refine the directory, move src/X11 to dri/Austin Yuan22-807/+43
2009-07-02Apply the patch from Nanhai to support MPEG2 VLD on Intel integrated G45 grap...Austin Yuan122-9/+19974
2009-06-26Added missing file test/mpeg2-I.jpg, mpeg2-i.mpgAustin Yuan4-2/+2
2009-06-20Proposed new vaCreateSurfaceFromV4L2Buffer to replace origin vaCreateSurfaceF...Austin Yuan3-33/+51
2009-06-19Rename vaDbgCopySurfaceToBuffer ->vaCopySurfaceToBuffer, vaDbgCreateSurfaceFr...Austin Yuan4-38/+61
2009-06-13Fix the issue that all files are moved into a sub-directory libva.Austin Yuan56-3/+0
2009-06-13Upload latest libVA libraryAustin Yuan57-665/+1908
2009-05-19Test write permissionAustin Yuan1-0/+1
2008-04-28Fix interface revision of dummy driver.Waldo Bastian1-2/+2