diff options
author | Brian Paul <[email protected]> | 2013-01-14 15:18:13 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-01-14 18:15:41 -0700 |
commit | f5eb1b123fdd64f713c1226f14758de4690c6fc2 (patch) | |
tree | cee68112a13fc8d74c53e23d3f277db66b34c44f /src/mesa/state_tracker/st_debug.c | |
parent | cb6ef3d112fa48fd3960583fd39c7ab11052c54f (diff) |
st/mesa: add some simple buffer/draw debug code
Reviewed-by: José Fonseca <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker/st_debug.c')
-rw-r--r-- | src/mesa/state_tracker/st_debug.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_debug.c b/src/mesa/state_tracker/st_debug.c index 850fab92503..d0abf5f8ca9 100644 --- a/src/mesa/state_tracker/st_debug.c +++ b/src/mesa/state_tracker/st_debug.c @@ -53,6 +53,8 @@ static const struct debug_named_value st_debug_flags[] = { { "fallback", DEBUG_FALLBACK, NULL }, { "screen", DEBUG_SCREEN, NULL }, { "query", DEBUG_QUERY, NULL }, + { "draw", DEBUG_DRAW, NULL }, + { "buffer", DEBUG_BUFFER, NULL }, DEBUG_NAMED_VALUE_END }; |