nir: Add floating point atomic add instrinsics
[mesa.git] / src / compiler / nir /
2018-08-23 Ian Romanicknir: Add floating point atomic add instrinsics
2018-08-22 Caio Marcelo de... nir: Give end_block its own index
2018-08-22 Caio Marcelo de... nir: Skip common instructions when comparing deref...
2018-08-22 Caio Marcelo de... nir: Export deref comparison functions
2018-08-22 Jason Ekstrandnir/vars_to_ssa: Don't build deref nodes for non-local...
2018-08-18 Kai Wasserbächnir: mark *prev_block as MAYBE_UNUSED in opt_peel_loop_...
2018-08-17 Timothy Arcerinir: allow more nested loops to be unrolled
2018-08-13 Alejandro Piñeironir/glsl: make nir_remap_attributes public
2018-08-13 Alejandro Piñeironir: add how_declared to nir_variable.data
2018-08-10 Mathieu Bridonmeson: Build with Python 3
2018-08-09 Mathieu Bridonpython: Better check for integer types
2018-08-09 Mathieu Bridonpython: Do not mix bytes and unicode strings
2018-08-09 Mathieu Bridonpython: Use the right function for the job
2018-08-07 Mathieu Bridonpython: Specify the template output encoding
2018-08-04 Ian Romanicknir: Transform expressions of b2f(a) and b2f(b) to...
2018-08-04 Ian Romanicknir: Transform expressions of b2f(a) and b2f(b) to...
2018-08-04 Ian Romanicknir: Transform expressions of b2f(a) and b2f(b) to...
2018-08-04 Ian Romanicknir: Transform expressions of b2f(a) and b2f(b) to...
2018-08-04 Ian Romanicknir: Transform expressions of b2f(a) and b2f(b) to...
2018-08-04 Ian Romanicknir: Transform -fabs(a) >= 0 to a == 0
2018-08-04 Ian Romanicknir: Transform expressions of b2f(a) and b2f(b) to...
2018-08-04 Ian Romanicknir: Transform -fabs(a) < 0 to a != 0
2018-08-04 Ian Romanicknir: Rearrange bcsel with two bcsel sources
2018-08-04 Ian Romanicknir: Collapse more repeated bcsels on the same argument
2018-08-04 Ian Romanicknir: Don't compare i2f or u2i with zero
2018-08-04 Ian Romanicknir: Remove f2i(i2f(x)) conversions
2018-08-04 Ian Romanicknir: Mark the 0.0 < abs(a) transformation as imprecise
2018-08-02 Timothy Arcerinir: add fall through comment to nir_gather_info
2018-08-02 Jason Ekstrandnir/lower_indirect: Bail early if modes == 0
2018-08-01 Dylan Bakernir/meson: fix c vs cpp args for nir test
2018-08-01 Mathieu Bridonpython: Explicitly add the 'L' suffix on Python 3
2018-08-01 Mathieu Bridonpython: Don't abuse hex()
2018-07-31 Neil Robertsnir/gather_info: Set info.gs.uses_streams
2018-07-31 Neil Robertsnir: Add members for the explicit XFB properties to...
2018-07-29 Jason Ekstrandnir/instr_set: Fix nir_instrs_equal for derefs
2018-07-29 Jason Ekstrandnir: Take if uses into account in ssa_def_components_read
2018-07-28 Karol Herbstnir/lower_int64: mark all metadata as dirty
2018-07-27 Kenneth Graunkei965: Combine both gl_PatchVerticesIn lowering passes.
2018-07-26 Eric Anholtnir: Add flipping of gl_PointCoord.y in nir_lower_wpos_...
2018-07-26 Samuel Pitoisetnir: remove wrong assertion in print_var_decl()
2018-07-25 Jason Ekstrandnir: Add a couple of iand/ior optimizations
2018-07-24 Jason Ekstrandnir/serialize: Alloc constants off the variable
2018-07-24 Karol Herbstnir: rename f2f16_undef to f2f16
2018-07-24 Karol Herbstnir: add builtin builder
2018-07-24 Mathieu Bridonpython: Use range() instead of xrange()
2018-07-24 Mathieu Bridonpython: Better use iterators
2018-07-24 Mathieu Bridonpython: Better iterate over dictionaries
2018-07-23 Jason Ekstrandnir: Add a couple trivial abs optimizations
2018-07-20 Bas Nieuwenhuizennir: Fix end of function without return warning/error.
2018-07-20 Bas Nieuwenhuizennir: Do not use continue block after removing it.
2018-07-18 Rob Clarknir: add lowering for gl_HelperInvocation
2018-07-18 Rob Clarknir: fixup intrinsic comment
2018-07-17 Timothy Arcerinir: add a couple of ior opts to nir_opt_algebraic
2018-07-17 Timothy Arcerinir: allow opt_peephole_select to handle nir_instr_type...
2018-07-17 Karol Herbstnir: prepare for bumping up max components to 16
2018-07-16 Roland Scheideggernir: fix msvc build
2018-07-16 Jason Ekstrandnir/worklist: Rework the foreach macro
2018-07-15 Karol Herbstnir: fix printing of vec16 type
2018-07-15 Rob Clarknir/spirv: implement BuiltInWorkDim
2018-07-13 Jason Ekstrandnir/lower_tex: Use nir_format_srgb_to_linear
2018-07-13 Karol Herbstnir: cleanup oversized arrays in nir_swizzle calls
2018-07-12 Caio Marcelo de... nir: delete not needed for reinserted nir_cf_list
2018-07-12 Karol Herbstnir/spirv: implement BuiltInGlobalSize
2018-07-12 Karol Herbstnir: move lowering of SYSTEM_VALUE_LOCAL_GROUP_SIZE...
2018-07-07 Jason Ekstrandnir/print: Print texture and sampler indices
2018-07-06 Mathieu Bridonpython: Use the print function
2018-07-05 Eric Anholtnir: Apply fragment color clamping to gl_FragData[...
2018-07-05 Mathieu Bridonpython: Stabilize some script outputs
2018-07-03 Antia Puentesnir: Fix OpAtomicCounterIDecrement for uniform atomic...
2018-07-02 Jason Ekstrandnir: Add a large constants optimization pass
2018-07-02 Jason Ekstrandnir: Add a concept of constant data associated with...
2018-07-02 Jason Ekstrandnir/deref: Add helpers for getting offsets
2018-07-02 Jason Ekstrandnir: Add a deref_instr_has_indirect helper
2018-06-30 Timothy Arcerinir: fix selection of loop terminator when two or more...
2018-06-26 Jason Ekstrandnir/opt_if: Remove unneeded phis if we make progress
2018-06-23 Jason Ekstrandnir/lower_system_values: Assert/assume direct var derefs
2018-06-23 Jason Ekstrandnir: Remove old-school deref chain support
2018-06-23 Jason Ekstrandnir: Remove deref chain support from analyze_loops
2018-06-23 Rob Clarknir: promote intrinsic_get_var() to helper
2018-06-23 Jason Ekstrandnir: Rework lower_locals_to_regs to use deref instructions
2018-06-23 Jason Ekstrandnir: Rework opt_copy_prop_vars to use deref instructions
2018-06-23 Jason Ekstrandnir/copy_prop_vars: Re-order some logic in compare_derefs
2018-06-23 Jason Ekstrandnir: Remove deref chain support from split_per_member_s...
2018-06-23 Jason Ekstrandnir: Remove deref chain support from opt_undef
2018-06-23 Jason Ekstrandnir: Remove deref chain support from split_var_copies
2018-06-23 Jason Ekstrandnir: Remove deref chain support from dead_variables
2018-06-23 Jason Ekstrandnir: Remove deref chain support from propagate_invariant
2018-06-23 Jason Ekstrandnir: Remove deref chain support from lower_var_copies
2018-06-23 Jason Ekstrandnir: Remove deref chain support from lower_drawpixels
2018-06-23 Jason Ekstrandnir: Remove deref chain support from opt_peephole_select
2018-06-23 Jason Ekstrandnir: Remove deref chain support from lower_tex
2018-06-23 Jason Ekstrandnir: Remove deref chain support from lower_wpos_ytransform
2018-06-23 Jason Ekstrandnir: Remove deref chain support from lower_wpos_center
2018-06-23 Jason Ekstrandnir: Remove deref chain support from lower_system_values
2018-06-23 Jason Ekstrandnir: Remove deref chain support from remove_unused_varyings
2018-06-23 Jason Ekstrandnir: Delete lower_io_types
2018-06-23 Jason Ekstrandnir: Remove deref chain support from lower_phis_to_scalar
2018-06-23 Jason Ekstrandnir: Convert lower_io to deref instructions
2018-06-23 Jason Ekstrandnir/lower_io: Convert atomic lowering to deref instructions
2018-06-23 Jason Ekstrandnir: Remove deref chain support from lower_global_vars_...
next