mesa/src/microsoft
Jesse Natalie 973bff335f microsoft/compiler: Handle clip/cull distance as an input to tess shaders
In order to get the semantics right, we need to know how many of the clip/
cull fields are designated for which purpose. In the case of a shader that
can receive these fields as both input and output, the shader_info property
is reserved to store the output info. We could add a dedicated input field
to shader_info, but since it'd probably only be useful for us, just send
it through a side channel during shader linking.

Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Bill Kristiansen <billkris@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14399>
2022-01-26 01:31:35 +00:00
..
ci microsoft/compiler: Force integer I/O vars to use flat/constant interpolation 2022-01-26 01:31:35 +00:00
clc d3d12: Support dynamic UBO/SSBO indexing 2022-01-21 23:08:26 +00:00
compiler microsoft/compiler: Handle clip/cull distance as an input to tess shaders 2022-01-26 01:31:35 +00:00
resource_state_manager d3d12: Handle memory barriers 2022-01-07 03:31:16 +00:00
spirv_to_dxil microsoft/compiler: normalize line endings 2022-01-19 15:17:17 +00:00
meson.build microsoft/compiler: Make resource_state_manager only build with_gallium_d3d12 2021-01-29 12:54:02 -08:00