Brian's fix for bug9829
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user