summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
diff options
context:
space:
mode:
authorMiklós Máté <[email protected]>2015-12-16 00:05:42 +0100
committerIan Romanick <[email protected]>2015-12-17 12:09:58 -0800
commit6723b61753102aae46833810ecedf2213cd714b4 (patch)
tree84f7270cc55d587ff2ba039fd68a1ca472957a82 /src/mesa/main
parent555f67c3d717a52464b517cd6d9874468ab3bd92 (diff)
swrast: move two global defines to the only place where they are used
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/mtypes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 48309bf65ec..707ebb9872a 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -2155,8 +2155,6 @@ struct gl_compute_program_state
/**
* ATI_fragment_shader runtime state
*/
-#define ATI_FS_INPUT_PRIMARY 0
-#define ATI_FS_INPUT_SECONDARY 1
struct atifs_instruction;
struct atifs_setupinst;