summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_debug.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2011-05-29 03:46:15 +0200
committerMarek Olšák <[email protected]>2011-05-29 05:15:27 +0200
commit70b86fb273ee9c3b6fea750bc14eae43328ba677 (patch)
tree4462509781c73328a076194d23ae09c055e84da4 /src/gallium/drivers/r300/r300_debug.c
parent2397f20b6b0c7092927b33d0461c89200204906d (diff)
r300g: remove fake occlusion queries (debug option)
Diffstat (limited to 'src/gallium/drivers/r300/r300_debug.c')
-rw-r--r--src/gallium/drivers/r300/r300_debug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_debug.c b/src/gallium/drivers/r300/r300_debug.c
index 6e8b6ab2978..3ab28689fb8 100644
--- a/src/gallium/drivers/r300/r300_debug.c
+++ b/src/gallium/drivers/r300/r300_debug.c
@@ -43,7 +43,6 @@ static const struct debug_named_value debug_options[] = {
{ "hyperz", DBG_HYPERZ, "Log HyperZ info" },
{ "upload", DBG_UPLOAD, "Log user buffer upload info" },
{ "scissor", DBG_SCISSOR, "Log scissor info" },
- { "fakeocc", DBG_FAKE_OCC, "Use fake occlusion queries" },
{ "anisohq", DBG_ANISOHQ, "Use high quality anisotropic filtering" },
{ "notiling", DBG_NO_TILING, "Disable tiling" },
{ "noimmd", DBG_NO_IMMD, "Disable immediate mode" },