summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-08i965_drv_video: [H.264] some code clean upi965_h264Xiang, Haihao3-11/+3
2010-06-02i965_drv_video: new ring buffer flagXiang, Haihao1-5/+5
2010-06-02i965_drv_video: fix graphics memory usageXiang, Haihao13-122/+232
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-06-02libva: update DRI2 to support swapbufferXiang, Haihao4-16/+102
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, Haihao191-147/+25608
2010-03-08Move vaPutSurface() flags to <va/va.h> header.Gwenole Beauchesne2-16/+16
2010-03-08Fix drivers build.Gwenole Beauchesne5-1/+5
2010-03-08Drop <va/va_x11.h> include from <va/va_backend.h> as it is pointless.Gwenole Beauchesne1-2/+0
2010-03-08Remove IN_LIBVA defines, Thanks for the patch from GwenoleAustin Yuan45-77/+49
2010-03-05Fix a typoAustin Yuan1-1/+1
2010-03-04Fix test/./h264encode.c issueAustin Yuan1-8/+25
2010-03-04Fix make dist (missing loadsurface.h).Gwenole Beauchesne1-0/+2
2010-03-04Add missing libs (pthreads).Gwenole Beauchesne1-1/+1
2009-12-17Update libva library version to 1.0.1. should increase the revision when the ...Austin Yuan1-1/+1
2009-12-17Add extra picture info fields for VDPAU/MPEG-4.Gwenole Beauchesne1-0/+2
2009-12-08remove the duplicated X11 subdirAustin Yuan10-2107/+0
2009-12-01fix test build issueAustin Yuan2-3/+5
2009-12-01Merge branch 'sync-fdo-master'Austin Yuan31-131/+1294
2009-12-01refine test program: putsurface/h264encodeAustin Yuan3-53/+130
2009-11-30Assign the magic number to a macroAustin Yuan3-2/+3
2009-11-27Add license headerAustin Yuan2-0/+48
2009-11-27re-arrange test programsAustin Yuan27-129/+1166
2009-11-23Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libvaAustin Yuan3-1/+5
2009-11-23Added a "magic" number to VADisplayContext in case an illeal VA dpy passed inAustin Yuan3-1/+5
2009-11-20Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libvaAustin Yuan16-308/+344
2009-11-20Added VA_STATUS_ERROR_SURFACE_IN_DISPLAYINGAustin Yuan2-1/+4
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