summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_lower_point_size_mov.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Add helpers for lazy var creation.Emma Anholt2023-05-161-3/+2
* nir: remove nir_state_slot::swizzleErik Faye-Lund2023-04-261-1/+0
* nir/lower_point_size: apply point size clampingMike Blumenkrantz2022-06-221-5/+12
* nir/lower_point_size_mov: handle case where gl_Position isn't writtenMike Blumenkrantz2022-04-101-0/+6
* nir/lower_point_size_mov: fix check for overwriting existing pointsizeMike Blumenkrantz2022-04-071-1/+1
* nir/lower_psiz_mov: stop clobbering existing exportsMike Blumenkrantz2022-02-281-6/+13
* nir/lower_psiz: create the store instruction more accuratelyMike Blumenkrantz2022-02-281-3/+17
* nir/lower_point_size_mov: zero nir_state_slot::swizzle in new variableMike Blumenkrantz2021-07-201-0/+1
* nir: Add a find_variable_with_[driver_]location helperJason Ekstrand2020-07-291-7/+3
* nir: Add nir_foreach_shader_in/out_variable helpersJason Ekstrand2020-07-291-1/+1
* nir: allow lower_psiz_mov to run in tessellation stagesMike Blumenkrantz2020-07-231-2/+2
* nir: allow nir_lower_point_size_mov to run in geometry shaderMike Blumenkrantz2020-07-111-1/+2
* nir: reuse existing psiz-variableErik Faye-Lund2020-06-041-6/+20
* nir: add lowering-pass for point-size movErik Faye-Lund2019-10-171-0/+69