nir: Invalidate live SSA def information when making new SSA defs.
[mesa.git] / src / compiler / nir / nir.c
2020-08-31 Eric Anholtnir: Invalidate live SSA def information when making...
2020-08-21 Karol Herbstnir: fix nir_variable_create for kernels
2020-08-21 Jesse Natalienir: Add new system values and intrinsics for dealing...
2020-08-21 Jesse Natalienir: Populate some places where existing system values...
2020-08-19 Jason Ekstrandnir: Initialize nir_ssa_def::live_index
2020-08-14 Karol Herbstspirv: parse unstructured CFG
2020-08-14 Karol Herbstnir: Add goto_if jump instruction
2020-08-14 Jason Ekstrandnir: Add and use nir_foreach_block_unstructured helpers
2020-08-14 Karol Herbstnir: Add a structured flag to nir_shader
2020-07-29 Jason Ekstrandnir: Add a find_variable_with_[driver_]location helper
2020-07-29 Jason Ekstrandnir: Use a single list for all shader variables
2020-07-29 Jason Ekstrandnir: Split nir_index_vars into two functions
2020-07-29 Jason Ekstrandnir: Add and use a nir_variable_list_for_mode helper
2020-07-29 Jason Ekstrandnir: Add nir_foreach_shader_in/out_variable helpers
2020-07-06 Neil Robertscompiler: Add a system value for the line coord
2020-07-02 Timothy Arcerinir: fix implicit fallthrough warnings
2020-06-23 Jose Maria Casanov... nir: only uniforms with dynamically_uniform offset...
2020-06-18 Karol Herbstnir/lower_images: handle dec and inc
2020-06-11 Jason Ekstrandnir: Call nir_metadata_preserve on !progress
2020-05-19 Jason Ekstrandnir: Add a new helper for iterating phi sources leaving...
2020-05-13 Jason Ekstrandnir: Make "divergent" a property of an SSA value
2020-02-26 Jason Ekstrandnir: Drop nir_tex_instr::texture_array_size
2020-02-24 Eric Anholtnir: Move intel's intrinsic_image_coordinate_components...
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
next