Skip to content

Instantly share code, notes, and snippets.

@Fat-Zer
Forked from anonymous/tmptest-002.out.txt
Last active December 18, 2015 21:09
Show Gist options
  • Save Fat-Zer/5845341 to your computer and use it in GitHub Desktop.
Save Fat-Zer/5845341 to your computer and use it in GitHub Desktop.
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
5 XSELINUXs still allocated at reset
SCREEN: 0 objects of 240 bytes = 0 total bytes 0 private allocs
DEVICE: 0 objects of 96 bytes = 0 total bytes 0 private allocs
CLIENT: 0 objects of 136 bytes = 0 total bytes 0 private allocs
WINDOW: 0 objects of 40 bytes = 0 total bytes 0 private allocs
PIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs
GC: 4 objects of 16 bytes = 64 total bytes 0 private allocs
CURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs
DBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs
TOTAL: 5 objects, 80 bytes, 0 allocs
1 PIXMAPs still allocated at reset
PIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs
GC: 4 objects of 16 bytes = 64 total bytes 0 private allocs
CURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs
DBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs
TOTAL: 5 objects, 80 bytes, 0 allocs
4 GCs still allocated at reset
GC: 4 objects of 16 bytes = 64 total bytes 0 private allocs
CURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs
DBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs
TOTAL: 4 objects, 64 bytes, 0 allocs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment