summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-17Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva20100701_5.3.0.001320100621_5.3.0.001120100612_5.3.0.0012Austin Yuan2-2/+2
2010-06-13bump library version to 1.0.3ww26.3-videolibva-1.0.3Xiang, Haihao1-1/+1
2010-06-13i965_drv_video: [H.264] fix register blocks for ILDBXiang, Haihao1-1/+1
2010-06-08Merge branch 'master' of ssh://git@moblin.intel.com/umg-moorestown-libva20100609_5.3.0.0010Austin Yuan0-0/+0
2010-06-08Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libvaAustin Yuan200-305/+31969
2010-06-08Added VA_STATUS_ERROR_INVALID_IMAGE_FORMATAustin Yuan1-0/+1
2010-06-08Merge branch 'i965_h264'Xiang, Haihao198-305/+31966
2010-06-08i965_drv_video: [H.264] some code clean upXiang, Haihao3-11/+3
2010-06-04Link libva-android with libva for vaDisplayIsValidAustin Yuan1-0/+2
2010-06-04Link libva for vaDisplayIsValidRen Zhaohan1-0/+2
2010-06-04Merge branch 'fdva-master'Austin Yuan6-140/+126
2010-06-04Follow up the change of "LIBVA_DRIVER_NAME", remove it from va_android.cppAustin Yuan3-110/+92
2010-06-04Move LIBVA_DRIVER_NAME check in vaInitialize().Gwenole Beauchesne2-28/+31
2010-06-04VA/GLX cosmetics (indentation, declarations)Gwenole Beauchesne2-1/+3
2010-06-04Fix vainfo to build out of the source dirGwenole Beauchesne1-3/+2
2010-06-02Merge branch 'fdva-master'Austin Yuan4-13/+13
2010-06-02Don't search LIBGL_DRIVERS_PATH, stick to LIBVA_DRIVERS_PATH only or the defa...Gwenole Beauchesne1-4/+0
2010-06-02Fix libva-x11 dependencies. Ensure this grabs libva so that people don't have...Gwenole Beauchesne1-0/+1
2010-06-02Fix vainfo dependencies (Konstantin Pavlov).Gwenole Beauchesne1-2/+2
2010-06-02Don't dump VA surface pixels if driver doesn't return VA surface buffer.Gwenole Beauchesne1-2/+3
2010-06-02Fix VA tracer to correctly dump array of bytes.Gwenole Beauchesne1-4/+4
2010-06-02Call va_TraceEndPicture() after the actual vaEndPicture(). i.e. let the drive...Gwenole Beauchesne1-1/+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-06-02Merge branch 'fdva-master'Austin Yuan8-22/+15
2010-06-021) clean up Android header file to make it work in C file (from zhaohan.ren a...Austin Yuan4-66/+87
2010-06-02Fix make dist.Gwenole Beauchesne1-0/+1
2010-06-02Fix TPI lib dependencies.Gwenole Beauchesne1-0/+1
2010-06-02Drop superfluous versions.Gwenole Beauchesne1-4/+0
2010-06-02Fix out-of-source builds.Gwenole Beauchesne5-6/+6
2010-05-27remove g++ from Android.mk, move declaration of vaGetDisplay out of '#ifdef _...Ren Zhaohan2-8/+14
2010-05-27libva-tpi.so, the same as MeegoRen Zhaohan1-2/+2
2010-05-27libva_android_tpi => libva_tpiRen Zhaohan1-2/+2
2010-05-27libva + libva_android + libva_android_tpiRen Zhaohan1-29/+49
2010-05-26update va_android.h to make sure it could be safely include in a C or C++ file20100526_5.3.0.0009Ren Zhaohan1-11/+5
2010-05-26Copy va_version.h to standard include headers folderRen Zhaohan1-0/+1
2010-05-25Reorganize to bring the library build information togetherSteve Aarnio1-15/+12
2010-05-25Fix build error when use -j40 option with make.Elaine Wang1-0/+4
2010-05-25Update Android.mk for compile issueRen Zhaohan1-3/+7
2010-05-21mv va_android.c -> va_dummy.cAustin Yuan2-1/+1
2010-05-20Added intra_idr_period for H264 encodeAustin Yuan1-0/+1
2010-05-20remove vaDisplayIsValid from libva-glxAustin Yuan1-9/+0
2010-05-18Pass down ISurface instead of SurfaceRen Zhaohan2-3/+3
2010-05-13remove vaDisplayIsValid by linking libva_android.soRen Zhaohan2-6/+1