Revert "nir/lower_indirect: Bail early if modes == 0"
[mesa.git] / src / compiler /
2018-12-18 Ian RomanickRevert "nir/lower_indirect: Bail early if modes == 0"
2018-12-17 Ian Romanicknir/opt_peephole_select: Don't peephole_select expensiv...
2018-12-17 Ian Romanicknir/opt_peephole_select: Don't try to remove flow contr...
2018-12-17 Eric Anholtnir: Fix clamping of uints for image store lowering.
2018-12-16 Ian Romanicknir: Release per-block metadata in nir_sweep
2018-12-16 Ian Romanicknir: Fix holes in nir_instr
2018-12-16 Ian Romanicknir/phi_builder: Use per-value hash table to store...
2018-12-16 Jason Ekstrandnir/algebraic: Add some optimizations for D3D-style...
2018-12-16 Jason Ekstrandnir/algebraic: Optimize 1-bit Booleans
2018-12-16 Jason Ekstrandnir: Switch to using 1-bit Booleans for almost everything
2018-12-16 Jason Ekstrandnir: Add a bool to int32 lowering pass
2018-12-16 Jason Ekstrandnir: Add 1-bit Boolean opcodes
2018-12-16 Jason Ekstrandnir/algebraic: Generalize an optimization
2018-12-16 Jason Ekstrandnir/large_constants: Properly handle 1-bit bools
2018-12-16 Jason Ekstrandnir: Add support for 1-bit data types
2018-12-16 Jason Ekstrandnir/constant_expressions: Rework Boolean handling
2018-12-16 Jason Ekstrandnir: Rename Boolean-related opcodes to include 32 in...
2018-12-16 Jason Ekstrandnir/algebraic: Make an optimization more specific
2018-12-16 Jason Ekstrandnir: Drop support for lower_b2f
2018-12-16 Jason Ekstrandnir/algebraic: Optimize x2b(xneg(a)) -> a
2018-12-16 Jason Ekstrandnir/constant_folding: Fix source bit size logic
2018-12-16 Jason Ekstrandnir/lower_idiv: Use ilt instead of bit twiddling
2018-12-16 Rhys Perrynir: fix constness in nir_intrinsic_align()
2018-12-14 Ian Romanicknir/phi_builder: Internal users should use nir_phi_buil...
2018-12-14 Timothy Arcerinir: fix opt_if_loop_last_continue()
2018-12-13 Eric Anholtnir: Move intel's half-float image store lowering to...
2018-12-13 Eric Anholtnir: Print the format of image variables.
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...
next