mesa/docs/gallium/cso
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
..
blend.rst docs: ie. -> i.e. 2020-10-28 10:27:51 +00:00
dsa.rst merge gallium docs into main docs 2020-07-07 10:22:08 +00:00
rasterizer.rst gallium: add rasterizer depth_clamp enable bit 2021-09-09 18:29:26 +00:00
sampler.rst gallium: normalized_coords -> unnormalized_coords 2022-10-10 10:20:02 +00:00
shader.rst merge gallium docs into main docs 2020-07-07 10:22:08 +00:00
velems.rst merge gallium docs into main docs 2020-07-07 10:22:08 +00:00