diff options
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 6f514650009..6a2f766222a 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -141,9 +141,6 @@ /** Maximum size for CVA. May be overridden by the drivers. */ #define MAX_ARRAY_LOCK_SIZE 3000 -/** For GL_MAX_ELEMENTS_INDICES and GL_MAX_ELEMENTS_VERTICES. */ -#define MAX_ELEMENTS_VERTICES_INDICES (512 * 1024 * 1024) - /** Subpixel precision for antialiasing, window coordinate snapping */ #define SUB_PIXEL_BITS 4 |