summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_lower_two_sided_color.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Add helpers for lazy var creation.Emma Anholt2023-05-161-31/+8
* nir/nir_lower_two_sided_color: Use the nir_shader_instructions_pass() helperThomas H.P. Andersen2023-04-221-83/+63
* nir: Make nir_ssa_def_rewrite_uses take an SSA valueJason Ekstrand2021-03-081-1/+1
* nir: use intrinsic buildersChristian Gmeiner2021-01-061-10/+2
* nir: Add a find_variable_with_[driver_]location helperJason Ekstrand2020-07-291-11/+12
* nir/lower_two_sided_color: Use nir_variable_createJason Ekstrand2020-07-291-11/+4
* nir: Add nir_foreach_shader_in/out_variable helpersJason Ekstrand2020-07-291-2/+2
* nir: Fix lower_two_sided_color when the face is an inputIcecream952020-07-171-1/+35
* nir: Add a face_sysval argument to nir_lower_two_sided_colorIcecream952020-07-171-1/+1
* nir/lower_two_sided_color: Fix picking of new driver location.Eric Anholt2020-04-231-15/+4
* nir: support derefs in two-sided lighting loweringErik Faye-Lund2019-10-171-12/+28
* nir: add bit_size parameter to system values with multiple allowed bit sizesKarol Herbst2019-01-211-2/+1
* nir: Switch to using 1-bit Booleans for almost everythingJason Ekstrand2018-12-161-1/+5
* nir: Use nir_src_is_const and nir_src_as_* in core codeJason Ekstrand2018-10-221-1/+1
* nir: Get rid of nir_shader::stageJason Ekstrand2017-10-201-1/+1
* nir: copy front interpolation when creating fake back color inputIlia Mirkin2017-07-081-2/+6
* nir: Add nir_builder support for individual system value loads.Eric Anholt2016-08-191-3/+1
* nir: Use the system-value front face for twoside lowering.Eric Anholt2016-08-191-16/+7
* compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.Kenneth Graunke2016-07-171-1/+1
* nir/lower_two_sided_color: fixup for new foreach_block()Connor Abbott2016-05-051-3/+5
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-1/+1
* 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-2/+2
* nir: move to compiler/Emil Velikov2016-01-261-0/+212