mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 19:30:11 +01:00
changed MAX_WIDTH to 2048 to handle 2K textures
This commit is contained in:
parent
6479a175e4
commit
a38e117fe6
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: config.h,v 1.14 2000/05/23 20:10:49 brianp Exp $ */
|
||||
/* $Id: config.h,v 1.15 2000/07/05 22:40:30 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -105,8 +105,8 @@
|
|||
/* Number of texture units - GL_ARB_multitexture */
|
||||
#define MAX_TEXTURE_UNITS 2
|
||||
|
||||
/* Maximum viewport size: */
|
||||
#define MAX_WIDTH 1600
|
||||
/* Maximum viewport/image size: */
|
||||
#define MAX_WIDTH 2048
|
||||
#define MAX_HEIGHT 1200
|
||||
|
||||
/* Maxmimum size for CVA. May be overridden by the drivers. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue