diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-10-27 09:36:43 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-10-27 09:36:43 -0600 |
commit | e807b1900ff0a5661246d8eeff8b8e230231ad60 (patch) | |
tree | 62963feaff2deacee5f42f958e273f03590c02f2 /src/mesa/pipe | |
parent | 88c021a0d1ce81f5e3e6d972ae86c1efdb882e3c (diff) |
remove #define MESA stuff
Diffstat (limited to 'src/mesa/pipe')
-rw-r--r-- | src/mesa/pipe/tgsi/exec/tgsi_exec.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/pipe/tgsi/exec/tgsi_exec.c b/src/mesa/pipe/tgsi/exec/tgsi_exec.c index d16b8d50b6..bd57076d75 100644 --- a/src/mesa/pipe/tgsi/exec/tgsi_exec.c +++ b/src/mesa/pipe/tgsi/exec/tgsi_exec.c @@ -54,11 +54,6 @@ #include "tgsi_core.h" #include "pipe/p_state.h" -#define MESA 1 -#if MESA -#include "main/context.h" -#include "main/macros.h" -#endif #define TILE_TOP_LEFT 0 #define TILE_TOP_RIGHT 1 |