summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir.h
Commit message (Expand)AuthorAgeFilesLines
...
* nir: add lowering pass for y-transformRob Clark2016-05-111-0/+11
* nir: remove now-unused nir_foreach_block*_call()Connor Abbott2016-05-051-38/+0
* nir: Separate 32 and 64-bit fmod loweringSamuel Iglesias Gonsálvez2016-05-041-1/+2
* nir/lower_double_ops: lower mod()Samuel Iglesias Gonsálvez2016-05-041-1/+2
* nir: clamp-color-output supportRob Clark2016-04-301-0/+2
* nir: Switch the arguments to nir_foreach_defJason Ekstrand2016-04-281-2/+2
* nir: Switch the arguments to nir_foreach_use and friendsJason Ekstrand2016-04-281-4/+4
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_parallel_copy_entryJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_phi_srcJason Ekstrand2016-04-281-4/+4
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-5/+5
* nir: Add lrp lowering for doubles in opt_algebraicSamuel Iglesias Gonsálvez2016-04-281-0/+2
* nir: rename lower_flrp to lower_flrp32Samuel Iglesias Gonsálvez2016-04-281-1/+1
* nir/lower_double_ops: lower round_even()Iago Toral Quiroga2016-04-281-1/+2
* nir/lower_double_ops: lower fract()Iago Toral Quiroga2016-04-281-0/+1
* nir/lower_double_ops: lower ceil()Iago Toral Quiroga2016-04-281-0/+1
* nir/lower_double_ops: lower floor()Iago Toral Quiroga2016-04-281-0/+1
* nir/lower_double_ops: lower trunc()Iago Toral Quiroga2016-04-281-0/+1
* nir: add a pass to lower some double operationsConnor Abbott2016-04-281-0/+7
* nir: rewrite nir_foreach_block and friendsConnor Abbott2016-04-271-7/+92
* nir: Add a helper for figuring out what channels of an SSA def are readJason Ekstrand2016-04-261-0/+2
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-3/+3
* nir/lower-tex: add srgb->linear loweringRob Clark2016-04-191-0/+7
* nir/intrinsics: Add a vulkan_resource_index intrinsicJason Ekstrand2016-04-141-0/+12
* nir: Add a descriptor_set field to nir_variableJason Ekstrand2016-04-141-0/+5
* nir: Add another index to load_uniform to specify the range readJason Ekstrand2016-04-141-0/+7
* nir: Avoid structure initalization expressions.Jose Fonseca2016-04-141-2/+16
* nir/dead_variables: Configurably work with any variable modeJason Ekstrand2016-04-131-1/+1
* nir/lower_io: Allow for a full bitmask of modesJason Ekstrand2016-04-131-1/+1
* nir/lower_indirect: nir_variable_mode is now a bitfieldJason Ekstrand2016-04-131-1/+1
* nir: Convert nir_variable_mode to a bitfieldJason Ekstrand2016-04-131-17/+16
* nir/lower_system_values: Add support for several computed valuesJason Ekstrand2016-04-111-0/+3
* nir: add a pass for lowering (un)pack_double_2x32Connor Abbott2016-04-111-0/+2
* nir: add bit_size info to nir_load_const_instr_create()Samuel Iglesias Gonsálvez2016-04-111-1/+2
* nir: add bit_size info to nir_ssa_undef_instr_create()Samuel Iglesias Gonsálvez2016-04-111-1/+2
* nir: Add a pass for gathering various bits of shader infoJason Ekstrand2016-04-101-0/+1
* nir: Add a helper for getting the current block from a cursorJason Ekstrand2016-03-281-0/+11
* nir/lower_out_to_temp: Add an "entrypoint" parameterJason Ekstrand2016-03-281-1/+2
* nir: Add a helper for getting the unique function in a shaderJason Ekstrand2016-03-281-0/+11
* nir: Add a variable_foreach_safe helperJason Ekstrand2016-03-281-0/+3
* nir: Add a pass to inline functionsJason Ekstrand2016-03-241-0/+2
* nir: Add return lowering passJason Ekstrand2016-03-241-0/+3
* nir: Add a cursor helper for getting a cursor after any phi nodesJason Ekstrand2016-03-241-0/+16
* nir: Add a function for comparing cursorsJason Ekstrand2016-03-241-0/+2
* nir: Add a pass to repair SSA formJason Ekstrand2016-03-241-0/+3
* nir: Add an "exact" bit to nir_alu_instrJason Ekstrand2016-03-231-0/+11
* nir/clone: Export nir_variable_cloneJason Ekstrand2016-03-231-0/+1
* nir/clone: Expose nir_constant_cloneJason Ekstrand2016-03-231-0/+1
* nir: Fix whitespaceJason Ekstrand2016-03-231-1/+1
* nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott2016-03-171-2/+4