nir/algebraic: Make algebraic_parser_test.sh executable.
[mesa.git] / src / compiler / nir /
2018-12-06 Vinson Leenir/algebraic: Make algebraic_parser_test.sh executable.
2018-12-05 Jason Ekstrandnir: Make boolean conversions sized just like the others
2018-12-05 Jason Ekstrandnir/opt_algebraic: Add 32-bit specifiers to a bunch...
2018-12-05 Jason Ekstrandnir/opt_algebraic: Drop bit-size suffixes from conversions
2018-12-05 Jason Ekstrandnir/opt_algebraic: Simplify an optimization using the...
2018-12-05 Jason Ekstrandnir/algebraic: Add support for unsized conversion opcodes
2018-12-05 Jason Ekstrandnir/algebraic: Refactor codegen a bit
2018-12-05 Jason Ekstrandnir/algebraic: Clean up some __str__ cruft
2018-12-05 Jason Ekstrandnir/opcodes: Rename tbool to tbool32
2018-12-05 Jason Ekstrandnir/opcodes: Pull in the type helpers from constant_exp...
2018-12-05 Connor Abbottnir/algebraic: Add unit tests for bitsize validation
2018-12-05 Connor Abbottnir/algebraic: Rewrite bit-size inference
2018-12-03 Matt Turnermesa: Revert INTEL_fragment_shader_ordering support
2018-11-29 Józef Kucianir: Fix assert in print_intrinsic_instr().
2018-11-28 Jason Ekstrandnir/derefs: Add a nir_derefs_do_not_alias enum value
2018-11-28 Matt Turnernir: Call fflush() at the end of nir_print_shader()
2018-11-27 Jonathan Mareknir: add fceil lowering
2018-11-21 Iago Toral QuirogaRevert "nir/builder: Assert that intN_t immediates...
2018-11-21 Iago Toral Quiroganir/from_ssa: fix bit-size of temporary register
2018-11-20 Dylan Bakermeson: Add tests to suites
2018-11-19 Kenneth Graunkenir: Make nir_lower_clip_vs optionally work with variables.
2018-11-19 Kenneth Graunkenir: Save nir_variable pointers in nir_lower_clip_vs...
2018-11-19 Kenneth Graunkenir: Inline lower_clip_vs() into nir_lower_clip_vs().
2018-11-19 Kenneth Graunkenir: Use nir_shader_get_entrypoint in nir_lower_clip_vs().
2018-11-19 Dave Airlienir: handle shared pointers in lowering indirect derefs.
2018-11-19 Dave Airlienir: move getting deref from var after we check deref...
2018-11-19 Jason Ekstrandintel,nir: Move gl_LocalInvocationID lowering to nir_lo...
2018-11-16 Jason Ekstrandnir: Add alignment parameters to SSBO, UBO, and shared...
2018-11-16 Jason Ekstrandnir/lower_io: Add shared to get_io_offset_src
2018-11-16 Jason Ekstrandnir/builder: Add a nir_pack/unpack/bitcast helpers
2018-11-16 Jason Ekstrandnir/builder: Add iadd_imm and imul_imm helpers
2018-11-16 Jason Ekstrandnir/builder: Assert that intN_t immediates fit
2018-11-16 Jason Ekstrandnir/lower_alu_to_scalar: Don't try to lower unpack_32_2x16
2018-11-14 Andrii Simiklitcompiler: avoid 'unused variable' warnings
2018-11-14 Gert Wollnynir: Allow to skip integer ops in nir_lower_to_source_mods
2018-11-14 Karol Herbstnir: replace nir_load_system_value calls with appropiat...
2018-11-14 Karol Herbstnir: add const_index parameters to system value builder...
2018-11-13 Plamena Manolovanir: Don't lower the local work group size if it's...
2018-11-13 Timothy Arcerinir: add support for removing redundant stores to copy...
2018-11-12 Christian Gmeinernir: add lowering for ffloor
2018-11-12 Lionel Landwerlinnir/lower_tex: Add AYUV lowering support
2018-11-12 Lionel Landwerlinnir/lower_tex: add alpha channel parameter for yuv...
2018-11-12 Timothy Arcerinir: don't pack varyings ints with floats unless flat
2018-11-10 Timothy Arcerinir: add new linking opt nir_link_constant_varyings()
2018-11-09 Iago Toral Quiroganir/constant_folding: fix incorrect bit-size check
2018-11-08 Jason Ekstrandnir: Add a read_mask helper for ALU instructions
2018-11-02 Timothy Arcerinir: fix condition propagation when src has a swizzle
2018-11-02 Timothy Arcerinir: allow propagation of if evaluation for bcsel
2018-10-31 Timothy Arcerinir: fix if condition propagation for alu use
2018-10-30 Eric Anholtnir: Allow using nir_lower_io_to_scalar_early on VS...
2018-10-29 Brian Paulnir: fix yet another MSVC build break
2018-10-29 Jason Ekstrandnir: Add a pass for gathering transform feedback info
2018-10-26 Brian Paulnir: Fix array initializer
2018-10-26 Jason Ekstrandnir/system_values: Use the bit size from the load_deref
2018-10-26 Jason Ekstrandnir/opt_if: Rework condition propagation
2018-10-26 Jason Ekstrandnir/search: Use the nir_imm_* helpers from nir_builder
2018-10-26 Jason Ekstrandnir/builder: Handle 16-bit floats in nir_imm_floatN_t
2018-10-26 Jason Ekstrandnir/builder: Add a nir_imm_true/false helpers
2018-10-26 Jason Ekstrandnir/constant_folding: Use nir_src_as_bool for discard_if
2018-10-26 Jason Ekstrandnir/constant_folding: Add an unreachable to a switch
2018-10-26 Jason Ekstrandnir/validate: Print when the validation failed
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop set_foreach...
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-10-24 Jose Fonsecanir: Fix array initializer.
2018-10-24 Juan A. Suarez Romeronir: fix nir_copy_propagation test
2018-10-23 Samuel Pitoisetnir: add linking helper nir_link_xfb_varyings()
2018-10-23 Jason Ekstrandnir/algebraic: Fix a typo in the bit size validation...
2018-10-22 Jason Ekstrandnir/algebraic: Provide descriptive asserts for bit...
2018-10-22 Jason Ekstrandnir/algebraic: Loosen a restriction on variables
2018-10-22 Jason Ekstrandnir/algebraic: A bit of validation refactoring'
2018-10-22 Jason Ekstrandnir/algebraic: Make internal classes str-able
2018-10-22 Jason Ekstrandnir/algebraic: Generalize an optimization
2018-10-22 Jason Ekstrandnir/algebraic: Use bool internally instead of bool32
2018-10-22 Jason Ekstrandnir: Use nir_src_is_const and nir_src_as_* in core...
2018-10-22 Jason Ekstrandnir/search_helpers: Use nir_src_is_const and friends
2018-10-22 Jason Ekstrandnir/search: Use nir_src_is_const and friends
2018-10-22 Jason Ekstrandnir: Add some new helpers for working with const sources
2018-10-16 Dave Airlienir: fix clip cull lowering to not assert if GLSL alrea...
2018-10-16 Caio Marcelo de... nir: Copy propagation between blocks
2018-10-16 Caio Marcelo de... nir: Take call instruction into account in copy_prop_vars
2018-10-16 Caio Marcelo de... nir: Add tests for copy propagation of derefs
2018-10-16 Caio Marcelo de... nir: Remove handling of dead writes from copy_prop_vars
2018-10-16 Caio Marcelo de... nir: Separate dead write removal into its own pass
2018-10-16 Caio Marcelo de... nir: Add tests for dead write elimination
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...
next