diff options
author | Marek Olšák <[email protected]> | 2010-06-18 02:17:17 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-06-18 02:17:17 +0200 |
commit | 3c351e2c832e47d75ab0bdefa2fbbc4a1f2118db (patch) | |
tree | 3bf54877464e781f6209f804d38e78c4ae14eb15 /src/gallium/drivers/r300/r300_debug.c | |
parent | 4320a451a313bbf4e145809ffb11c829ae84aa98 (diff) |
r300g: debug option for fake occlusion queries
Diffstat (limited to 'src/gallium/drivers/r300/r300_debug.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_debug.c b/src/gallium/drivers/r300/r300_debug.c index abf3296699d..a6cd86e3920 100644 --- a/src/gallium/drivers/r300/r300_debug.c +++ b/src/gallium/drivers/r300/r300_debug.c @@ -38,6 +38,7 @@ static const struct debug_named_value debug_options[] = { { "anisohq", DBG_ANISOHQ, "High quality anisotropic filtering (for benchmarking)" }, { "notiling", DBG_NO_TILING, "Disable tiling (for benchmarking)" }, { "noimmd", DBG_NO_IMMD, "Disable immediate mode (for benchmarking)" }, + { "fakeocc", DBG_FAKE_OCC, "Use fake occlusion queries (for lulz)" }, { "stats", DBG_STATS, "Gather statistics (for lulz)" }, /* must be last */ |