• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/intel/libva


RSS
修訂. 時間 作者
dd9c332 2010-07-12 14:27:48 Gwenole Beauchesne

Fix vaTerminate().

6cb2cd5 2010-07-12 14:26:39 Gwenole Beauchesne

 Implement vaGetImage().

835603e 2010-07-12 14:26:10 Gwenole Beauchesne

Add YV12 image format.

4119b70 2010-07-12 14:26:05 Gwenole Beauchesne

Don't return VA_STATUS_SUCCESS for unimplemented functions.

141a6f7 2010-07-12 14:25:58 Gwenole Beauchesne

Add RGBA subpictures.

5ab4bfb 2010-07-12 14:25:49 Gwenole Beauchesne

Fix subpictures formats array terminator.

4916645 2010-07-08 11:10:30 Gwenole Beauchesne

Fix vaErrorStr() for VA_STATUS_ERROR_INVALID_IMAGE_FORMAT.

849d20d 2010-07-07 15:54:53 Xiang, Haihao

i965_drv_video: [H.264] fix slice_data_bit_offset

VASliceParameterBufferH264.slice_data_bit_offset will point into the part
of slice header if there are some escaped bytes in the slice header. The offset
to slice data is needed for BSD unit so that BSD unit can fetch right slice data
for processing. This fixes conformance case BASQP1_Sony_C.jsv

The method to get the total number of bytes in the slice header is provided by Gwenole Beauchesne <gbeauchesne@splitted-desktop.com>

daf6ed6 2010-07-07 15:54:48 Xiang, Haihao

i965_drv_video: [H.264] fix the start of a slice for a MBAFF picture

40ff5b2 2010-07-07 15:54:41 Xiang, Haihao

i965_drv_video: fix BSD batch buffer size.

Some stress cases need a large BSD batch buffer.

1bf70ad 2010-07-07 15:54:07 Xiang, Haihao

libva: render front buffer for Pixmap.

The way to get drawable type is proposed by Gwenole Beauchesne <gbeauchesne@splitted-desktop.com>

2e719ae 2010-07-07 15:53:36 Xiang, Haihao

i965_drv_video: [H.264] fix different slice type in a same picture issue.

74b303f 2010-07-07 15:53:23 Gwenole Beauchesne

Drop GLX 1.3 requirement.

8428600 2010-07-07 15:53:15 Gwenole Beauchesne

Call GLX Pixmap related functions through the vtable.

4b53862 2010-06-25 14:16:30 Xiang, Haihao

i965_drv_video: [H.264] fix chroma issue

120cee2 2010-06-18 17:00:48 Xiang, Haihao

i965_drv_video: fix AVC mc kernel

58d7059 2010-06-13 15:50:09 Xiang, Haihao

bump library version to 1.0.3

70e030c 2010-06-13 15:49:15 Xiang, Haihao

i965_drv_video: [H.264] fix register blocks for ILDB

1d72432 2010-06-08 17:57:58 Austin Yuan

Added VA_STATUS_ERROR_INVALID_IMAGE_FORMAT

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>

4eed8bc 2010-06-08 10:53:02 Xiang, Haihao

Merge branch 'i965_h264'

Conflicts:
va/x11/dri2_util.c

da6e7fd 2010-06-08 10:19:13 Xiang, Haihao

i965_drv_video: [H.264] some code clean up

3a359ea 2010-06-04 18:31:07 Austin Yuan

Link libva-android with libva for vaDisplayIsValid

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>

943686a 2010-06-04 15:29:01 Austin Yuan

Follow up the change of "LIBVA_DRIVER_NAME", remove it from va_android.cpp

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>

cb2ba3e 2010-06-04 12:10:09 Gwenole Beauchesne

Move LIBVA_DRIVER_NAME check in vaInitialize().

632443b 2010-06-04 12:10:02 Gwenole Beauchesne

VA/GLX cosmetics (indentation, declarations)

fe312c5 2010-06-04 12:09:05 Gwenole Beauchesne

Fix vainfo to build out of the source dir

e45a4d6 2010-06-02 18:31:08 Gwenole Beauchesne

Don't search LIBGL_DRIVERS_PATH, stick to LIBVA_DRIVERS_PATH only or the default path.

6e60608 2010-06-02 18:30:48 Gwenole Beauchesne

Fix libva-x11 dependencies. Ensure this grabs libva so that people don't have to check for that themselves.

5cbd493 2010-06-02 18:27:32 Gwenole Beauchesne

Fix vainfo dependencies (Konstantin Pavlov).

82936d2 2010-06-02 18:23:28 Gwenole Beauchesne

Don't dump VA surface pixels if driver doesn't return VA surface buffer.