From: Jason Ekstrand Date: Tue, 27 Oct 2015 20:44:14 +0000 (-0700) Subject: Revert "nir/intrinsic: Allow up to four indices" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=12feda0c095b7c4d598b8d4e4a0359833354b0b1;p=mesa.git Revert "nir/intrinsic: Allow up to four indices" This reverts commit 5eccd0b4b947d806c0725899a827e622e605f2cc. This was only needed for the store_ssbo_vk_indirect intrinsic --- diff --git a/src/glsl/nir/nir.h b/src/glsl/nir/nir.h index d0304bebbb0..ac418dfca90 100644 --- 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];