diff options
| author | Keith Whitwell <keith@tungstengraphics.com> | 2005-05-23 14:31:44 +0000 |
|---|---|---|
| committer | Keith Whitwell <keith@tungstengraphics.com> | 2005-05-23 14:31:44 +0000 |
| commit | afa7f6a0f5b3e4266a455a0d4deca749dca1dc7e (patch) | |
| tree | 4f72ee61bebdaa59d283173283c5110aa9a2faa8 | |
| parent | eeada484979e9784ebb03f635f207e717a04e311 (diff) | |
Disable recent sse change pending more testing.
| -rw-r--r-- | src/mesa/drivers/dri/unichrome/via_tris.c | 3 |
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 0910f4e6f2..e425a1eda7 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); \ |
