summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-26Fix detection of fglrx.Gwenole Beauchesne5-4/+283
2010-07-26Fix H.264 PicParam buffer trace.Gwenole Beauchesne1-1/+1
2010-07-26Fix va_TraceEndPicture() to unlock the VA surface.Gwenole Beauchesne1-1/+5
2010-07-26Fix VA trace warnings.Gwenole Beauchesne3-34/+123
2010-07-21Fix to require libdrm 2.4.21 or newer for i965 video driver.Xiang, Haihao1-3/+3
2010-07-14Fix rendering of subpictures.Gwenole Beauchesne1-6/+2
2010-07-13Fix vaGetImage() for YV12 format.Gwenole Beauchesne1-9/+12
2010-07-13Simplify vaGetImage().Gwenole Beauchesne1-60/+56
2010-07-13Fix vaGetImage() to wait for pending operations to complete.Gwenole Beauchesne1-0/+3
2010-07-13Add NV12 image format.Gwenole Beauchesne2-1/+61
2010-07-12Fix vaGetImage() bounds checking code.Gwenole Beauchesne1-2/+4
2010-07-12Move initialization of render_state->interleaved_uv to vaCreateContext().Gwenole Beauchesne1-12/+11
2010-07-12Fix out-of-source builds.Gwenole Beauchesne1-1/+1
2010-07-12Add I420 image format.Gwenole Beauchesne2-2/+16
2010-07-12i965_drv_video: use original widht/height for renderingXiang, Haihao3-12/+19
2010-07-12Fix vaTerminate().Gwenole Beauchesne1-2/+2
2010-07-12 Implement vaGetImage().Gwenole Beauchesne1-1/+105
2010-07-12Add YV12 image format.Gwenole Beauchesne2-2/+32
2010-07-12Don't return VA_STATUS_SUCCESS for unimplemented functions.Gwenole Beauchesne1-7/+11
2010-07-12Add RGBA subpictures.Gwenole Beauchesne3-5/+24
2010-07-12Fix subpictures formats array terminator.Gwenole Beauchesne1-1/+1
2010-07-08Fix vaErrorStr() for VA_STATUS_ERROR_INVALID_IMAGE_FORMAT.Gwenole Beauchesne1-0/+2
2010-07-07i965_drv_video: [H.264] fix slice_data_bit_offsetXiang, Haihao1-15/+54
2010-07-07i965_drv_video: [H.264] fix the start of a slice for a MBAFF pictureXiang, Haihao1-6/+2
2010-07-07i965_drv_video: fix BSD batch buffer size.Xiang, Haihao1-2/+4
2010-07-07libva: render front buffer for Pixmap.Xiang, Haihao3-2/+43
2010-07-07i965_drv_video: [H.264] fix different slice type in a same picture issue.Xiang, Haihao3-11/+10
2010-07-07Drop GLX 1.3 requirement.Gwenole Beauchesne1-6/+0
2010-07-07Call GLX Pixmap related functions through the vtable.Gwenole Beauchesne2-11/+32
2010-06-25i965_drv_video: [H.264] fix chroma issueXiang, Haihao1-2/+2
2010-06-18i965_drv_video: fix AVC mc kernelXiang, Haihao3-8/+8
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-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-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-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