summaryrefslogtreecommitdiff
path: root/i965_drv_video
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix upload of the subpicture palette.Gwenole Beauchesne2009-11-182-16/+45
* implement vaSetImagePaletteGwenole Beauchesne2009-11-182-24/+37
* the VA API spec metion that the dest rectangle to vaAssociateSubpicture() is ...Gwenole Beauchesne2009-11-183-57/+66
* fix subpicture association and deassociationGwenole Beauchesne2009-11-181-12/+19
* Add MAX helper functionGwenole Beauchesne2009-11-181-0/+1
* cleanup vaCreateImage, make it possible to add formats laterGwenole Beauchesne2009-11-183-41/+75
* fix vaDestroyImage()Gwenole Beauchesne2009-11-182-3/+9
* Fix vaAssociateSubpicture() argumentsGwenole Beauchesne2009-11-181-2/+0
* Fix VA driver version.Gwenole Beauchesne2009-11-181-2/+2
* Fix vaQueryImageFormats() to return 0 image formats supported at this time.Gwenole Beauchesne2009-11-181-0/+3
* Implement vaQueryDisplayAttributes() as a no-op.Gwenole Beauchesne2009-11-181-2/+4
* i965_drv_driver: use the horizontal position of a slice.Xiang, Haihao2009-09-151-1/+1
* __vaDriverInit_0_30 --> __vaDriverInit_0_31 for libva31Austin Yuan2009-08-311-1/+1
* Remove context from vaSyncSurfaceAustin Yuan2009-08-281-6/+0
* Split libva DSO into core (libva.so) and display-dependent parts (libva-x11.so).Gwenole Beauchesne2009-08-281-1/+1
* Combine vaPutImage/vaPutImage2, vaAssociateSubpicture/vaAssociateSubpicture2Austin Yuan2009-08-271-38/+5