diff options
author | Marek Olšák <[email protected]> | 2010-03-13 17:38:43 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-03-13 18:23:27 +0100 |
commit | 3996e493693d5aa048fed1c2fd6db4027cb47df4 (patch) | |
tree | 41ded656e7af8bb40b4772b696015c6e63513535 /src/gallium/drivers/r300/r300_debug.c | |
parent | d5749fb6fc9b7bb3c8a8b1632eee6db28678b3ba (diff) |
r300g: add high quality anisotropic filtering for R5xx (disabled by default)
Oh look, an undocumented feature. It's a nice tool for benchmarking
texturing.
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 b881730848a..d6177577c8d 100644 --- a/src/gallium/drivers/r300/r300_debug.c +++ b/src/gallium/drivers/r300/r300_debug.c @@ -37,6 +37,7 @@ static struct debug_option debug_options[] = { { "draw", DBG_DRAW, "Draw and emit" }, { "tex", DBG_TEX, "Textures" }, { "fall", DBG_FALL, "Fallbacks" }, + { "anisohq", DBG_ANISOHQ, "High quality anisotropic filtering (for benchmarking purposes only!)" }, { "all", ~0, "Convenience option that enables all debug flags" }, |