nir: add auxiliary functions to detect if a mode is enabled
[mesa.git] / src / compiler / nir /
2019-09-17 Samuel Iglesias... nir: add auxiliary functions to detect if a mode is...
2019-09-16 Sergii Romantsovnir/large_constants: pass after lowering copy_deref
2019-09-16 Sergii Romantsovnir/large_constants: more careful data copying
2019-09-12 Iago Toral Quiroganir/lower_point_size: assume scalar PSIZ
2019-09-06 Jason Ekstrandnir/dead_cf: Repair SSA if the pass makes progress
2019-09-06 Jason Ekstrandnir/repair_ssa: Insert deref casts when needed
2019-09-06 Jason Ekstrandnir/repair_ssa: Repair dominance for unreachable blocks
2019-09-06 Jason Ekstrandnir: Add a block_is_unreachable helper
2019-09-06 Jason Ekstrandnir: Don't infinitely recurse in lower_ssa_defs_to_regs...
2019-09-06 Jason Ekstrandnir: Handle complex derefs in nir_split_array_vars
2019-09-06 Rhys Perrynir/lower_io_to_vector: don't merge compact varyings
2019-09-06 Rhys Perrynir/lower_io_to_vector: add flat mode
2019-09-06 Rhys Perrynir/lower_io_to_vector: allow FS outputs to be vectorized
2019-09-06 Timur Kristófnir: Carve out nir_lower_samplers from GLSL code.
2019-09-06 Caio Marcelo de... nir/lower_explicit_io: Handle 1 bit loads and stores
2019-09-06 Vasily Khoruzhicknir: allow specifying filter callback in lower_alu_to_s...
2019-09-03 Eric Engestromnir: fix memleak in error path
2019-09-03 Rob Clarknir: remove unused constant_fold_state
2019-09-03 Connor Abbottnir: Fix num_ssbos when lowering atomic counters
2019-09-02 Samuel Pitoisetnir: do not assume that the result of fexp2(a) is alway...
2019-08-29 Ian Romanicknir/range-analysis: Add a lot more assertions about...
2019-08-29 Ian Romanicknir/range-analysis: Range tracking for fpow
2019-08-29 Ian Romanicknir/range-analysis: Handle constants in nir_op_mov...
2019-08-29 Ian Romanicknir/range-analysis: Fix incorrect fadd range result...
2019-08-29 Ian Romanicknir/range-analysis: Adjust result range of multiplicati...
2019-08-29 Ian Romanicknir/range-analysis: Adjust result range of exp2 to...
2019-08-29 Ian Romanicknir/algebraic: Clean up value range analysis-based...
2019-08-29 Ian Romanicknir/algebraic: Mark some value range analysis-based...
2019-08-28 Ian Romanicknir/algrbraic: Don't optimize open-coded bitfield rever...
2019-08-22 Alyssa Rosenzweignir: Remove nir_const_load_to_arr
2019-08-21 Jason Ekstrandnir: Add explicit signs to image min/max intrinsics
2019-08-21 Danylo Piliaievnir/loop_analyze: Treat do{}while(false) loops as 0...
2019-08-21 Danylo Piliaievnir/loop_unroll: Prepare loop for unrolling in wrapper_...
2019-08-21 Danylo Piliaievnir/loop_unroll: Update the comments for loop_prepare_f...
2019-08-21 Daniel Schürmannnir/algebraic: some subtraction optimizations
2019-08-21 Lionel Landwerlinnir/tests: take reference on glsl types
2019-08-20 Daniel Schürmannnir: add divergence analysis pass.
2019-08-20 Rhys Perrynir/subgroups: Lower clustered reductions with cluster_...
2019-08-20 Rhys Perrynir/lcssa: allow to create LCSSA phis for loop-invarian...
2019-08-20 Daniel Schürmannnir/lcssa: Skip loop invariant variables when convertin...
2019-08-20 Rhys Perrynir: make nir_to_lcssa() a general NIR pass.
2019-08-20 Daniel Schürmannnir/lcssa: handle deref instructions properly
2019-08-19 Jason Ekstrandnir: Add more source types to nir_tex_instr_src_type
2019-08-16 Rhys Perrynir/algebraic: add a few masking-before-unpack optimiza...
2019-08-15 Erik Faye-Lundnir: avoid warning when casting bogus pointer
2019-08-14 Eric Engestrommeson: add nir tests to the compiler/nir test suite
2019-08-14 Ian Romanicknir/algebraic: Reassociate shift-by-constant of shift...
2019-08-14 Ian Romanicknir/algebraic: Reassociate add-and-shift to be shift...
2019-08-14 Andrii Simiklitnir/find_array_copies: Reject copies with mismatched...
2019-08-14 Ian Romanicknir/range-analysis: Fail gracefully on non-SSA sources
2019-08-13 Iago Toral Quiroganir: add a pass to clamp gl_PointSize to a range
2019-08-12 Rhys Perrynir: merge and extend nir_opt_move_comparisons and...
2019-08-12 Rhys Perrynir: replace nir_move_load_const() with nir_opt_sink()
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-08-08 Rhys Perrynir: add nir_lower_to_explicit()
2019-08-08 Rhys Perrynir/lower_explicit_io: add nir_var_mem_shared support
2019-08-06 Connor Abbottnir/builder: Add nir_b2i
2019-08-06 Pierre-Eric Pellou... nir: add atomic_inc_wrap/atomic_dec_wrap image intrinsics
2019-08-06 Ian Romanicknir/algebraic: Use value range analysis to eliminate...
2019-08-06 Ian Romanicknir/algebraic: Use value range analysis to convert...
2019-08-06 Ian Romanicknir/algebraic: Use value range analysis to eliminate...
2019-08-06 Ian Romanicknir/algebraic: Use value range analysis to eliminate...
2019-08-06 Ian Romanicknir/range-analysis: Range tracking for ffma and flrp
2019-08-06 Ian Romanicknir/range-analysis: Range tracking for bcsel
2019-08-06 Ian Romanicknir/range-analysis: Tighten the range of fsat based...
2019-08-06 Ian Romanicknir/range-analysis: Rudimentary value range analysis...
2019-08-06 Ian Romanicknir/algebraic: Simplify some comparisons like a+constan...
2019-08-06 Ian Romanicknir/algebraic: Recognize (a < 0 || 0 < b) as min(a...
2019-08-06 Ian Romanicknir/algebraic: Replace checks that a value is between...
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-08-02 Connor Abbottnir/find_array_copies: Reject copies with mismatched...
2019-07-31 Jason Ekstrandnir/lower_io: Add an option to lower 64-bit varyings
2019-07-31 Dave Airlienir: use common deref has indirect code in scratch...
2019-07-31 Eric Engestromnir: remove explicit nir_intrinsic_index_flag values
2019-07-31 Erico Nunesnir/algebraic: rename lower_bitshift to lower_bitops
2019-07-31 Erico Nunesnir/algebraic: add new fsum ops and fdot lowering
2019-07-31 Eric Engestromcompiler/nir: add an ASSERTED
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-31 Eric Engestromcompiler: replace MAYBE_UNUSED with UNUSED
2019-07-30 Connor Abbottnir/find_array_copies: Use correct parent array length
2019-07-30 Connor Abbottnir: Fix comparison for nir_deref_instr_is_known_out_of...
2019-07-29 Jason Ekstrandintel: Use a system value for gl_FragCoord
2019-07-29 Eric Anholtnir: Fix helgrind complaints about data race in trivial...
2019-07-29 Connor Abbottnir/find_array_copies: Handle wildcards and overlapping...
2019-07-29 Connor Abbottnir: Print array deref indices as decimal
2019-07-26 Sagar Ghugenir: Optimize umod lowering
2019-07-26 Lionel Landwerlinnir: add access to image_deref intrinsics
2019-07-24 Jonathan Mareknir/algebraic: add scmp algebraic optimizations
2019-07-24 Jonathan Mareknir/algebraic: add option to lower fall_equalN/fany_nequalN
2019-07-24 Jonathan Mareknir/algebraic: add fdot2 optimizations
2019-07-24 Jonathan Mareknir/algebraic: add option to lower fdph
2019-07-24 Jonathan Mareknir: replace lower_sincos with algebraic opt
2019-07-24 Jonathan Mareknir/algebraic: allow swizzle in nir_algebraic replace...
2019-07-24 Daniel Schürmannnir,intel: lower if (cond) demote() to new intrinsic...
2019-07-24 Jason Ekstrandnir/lower_subgroups: Properly lower masks when subgroup...
2019-07-24 Sagar Ghugenir: Add lowering for nir_op_irem and nir_op_imod
2019-07-23 Jason Ekstrandnir/lower_io: Return SSA defs from helpers
2019-07-23 Jason Ekstrandnir/gather_info: Look for uses of helper invocations
2019-07-23 Jason Ekstrandnir/gather_info: Move setting uses_64bit out of the...
next