summaryrefslogtreecommitdiff
path: root/xc/lib/GL/mesa/src/drv/r128/r128_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'xc/lib/GL/mesa/src/drv/r128/r128_init.h')
-rw-r--r--xc/lib/GL/mesa/src/drv/r128/r128_init.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/xc/lib/GL/mesa/src/drv/r128/r128_init.h b/xc/lib/GL/mesa/src/drv/r128/r128_init.h
index 6cb43ae90..2140a7525 100644
--- a/xc/lib/GL/mesa/src/drv/r128/r128_init.h
+++ b/xc/lib/GL/mesa/src/drv/r128/r128_init.h
@@ -48,8 +48,20 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "r128_screen.h"
#include "r128_context.h"
-#define DEBUG
-#ifdef DEBUG
+/* NOTE: The vertex buffer code is currently unstable because of the
+ switches between CCE and MMIO mode in the X server. Fixing the X
+ server to use the CCE should fix this problem. So, for now, it is
+ recommended that you do not use it. */
+
+#define DEBUG 1
+#define USE_FAST_PATH 1
+#define USE_VERTEX_BUFFERS 0
+#define USE_AGP_TEXTURES 0
+#define USE_RGB8_TEXTURES 0
+#define FLUSH_VB_ON_STATE_CHANGE 1
+
+
+#if DEBUG
#include <stdio.h>
#define R128_DEBUG(p) printf p
#endif