nir: rename nir_var_shared to nir_var_mem_shared
[mesa.git] / src / compiler / nir / nir.c
2019-01-19 Karol Herbstnir: rename nir_var_shared to nir_var_mem_shared
2019-01-19 Karol Herbstnir: rename nir_var_ssbo to nir_var_mem_ssbo
2019-01-19 Karol Herbstnir: rename nir_var_ubo to nir_var_mem_ubo
2019-01-19 Karol Herbstnir: rename nir_var_function to nir_var_function_temp
2019-01-19 Karol Herbstnir: rename nir_var_private to nir_var_shader_temp
2019-01-14 Caio Marcelo de... src/compiler: use new hash table and set creation helpers
2019-01-10 Matt Turnernir: Tag entrypoint for easy recognition by nir_shader_...
2019-01-08 Karol Herbstnir: rename global/local to private/function memory
2019-01-08 Jason Ekstrandnir: Add a ptr_as_array deref type
2019-01-08 Jason Ekstrandnir: Distinguish between normal uniforms and UBOs
2018-12-16 Jason Ekstrandnir: Add support for 1-bit data types
2018-11-08 Jason Ekstrandnir: Add a read_mask helper for ALU instructions
2018-10-22 Jason Ekstrandnir: Add some new helpers for working with const sources
2018-09-07 Dylan BakerReplace uses of _mesa_bitcount with util_bitcount
2018-09-06 Jason Ekstrandnir: Drop the vs_inputs_dual_locations option
2018-09-06 Jason Ekstrandcompiler: Move double_inputs to gl_program::DualSlotInputs
2018-08-22 Caio Marcelo de... nir: Give end_block its own index
2018-08-13 Alejandro Piñeironir/glsl: make nir_remap_attributes public
2018-08-13 Alejandro Piñeironir: add how_declared to nir_variable.data
2018-07-29 Jason Ekstrandnir: Take if uses into account in ssa_def_components_read
2018-07-17 Karol Herbstnir: prepare for bumping up max components to 16
2018-07-15 Rob Clarknir/spirv: implement BuiltInWorkDim
2018-06-23 Jason Ekstrandnir: Remove old-school deref chain support
2018-06-23 Jason Ekstrandnir: Use deref instructions in lower_constant_initializers
2018-06-23 Jason Ekstrandnir,spirv: Rework function calls
2018-06-23 Rob Clarknir: add deref lowering sanity checking
2018-06-23 Jason Ekstrandnir: Add a deref instruction type
2018-06-07 Plamena Manolovanir: Add global invocation id intrinsic.
2018-05-02 Antia Puentescompiler: Add SYSTEM_VALUE_IS_INDEXED_DRAW and instrinsics
2018-04-19 Antia Puentescompiler: Add SYSTEM_VALUE_FIRST_VERTEX and instrinsics
2018-04-09 Rob Clarknir: add comment about nir_src_copy()
2018-03-31 Jason Ekstrandnir: Return a cursor from nir_instr_remove
2018-03-29 Ian Romanickutil: Include bitscan.h directly
2018-03-07 Jason Ekstrandnir: Add a helper for getting binop identities
2018-03-07 Jason Ekstrandcompiler: Add two new system values for subgroups
2018-01-12 Samuel Pitoisetnir: add a 'const' qualifier to nir_ssa_def_components_...
2017-12-30 Rob Clarknir: add missing local_group_size intrinsic
2017-12-06 Eduardo Lima Mitevnir: Add support for 16-bit types (half float, int16...
2017-10-25 Jordan Justennir: Zero nir_load_const_instr::value for valgrind...
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-10-17 Jason Ekstrandnir: Add a helper for adding texture instruction sources
2017-08-28 Jason Ekstrandnir: Fix system_value_from_intrinsic for subgroups
2017-08-28 Jason Ekstrandnir: Fix some whatespace
2017-07-31 Nicolai Hähnlenir: add load_frag_coord system value intrinsic
2017-07-31 Nicolai Hähnlenir: add nir_instr_rewrite_deref
2017-07-20 Matt Turnernir: Add system values from ARB_shader_ballot
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-05-03 Jason Ekstrandcompiler: Add a system value and varying for ViewIndex
2017-04-17 Jason Ekstrandnir: Add GLSL_TYPE_[U]INT64 to some switch statements
2017-03-23 Matt Turnernir: Stop using apostrophes to pluralize.
2017-03-14 Jason Ekstrandnir: Rework conversion opcodes
2017-03-14 Jason Ekstrandnir: Rewrite nir_type_conversion_op
2017-02-16 Dave Airlienir: handle some 64-bit integer conversions
2017-01-20 Ian Romanicknir: Add 64-bit integer constant support
2017-01-11 Tapani Pällinir: change asserts to unreachable in nir_type_conversi...
2017-01-09 Samuel Iglesias... nir: add nir_type_conversion_op()
2016-12-30 Jason Ekstrandnir: Make nir_copy_deref follow the "clone" pattern
2016-12-23 Jason Ekstrandnir: Correctly handle blocks in cf_node_cf_tree_next
2016-12-22 Thomas Hellandnir: Add a loop analysis pass
2016-12-02 Jason Ekstrandnir: Get rid of nir_constant_data
2016-10-31 Marek Olšákralloc: use rzalloc where it's necessary
2016-10-31 Juha-Pekka Heikkilanir: zero allocated memory where needed
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-06 Jason Ekstrandnir: Make nir_foo_first/last_cf_node return a block...
2016-09-14 Rob Clarknir: move tex_instr_remove_src
2016-07-20 Jason Ekstrandnir: Add a nir_deref_foreach_leaf helper
2016-07-18 Kenneth Graunkecompiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
2016-06-02 Jordan Justennir: Make lowering gl_LocalInvocationIndex optional
2016-05-24 Kristian Høgsberg... nir: Handle NULL in nir_copy_deref()
2016-05-12 Ian Romanicknir: Remove empty visit_call_src and visit_load_const_s...
2016-05-12 Ian Romanicknir: Silence unused parameter warnings
2016-05-12 Rob Clarknir: glsl_get_bit_size() should take glsl_type
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_use and friends
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_parallel_copy_...
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_phi_src
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_instr
2016-04-28 Connor Abbottnir/nir: fixup for new foreach_block()
2016-04-27 Connor Abbottnir: rewrite nir_foreach_block and friends
2016-04-27 Jason Ekstrandnir: Add a helper for figuring out what channels of...
2016-04-20 Connor Abbottnir: rename nir_foreach_block*() to nir_foreach_block...
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-11 Connor Abbottnir: handle doubles in nir_deref_get_const_initializer_...
2016-04-11 Samuel Iglesias... nir: add bit_size info to nir_load_const_instr_create()
2016-04-11 Samuel Iglesias... nir: add bit_size info to nir_ssa_undef_instr_create()
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-24 Jason Ekstrandnir: Add a function for comparing cursors
2016-03-24 Rob Clarknir: fix dangling ssadef->name ptrs
2016-03-17 Connor Abbottnir: add a bit_size parameter to nir_ssa_dest_init
2016-03-17 Iago Toral Quiroganir: rename nir_const_value fields to include bitsize...
2016-03-17 Jason Ekstrandnir: Add a bit_size to nir_register and nir_ssa_def
2016-03-17 Jordan JustenMerge remote-tracking branch 'origin/master' into vulkan
2016-03-17 Jordan Justennir: Add support for lowering load/stores of shared...
2016-03-17 Jordan Justennir: Add compute shader shared variable storage class
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-12 Jason Ekstrandnir: Create function parameters in function_impl_create
2016-03-12 Jason Ekstrandnir: Add a helper for creating a "bare" nir_function_impl
2016-03-12 Jason Ekstrandnir: Add a new "param" variable mode for parameters...
2016-03-02 Kenneth GraunkeMerge remote-tracking branch 'origin/master' into vulkan
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
next