summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/config.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-06-05 08:00:09 -0600
committerBrian Paul <brianp@vmware.com>2015-06-09 10:49:35 -0600
commit37e0677870febefdd8b89be335f0e97bfd4a7c9b (patch)
treeeda4dc7d53e3bb0af6ba6da21908f7b6319915b4 /src/mesa/main/config.h
parent670862a5069f2759418450698aa4ab7d9f0e079f (diff)
downloadexternal_mesa3d-37e0677870febefdd8b89be335f0e97bfd4a7c9b.zip
external_mesa3d-37e0677870febefdd8b89be335f0e97bfd4a7c9b.tar.gz
external_mesa3d-37e0677870febefdd8b89be335f0e97bfd4a7c9b.tar.bz2
mesa: remove some MAX_NV_FRAGMENT_PROGRAM_* macros
GL_NV_fragment_program support was removed a while ago. This is just some clean-up. Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r--src/mesa/main/config.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h
index 5a66a4e..9c3baf4 100644
--- a/src/mesa/main/config.h
+++ b/src/mesa/main/config.h
@@ -213,19 +213,10 @@
/** For GL_ARB_fragment_program */
/*@{*/
#define MAX_FRAGMENT_PROGRAM_ADDRESS_REGS 0
+#define MAX_FRAGMENT_PROGRAM_PARAMS 64
+#define MAX_FRAGMENT_PROGRAM_INPUTS 12
/*@}*/
-/** For GL_NV_fragment_program */
-/*@{*/
-#define MAX_NV_FRAGMENT_PROGRAM_INSTRUCTIONS 1024 /* 72 for GL_ARB_f_p */
-#define MAX_NV_FRAGMENT_PROGRAM_TEMPS 96
-#define MAX_NV_FRAGMENT_PROGRAM_PARAMS 64
-#define MAX_NV_FRAGMENT_PROGRAM_INPUTS 12
-#define MAX_NV_FRAGMENT_PROGRAM_OUTPUTS 3
-#define MAX_NV_FRAGMENT_PROGRAM_WRITE_ONLYS 2
-/*@}*/
-
-
/** For GL_ARB_vertex_shader */
/*@{*/
#define MAX_VERTEX_GENERIC_ATTRIBS 16