st/nine: Implement nine_context_gen_mipmap
[mesa.git] / src / compiler / nir /
2016-12-19 Ian Romanicknir: Trivial clean ups in the generated nir_constant_ex...
2016-12-19 Ian Romanicknir: Silence unused parameter warnings in nir_constant_...
2016-12-19 Ian Romanicknir: Silence missing field initializer warnings for...
2016-12-16 Thomas Hellandnir: Remove nir_array from lower_locals_to_regs
2016-12-16 Timothy Arcerinir: Turn imov/fmov of undef into undef
2016-12-15 Iago Toral Quiroganir/lower_tex: fix number of components in replace_grad...
2016-12-15 Timothy ArceriRevert "nir: Turn imov/fmov of undef into undef."
2016-12-13 Iago Toral Quiroganir/lower_tex: lower gradients on shadow cube maps...
2016-12-13 Iago Toral Quiroganir/lower_tex: add lowering for texture gradient on...
2016-12-13 Iago Toral Quiroganir/lower_tex: add lowering for texture gradient on...
2016-12-13 Iago Toral Quiroganir/lower_tex: generalize get_texture_size()
2016-12-13 Ilia Mirkintreewide: s/comparitor/comparator/
2016-12-13 Ian Romanicknir: Only float and double types can be matrices
2016-12-12 Matt Turnernir: Move fsat outside of fmin/fmax if second arg is...
2016-12-07 Ian Romanicknir: In split_var_copies_block, uint, int, and bool...
2016-12-05 Jason Ekstrandnir: Remove some unused fields from nir_variable
2016-12-05 Jason Ekstrandnir: Delete most of the constant_initializer support
2016-12-05 Jason Ekstrandnir: Simplify nir_lower_gs_intrinsics
2016-12-05 Jason Ekstrandnir/lower_returns: Stop using constant initializers
2016-12-05 Jason Ekstrandnir: Add a pass for lowering away constant initializers
2016-12-02 Jason Ekstrandnir: Get rid of nir_constant_data
2016-11-29 Dave Airlienir: print var binding in dumps.
2016-11-22 Jason Ekstrandnir: Add a layer_id system value intrinsic
2016-11-22 Kenneth Graunkenir: add a pass to compact clip/cull distances.
2016-11-22 Kenneth Graunkenir: Add a "compact array" flag and IO lowering code.
2016-11-19 Timothy Arcerist/mesa/glsl/nir/i965: make use of new gl_shader_progra...
2016-11-17 Eric Anholtnir: Avoid an extra NIR op in integer divide lowering.
2016-11-17 Timothy Arcerinir: add support for counting AoA uniforms in nir_shade...
2016-11-10 Timothy Arcerinir: update nir_gather_info to only mark used array...
2016-11-10 Kenneth Graunkenir: Generalize the "is per-vertex variable?" helpers...
2016-11-09 Dave Airlienir: add conditional discard optimisation (v4)
2016-11-04 Eric Anholtnir: Make sure to set the texsrc type in nir drawpixels...
2016-11-03 Francisco Jereznir: Flip gl_SamplePosition in nir_lower_wpos_ytransform().
2016-11-02 Timothy Arcerinir: fix nir_shader_clone() and nir_sweep()
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: stop adjusting driver location for varying packing
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-26 Timothy Arcerinir: move nir_shader_info to a common compiler header
2016-10-19 Ian Romanicknir: Optimize integer division and modulus with 1
2016-10-06 Jason Ekstrandnir: Fix the control flow tests for nir_loop_first_bloc...
2016-10-06 Jason Ekstrandnir: Remove some no longer needed asserts
2016-10-06 Jason Ekstrandnir: Make nir_foo_first/last_cf_node return a block...
2016-10-06 Jason Ekstrandnir: Add asserts to the casting functions
2016-10-06 Kenneth Graunkenir: Delete open coded type printing.
2016-10-05 Jason Ekstrandnir: Use the correct infos structure for copying atomic...
2016-10-04 Ian Romanicknir/intrinsics: Add more atomic_counter ops
2016-10-04 Ian Romanicknir/intrinsics: Include atomic_counter_ in the names...
2016-10-03 Jason Ekstrandnir: Add a nop intrinsic
2016-09-28 Eric Anholtnir: Optimize out discard_ifs with a constant 0 argument.
2016-09-22 Eric Anholtnir: Allow opt_peephole_sel to be more aggressive in...
2016-09-16 Dave Airlieglsl: add subpass image type (v2)
2016-09-15 Jason Ekstrandnir: Add a flag to lower_io to force "sample" interpolation
2016-09-14 Kenneth Graunkenir: Report progress from nir_lower_phis_to_scalar.
2016-09-14 Kenneth Graunkenir: Report progress from nir_lower_alu_to_scalar.
2016-09-14 Kenneth Graunkenir: Call nir_metadata_preserve from nir_lower_alu_to_s...
2016-09-14 Rob Clarknir/lower_tex: fix typo with sample_dim
2016-09-14 Rob Clarknir: move tex_instr_remove_src
2016-09-14 Rob Clarknir/lower_tex: remove tex_instr_find_src()
2016-09-09 Jason Ekstrandnir/gcm: Add global value numbering support
2016-09-09 Jason Ekstrandnir/gcm: Call nir_metadata_preserve
2016-09-07 Ilia Mirkinnir: fix definition of pack_uvec2_to_uint
2016-09-05 Jason Ekstrandnir/tests: Update the CF tests to not assume fake edges
2016-09-03 Timothy Arcerinir: remove unused variable
2016-09-03 Connor Abbottnir: remove some fields from nir_shader_compiler_options
2016-09-03 Connor Abbottnir: fix bug with moves in nir_opt_remove_phis()
2016-09-03 Connor Abbottnir: add nir_after_phis() cursor helper
2016-09-02 Jason Ekstrandnir: Remove fake edges in the CF handling code
2016-09-02 Jason Ekstrandnir/dead_cf: Don't crash on unreachable after-loop...
2016-08-29 Eric Anholtnir: Update shader info when adding discards
2016-08-26 Kenneth Graunkenir: Change nir_shader_get_entrypoint to return an...
2016-08-26 Kenneth Graunkenir: Make nir_lower_io_to_temporaries store an impl...
2016-08-26 Francisco Jereznir: Handle FB fetch outputs correctly in nir_lower_io_...
2016-08-26 Francisco Jereznir: Pass through fb_fetch_output and OutputsRead from...
2016-08-25 Jason Ekstrandnir/phi_builder: Don't recurse in value_get_block_def
2016-08-25 Matt Turnernir: Walk blocks in source code order in lower_vars_to_ssa.
2016-08-22 Timothy Arcerinir: avoid segfault when ssa src not found
2016-08-22 Eric Anholtnir: Fix crash in nir_lower_drawpixels.
2016-08-22 Eric Anholtnir: Fix a comment typo in nir_lower_drawpixels.
2016-08-22 Eric Anholtnir: Define system values for vc4's blending-lowering...
2016-08-19 Eric Anholtnir: Add an IO scalarizing pass using the intrinsic...
2016-08-19 Eric Anholtnir: Add nir_builder support for individual system...
2016-08-19 Eric Anholtnir: Move the undef of nir_intrinsics.h macros to the .h.
2016-08-19 Eric Anholtnir: Use the system-value front face for twoside lowering.
2016-08-19 Kenneth Graunkenir: Rely on the fact that bcsel takes a well formed...
2016-08-18 Kenneth Graunkenir/search: Extend 'a@bool' to handle a couple of syste...
2016-08-18 Kenneth Graunkenir/search: Fold src_is_bool()/alu_instr_is_bool()...
2016-08-18 Kenneth Graunkenir/search: Introduce a src_is_type() helper for 'a...
2016-08-18 Kenneth Graunkenir/builder: Add bany_inequal and bany helpers.
2016-08-17 Ian Romanicknir/algebraic: Optimize common array indexing sequence
2016-08-10 Eric Anholtnir: Drop an unused program/hash_table.h include.
2016-08-09 Timothy Arcerinir: make use of nir_cf_list_extract() helper
2016-08-09 Matt Turnernir: Always print non-identity swizzles.
2016-08-04 Kenneth Graunkenir: Make nir_opt_remove_phis see through moves.
2016-08-04 Kenneth Graunkenir: Make nir_alu_srcs_equal non-static.
2016-08-04 Kenneth Graunkenir: Turn imov/fmov of undef into undef.
2016-08-03 Eric Anholtnir: Allow opt_peephole_select to work on empty blocks.
2016-08-02 Timothy Arcerinir: fix validation message
2016-07-26 Matt Turnerglsl: Separate overlapping sentinel nodes in exec_list.
2016-07-23 Kenneth Graunkenir: Lower interp_var_at_* like a normal load_var for...
next