commit | b126a0c0cb30b1e2f2df1953fe14d8596d1cf4f7 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Tue Nov 02 09:11:17 2010 -0700 |
committer | Eric Anholt <eric@anholt.net> | Wed May 18 13:57:17 2011 -0700 |
tree | f0b8d9ffebd25ab6775a5de8e8280eca82766b6b | |
parent | 7592f005608e6c03d53c18d27d9af84bde802014 [diff] |
i965: Add support for correct GL_CLAMP behavior by clamping coordinates. This removes the stupid strict-conformance fallback code I broke when adding ARB_sampler_objects. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=36572 Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> (v1)