aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_lower_system_values.c
Commit message (Expand)AuthorAgeFilesLines
* nir: move to compiler/Emil Velikov2016-01-261-98/+0
* nir: Get rid of function overloadsJason Ekstrand2015-12-281-3/+3
* nir/lower_system_values: Refactor and use the builder.Jason Ekstrand2015-12-151-29/+31
* nir/lower_system_values: Stop supporting non-SSAJason Ekstrand2015-12-151-8/+6
* nir: Fix uninitialized 'progress' variable in nir_lower_system_values.Chris Wilson2015-10-021-1/+1
* nir: Report progress from nir_lower_system_values().Kenneth Graunke2015-09-211-9/+18
* nir: Move system value -> intrinsic mapping into nir.cJason Ekstrand2015-09-211-40/+1
* nir: Add gl_WorkGroupID system variableJordan Justen2015-09-131-0/+3
* nir: Add gl_LocalInvocationID variableJordan Justen2015-09-131-0/+3
* nir: Remove the mem_ctx parameter from ssa_def_rewrite_usesJason Ekstrand2015-09-111-2/+1
* nir: Add intrinsics for SYSTEM_VALUE_BASE_VERTEX and VERTEX_ID_ZERO_BASEKenneth Graunke2015-03-121-0/+6
* nir: Drop dependency on mtypes.h for core NIR.Eric Anholt2015-02-201-0/+1
* nir: Use pointers for nir_src_copy and nir_dest_copyJason Ekstrand2015-01-261-1/+1
* nir: Make an easier helper for setting up SSA defs.Eric Anholt2015-01-221-3/+2
* nir: Replace assert(0) with unreachable().Matt Turner2015-01-211-2/+1
* nir: Stop using designated initializersJason Ekstrand2015-01-211-5/+3
* nir/lower_system_values: Handle SSA destinationsJason Ekstrand2015-01-151-1/+14
* nir: Call nir_metadata_preserve more placesJason Ekstrand2015-01-151-0/+2
* nir: Vectorize intrinsicsJason Ekstrand2015-01-151-2/+1
* nir: add a pass to lower system value readsConnor Abbott2015-01-151-0/+106