summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-02i965_drv_video: don't execute batch buffer after decoding a pictureXiang, Haihao4-15/+17
2010-06-02i965_drv_video: [H.264] enlarge concurrent threads for ILDBXiang, Haihao1-1/+5
2010-06-02i965_drv_video: [H.264] devide the command buffer into smaller sections for H...Xiang, Haihao1-10/+32
2010-06-02i965_drv_vidoe: update max_thread for renderingXiang, Haihao1-6/+10
2010-06-02i965_drv_video: fix initialization functionXiang, Haihao6-171/+150
2010-05-07i965_drv_video: [H.264] add support for ILDBXiang, Haihao31-552/+6233
2010-04-19i965_drv_video: move AVC-ILDB data buffer to struct i965_h264_contextXiang, Haihao4-14/+14
2010-04-19i965_drv_video: [H.264] fix weight 128 issueXiang, Haihao1-7/+9
2010-04-15i965_drv_video: [H.264] fix for weight/offset stateXiang, Haihao1-5/+3
2010-04-14i965_drv_video: [H.264] track frame store indexXiang, Haihao4-40/+199
2010-04-09i965_drv_video: fix an assertionXiang, Haihao2-16/+45
2010-04-09i965_drv_video: fix MBAFF issueXiang, Haihao1-12/+18
2010-04-08i965_drv_video: surface width/height is 16Btye aligned.Xiang, Haihao1-3/+3
2010-04-07i965_drv_video: fix an assertionXiang, Haihao1-11/+16
2010-04-07i965_drv_video: fix an error in the previous commitXiang, Haihao1-0/+1
2010-04-06i965_drv_video: initialize depth bufferZou nan hai2-0/+17
2010-04-06i965_drv_video: multiple slices in a picture for H.264Xiang, Haihao5-68/+118
2010-03-31i965_drv_video: move DMV buffer to private dataXiang, Haihao4-28/+80
2010-03-29i965_drv_video: fix POC value for current pictureXiang, Haihao1-0/+1
2010-03-26i965_drv_video: add support for H264 on Clarkdale/ArrandaleXiang, Haihao190-147/+25606
2010-03-08Fix drivers build.Gwenole Beauchesne4-1/+4
2010-03-08Remove IN_LIBVA defines, Thanks for the patch from GwenoleAustin Yuan8-11/+12
2009-11-20Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libvaAustin Yuan12-244/+325
2009-11-18fix rendering of RGBA subpictureGwenole Beauchesne7-78/+16
2009-11-18simplify subpicture formats. make sure the returned VAImageFormats are correc...Gwenole Beauchesne3-33/+74
2009-11-18fix upload of the subpicture palette.Gwenole Beauchesne2-16/+45
2009-11-18implement vaSetImagePaletteGwenole Beauchesne2-24/+37
2009-11-18the VA API spec metion that the dest rectangle to vaAssociateSubpicture() is ...Gwenole Beauchesne3-57/+66
2009-11-18fix subpicture association and deassociationGwenole Beauchesne1-12/+19
2009-11-18Add MAX helper functionGwenole Beauchesne1-0/+1
2009-11-18cleanup vaCreateImage, make it possible to add formats laterGwenole Beauchesne3-41/+75
2009-11-18fix vaDestroyImage()Gwenole Beauchesne2-3/+9
2009-11-18Fix vaAssociateSubpicture() argumentsGwenole Beauchesne1-2/+0
2009-11-18Fix VA driver version.Gwenole Beauchesne1-2/+2
2009-11-18Fix vaQueryImageFormats() to return 0 image formats supported at this time.Gwenole Beauchesne1-0/+3
2009-11-18Implement vaQueryDisplayAttributes() as a no-op.Gwenole Beauchesne1-2/+4
2009-09-15i965_drv_driver: use the horizontal position of a slice.Xiang, Haihao1-1/+1
2009-08-31Merge branch 'master-fd.o'Austin Yuan1-1/+1
2009-08-31__vaDriverInit_0_30 --> __vaDriverInit_0_31 for libva31Austin Yuan1-1/+1
2009-08-28Merge branch 'master-fd.o'Austin Yuan2-45/+6
2009-08-28Remove context from vaSyncSurfaceAustin Yuan1-6/+0
2009-08-28Split libva DSO into core (libva.so) and display-dependent parts (libva-x11.so).Gwenole Beauchesne1-1/+1
2009-08-27Combine vaPutImage/vaPutImage2, vaAssociateSubpicture/vaAssociateSubpicture2Austin Yuan1-38/+5
2009-08-25Sync latest fd.o libva:masterAustin Yuan130-0/+25983
2009-08-25Merge branch 'test'Austin Yuan1-1/+1
2009-08-11i965_drv_video: clear draw buffer before rendering.Xiang, 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-07-27i965_drv_video: Eanble VAAPI on IGDNGXiang, Haihao6-51/+375
2009-07-27i965_drv_video: add new compiled shader programs for IGDNGXiang, Haihao24-4/+6944