diff options
author | Francisco Jerez <[email protected]> | 2015-08-17 01:47:50 +0300 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2015-08-20 12:28:48 +0300 |
commit | 6379f5cb2ab7c5ae3f3769204f95088e35c53217 (patch) | |
tree | c79ef2f32ee6c7273ba90d15f56ec285f63a738e /src/mesa/main/extensions.c | |
parent | e3fb2e1f0e160573c3d164818f556c7f6725835e (diff) |
glsl: Parse the allowed image format qualifiers in GLSL ES 3.1.
This includes the minimum required desktop/ES GLSL version in the
format qualifier table in anticipation of new GLSL versions extending
the set of supported image formats. According to section 4.4.7 of the
GLSL ES 3.1 spec:
"The format layout qualifier identifiers for image variable
declarations are:
[...]
rgba32f
rgba16f
r32f
rgba8
rgba8_snorm
[...]
rgba32i
rgba16i
rgba8i
r32i
[...]
rgba32ui
rgba16ui
rgba8ui
r32ui"
Reviewed-by: Tapani Pälli <[email protected]>
Diffstat (limited to 'src/mesa/main/extensions.c')
0 files changed, 0 insertions, 0 deletions