summaryrefslogtreecommitdiff
path: root/i965_drv_video
Commit message (Expand)AuthorAgeFilesLines
* Fix rendering of subpictures.Gwenole Beauchesne2010-07-141-6/+2
* Fix vaGetImage() for YV12 format.Gwenole Beauchesne2010-07-131-9/+12
* Simplify vaGetImage().Gwenole Beauchesne2010-07-131-60/+56
* Fix vaGetImage() to wait for pending operations to complete.Gwenole Beauchesne2010-07-131-0/+3
* Add NV12 image format.Gwenole Beauchesne2010-07-132-1/+61
* Fix vaGetImage() bounds checking code.Gwenole Beauchesne2010-07-121-2/+4
* Move initialization of render_state->interleaved_uv to vaCreateContext().Gwenole Beauchesne2010-07-121-12/+11
* Fix out-of-source builds.Gwenole Beauchesne2010-07-121-1/+1
* Add I420 image format.Gwenole Beauchesne2010-07-122-2/+16
* i965_drv_video: use original widht/height for renderingXiang, Haihao2010-07-123-12/+19
* Fix vaTerminate().Gwenole Beauchesne2010-07-121-2/+2
*  Implement vaGetImage().Gwenole Beauchesne2010-07-121-1/+105
* Add YV12 image format.Gwenole Beauchesne2010-07-122-2/+32
* Don't return VA_STATUS_SUCCESS for unimplemented functions.Gwenole Beauchesne2010-07-121-7/+11
* Add RGBA subpictures.Gwenole Beauchesne2010-07-123-5/+24
* Fix subpictures formats array terminator.Gwenole Beauchesne2010-07-121-1/+1
* i965_drv_video: [H.264] fix slice_data_bit_offsetXiang, Haihao2010-07-071-15/+54
* i965_drv_video: [H.264] fix the start of a slice for a MBAFF pictureXiang, Haihao2010-07-071-6/+2
* i965_drv_video: fix BSD batch buffer size.Xiang, Haihao2010-07-071-2/+4
* i965_drv_video: [H.264] fix different slice type in a same picture issue.Xiang, Haihao2010-07-073-11/+10
* i965_drv_video: [H.264] fix chroma issueXiang, Haihao2010-06-251-2/+2
* i965_drv_video: fix AVC mc kernelXiang, Haihao2010-06-183-8/+8
* i965_drv_video: [H.264] fix register blocks for ILDBXiang, Haihao2010-06-131-1/+1
* i965_drv_video: [H.264] some code clean upXiang, Haihao2010-06-083-11/+3
* i965_drv_video: new ring buffer flagXiang, Haihao2010-06-021-5/+5
* i965_drv_video: fix graphics memory usageXiang, Haihao2010-06-0213-122/+232
* i965_drv_video: don't execute batch buffer after decoding a pictureXiang, Haihao2010-06-024-15/+17
* i965_drv_video: [H.264] enlarge concurrent threads for ILDBXiang, Haihao2010-06-021-1/+5
* i965_drv_video: [H.264] devide the command buffer into smaller sections for H...Xiang, Haihao2010-06-021-10/+32
* i965_drv_vidoe: update max_thread for renderingXiang, Haihao2010-06-021-6/+10
* i965_drv_video: fix initialization functionXiang, Haihao2010-06-026-171/+150
* i965_drv_video: [H.264] add support for ILDBXiang, Haihao2010-05-0731-552/+6233
* i965_drv_video: move AVC-ILDB data buffer to struct i965_h264_contextXiang, Haihao2010-04-194-14/+14
* i965_drv_video: [H.264] fix weight 128 issueXiang, Haihao2010-04-191-7/+9
* i965_drv_video: [H.264] fix for weight/offset stateXiang, Haihao2010-04-151-5/+3
* i965_drv_video: [H.264] track frame store indexXiang, Haihao2010-04-144-40/+199
* i965_drv_video: fix an assertionXiang, Haihao2010-04-092-16/+45
* i965_drv_video: fix MBAFF issueXiang, Haihao2010-04-091-12/+18
* i965_drv_video: surface width/height is 16Btye aligned.Xiang, Haihao2010-04-081-3/+3
* i965_drv_video: fix an assertionXiang, Haihao2010-04-071-11/+16
* i965_drv_video: fix an error in the previous commitXiang, Haihao2010-04-071-0/+1
* i965_drv_video: initialize depth bufferZou nan hai2010-04-062-0/+17
* i965_drv_video: multiple slices in a picture for H.264Xiang, Haihao2010-04-065-68/+118
* i965_drv_video: move DMV buffer to private dataXiang, Haihao2010-03-314-28/+80
* i965_drv_video: fix POC value for current pictureXiang, Haihao2010-03-291-0/+1
* i965_drv_video: add support for H264 on Clarkdale/ArrandaleXiang, Haihao2010-03-26190-147/+25606
* Fix drivers build.Gwenole Beauchesne2010-03-084-1/+4
* Remove IN_LIBVA defines, Thanks for the patch from GwenoleAustin Yuan2010-03-088-11/+12
* fix rendering of RGBA subpictureGwenole Beauchesne2009-11-187-78/+16
* simplify subpicture formats. make sure the returned VAImageFormats are correc...Gwenole Beauchesne2009-11-183-33/+74