summaryrefslogtreecommitdiff
path: root/.pick_status.json
diff options
context:
space:
mode:
authorYevhenii Kolesnikov <yevhenii.kolesnikov@globallogic.com>2021-07-14 20:39:45 +0300
committerDylan Baker <dylan.c.baker@intel.com>2021-07-27 11:43:34 -0700
commit0028e826c5933fd2805439dac11868bd4e1410f0 (patch)
tree8790e4e5a655f3b628b9adea0c0483ae4009761e /.pick_status.json
parentfc9650d1f398933dcf0ae1c1ca970b574b44bf17 (diff)
glsl: Add operator for .length() method on implicitly-sized arrays
ARB_shader_storage_buffer_object extension (promoted to core in 4.3) allows us to call .length() method on arrays declared without an explicit size. The length is determined at link time as a maximum array access. Fixes: 273f61a0051a ("glsl: Add parser/compiler support for unsized array's length()") Signed-off-by: Yevhenii Kolesnikov <yevhenii.kolesnikov@globallogic.com> Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11952> (cherry picked from commit 441826aaaac54e84629269c4622be2f17a465209)
Diffstat (limited to '.pick_status.json')
-rw-r--r--.pick_status.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pick_status.json b/.pick_status.json
index e2e9c7f72d9..9e087012cce 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -103,7 +103,7 @@
"description": "glsl: Add operator for .length() method on implicitly-sized arrays",
"nominated": true,
"nomination_type": 1,
- "resolution": 0,
+ "resolution": 1,
"main_sha": null,
"because_sha": "273f61a0051a794d1a39d70fb1dbf46a3ca3c63f"
},