diff options
author | Brian <[email protected]> | 2007-08-20 17:02:07 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-08-20 17:02:07 -0600 |
commit | 766fa51537dabd978eb04fb4c3f29b5dfeacd9fb (patch) | |
tree | bcbfb6090a535adb11154b1e928941a274a4d246 /src/mesa/pipe/softpipe/sp_prim_setup.c | |
parent | ddf8ba2d1b4f85498613f7ace1ffda70bb9d9e92 (diff) |
remove some of the #ifndef MESA stuff
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_prim_setup.c')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_prim_setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/softpipe/sp_prim_setup.c b/src/mesa/pipe/softpipe/sp_prim_setup.c index 43ab0e97db9..f779deac280 100644 --- a/src/mesa/pipe/softpipe/sp_prim_setup.c +++ b/src/mesa/pipe/softpipe/sp_prim_setup.c @@ -40,10 +40,10 @@ #include "pipe/draw/draw_private.h" #include "pipe/p_util.h" -#ifndef MESA + +/** XXX remove */ #define FRAG_ATTRIB_WPOS 0 #define FRAG_ATTRIB_MAX 13 -#endif /** |