projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
423e7a5
)
Revert "nir/intrinsic: Allow up to four indices"
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Tue, 27 Oct 2015 20:44:14 +0000
(13:44 -0700)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Tue, 27 Oct 2015 20:44:14 +0000
(13:44 -0700)
This reverts commit
5eccd0b4b947d806c0725899a827e622e605f2cc
.
This was only needed for the store_ssbo_vk_indirect intrinsic
src/glsl/nir/nir.h
patch
|
blob
|
history
diff --git
a/src/glsl/nir/nir.h
b/src/glsl/nir/nir.h
index d0304bebbb03b76d4b0e957c993c3f9bf2435f16..ac418dfca90c89737db244e883cf7504d0b50874 100644
(file)
--- a/
src/glsl/nir/nir.h
+++ b/
src/glsl/nir/nir.h
@@
-874,7
+874,7
@@
typedef struct {
*/
uint8_t num_components;
- int const_index[
4
];
+ int const_index[
3
];
nir_deref_var *variables[2];