nir: Move vc4's alpha test lowering to core NIR.
[mesa.git] / src / compiler / nir /
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
2017-03-14 Jason Ekstrandnir/validate: Validate that bit sizes and components...
2017-03-14 Jason Ekstrandnir: Make image_size a variable-width intrinsic
2017-03-14 Jason Ekstrandnir/lower_tex: Use tex_instr_dest_size for txs destinations
2017-03-14 Jason Ekstrandnir/copy_prop: Respect the source's number of components
2017-03-14 Jason Ekstrandnir/intrinsics: Make load_barycentric_input take a...
2017-03-10 Emil Velikovnir: remove shebang from python scripts
2017-03-03 Jason Ekstrandnir/int64: Properly handle imod/irem
2017-03-03 Jason Ekstrandnir/builder: Add an int64 immediate helper
2017-03-02 Jason Ekstrandi965: Do int64 lowering in NIR
2017-03-02 Jason Ekstrandnir: Add a simple int64 lowering pass
2017-03-02 Jason Ekstrandnir/lower_indirect: Use nir_builder control-flow helpers
2017-03-02 Jason Ekstrandnir/lower_gs_intrinsics: Use nir_builder control-flow...
2017-03-02 Jason Ekstrandnir/builder: Add support for easily building control...
2017-02-27 Elie TOURNIERnir: Delete unused arg in get_iteration
2017-02-24 Elie TOURNIERnir: delete magic number
2017-02-21 Emil Velikovnir: do not #include util/debug.h within extern C {}
2017-02-17 Jason Ekstrandnir/algebraic: Optimize 64bit pack/unpack
2017-02-17 Jason Ekstrandnir: Rename lower_double_pack to lower_64bit_pack
next