summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_lower_clip_cull_distance_arrays.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-21nir/lower_clip_cull: Fix an incorrect assertJason Ekstrand1-1/+1
2019-02-21nir: Rewrite lower_clip_cull_distance_arrays to do a lot less loweringJason Ekstrand1-113/+19
2019-02-05nir: Avoid clip/cull distance lowering multiple times.Kenneth Graunke1-2/+12
2019-02-05nir: Bail on clip/cull distance lowering if GLSL IR already did it.Kenneth Graunke1-2/+2
2019-01-08glsl_type: Add support for explicitly laid out matrices and arraysJason Ekstrand1-2/+2
2018-10-15nir: fix clip cull lowering to not assert if GLSL already lowered.Dave Airlie1-0/+6
2018-06-22nir: Remove old-school deref chain supportJason Ekstrand1-2/+0
2018-06-22nir: Remove deref chain support from lower_clip_cull_distance_arraysJason Ekstrand1-52/+2
2018-06-22nir: Support deref instructions in lower_clip_cullJason Ekstrand1-6/+65
2018-06-22nir: add deref lowering sanity checkingRob Clark1-0/+2
2017-10-20nir: Get rid of nir_shader::stageJason Ekstrand1-4/+4
2017-05-09nir: Embed the shader_info in the nir_shader againJason Ekstrand1-2/+2
2017-03-23nir: Return progress from nir_lower_clip_cull_distance_arrays().Matt Turner1-4/+20
2016-11-22nir: add a pass to compact clip/cull distances.Kenneth Graunke1-0/+188