summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome/via_tris.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2005-05-23 14:31:44 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2005-05-23 14:31:44 +0000
commitafa7f6a0f5b3e4266a455a0d4deca749dca1dc7e (patch)
tree4f72ee61bebdaa59d283173283c5110aa9a2faa8 /src/mesa/drivers/dri/unichrome/via_tris.c
parenteeada484979e9784ebb03f635f207e717a04e311 (diff)
Disable recent sse change pending more testing.
Diffstat (limited to 'src/mesa/drivers/dri/unichrome/via_tris.c')
-rw-r--r--src/mesa/drivers/dri/unichrome/via_tris.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_tris.c b/src/mesa/drivers/dri/unichrome/via_tris.c
index 0910f4e6f21..e425a1eda74 100644
--- a/src/mesa/drivers/dri/unichrome/via_tris.c
+++ b/src/mesa/drivers/dri/unichrome/via_tris.c
@@ -49,7 +49,8 @@
* Emit primitives as inline vertices *
***********************************************************************/
-#if 1
+
+#if 0
#define COPY_DWORDS(vb, vertsize, v) \
do { \
via_sse_memcpy(vb, v, vertsize * 4); \