summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga2016-03-171-6/+6
* nir: update opcode definitions for different bit sizesConnor Abbott2016-03-171-0/+4
* nir: add nir_{src,dest}_bit_size() helpersConnor Abbott2016-03-171-0/+12
* nir: Add a bit_size to nir_register and nir_ssa_defJason Ekstrand2016-03-171-0/+6
* nir: Add explicitly sized typesJason Ekstrand2016-03-171-1/+28
* nir: Add support for lowering load/stores of shared variablesJordan Justen2016-03-171-1/+1
* nir: Add compute shader shared variable storage classJordan Justen2016-03-171-1/+5
* nir/clone: Add support for cloning a single function_implJason Ekstrand2016-03-121-0/+1
* nir: Add a helper for creating a "bare" nir_function_implJason Ekstrand2016-03-121-0/+2
* nir: Add a new "param" variable mode for parameters and return variablesJason Ekstrand2016-03-121-1/+8
* nir: Add a pass for lower indirect variable dereferencesJason Ekstrand2016-03-081-0/+2
* nir: Remove the const_offset from nir_tex_instrJason Ekstrand2016-02-101-3/+0
* nir: Separate texture from sampler in nir_tex_instrJason Ekstrand2016-02-091-1/+30
* nir/tex_instr: Rename sampler to textureJason Ekstrand2016-02-091-12/+12
* nir: const_index helpersRob Clark2016-02-091-2/+62
* nir: remove unused nir_variable fieldsTimothy Arceri2016-02-091-18/+0
* nir: Add lowering support for unpacking opcodes.Matt Turner2016-02-011-0/+4
* nir: Add lowering support for packing opcodes.Matt Turner2016-02-011-0/+4
* nir: Add opcodes to extract bytes or words.Matt Turner2016-02-011-0/+3
* nir: Add lowering of nir_op_unpack_half_2x16.Matt Turner2016-02-011-0/+3