diff options
author | Eric Anholt <[email protected]> | 2011-11-08 18:07:15 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-11-11 08:27:54 -0800 |
commit | 9472f6677672ac89d6addba025b33287670da9e9 (patch) | |
tree | 95de585252bc12a879b77fe14c65929d73b703f9 /src/gallium/Android.mk | |
parent | 919c53e87a1f6f5322bc1f1486bb3e6b954b00d5 (diff) |
i965: Replace a should-never-happen fallback with asserts where it matters.
We only allow 16 vec4s of attributes in our GLSL/ARB_vp programs, and
1 more element will get used for gl_VertexID/gl_InstanceID. So it
should never have been possible to hit this fallback, unless there was
another bug. If you do hit this, you're probably using gl_VertexID
and falling back to swrast won't work for you anyway.
This also updates the limits for gen6+.
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/gallium/Android.mk')
0 files changed, 0 insertions, 0 deletions