summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_lower_samplers.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-11nir: Properly preserve metadata in more casesJason Ekstrand1-0/+7
2020-02-26nir: Drop nir_tex_instr::texture_array_sizeJason Ekstrand1-3/+0
2019-09-06nir: Carve out nir_lower_samplers from GLSL code.Timur Kristóf1-0/+154
2018-05-01nir: move GL specific passes to src/compiler/glslTimothy Arceri1-163/+0
2018-04-12mesa: include mtypes.h lessMarek Olšák1-2/+0
2017-10-20nir: Get rid of nir_shader::stageJason Ekstrand1-1/+2
2017-10-17nir: Add a helper for adding texture instruction sourcesJason Ekstrand1-25/+2
2017-03-23nir: Return progress from nir_lower_samplers().Matt Turner1-11/+18
2016-11-19st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...Timothy Arceri1-3/+3
2016-08-10nir: Drop an unused program/hash_table.h include.Eric Anholt1-1/+0
2016-05-23nir/lower_samplers: Protect against sampler index overflowJason Ekstrand1-3/+6
2016-04-28nir: Switch the arguments to nir_foreach_functionJason Ekstrand1-1/+1
2016-04-28nir: Switch the arguments to nir_foreach_instrJason Ekstrand1-1/+1
2016-04-28nir/lower_samplers: fixup for new foreach_block()Connor Abbott1-28/+8
2016-04-20nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott1-1/+1
2016-02-09nir: Separate texture from sampler in nir_tex_instrJason Ekstrand1-1/+12
2016-02-09nir/tex_instr: Rename sampler to textureJason Ekstrand1-9/+9
2016-01-26glsl: move to compiler/Emil Velikov1-1/+1
2016-01-26nir: move to compiler/Emil Velikov1-0/+187