summaryrefslogtreecommitdiff
path: root/src/compiler/glsl/gl_nir_lower_samplers_as_deref.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "glsl: Set location on structure-split sampler uniform variables"Kenneth Graunke2019-04-221-1/+8
* glsl: Set location on structure-split sampler uniform variablesKenneth Graunke2019-04-121-0/+1
* glsl: rename record_location_offset() -> struct_location_offset()Timothy Arceri2019-03-061-1/+1
* nir: Gather texture bitmasks in gl_nir_lower_samplers_as_deref.Kenneth Graunke2019-02-111-0/+24
* glsl: Don't look at sampler uniform storage for internal varsKenneth Graunke2019-02-111-3/+5
* glsl: Allow gl_nir_lower_samplers*() without a gl_shader_programKenneth Graunke2019-02-111-3/+11
* nir: Allow a non-existent sampler deref in nir_lower_samplers_as_derefKenneth Graunke2019-01-111-19/+21
* glsl_type: Add support for explicitly laid out matrices and arraysJason Ekstrand2019-01-081-1/+1
* glsl_type: Drop the glsl_get_array_instance C helperJason Ekstrand2019-01-081-1/+1
* nir: Fix gl_nir_lower_samplers_as_deref's structure type handling.Kenneth Graunke2019-01-071-3/+0
* nir: Add floating point atomic add instrinsicsIan Romanick2018-08-221-0/+1
* nir: Remove old-school deref chain supportJason Ekstrand2018-06-221-2/+0
* nir: convert lower_samplers_as_deref to deref instructionsRob Clark2018-06-221-65/+117
* nir: add deref lowering sanity checkingRob Clark2018-06-221-0/+2
* nir: move GL specific passes to src/compiler/glslTimothy Arceri2018-05-011-0/+250