summaryrefslogtreecommitdiff
path: root/va
Commit message (Expand)AuthorAgeFilesLines
* remove VADisplayAttribCSC* which is duplicated, and add VADisplayAttribCSCMat...Austin Yuan2010-07-261-5/+8
* Fix detection of fglrx.Gwenole Beauchesne2010-07-265-4/+283
* Fix H.264 PicParam buffer trace.Gwenole Beauchesne2010-07-261-1/+1
* Fix va_TraceEndPicture() to unlock the VA surface.Gwenole Beauchesne2010-07-261-1/+5
* Fix VA trace warnings.Gwenole Beauchesne2010-07-263-34/+123
* Fix vaErrorStr() for VA_STATUS_ERROR_INVALID_IMAGE_FORMAT.Gwenole Beauchesne2010-07-081-0/+2
* libva: render front buffer for Pixmap.Xiang, Haihao2010-07-073-2/+43
* Drop GLX 1.3 requirement.Gwenole Beauchesne2010-07-071-6/+0
* Call GLX Pixmap related functions through the vtable.Gwenole Beauchesne2010-07-072-11/+32
* Added VA_STATUS_ERROR_INVALID_IMAGE_FORMATAustin Yuan2010-06-081-0/+1
* Merge branch 'i965_h264'Xiang, Haihao2010-06-084-17/+103
|\
| * libva: update DRI2 to support swapbufferXiang, Haihao2010-06-024-16/+102
* | Link libva-android with libva for vaDisplayIsValidAustin Yuan2010-06-041-0/+2
* | 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
* | Don't search LIBGL_DRIVERS_PATH, stick to LIBVA_DRIVERS_PATH only or the defa...Gwenole Beauchesne2010-06-021-4/+0
* | 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
* | 1) clean up Android header file to make it work in C file (from zhaohan.ren a...Austin Yuan2010-06-023-54/+79
* | 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
* | 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
* | Pass down ISurface instead of SurfaceRen Zhaohan2010-05-182-3/+3
* | remove vaDisplayIsValid by linking libva_android.soRen Zhaohan2010-05-132-6/+1
* | Fix build issueAustin Yuan2010-05-124-38/+54
* | Add OpenGL extensions (v3) and generic implementation with TFP and FBO.Gwenole Beauchesne2010-05-137-0/+1569
* | Add OpenGL extensions (v3) and generic implementation with TFP and FBO.Gwenole Beauchesne2010-05-132-0/+7
* | remove Drawable paramater of vaPutSurfaceBufRen Zhaohan2010-05-123-13/+8
* | Add copy va_tpi.h in Android.mkRen Zhaohan2010-05-122-0/+9
* | Add local vaDisplayIsValidRen Zhaohan2010-05-111-0/+6
* | Merge branch 'test' into libva-1.1Ren Zhaohan2010-05-114-5/+106
|\ \
| * | Add vaPutSurfaceBuf to va_backend_tpi.h and va_tpi.c[h], update Android.mk fo...Ren Zhaohan2010-05-114-5/+106
* | | global vaDisplayIsValidPO-ww20.2-videoPO-ww20.1-videoAustin Yuan2010-05-113-12/+1
|/ /
* | Seperate 3rd party API (e.g. vaCreateSurfaceFromXXX) into a libva-tpi.soAustin Yuan2010-05-0810-425/+247
* | Remove and redifine some Xlib Macros, use void* instead of Surface* for VASta...Ren Zhaohan2010-05-076-26/+14
* | move va_android.c => va_android.cpp, use sp<Surface> instead of void*.Ren Zhaohan2010-05-064-7/+335
* | restore old va_DisplayContextGetDriverNameRen Zhaohan2010-05-063-25/+36
* | use Surface* instead of void*Ren Zhaohan2010-05-061-1/+4
* | add new va_DisplayContextGetDriverName, remove 'x11/XX' include folder namePO-ww19.3-newRen Zhaohan2010-05-054-25/+57
* | remove udevRen Zhaohan2010-05-044-29/+40
* | android and dummy backendAustin Yuan2010-04-294-23/+36
* | Merge branch 'va_backend' into POAustin Yuan2010-04-299-85/+84
|\ \
| * | libva backendRen Zhaohan2010-04-277-20/+105
* | | Added VACodedBufferSegmentAustin Yuan2010-04-271-0/+14
* | | saveAustin Yuan2010-04-175-6/+15