summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump to 1.0.13libva-1.0.13Austin Yuan2011-05-301-1/+1
* libva: several changesAustin Yuan2011-05-308-23/+67
* i965_drv_video: clean up codesXiang, Haihao2011-05-257-200/+55
* i965_drv_video: rendering for IvybridgeXiang, Haihao2011-05-253-81/+1234
* i965_drv_video: new shaders for rendering on IvybridgeXiang, Haihao2011-05-2511-2/+448
* i965_drv_video: VC1 decoding on IvybridgeXiang, Haihao2011-05-252-70/+72
* i965_drv_video: H.264 & MPEG2 decoding on IvybridgeXiang, Haihao2011-05-255-3/+2252
* i965_drv_video: Ivybridge PCI IDsXiang, Haihao2011-05-256-19/+49
* i965_drv_video: thread safety for object allocationXiang, Haihao2011-05-162-0/+21
* i965_drv_vidoe: thread safety for renderingXiang, Haihao2011-05-166-8/+81
* va: always create a new VA display on X11Xiang, Haihao2011-05-161-38/+6
* test/putsurface/putsurface: fix multi-thread issue on X11Xiang, Haihao2011-05-161-0/+6
* test/putsurface/putsurface: pass a valid DRAWABLE to vaPutSurfaceXiang, Haihao2011-05-161-0/+5
* i965_drv_video: move batchbuffer to contextXiang, Haihao2011-05-1617-389/+343
* i965_drv_video: clean up batchbuffer interfaceXiang, Haihao2011-05-1617-1403/+1559
* update .gitignoreXiang, Haihao2011-05-161-0/+1
* i965_drv_video: store post process parameters in contextXiang, Haihao2011-05-102-215/+217
* i965_drv_video: store kernel info in the corresponding contextXiang, Haihao2011-05-1013-154/+166
* i965_drv_video: use the same structure for all kernelsXiang, Haihao2011-05-108-155/+181
* i965_drv_video: create media_state per contextXiang, Haihao2011-05-1025-1491/+1414
* test/encode/avcenc: fix for VAEncSequenceParameterBufferH264Xiang, Haihao2011-05-101-6/+9
* Implemented i965_LockSurface, i965_UnlockSurface, i965_BufferInfoAlexander I Osin2011-05-061-14/+169
* Added locked_image_id in struct object_surfaceAlexander I Osin2011-05-061-0/+1
* va: fix build issueXiang, Haihao2011-05-061-2/+2
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/libvaAustin Yuan2011-05-060-0/+0
|\
| * 1) test/*: enable/refine the test/* for both X11 and AndroidAustin Yuan2011-05-0522-644/+987
* | 1) test/*: enable/refine the test/* for both X11 and AndroidAustin Yuan2011-05-0522-644/+987
|/
* corrected vaBufferInfo interfaceAlexander I Osin2011-05-061-5/+4
* corrected vaBufferInfo interfaceAlexander I Osin2011-05-061-1/+1
* Fixed number bugs in va_TraceSurface.Alexander I Osin2011-05-061-8/+10
* test/encode/avcenc: a simple encoder based on VA API for H.264Zhou Chang2011-04-282-1/+819
* Merge branch 'snb-encoder'Xiang, Haihao2011-04-2621-35/+2720
|\
| * i965_drv_video/encode: offset for coded bufferXiang, Haihao2011-04-262-1/+3
| * i965_drv_video/encode: indentation fixXiang, Haihao2011-04-221-19/+19
| * i965_drv_video/encode: media read with sampler cacheXiang, Haihao2011-04-221-2/+2
| * i965_drv_video/video: set base address for MV dataXiang, Haihao2011-04-221-6/+8
| * i965_drv_video/encode: merge global symbols in intra/inter shaderXiang, Haihao2011-04-225-209/+123
| * i965_drv_video/encode: remove all intra data in inter shaderXiang, Haihao2011-04-222-46/+23
| * i965_drv_video: clean up gen6_mfc_avc_pipeline_programingXiang, Haihao2011-04-221-22/+19
| * i965_drv_video/encode: merge the object command for intra/inter frameXiang, Haihao2011-04-221-36/+7
| * i965_drv_video/encode: also simplify the object command for inter frameXiang, Haihao2011-04-221-108/+1
| * i965_drv_video/encode: reduce inline data for inter shaderXiang, Haihao2011-04-223-33/+245
| * i965_drv_video: simplify the object command for intra frameXiang, Haihao2011-04-212-130/+33
| * i965_drv_video/encode: fetch neighbor pixel in intra shaderXiang, Haihao2011-04-213-25/+265
| * i965_drv_video/encode: fix neighbor pixel luma value in VME messageXiang, Haihao2011-04-211-2/+2
| * i965_drv_video/encode: fix macroblock instra struct in VME messageXiang, Haihao2011-04-211-4/+4
| * i965_drv_video/encode: fix interface descriptor tableXiang, Haihao2011-04-141-17/+11
| * add inter frame support in vme.Zhou Chang2011-04-145-34/+268
| * i965_drv_video/encode: fix CURBE usage for VMEXiang, Haihao2011-04-142-6/+10
| * disabling cabac zeros words inert, using 0x00000000 as end of bit streaming f...Zhou Chang2011-04-071-2/+2