diff options
author | Ilia Mirkin <[email protected]> | 2019-08-06 22:54:56 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2019-08-07 22:31:38 -0400 |
commit | 582c86346d77538009d993c4cf8c7aa4021c0ad0 (patch) | |
tree | 7c9a798cd78c0d239d31728f1346c267ccca2403 /scripts | |
parent | a29bc3a3adf0626fabb083a572a0d1fee5f2a1ee (diff) |
st/mesa: relax EXT_shader_image_load_store enable
There's no reason to bring format-less load requirement into this
extension. It requires a size to be provided, and a compatible format is
computed from the size + data type. For example
layout(size1x32) uniform iimage1D image;
becomes
DCL IMAGE[0], 1D, PIPE_FORMAT_R32_SINT, WR
whereas PIPE_CAP_IMAGE_LOAD_FORMATTED is designed to allow
PIPE_FORMAT_NONE to be provided as a format and still enable LOAD
operations to be performed.
So the shader has all the information it needs about the format.
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions