summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
10 hourszink: Handle aoa derefs of imagesKonstantin Seurer8-25/+24
2023-06-26compiler: Allow the explicit_stride of aoa types to be zeroCorentin Noël1-1/+1
2020-09-03nir/lower_indirect_derefs: Add a thresholdJason Ekstrand7-17/+30
2020-01-06glsl: fix a binding points assignment for ssbo/ubo arraysAndrii Simiklit3-13/+25
2019-08-14nir/find_array_copies: Reject copies with mismatched lengthsAndrii Simiklit1-4/+8
2019-03-08nir/xfb: handle arrays and AoA of basic typesAlejandro Piñeiro1-10/+32
2019-03-08nir/xfb: adding varyings on nir_xfb_info and gather_infoAlejandro Piñeiro4-12/+49
2018-06-22intel/fs: Use image_deref intrinsics instead of image_varJason Ekstrand3-75/+86
2017-11-20glsl: Catch subscripted calls to undeclared subroutinesGeorge Barrett1-2/+7
2017-07-28st/glsl_to_tgsi: fix getting the image type for array of structsSamuel Pitoiset1-1/+1
2017-07-19glsl: disable array splitting for AoATimothy Arceri1-0/+23
2016-11-17nir: add support for counting AoA uniforms in nir_shader_gather_info()Timothy Arceri1-2/+2
2016-06-23glsl: Split arrays even in the presence of whole-array copies.Kenneth Graunke1-0/+55
2016-02-09st/mesa: enable AoA for gallium drivers reporting GLSL 1.30Dave Airlie3-2/+4
2016-02-09st/mesa: add atomic AoA supportDave Airlie1-8/+6
2016-02-09st/mesa: handle indirect samplers in arrays/structs properly (v4.1)Dave Airlie1-18/+123
2015-11-04docs: Mark AoA as done for i965Timothy Arceri2-2/+3
2015-11-04i965: add support for image AoATimothy Arceri2-14/+18
2015-10-31glsl: set image access qualifiers for AoATimothy Arceri1-28/+49
2015-10-27main: Remove interface block array index for doing the name comparisonSamuel Iglesias Gonsalvez1-1/+42
2015-10-21glsl: add AoA support to subroutinesTimothy Arceri2-6/+39
2015-10-17nir: add atomic lowering support for AoATimothy Arceri1-10/+12
2015-10-15glsl: allow for AoA in calculating offset to ubo start regionTimothy Arceri1-2/+1
2015-10-15glsl: build ubo name and indexing offset for AoATimothy Arceri1-30/+86
2015-10-15glsl: link uniform block arrays of arraysTimothy Arceri3-112/+229
2015-10-15glsl: Add AoA support when checking for non-const indexTimothy Arceri1-1/+1
2015-10-15glsl: add AoA support for an inteface with unsized array membersTimothy Arceri1-4/+12
2015-10-15glsl: add AoA support for linking interface blocks with unsized membersTimothy Arceri2-6/+7
2015-10-15glsl: add AoA support for atomic countersTimothy Arceri1-23/+54
2015-10-15glsl: add std140 layout support for AoATimothy Arceri1-7/+8
2015-10-15glsl: calculate AoA uniform offset correctly for structsTimothy Arceri1-1/+16
2015-10-15glsl: dont allow gl_PerVertex to be redeclared as an array of arraysTimothy Arceri2-1/+8
2015-10-15glsl: allow AoA to be sized by initializer or constructorTimothy Arceri5-41/+82
2015-10-15glsl: add support for initialising sampler AoATimothy Arceri1-34/+49
2015-10-15glsl: Add support for linking uniform arrays of arraysTimothy Arceri2-6/+14
2015-10-06glsl: add std430 layout support for AoASamuel Iglesias Gonsalvez1-5/+7
2015-09-26glsl: validate binding qualifier for AoATimothy Arceri1-1/+1
2015-09-26glsl: add helper for calculating size of AoATimothy Arceri1-0/+19
2015-07-04glsl: allow precision qualifiers for AoATimothy Arceri1-3/+1
2015-06-13glsl: enforce restriction on AoA interface blocks in GLSL ES 3.10Timothy Arceri1-0/+11