mesa/docs/gallium
Eric Anholt aed6a39c10 glsl: Retire dround lowering.
We have competent lowering in NIR already available.

Drivers exposing CAP_DOUBLES but not SHADER_CAP_DROUND:
- d3d12 (NIR lowers ~0 if the underlying impl doesn't do floats)
- svga (Now sets the NIR lowering options)
- softpipe (Doesn't do GL4 so you can't use doubles anyway)
- llvmpipe (Lowers dround_even in NIR and passees the rest through
            successfully)
- zink (NIR lowers ~0 if the underlying impl doesn't do floats,
        otherwise passes things through successfully, except needed
        dround_even lowering to avoid lavapipe regression with
        native doubles)
- r600 (sets NIR rounding lowering flags, and lowers all fsign)

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Acked-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25777>
2023-10-24 00:16:30 +00:00
..
cso docs/gallium: Fix typos 2023-03-28 02:31:05 +00:00
buffermapping.rst docs: use ext-role for GL / VK extensions 2022-11-09 16:10:55 +00:00
context.rst gallium: add get_compute_state_subgroup_size 2023-07-07 12:27:35 +00:00
cso.rst merge gallium docs into main docs 2020-07-07 10:22:08 +00:00
debugging.rst docs: move generic gallium envvars to root doc 2022-11-15 11:25:05 +01:00
distro.rst docs: spell ATI codenames in allcaps 2022-11-02 10:16:44 +00:00
format.rst docs: apply some redirects 2022-11-10 17:26:19 +01:00
glossary.rst docs/gallium: move period out of quotes 2022-11-15 10:01:15 +00:00
index.rst docs: drop reference to modindex 2023-03-29 12:53:26 +00: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: apply some redirects 2022-11-10 17:26:19 +01:00
resources.rst docs: use ext-role for GL / VK extensions 2022-11-09 16:10:55 +00:00
screen.rst glsl: Retire dround lowering. 2023-10-24 00:16:30 +00:00
tgsi.rst docs/tgsi: Specify that depth texture fetches are replicated 2023-07-19 23:21:36 +00:00