summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| | * libva: update DRI2 to support swapbufferXiang, Haihao2010-06-024-16/+102
| | * 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-26191-147/+25608
| * | Link libva-android with libva for vaDisplayIsValidAustin Yuan2010-06-041-0/+2
* | | Merge branch 'fdva-master'Austin Yuan2010-06-046-140/+126
|\ \ \ | |/ /
| * | Follow up the change of "LIBVA_DRIVER_NAME", remove it from va_android.cppAustin Yuan2010-06-043-110/+92
| * | Move LIBVA_DRIVER_NAME check in vaInitialize().Gwenole Beauchesne2010-06-042-28/+31
| * | VA/GLX cosmetics (indentation, declarations)Gwenole Beauchesne2010-06-042-1/+3
| * | Fix vainfo to build out of the source dirGwenole Beauchesne2010-06-041-3/+2
* | | Merge branch 'fdva-master'Austin Yuan2010-06-024-13/+13
|\ \ \ | |/ /
| * | Don't search LIBGL_DRIVERS_PATH, stick to LIBVA_DRIVERS_PATH only or the defa...Gwenole Beauchesne2010-06-021-4/+0
| * | Fix libva-x11 dependencies. Ensure this grabs libva so that people don't have...Gwenole Beauchesne2010-06-021-0/+1
| * | Fix vainfo dependencies (Konstantin Pavlov).Gwenole Beauchesne2010-06-021-2/+2
| * | Don't dump VA surface pixels if driver doesn't return VA surface buffer.Gwenole Beauchesne2010-06-021-2/+3
| * | Fix VA tracer to correctly dump array of bytes.Gwenole Beauchesne2010-06-021-4/+4
| * | Call va_TraceEndPicture() after the actual vaEndPicture(). i.e. let the drive...Gwenole Beauchesne2010-06-021-1/+3
* | | Merge branch 'fdva-master'Austin Yuan2010-06-028-22/+15
|\ \ \ | |/ /
| * | 1) clean up Android header file to make it work in C file (from zhaohan.ren a...Austin Yuan2010-06-024-66/+87
| * | Fix make dist.Gwenole Beauchesne2010-06-021-0/+1
| * | Fix TPI lib dependencies.Gwenole Beauchesne2010-06-021-0/+1
| * | Drop superfluous versions.Gwenole Beauchesne2010-06-021-4/+0
| * | Fix out-of-source builds.Gwenole Beauchesne2010-06-025-6/+6
* | | remove g++ from Android.mk, move declaration of vaGetDisplay out of '#ifdef _...Ren Zhaohan2010-05-272-8/+14
* | | libva-tpi.so, the same as MeegoRen Zhaohan2010-05-271-2/+2
* | | libva_android_tpi => libva_tpiRen Zhaohan2010-05-271-2/+2
* | | libva + libva_android + libva_android_tpiRen Zhaohan2010-05-271-29/+49
* | | update va_android.h to make sure it could be safely include in a C or C++ file20100526_5.3.0.0009Ren Zhaohan2010-05-261-11/+5
* | | Copy va_version.h to standard include headers folderRen Zhaohan2010-05-261-0/+1
* | | Reorganize to bring the library build information togetherSteve Aarnio2010-05-251-15/+12
* | | Fix build error when use -j40 option with make.Elaine Wang2010-05-251-0/+4
* | | Update Android.mk for compile issueRen Zhaohan2010-05-251-3/+7
|/ /
* | mv va_android.c -> va_dummy.cAustin Yuan2010-05-212-1/+1
* | Added intra_idr_period for H264 encodeAustin Yuan2010-05-201-0/+1
* | remove vaDisplayIsValid from libva-glxAustin Yuan2010-05-201-9/+0