[Mesa-dev] [PATCH 11/22] nir: Make image load/store intrinsics variable-width
Kenneth Graunke
kenneth at whitecape.org
Mon Aug 20 07:51:04 UTC 2018
On Friday, August 17, 2018 1:06:17 PM PDT Jason Ekstrand wrote:
> Instead of requiring 4 components, this allows them to potentially use
> fewer. Both the SPIR-V and GLSL paths still generate vec4 intrinsics so
> drivers which assume 4 components should be safe. However, we want to
> be able to shrink them for i965.
> ---
> src/compiler/glsl/glsl_to_nir.cpp | 9 +++++++--
> src/compiler/nir/nir_intrinsics.py | 4 ++--
> src/compiler/spirv/spirv_to_nir.c | 2 ++
> 3 files changed, 11 insertions(+), 4 deletions(-)
Patches 10-13 are:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180820/54bd1989/attachment-0001.sig>
More information about the mesa-dev
mailing list