commit | 014aaa97d3d7f78629e6e030953be0e9fb7f33dd | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Fri Sep 21 16:04:52 2012 +0200 |
committer | Eric Anholt <eric@anholt.net> | Mon Oct 08 08:38:49 2012 -0700 |
tree | 304e6d29e8c5048dcb20fa1a37474c3bc11a6a32 | |
parent | 9cfc00a84c7a7176a385808e0b92705e79955505 [diff] |
i965: Reduce maximum GL_ARB_fragment_program instruction count to 1024. I don't know of any programs that would need more than this. The larger programs I've seen have neared 100 instructions. This prevent excessive runtimes of automatic tests that attempt to test up to the exposed maximums (like fp-long-alu). Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>