Blender Git Commit Log
Git Commits -> Revision 61978bb
Revision 61978bb by Mike Erwin (GPU_data_request) April 19, 2015, 07:06 (GMT) |
add GPUxBatch size query How much VRAM does our draw data use? Or process memory for client-side data. Note: right now data is stored in *both* places, but the code will be smarter about storage in the future. |
Commit Details:
Full Hash: 61978bbf32f1af14f0d730c344d3add6bd6ee281
Parent Commit: b91ebca
Lines Changed: +50, -42
6 Modified Paths:
/source/blender/gpu/GPUx_draw.h (+2, -0) (Diff)
/source/blender/gpu/GPUx_element.h (+2, -0) (Diff)
/source/blender/gpu/GPUx_vbo.h (+1, -0) (Diff)
/source/blender/gpu/intern/gpux_draw.c (+8, -0) (Diff)
/source/blender/gpu/intern/gpux_element.c (+28, -42) (Diff)
/source/blender/gpu/intern/gpux_vbo.c (+9, -0) (Diff)
/source/blender/gpu/GPUx_element.h (+2, -0) (Diff)
/source/blender/gpu/GPUx_vbo.h (+1, -0) (Diff)
/source/blender/gpu/intern/gpux_draw.c (+8, -0) (Diff)
/source/blender/gpu/intern/gpux_element.c (+28, -42) (Diff)
/source/blender/gpu/intern/gpux_vbo.c (+9, -0) (Diff)