mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 14:10:09 +01:00
tgsi: increase MAX_LABELS to 4096
This commit is contained in:
parent
fc7f924782
commit
45e744dddc
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define MAX_LABELS 1024
|
||||
#define MAX_LABELS (4 * 1024) /**< basically, max instructions */
|
||||
|
||||
#define NUM_CHANNELS 4 /* R,G,B,A */
|
||||
#define QUAD_SIZE 4 /* 4 pixel/quad */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue