Created
June 23, 2013 15:03
-
-
Save anonymous/5845338 to your computer and use it in GitHub Desktop.
/tmp/test-002.out
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
libva: VA-API version 0.32.0 | |
Xlib: extension "XFree86-DRI" missing on display ":1". | |
libva: va_getDriverName() returns -1 | |
[VS] Software VDPAU backend library initialized | |
[VS] {full} vdp_imp_device_create_x11 display=0xaa5010, screen=0 | |
[VS] warning: failed to initialize libva. No video decode acceleration available. | |
[VS] {part} VdpOutputSurfaceCreate device=1, rgba_format=VDP_RGBA_FORMAT_A8, width=5, height=5 | |
[VS] {full} VdpOutputSurfacePutBitsNative surface=2, destination_rect=NULL | |
[VS] {part} VdpOutputSurfaceGetBitsNative surface=2, source_rect=NULL | |
outputsurface | |
01 02 03 04 05 | |
06 07 08 09 0a | |
0b 0c 0d 0e 0f | |
10 11 12 13 14 | |
15 16 17 18 19 | |
---------- | |
01 02 03 04 05 | |
06 07 08 09 0a | |
0b 0c 0d 0e 0f | |
10 11 12 13 14 | |
15 16 17 18 19 | |
========== | |
[VS] {full} VdpBitmapSurfaceCreate device=1, rgba_format=VDP_RGBA_FORMAT_A8, width=5, height=5, | |
frequently_accessed=1 | |
[VS] {full} VdpBitmapSurfacePutBitsNative surface=3, destination_rect=NULL | |
[VS] {part} VdpOutputSurfaceRenderBitmapSurface destination_surface=2, destination_rect=NULL, | |
source_surface=3, source_rect=NULL | |
blend_state.blend_factor_source_color=VDP_OUTPUT_SURFACE_RENDER_BLEND_FACTOR_SRC_ALPHA | |
blend_state.blend_factor_destination_color=VDP_OUTPUT_SURFACE_RENDER_BLEND_FACTOR_ZERO | |
blend_state.blend_factor_source_alpha=VDP_OUTPUT_SURFACE_RENDER_BLEND_FACTOR_ONE | |
blend_state.blend_factor_destination_alpha=VDP_OUTPUT_SURFACE_RENDER_BLEND_FACTOR_ZERO | |
blend_state.blend_equation_color=VDP_OUTPUT_SURFACE_RENDER_BLEND_EQUATION_ADD | |
blend_state.blend_equation_alpha=VDP_OUTPUT_SURFACE_RENDER_BLEND_EQUATION_ADD | |
blend_constant = ( 0.000000, 0.000000, 0.000000, 0.000000) | |
flags = VDP_OUTPUT_SURFACE_RENDER_ROTATE_0 | |
colors=[] | |
[VS] {part} VdpOutputSurfaceGetBitsNative surface=2, source_rect=NULL | |
bitmapsurface | |
01 02 03 04 05 | |
06 07 08 09 0a | |
0b 0c 0d 0e 0f | |
10 11 12 13 14 | |
15 16 17 18 19 | |
---------- | |
01 02 03 04 05 | |
05 06 07 09 0a | |
0a 0b 0d 0e 0f | |
0f 11 12 13 14 | |
15 16 17 18 19 | |
========== | |
failure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment