nir: add a 'const' qualifier to nir_ssa_def_components_read()
[mesa.git] / src / compiler / nir /
2018-01-12 Samuel Pitoisetnir: add a 'const' qualifier to nir_ssa_def_components_...
2018-01-11 Dylan Bakermeson: Use dependencies for nir
2018-01-11 Dylan Bakermeson: Use consistent style for tests
2018-01-10 Ian Romanicknir: Silence unused parameter warnings
2017-12-30 Rob Clarknir: add missing local_group_size intrinsic
2017-12-18 Dave Airlienir/linking: always set the used_across_stages/outputs_...
2017-12-14 Eric Anholtnir: Add a new lowering option to lower all txd to...
2017-12-14 Eric Anholtnir: Fix interaction of GL_CLAMP lowering with texture...
2017-12-13 Timothy Arcerinir: fix shift for uint64_t
2017-12-12 Jason Ekstrandspirv: Add a prepass to set types on vtn_values
2017-12-07 James Leggnir/opcodes: Fix constant-folding of bitfield_insert
2017-12-06 Jose Maria Casanov... nir: Handle fp16 rounding modes at nir_type_conversion_op
2017-12-06 Eduardo Lima Mitevnir: Populate conversion opcodes to 16-bit types
2017-12-06 Jose Maria Casanov... nir: Add rounding modes enum
2017-12-06 Eduardo Lima Mitevnir: Add support for 16-bit types (half float, int16...
2017-12-06 Jason Ekstrandnir: Add a vulkan_resource_reindex intrinsic
2017-12-04 Timothy Arcerinir: allow builin arrays to be lowered
2017-12-04 Timothy Arcerinir: add array lowering function that assumes there...
2017-12-03 Timothy Arcerinir: fix support for scalar arrays in nir_lower_io_types()
2017-12-03 Timothy Arcerinir: add varying component packing helpers
2017-12-03 Timothy Arcerinir: add varying array splitting pass
2017-11-28 Eric Engestromcompiler: fix typo
2017-11-28 Eric Engestromcompiler: use NDEBUG to guard asserts
2017-11-27 Dave Airlienir: fill outputs_read field and add patch outputs...
2017-11-25 Ilia Mirkinnir: allow texture offsets with cube maps
2017-11-22 Iago Toral Quiroganir/gather_info: recognize load_patch_vertices_in as...
2017-11-13 Alex Smithnir/spirv: tg4 requires a sampler
2017-11-12 Timothy Arcerinir: add streams to nir data
2017-11-10 Rob Clarknir: handle get_buffer_size in nir_lower_atomics_to_ssbo
2017-11-08 Matt Turnernir: Don't print swizzles when there are more than...
2017-11-07 Jason Ekstrandnir: Validate base types on array dereferences
2017-11-07 Jason Ekstrandnir,intel/compiler: Use a fixed subgroup size
2017-11-07 Jason Ekstrandnir/lower_subgroups: Lower ballot intrinsics to the...
2017-11-07 Jason Ekstrandnir/builder: Add a nir_imm_intN_t helper
2017-11-07 Jason Ekstrandnir/lower_system_values: Lower SUBGROUP_*_MASK based...
2017-11-07 Jason Ekstrandnir: Make ballot intrinsics variable-size
2017-11-07 Jason Ekstrandnir: Add a ssa_dest_init_for_type helper
2017-11-07 Jason Ekstrandnir: Add a new subgroups lowering pass
2017-11-07 Jason Ekstrandintel/cs: Push subgroup ID instead of base thread ID
2017-11-07 Jason Ekstrandintel/cs: Rework the way thread local ID is handled
2017-11-07 Gwan-gyeong Munnir: fix a typo
2017-11-03 Dave Airlienir/serialize: fix build with gcc 4.4.7
2017-11-03 Timothy Arcerinir: skip lowering sampler if there is no dereference
2017-11-02 Timothy Arcerinir: add tess patch support to nir_remove_unused_varyings()
2017-11-01 Jason Ekstrandnir: Add hooks for testing serialization
2017-11-01 Connor Abbottnir: add serialization and deserialization
2017-10-31 Neil Robertsnir/opt_intrinsics: Fix values for gl_SubGroupG{e,t...
2017-10-30 Kenneth Graunkenir: Make nir_gather_info collect a uses_fddx_fddy...
2017-10-25 Jason Ekstrandnir/opt_intrinsics: Rework progress
2017-10-25 Jason Ekstrandnir/lower_wpos_ytransform: Support system value intrinsics
2017-10-25 Jordan Justennir: Zero nir_load_const_instr::value for valgrind...
2017-10-25 Jordan Justennir: Zero local_size const struct for valgrind & nir_se...
2017-10-25 Jason Ekstrandnir/intrinsics: Set the correct num_indices for load_output
2017-10-24 Rob Clarkmeson: extract out variable for nir_algebraic.py
2017-10-20 Eric Anholtnir: Print the components referenced for split or packe...
2017-10-20 Eric Anholtnir: Add a safety check that we don't remove dead I...
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-10-20 Samuel Iglesias... nir: set default lod to texture opcodes that needed...
2017-10-17 Jason Ekstrandnir: Add a helper for adding texture instruction sources
2017-10-15 Timothy Arcerinir: add component level support to remove_unused_io_vars()
2017-10-15 Timothy Arcerinir: add variant of lower_io_to_scalar to be called...
2017-10-13 Jason Ekstrandnir: Get rid of the variable on vote intrinsics
2017-10-13 Jason Ekstrandnir/opcodes: Fix constant-folding of ufind_msb
2017-10-13 Kenneth Graunkenir: Make nir_shader_gather_info() track texelFetch...
2017-10-11 Dave Airlienir: bump loop unroll limit to 96.
2017-10-10 Eric Anholtnir: Move vc4's alpha test lowering to core NIR.
2017-10-09 Dylan Bakermeson: add nir_linking_helpers.c to libnir
2017-10-03 Dylan Bakermeson: convert gtest to an internal dependency
2017-09-27 Dylan Bakermeson: Add build Intel "anv" vulkan driver
2017-09-26 Timothy Arcerinir: add some helpers for doing linking
2017-09-26 Timothy Arcerinir: add always_active_io to nir variable
2017-09-07 Dave Airlienir: put compact into bitfields in nir_variable_data
2017-08-29 Matt Turnernir: Remove series of unnecessary conversions
2017-08-28 Jason Ekstrandnir: Fix system_value_from_intrinsic for subgroups
2017-08-28 Jason Ekstrandnir: Fix some whatespace
2017-08-01 Connor Abbottnir: fix algebraic optimizations
2017-07-31 Nicolai Hähnlenir: add nir_lower_uniforms_to_ubo pass
2017-07-31 Nicolai Hähnlenir: add nir_lower_samplers_as_deref pass
2017-07-31 Nicolai Hähnlenir: add load_frag_coord system value intrinsic
2017-07-31 Nicolai Hähnlenir: fix nir_lower_wpos_ytransform when gl_FragCoord...
2017-07-31 Nicolai Hähnlenir: add nir_instr_rewrite_deref
2017-07-20 Matt Turnernir: Optimize find_lsb/imsb/umsb error checks
2017-07-20 Matt Turnernir: Reduce destination size of ballot intrinsic when...
2017-07-20 Matt Turnernir: Add pass to scalarize read_invocation/read_first_i...
2017-07-20 Matt Turnernir: Add system values from ARB_shader_ballot
2017-07-20 Matt Turnernir: Add intrinsics from ARB_shader_ballot
2017-07-20 Matt Turnernir: Support lowering vote intrinsics
2017-07-20 Matt Turnernir: Add pass to optimize intrinsics
2017-07-20 Matt Turnernir: Add intrinsics from ARB_shader_group_vote
2017-07-19 Kenneth Graunkenir: Use nir_src_copy instead of direct assignments.
2017-07-19 Timothy Arcerinir: fix nir_opt_copy_prop_vars() for arrays of arrays
2017-07-19 Jason Ekstrandnir/vars_to_ssa: Handle missing struct members in forea...
2017-07-13 Connor Abbottnir/lower_io_to_temporaries: don't set compact on shado...
2017-07-13 Connor Abbottnir: don't segfault when printing variables with no...
2017-07-09 Ilia Mirkinnir: copy front interpolation when creating fake back...
2017-07-05 Nicolai Hähnlenir: add NIR_PRINT environment variable
2017-06-30 Johnson Linnir: Add a lowering pass for UYVY textures
2017-06-27 Juan A. Suarez Romeronir: sge operation is defined for floating-point types
2017-06-10 Grazvydas Ignotasnir: make various getters take const pointers
2017-06-07 Thomas Hellandnir: Delete nir_array.h
next