summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-25i965_drv_video: H.264 & MPEG2 decoding on IvybridgeXiang, Haihao5-3/+2252
2011-05-25i965_drv_video: Ivybridge PCI IDsXiang, Haihao6-19/+49
2011-05-16i965_drv_video: thread safety for object allocationXiang, Haihao2-0/+21
2011-05-16i965_drv_vidoe: thread safety for renderingXiang, Haihao6-8/+81
2011-05-16va: always create a new VA display on X11Xiang, Haihao1-38/+6
2011-05-16test/putsurface/putsurface: fix multi-thread issue on X11Xiang, Haihao1-0/+6
2011-05-16test/putsurface/putsurface: pass a valid DRAWABLE to vaPutSurfaceXiang, Haihao1-0/+5
2011-05-16i965_drv_video: move batchbuffer to contextXiang, Haihao17-389/+343
2011-05-16i965_drv_video: clean up batchbuffer interfaceXiang, Haihao17-1403/+1559
2011-05-16update .gitignoreXiang, Haihao1-0/+1
2011-05-10i965_drv_video: store post process parameters in contextXiang, Haihao2-215/+217
2011-05-10i965_drv_video: store kernel info in the corresponding contextXiang, Haihao13-154/+166
2011-05-10i965_drv_video: use the same structure for all kernelsXiang, Haihao8-155/+181
2011-05-10i965_drv_video: create media_state per contextXiang, Haihao25-1491/+1414
2011-05-10test/encode/avcenc: fix for VAEncSequenceParameterBufferH264Xiang, Haihao1-6/+9
2011-05-06Implemented i965_LockSurface, i965_UnlockSurface, i965_BufferInfoAlexander I Osin1-14/+169
2011-05-06Added locked_image_id in struct object_surfaceAlexander I Osin1-0/+1
2011-05-06va: fix build issueXiang, Haihao1-2/+2
2011-05-06Merge branch 'master' of git+ssh://git.freedesktop.org/git/libvaAustin Yuan0-0/+0
2011-05-051) test/*: enable/refine the test/* for both X11 and AndroidAustin Yuan22-644/+987
2011-05-051) test/*: enable/refine the test/* for both X11 and AndroidAustin Yuan22-644/+987
2011-05-06corrected vaBufferInfo interfaceAlexander I Osin1-5/+4
2011-05-06corrected vaBufferInfo interfaceAlexander I Osin1-1/+1
2011-05-06Fixed number bugs in va_TraceSurface.Alexander I Osin1-8/+10
2011-04-28test/encode/avcenc: a simple encoder based on VA API for H.264Zhou Chang2-1/+819
2011-04-26Merge branch 'snb-encoder'Xiang, Haihao21-35/+2720
2011-04-26i965_drv_video/encode: offset for coded bufferXiang, Haihao2-1/+3
2011-04-22i965_drv_video/encode: indentation fixXiang, Haihao1-19/+19
2011-04-22i965_drv_video/encode: media read with sampler cacheXiang, Haihao1-2/+2
2011-04-22i965_drv_video/video: set base address for MV dataXiang, Haihao1-6/+8
2011-04-22i965_drv_video/encode: merge global symbols in intra/inter shaderXiang, Haihao5-209/+123
2011-04-22i965_drv_video/encode: remove all intra data in inter shaderXiang, Haihao2-46/+23
2011-04-22i965_drv_video: clean up gen6_mfc_avc_pipeline_programingXiang, Haihao1-22/+19
2011-04-22i965_drv_video/encode: merge the object command for intra/inter frameXiang, Haihao1-36/+7
2011-04-22i965_drv_video/encode: also simplify the object command for inter frameXiang, Haihao1-108/+1
2011-04-22i965_drv_video/encode: reduce inline data for inter shaderXiang, Haihao3-33/+245
2011-04-21i965_drv_video: simplify the object command for intra frameXiang, Haihao2-130/+33
2011-04-21i965_drv_video/encode: fetch neighbor pixel in intra shaderXiang, Haihao3-25/+265
2011-04-21i965_drv_video/encode: fix neighbor pixel luma value in VME messageXiang, Haihao1-2/+2
2011-04-21i965_drv_video/encode: fix macroblock instra struct in VME messageXiang, Haihao1-4/+4
2011-04-14i965_drv_video/encode: fix interface descriptor tableXiang, Haihao1-17/+11
2011-04-14add inter frame support in vme.Zhou Chang5-34/+268
2011-04-14i965_drv_video/encode: fix CURBE usage for VMEXiang, Haihao2-6/+10
2011-04-11i965_drv_video: fix the format of a derived image for MPEG2 on ILKXiang, Haihao3-29/+50
2011-04-11i965_drv_video: associate the derived image with the surfaceXiang, Haihao1-0/+1
2011-04-07disabling cabac zeros words inert, using 0x00000000 as end of bit streaming f...Zhou Chang1-2/+2
2011-04-07Support Inter frames in driver.Zhou Chang2-112/+144
2011-04-07test/encode/h264encode: Destroy config after context.Xiang, Haihao1-1/+1
2011-04-07fix for VAEncCodedBufferTypeXiang, Haihao2-2/+24
2011-04-07Workaround for 720p/1080p encodingXiang, Haihao4-42/+92