aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_clip.c
Commit message (Expand)AuthorAgeFilesLines
* nir/lower_clip: Fix picking of unused driver locations.Eric Anholt2020-04-231-38/+17
* nir: fix 5 warningsMarek Olšák2020-02-271-1/+1
* nir/lower_clip: Fix incorrect driver loc for clipdist outputsRob Clark2019-12-041-0/+11
* nir: patch up deref-vars when lowering clip-planesErik Faye-Lund2019-11-121-0/+1
* nir: support feeding state to nir_lower_clip_[vg]sErik Faye-Lund2019-10-171-8/+36
* nir: support lowering clipdist to arraysErik Faye-Lund2019-10-171-31/+68
* nir/lower_clip: add support for geometry shadersTimothy Arceri2019-07-191-0/+57
* nir/lower_clip: add lower_clip_outputs() helperTimothy Arceri2019-07-191-42/+51
* nir/lower_clip: add create_clipdist_vars() helperTimothy Arceri2019-07-191-16/+18
* nir/lower_clip: add a find_clipvertex_and_position_outputs() helperTimothy Arceri2019-07-191-24/+35
* nir: rename nir_var_private to nir_var_shader_tempKarol Herbst2019-01-191-1/+1
* nir: rename global/local to private/function memoryKarol Herbst2019-01-081-1/+1
* nir: Make nir_lower_clip_vs optionally work with variables.Kenneth Graunke2018-11-191-11/+34
* nir: Save nir_variable pointers in nir_lower_clip_vs rather than locs.Kenneth Graunke2018-11-191-16/+8
* nir: Inline lower_clip_vs() into nir_lower_clip_vs().Kenneth Graunke2018-11-191-41/+32
* nir: Use nir_shader_get_entrypoint in nir_lower_clip_vs().Kenneth Graunke2018-11-191-4/+2
* nir: replace nir_load_system_value calls with appropiate builder functionsKarol Herbst2018-11-141-2/+1
* nir: Use nir_src_is_const and nir_src_as_* in core codeJason Ekstrand2018-10-221-1/+1
* nir: Embed the shader_info in the nir_shader againJason Ekstrand2017-05-091-1/+1
* nir: Return progress from nir_lower_clip_fs().Matt Turner2017-03-231-2/+6
* nir: Return progress from nir_lower_clip_vs().Matt Turner2017-03-231-4/+6
* nir: Stop using apostrophes to pluralize.Matt Turner2017-03-231-3/+3
* nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri2016-10-261-1/+1
* nir: Update shader info when adding discardsEric Anholt2016-08-291-0/+2
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-3/+3
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-1/+1
* nir/lower_clip: fixup for new foreach_block()Connor Abbott2016-04-281-29/+21
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott2016-03-171-1/+1
* nir: use const_index helpersRob Clark2016-02-091-4/+4
* nir: move to compiler/Emil Velikov2016-01-261-0/+339