summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_opt_intrinsics.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-16nir: optimize gl_SampleMaskIn to gl_HelperInvocation for radeonsi when possibleMarek Olšák1-2/+38
2018-10-26nir/builder: Add a nir_imm_true/false helpersJason Ekstrand1-1/+1
2018-10-22nir: Use nir_src_is_const and nir_src_as_* in core codeJason Ekstrand1-2/+2
2018-03-07nir: Generalize nir_intrinsic_vote_eqJason Ekstrand1-1/+2
2017-11-07nir/lower_subgroups: Lower ballot intrinsics to the specified bit sizeJason Ekstrand1-18/+0
2017-11-07nir: Add a new subgroups lowering passJason Ekstrand1-65/+6
2017-10-31nir/opt_intrinsics: Fix values for gl_SubGroupG{e,t}MaskARBNeil Roberts1-2/+22
2017-10-25nir/opt_intrinsics: Rework progressJason Ekstrand1-5/+9
2017-07-20nir: Reduce destination size of ballot intrinsic when possibleMatt Turner1-0/+18
2017-07-20nir: Add system values from ARB_shader_ballotMatt Turner1-0/+31
2017-07-20nir: Support lowering vote intrinsicsMatt Turner1-2/+2
2017-07-20nir: Add pass to optimize intrinsicsMatt Turner1-0/+95