Browse Source

Brian's fix for bug9829

tags/mesa_7_1_rc1
Xiang, Haihao 18 years ago
parent
commit
dcfdb63b9f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/main/texenvprogram.c

+ 1
- 1
src/mesa/main/texenvprogram.c View File

@@ -38,7 +38,7 @@
* According to Glean's texCombine test, no more than 21 instructions
* are needed. Allow a few extra just in case.
*/
#define MAX_INSTRUCTIONS 24
#define MAX_INSTRUCTIONS ((MAX_TEXTURE_UNITS * 6) + 10) /* see bug 9829 */

#define DISASSEM (MESA_VERBOSE & VERBOSE_DISASSEM)


Loading…
Cancel
Save