nir: Add test file for vars related passes
[mesa.git] / src / compiler / nir /
2018-10-16 Caio Marcelo de... nir: Add test file for vars related passes
2018-10-16 Caio Marcelo de... nir: Add nir_imm_ivec2 helper
2018-10-16 Eric Anholtnir: Expose nir_remove_unused_io_vars().
2018-10-16 Eric Anholtnir: Be sure to fix deref modes after demoting shader...
2018-10-15 Kenneth Graunkenir: Create sampler2D variables in nir_lower_{bitmap...
2018-10-12 Samuel Pitoisetspirv/nir: handle memory access qualifiers for SSBO...
2018-10-11 Jason Ekstrandnir: Add a bunch of b2[if] optimizations
2018-10-09 Ian Romanicknir/algebraic: Simplify fsat of fsign
2018-10-09 Ian Romanicknir/algebraic: sign(x)*x*x is abs(x)*x
2018-10-09 Ian Romanicknir: Add helper functions to get the instruction that...
2018-10-04 Jason Ekstrandnir/alu_to_scalar: Use ssa_for_alu_src in hand-rolled...
2018-10-02 Jason Ekstrandnir/from_ssa: Don't rewrite derefs destinations to...
2018-10-02 Jason Ekstrandnir/cf: Remove phi sources if needed in nir_handle_add_jump
2018-09-19 Juan A. Suarez Romeronir: add initializer data to fix MSVC compile error
2018-09-19 Jason Ekstrandnir: Add some asserts that we don't put derefs in phis
2018-09-19 Jason Ekstrandnir/opt_if: Re-materialize derefs in use blocks before...
2018-09-19 Jason Ekstrandnir/loop_unroll: Re-materialize derefs in use blocks...
2018-09-19 Jason Ekstrandnir: Add a small pass to rematerialize derefs per-block
2018-09-14 Timothy Arcerinir: add loop unroll support for complex wrapper loops
2018-09-14 Timothy Arcerinir: propagates if condition evaluation down some alu...
2018-09-14 Timothy Arcerinir: evaluate if condition uses inside the if branches
2018-09-07 Dylan BakerReplace uses of _mesa_bitcount with util_bitcount
2018-09-06 Jason Ekstrandnir: Drop the vs_inputs_dual_locations option
2018-09-06 Jason Ekstrandradeonsi/nir: Set vs_inputs_dual_locations and let...
2018-09-06 Jason Ekstrandcompiler: Move double_inputs to gl_program::DualSlotInputs
2018-08-29 Jason Ekstrandanv,i965: Lower away image derefs in the driver
2018-08-29 Jason Ekstrandnir: Add handle/index-based image intrinsics
2018-08-29 Jason Ekstrandnir: Use a bitfield for image access qualifiers
2018-08-29 Jason Ekstrandintel/compiler: Do image load/store lowering to NIR
2018-08-29 Jason Ekstrandnir: Make image load/store intrinsics variable-width
2018-08-29 Jason Ekstrandnir/format_convert: Fix a bitmask in unpack_11f11f10f
2018-08-29 Jason Ekstrandnir/format_convert: Rename pack_r11g11b10f to pack_11f1...
2018-08-29 Jason Ekstrandnir/format_convert: Add [us]norm conversion helpers
2018-08-29 Jason Ekstrandnir/format_convert: Rename nir_format_bitcast_uint_vec
2018-08-29 Jason Ekstrandnir/format_convert: Add vec mask and sign-extend helpers
2018-08-29 Jason Ekstrandnir/format_convert: Add support for unpacking signed...
2018-08-29 Jason Ekstrandnir/opcodes: Make unpack_half_2x16_split_* variable...
2018-08-29 Jason Ekstrandnir/algebraic: Add some max/min optimizations
2018-08-29 Jason Ekstrandnir/algebraic: Add more extract_[iu](8|16) optimizations
2018-08-29 Jason Ekstrandnir/algebraic: Be more careful converting ushr to extra...
2018-08-29 Timothy Arcerinir: add loop unroll support for wrapper loops
2018-08-29 Timothy Arcerinir/opt_loop_unroll: Remove unneeded phis if we make...
2018-08-29 Timothy Arcerinir: add complex_loop bool to loop info
2018-08-29 Timothy Arcerinir: always attempt to find loop terminators
2018-08-28 Caio Marcelo de... nir: Remove outdated comment
2018-08-28 Kevin Rogovinmesa: Add GL/GLSL plumbing for INTEL_fragment_shader_or...
2018-08-27 Jason Ekstrandnir: Pull block_ends_in_jump into nir.h
2018-08-24 Jason Ekstrandnir: Add an array copy optimization
2018-08-24 Jason Ekstrandnir: Add a array-of-vector variable shrinking pass
2018-08-24 Jason Ekstrandnir: Add an array splitting pass
2018-08-24 Jason Ekstrandnir: Add a structure splitting pass
2018-08-23 Ian Romanicknir: Add floating point atomic min, max, and compare...
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
next