diff options
author | Keith Whitwell <[email protected]> | 2008-05-01 18:13:46 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-05-02 11:11:27 +0100 |
commit | 731e7b961cd081ac6a64b636937716ce3a623c2c (patch) | |
tree | 16457f762c90edfe6059f8221368e96020bb8a7c /src/gallium/auxiliary | |
parent | 251db95945c6b484a093336e7bf12aed6091de54 (diff) |
re-add pipe_surface map/unmap inlines
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_vs_sse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_vs_sse.c b/src/gallium/auxiliary/draw/draw_vs_sse.c index 90926aec850..07f85bc448f 100644 --- a/src/gallium/auxiliary/draw/draw_vs_sse.c +++ b/src/gallium/auxiliary/draw/draw_vs_sse.c @@ -47,7 +47,7 @@ #include "tgsi/util/tgsi_parse.h" #define SSE_MAX_VERTICES 4 -#define SSE_SWIZZLES 0 +#define SSE_SWIZZLES 1 #if SSE_SWIZZLES typedef void (XSTDCALL *codegen_function) ( |