mesa: bump MAX_TEXTURE_RECT_SIZE, MAX_RENDERBUFFER_SIZE

Reviewed-by: Qiang Yu <yuq825@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38587>
This commit is contained in:
Marek Olšák
2025-11-28 17:56:10 -05:00
committed by Marge Bot
parent 24ba57259f
commit 610bdf5e9e
+2 -2
View File
@@ -99,7 +99,7 @@
#define MAX_TEXTURE_LEVELS 15
/** Maximum rectangular texture size - GL_NV_texture_rectangle */
#define MAX_TEXTURE_RECT_SIZE 16384
#define MAX_TEXTURE_RECT_SIZE 65536
/**
* Maximum number of layers in a 1D or 2D array texture - GL_MESA_texture_array
@@ -214,7 +214,7 @@
/** For GL_EXT_framebuffer_object */
/*@{*/
#define MAX_COLOR_ATTACHMENTS 8
#define MAX_RENDERBUFFER_SIZE 16384
#define MAX_RENDERBUFFER_SIZE 65536
/*@}*/
/** For GL_ATI_envmap_bump - support bump mapping on first 8 units */