r300g: add debugging options "notiling" and "noimmd" (for testing)
authorMarek Olšák <maraeo@gmail.com>
Sun, 18 Apr 2010 00:32:54 +0000 (02:32 +0200)
committerMarek Olšák <maraeo@gmail.com>
Sun, 18 Apr 2010 00:56:09 +0000 (02:56 +0200)
commit5b609badf7682da2377c5e67ab827b2dc3a06b9b
tree395664ce5cd2465cff64b72a9e3c6396ce6f815b
parent4185d9770f1e08f190a57547ca47a231b9c0d6d7
r300g: add debugging options "notiling" and "noimmd" (for testing)

notiling = Disable texture tiling
noimmd = Disable immediate mode (this optimization was really worth it!)
src/gallium/drivers/r300/r300_debug.c
src/gallium/drivers/r300/r300_render.c
src/gallium/drivers/r300/r300_screen.h
src/gallium/drivers/r300/r300_texture.c