mesa/src/asahi
Alyssa Rosenzweig 972f8aa287 vulkan: rename depth bias graphics states
"constant" is a special keyword in OpenCL C, and we'd like to #define it
suitably in host C23 to facilitate compatiblity between host/device headers.
That means we can't have any identifiers named "global" or "constant".
Fortunately, this is the only 'constant' in any file I'm hitting.

To avoid the clash, don't abbreviate "constant factor", use "constant_factor"
instead. For consistency, "slope factor" then becomes "slope_factor".
The new names are longer but match the Vulkan API exactly.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> [Intel]
Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com> [NVK and panvk]
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> [V3DV]
Reviewed-by: Simon Perretta <simon.perretta@imgtec.com> [IMG]
Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32505>
2024-12-06 13:48:26 -05:00
..
clc nir,asahi: make argument alignment configurable 2024-12-05 10:58:51 +00:00
compiler gallium: replace PIPE_SHADER_CAP_INDIRECT_INPUT/OUTPUT_ADDR with NIR options 2024-12-03 12:57:36 +00:00
drm-shim asahi: Update to UAPI 10011 2024-08-12 18:35:47 -04:00
genxml asahi: add XML for cdm stream link with return 2024-11-24 13:06:09 +00:00
layout ail: pull in DRM modifier helper 2024-10-05 18:30:10 +00:00
lib hk: implement timestamps 2024-12-02 19:26:47 +00:00
libagx libagx: remove redundant source files 2024-12-06 13:48:26 -05:00
vulkan vulkan: rename depth bias graphics states 2024-12-06 13:48:26 -05:00
.clang-format clang-format: Disable formatting by default 2023-08-13 16:48:49 +02:00
.editorconfig asahi: Add .editorconfig for CL files 2024-01-10 08:44:37 -04:00
meson.build libagx: move out of lib/ 2024-11-24 13:06:08 +00:00