nir: Add a pass for lowering integer division by constants
[mesa.git] / src / compiler /
2018-12-13 Jason Ekstrandnir: Add a pass for lowering integer division by constants
2018-12-13 Ian Romanicknir: Add a saturated unsigned integer add opcode
2018-12-13 Jason Ekstrandnir/lower_int64: Add support for [iu]mul_high
2018-12-13 Jason Ekstrandnir: Allow [iu]mul_high on non-32-bit types
2018-12-13 Alejandro Piñeironir: remove unused variable
2018-12-13 Eric Anholtnir: Pull some of intel's image load/store format conve...
2018-12-13 Eric Anholtnir: Add some more consts to the nir_format_convert...
2018-12-12 Timothy Arcerinir: detect more induction variables
2018-12-12 Timothy Arcerinir: reword code comment
2018-12-12 Timothy Arcerinir: in loop analysis track actual control flow type
2018-12-12 Danylo Piliaievnir: add if opt opt_if_loop_last_continue()
2018-12-12 Timothy Arcerinir: rework force_unroll_array_access()
2018-12-12 Timothy Arcerinir: factor out some of the complex loop unroll code...
2018-12-12 Jason Ekstrandnir: Document the function inlining process
2018-12-12 Jason Ekstrandnir/lower_tex: Add lowering for some min_lod cases
2018-12-12 Jason Ekstrandnir/lower_tex: Modify txd instructions instead of repla...
2018-12-12 Jason Ekstrandnir/lower_tex: Simplify lower_gradient logic
2018-12-12 Jason Ekstrandspirv: Add support for MinLod
2018-12-11 Rob Clarknir: fix spelling typo
2018-12-10 Dylan Bakermeson: Add nir_algebraic_parser_test to suites
2018-12-10 Timothy Arcerinir: make use of new nir_cf_list_clone_and_reinsert...
2018-12-10 Timothy Arcerinir: add a new nir_cf_list_clone_and_reinsert() helper
2018-12-10 Timothy Arcerinir: clarify some nit_loop_info member names
2018-12-10 Timothy Arcerinir: small tidy ups for nir_loop_analyze()
2018-12-07 Connor Abbottnir: Fixup algebraic test for variable-sized conversions
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-05 Samuel Pitoisetspirv: add SpvCapabilityInt64Atomics
2018-12-04 Marek Olšákmesa: expose AMD_texture_texture4
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 Turnerglsl: Remove unused member variable
2018-11-28 Matt Turnernir: Call fflush() at the end of nir_print_shader()
2018-11-27 Jonathan Mareknir: add fceil lowering
2018-11-26 Gert Wollnyglsl: free or reuse memory allocated for TF varying
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 Dave Airliespirv/vtn: handle variable pointers without offset...
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/glsl: Force 32-bit for UBO and SSBO Booleans
2018-11-16 Jason Ekstrandnir/spirv: Force 32-bit for UBO and SSBO Booleans
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-15 Ian Romanickglsl: Refactor type checking for redeclarations
2018-11-15 Ian Romanickglsl: Omit redundant qualifier checks on redeclarations
2018-11-15 Ian Romanickglsl: prevent qualifiers modification of predeclared...
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/spirv: cast shift operand to u32
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 Hanno Böckglsl/test: Fix use after free in test_optpass.
2018-11-12 Timothy Arcerinir: don't pack varyings ints with floats unless flat
2018-11-12 Timothy Arcerinir: add glsl_type_is_integer() helper
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 Ian Romanickglsl: Add pragma to disable all warnings
2018-11-08 Ian Romanickglsl: Add warning tests for identifiers with __
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 Erik Faye-Lundglsl: do not allow implicit casts of unsized array...
2018-11-02 Erik Faye-Lundmesa/glsl: add support for EXT_shader_implicit_conversions
2018-11-02 Erik Faye-Lundglsl: fall back to inexact function-match
2018-11-02 Erik Faye-Lundglsl: add has_implicit_uint_to_int_conversion()-helper
2018-11-02 Erik Faye-Lundglsl: add has_implicit_conversions()-helper
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-31 Emil Velikovconfigure: allow building with python3
2018-10-31 Tapani Pälliglsl/linker: validate attribute aliasing before optimiz...
2018-10-30 Eric Anholtnir: Allow using nir_lower_io_to_scalar_early on VS...
2018-10-30 Jason Ekstrandspirv: Pass SSA values through functions
2018-10-30 Michał Janiszewskiglsl: Add missing include guards
2018-10-29 Vadym Shovkopliasglsl/linker: Fix out variables linking during single...
next