mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
glsl: bump up MAX_FOR_LOOP_UNROLL_COMPLEXITY
This commit is contained in:
parent
f8a4ad1aee
commit
1169457eca
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ const GLuint MAX_FOR_LOOP_UNROLL_BODY_SIZE = 50;
|
|||
* and the size of the body. So long-ish loops with very simple bodies
|
||||
* can be unrolled, as well as short loops with larger bodies.
|
||||
*/
|
||||
const GLuint MAX_FOR_LOOP_UNROLL_COMPLEXITY = 200;
|
||||
const GLuint MAX_FOR_LOOP_UNROLL_COMPLEXITY = 256;
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue