This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
tgsi: increase MAX_LABELS to 4096
tags/mesa_7_5_rc3
Brian Paul
16 years ago
parent
fc7f924782
commit
45e744dddc
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/gallium/auxiliary/tgsi/tgsi_exec.h
+ 1
- 1
src/gallium/auxiliary/tgsi/tgsi_exec.h
View File
@@ -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 */
Write
Preview
Loading…
Cancel
Save