glsl: Fix bad formatting in a comment
[mesa.git] / src / compiler / nir /
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
2017-06-07 Thomas Hellandnir: Remove unused include
2017-06-07 Eric Engestromtree-wide: remove trailing backslash
2017-05-23 Rob Clarknir/lower-atomics-to-ssbo: remove atomic_uint arrays too
2017-05-23 Rob Clarknir/lower-atomics-to-ssbo: fix num_components
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-05-08 Rob Clarknir: fix (hopefully) windows build
2017-05-07 Jose Fonsecanir: Fix missing snprintf symbol on Windows.
2017-05-04 Rob Clarknir: add pass to lower atomic counters to SSBO
2017-05-04 Johnson Linnir/lower_tex: Fix minor error in YUV color conversion...
2017-05-03 Jason Ekstrandcompiler: Add a system value and varying for ViewIndex
2017-05-02 Eric Anholtnir: Pick just the channels we want for bitmap and...
2017-04-24 Timothy Arcerinir/i965: add before ffma algebraic opts
2017-04-24 Timothy Arcerinir: shuffle constants to the top
2017-04-24 Timothy Arcerinir: add flt comparision simplification
2017-04-17 Jason Ekstrandnir: Add GLSL_TYPE_[U]INT64 to some switch statements
2017-04-14 Boyan Dingnir: Destination component count of shader_clock intrin...
2017-04-14 Rob Clarknir/print: add compute shader info
2017-03-30 Jason Ekstrandnir: Add support for 8 and 16-bit types
2017-03-30 Jason Ekstrandnir/constant_expressions: Don't switch on bit size...
2017-03-30 Jason Ekstrandnir/constant_expressions: Pull the guts out into a...
2017-03-24 Iago Toral Quiroganir/lower_wpos_center: support adding sample position...
2017-03-23 Matt Turnernir: Return progress from nir_convert_from_ssa().
2017-03-23 Matt Turnernir: Return progress from nir_lower_io().
2017-03-23 Matt Turnernir: Return progress from nir_lower_regs_to_ssa().
2017-03-23 Matt Turnernir: Return progress from nir_lower_samplers().
2017-03-23 Matt Turnernir: Return progress from nir_lower_atomics().
2017-03-23 Matt Turnernir: Return progress from nir_lower_clamp_color_outputs().
2017-03-23 Matt Turnernir: Return progress from nir_lower_clip_fs().
2017-03-23 Matt Turnernir: Return progress from nir_lower_clip_vs().
2017-03-23 Matt Turnernir: Return progress from nir_move_vec_src_uses_to_dest().
2017-03-23 Matt Turnernir: Return progress from nir_lower_to_source_mods().
2017-03-23 Matt Turnernir: Return progress from nir_lower_clip_cull_distance_...
2017-03-23 Matt Turnernir: Return progress from nir_lower_var_copies().
2017-03-23 Matt Turnernir: Return progress from nir_lower_load_const_to_scalar().
2017-03-23 Matt Turnernir: Return progress from nir_lower_64bit_pack().
2017-03-23 Matt Turnernir: Return progress from nir_lower_doubles().
2017-03-23 Matt Turnernir: Return progress from nir_lower_vars_to_ssa().
2017-03-23 Matt Turnernir: Fix syntax.
2017-03-23 Matt Turnernir: Fix misspellings.
2017-03-23 Matt Turnernir: Stop using apostrophes to pluralize.
2017-03-22 Emil Velikovnir: consistently use ifndef guards over pragma once
2017-03-21 Vinson Leenir: Add positional argument specifiers.
2017-03-14 Jason Ekstrandnir/constant_expressions: Refactor helper functions
2017-03-14 Jason Ekstrandnir: Rework conversion opcodes
2017-03-14 Jason Ekstrandnir: Rewrite nir_type_conversion_op
2017-03-14 Jason Ekstrandnir: Add a get_nir_type_for_glsl_base_type helper
2017-03-14 Jason Ekstrandnir/validate: Rework ALU bit-size rule validation
next