Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shadeslayer/e246fbbab595c8e8c1b076629b08f0ce to your computer and use it in GitHub Desktop.
Save shadeslayer/e246fbbab595c8e8c1b076629b08f0ce to your computer and use it in GitHub Desktop.
u_vbuf_draw_vbo (mgr=0xaaaae1e4fdf0, info=0xffffe9cb5e58) at ../../../.././src/gallium/auxiliary/util/u_vbuf.c:1160
1160 return;
(gdb)
1296 }
(gdb)
cso_draw_vbo (cso=0xaaaae1e4e340, info=0xffffe9cb5e58) at ../../../.././src/gallium/auxiliary/cso_cache/cso_context.c:1720
1720 }
(gdb)
st_draw_vbo (ctx=0xaaaae1e16590, prims=0xffffe9cb5ee0, nr_prims=1, ib=0x0, index_bounds_valid=1 '\001', min_index=0, max_index=3, tfb_vertcount=0x0, stream=0, indirect=0x0) at ../../.././src/mesa/state_tracker/st_draw.c:215
215 for (i = 0; i < nr_prims; i++) {
(gdb)
244 }
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment