mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
softpipe: increase MAX_WIDTH/HEIGTH 4096 to match max texture size
This commit is contained in:
parent
926b965ed5
commit
84b956c29b
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@
|
|||
|
||||
|
||||
/** XXX move these */
|
||||
#define MAX_WIDTH 2048
|
||||
#define MAX_HEIGHT 2048
|
||||
#define MAX_WIDTH 4096
|
||||
#define MAX_HEIGHT 4096
|
||||
|
||||
|
||||
struct softpipe_tile_cache
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue