nir: Add a new memory_barrier_tcs_patch intrinsic
[mesa.git] / src / compiler / nir / nir.c
2019-11-25 Rhys Perrynir: add nir_num_variable_modes and nir_var_mem_push_const
2019-11-20 Rhys Perrynir: add nir_variable::index and nir_index_vars
2019-11-19 Marek Olšáknir: move data.image.access to data.access
2019-11-07 Kai Wasserbächnir: fix unused function warning in src/compiler/nir...
2019-10-28 Timothy Arceriutil: rename list_empty() to list_is_empty()
2019-08-21 Jason Ekstrandnir: Add explicit signs to image min/max intrinsics
2019-08-12 Marek Olšákcompiler: add SYSTEM_VALUE_TESS_LEVEL_OUTER/INNER_DEFAULT
2019-08-12 Marek Olšákcompiler: add SYSTEM_VALUE_USER_DATA_AMD
2019-07-26 Lionel Landwerlinnir: add access to image_deref intrinsics
2019-07-23 Andrii Simiklitnir: use | instead of || operator
2019-07-18 Eric Anholtnir: Allow internal changes to the instr in nir_shader_...
2019-07-18 Andreas Baierlnir: Add gl_PointCoord system value
2019-07-16 Jason Ekstrandnir: Add some generic helpers for writing lowering...
2019-07-16 Jason Ekstrandnir: Add a helper for fetching the SSA def from an...
2019-07-10 Jason Ekstrandnir: Refactor nir_src_as_* constant functions
2019-07-10 Jason Ekstrandnir: Add more helpers for working with const values
2019-07-08 Connor Abbottcompiler: Add color system value
2019-06-19 Connor Abbottglsl/nir: Propagate access qualifiers
2019-06-14 Iago Toral Quiroganir: detect more dynamically uniform expressions
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-04-12 Karol Herbstglsl/nir: add support for lowering bindless images_derefs
2019-04-12 Karol Herbstnir: move brw_nir_rewrite_image_intrinsic into common...
2019-04-09 Jason Ekstrandnir: Get rid of global registers
2019-04-09 Jason Ekstrandnir: Get rid of nir_register::is_packed
2019-03-27 Timothy Arcerinir: add support for user defined select control
2019-03-21 Karol Herbstnir: add support for gather offsets
2019-03-19 Jason EkstrandRevert "nir: const `nir_call_instr::callee`"
2019-03-19 Eric Engestromnir: const `nir_call_instr::callee`
2019-03-05 Karol Herbstnir/vtn: add support for SpvBuiltInGlobalLinearId
2019-02-25 Eric Anholtnir: Just return when asked to rewrite uses of an SSA...
2019-01-21 Karol Herbstmesa: add MESA_SHADER_KERNEL
2019-01-19 Karol Herbstnir/spirv: handle SpvStorageClassCrossWorkgroup
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
next