mesa/docs/gallium
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
..
cso gallium: normalized_coords -> unnormalized_coords 2022-10-10 10:20:02 +00:00
buffermapping.rst util: Rename pipe_debug_callback to util_debug_callback 2022-04-01 01:52:43 +00:00
context.rst gallium: remove vertices_per_patch, add pipe_context::set_patch_vertices 2021-08-21 00:08:11 +00:00
cso.rst merge gallium docs into main docs 2020-07-07 10:22:08 +00:00
debugging.rst gallium: when tracing is enabled for threaded drivers, trace the driver thread 2021-04-21 14:28:44 +00:00
distro.rst docs: briefly document Gallium Nine 2022-07-09 10:49:12 +00:00
format.rst docs/gallium: Document the index buffer format convention 2021-06-01 23:40:47 +00:00
glossary.rst merge gallium docs into main docs 2020-07-07 10:22:08 +00:00
index.rst docs: Add some documentation of game GL buffer object mapping behavior. 2021-03-09 09:24:23 -08:00
intro.rst merge gallium docs into main docs 2020-07-07 10:22:08 +00:00
pipeline.txt merge gallium docs into main docs 2020-07-07 10:22:08 +00:00
postprocess.rst docs: move gallium specific docs into gallium folder 2020-07-07 10:22:08 +00:00
resources.rst merge gallium docs into main docs 2020-07-07 10:22:08 +00:00
screen.rst gallium: Add PIPE_CAP_QUERY_TIMESTAMP_BITS 2022-09-09 14:49:12 +02:00
tgsi.rst gallium: Rename MUL_ZERO_WINS to LEGACY_MATH_RULES. 2022-06-10 03:26:32 +00:00