summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/config.h
diff options
context:
space:
mode:
authorSamuel Iglesias Gonsálvez <siglesias@igalia.com>2016-03-01 12:04:52 +0100
committerSamuel Iglesias Gonsálvez <siglesias@igalia.com>2016-03-02 07:19:01 +0100
commitadd57b3fa8551cca7a1cb94573b4ef1d9a6a52c2 (patch)
treecb0cb50b63573204e59cc5b443400addeffe3488 /src/mesa/main/config.h
parentaa849d97a0df34a1457d7205518bd82365b4eb2d (diff)
downloadexternal_mesa3d-add57b3fa8551cca7a1cb94573b4ef1d9a6a52c2.zip
external_mesa3d-add57b3fa8551cca7a1cb94573b4ef1d9a6a52c2.tar.gz
external_mesa3d-add57b3fa8551cca7a1cb94573b4ef1d9a6a52c2.tar.bz2
main: remove MAX_VIEWPORT_WIDTH and MAX_VIEWPORT_HEIGHT constants
Signed-off-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r--src/mesa/main/config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h
index 820ae07..bc5e569 100644
--- a/src/mesa/main/config.h
+++ b/src/mesa/main/config.h
@@ -132,11 +132,6 @@
*/
#define MAX_TEXTURE_UNITS ((MAX_TEXTURE_COORD_UNITS > MAX_TEXTURE_IMAGE_UNITS) ? MAX_TEXTURE_COORD_UNITS : MAX_TEXTURE_IMAGE_UNITS)
-
-/** Maximum viewport size */
-#define MAX_VIEWPORT_WIDTH 16384
-#define MAX_VIEWPORT_HEIGHT 16384
-
/** Maximun number of viewports supported with ARB_viewport_array */
#define MAX_VIEWPORTS 16