aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_clip_cull_distance_arrays.c
Commit message (Expand)AuthorAgeFilesLines
* nir: fix clip cull lowering to not assert if GLSL already lowered.Dave Airlie2018-10-151-0/+6
* nir: Remove old-school deref chain supportJason Ekstrand2018-06-221-2/+0
* nir: Remove deref chain support from lower_clip_cull_distance_arraysJason Ekstrand2018-06-221-52/+2
* nir: Support deref instructions in lower_clip_cullJason Ekstrand2018-06-221-6/+65
* nir: add deref lowering sanity checkingRob Clark2018-06-221-0/+2
* nir: Get rid of nir_shader::stageJason Ekstrand2017-10-201-4/+4
* nir: Embed the shader_info in the nir_shader againJason Ekstrand2017-05-091-2/+2
* nir: Return progress from nir_lower_clip_cull_distance_arrays().Matt Turner2017-03-231-4/+20
* nir: add a pass to compact clip/cull distances.Kenneth Graunke2016-11-221-0/+188