mesa/src/gallium/tests
Erik Faye-Lund 55f6a2bb51 gallium: normalized_coords -> unnormalized_coords
A lot of code zero-initializes pipe_sampler_state, and sets the states
the non-zero fields manually. This means that normalized_coords is the
"default" setting.

However, setting normalized_coords to true isn't allways allowed, and
we'd need to check PIPE_CAP_TEXRECT first. So it's not really the ideal
default here. There's recently been found quite a bit of bugs in this
area, where the state-tracker didn't properly lower texrects.

Let's switch this around to avoid more bugs like this in the future.

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18971>
2022-10-10 10:20:02 +00:00
..
python/tests/regress/fragment-shader
trivial gallium: normalized_coords -> unnormalized_coords 2022-10-10 10:20:02 +00:00
unit util: Add ssse3 and avx cpu caps override option 2022-09-02 01:51:42 +00:00
meson.build delete graw tests 2022-10-01 03:17:33 +00:00