diff options
author | Samuel Iglesias Gonsálvez <[email protected]> | 2016-03-01 12:04:52 +0100 |
---|---|---|
committer | Samuel Iglesias Gonsálvez <[email protected]> | 2016-03-02 07:19:01 +0100 |
commit | add57b3fa8551cca7a1cb94573b4ef1d9a6a52c2 (patch) | |
tree | cb0cb50b63573204e59cc5b443400addeffe3488 /src/mesa/main/config.h | |
parent | aa849d97a0df34a1457d7205518bd82365b4eb2d (diff) |
main: remove MAX_VIEWPORT_WIDTH and MAX_VIEWPORT_HEIGHT constants
Signed-off-by: Samuel Iglesias Gonsálvez <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 820ae072da6..bc5e56923b8 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 |