intel/compiler: Test compaction on Gen <= 12
[mesa.git] / src / compiler / nir /
2020-01-21 Eric Anholtnir: Drop the ssbo_offset to atomic lowering.
2020-01-21 Eric Anholtmesa: Make atomic lowering put atomics above SSBOs.
2020-01-16 Eric Anholtnir: Fix printing of ~0 .locations.
2020-01-15 Jason Ekstrandanv,nir: Lower quad_broadcast with dynamic index in NIR
2020-01-15 Elie Tourniernir/algebraic: sqrt(x)*sqrt(x) -> fabs(x)
2020-01-15 Elie Tourniernir/algebraic: i2f(f2i()) -> trunc()
2020-01-14 Caio Marcelo de... nir: Add missing nir_var_mem_global to various passes
2020-01-14 Rhys Perrynir/algebraic: a & ~(a >> 31) -> imax(a, 0)
2020-01-14 Rhys Perrynir/sink,nir/move: move/sink nir_op_mov
2020-01-14 Rhys Perrynir/sink,nir/move: move/sink load_per_vertex_input
2020-01-14 Rhys Perrynir/lower_gs_intrinsics: add option for per-stream...
2020-01-14 Rhys Perrynir/divergence: handle load_primitive_id in GS
2020-01-14 Kenneth GraunkeRevert "nir: assert that nir_lower_tex runs after lower...
2020-01-13 Rob Clarknir: assert that nir_lower_tex runs after lowering...
2020-01-13 Jason Ekstrandnir/lower_atomics_to_ssbo: Also lower barriers
2020-01-13 Jason Ekstrandnir: Rename nir_intrinsic_barrier to control_barrier
2020-01-13 Jason Ekstrandnir: Add a new memory_barrier_tcs_patch intrinsic
2020-01-13 Jason Ekstrandnir: Handle barriers with more granularity in combine_s...
2020-01-13 Jason Ekstrandnir: Handle more barriers in dead_write and copy_prop
2020-01-09 Daniel Schürmannnir: fix printing of var_decl with more than 4 components.
2020-01-09 Samuel Pitoisetspirv,nir: add new lod parameter to image_{load,store...
2020-01-04 Gert Wollnynir: make nir_get_texture_size/lod available outside...
2020-01-03 Erik Faye-Lundnir/zink: move clip_halfz-lowering to common code
2020-01-03 Kenneth Graunkest/nir: Optionally unify inputs_read/outputs_written...
2020-01-02 Bas Nieuwenhuizennir: print non-uniform tex fields.
2020-01-02 Bas Nieuwenhuizennir: Add clone/hash/serialize support for non-uniform...
2019-12-27 Dave Airlienir: sanitize work group intrinsics to always be 32...
2019-12-21 Rob Clarknir+vtn: vec8+vec16 support
2019-12-21 Karol Herbstnir/serialize: cast swizzle before shifting
2019-12-19 Jonathan Mareknir: fix assign_io_var_locations for vertex inputs
2019-12-19 Juan A. Suarez RomeroRevert "nir/lower_double_ops: relax lower mod()"
2019-12-19 Juan A. Suarez Romeronir/lower_double_ops: relax lower mod()
2019-12-17 Jonathan Mareknir: add option to lower half packing opcodes
2019-12-16 Iago Toral Quirogav3d: handle writes to gl_Layer from geometry shaders
2019-12-13 Alejandro Piñeironir/opt_peephole_select: remove unused variables
2019-12-13 Timothy Arcerinir: add some fields to nir_variable_data
2019-12-12 Tomeu Vizosonir: Don't copy empty array
2019-12-11 Karol Herbstnir: handle nir_deref_type_ptr_as_array in rematerializ...
2019-12-11 Karol Herbstnir/tests: MSVC build fix
2019-12-11 Karol Herbstnir/tests: add serializer tests
2019-12-11 Karol Herbstnir/serialize: fix vec8 and vec16
2019-12-04 Rob Clarknir/lower_clip: Fix incorrect driver loc for clipdist...
2019-12-04 Rhys Perrynir/load_store_vectorize: fix combining stores with...
2019-12-03 Ian Romanicknir/algebraic: Rearrange bcsel sequences generated...
2019-12-03 Ian Romanicknir/algebraic: Simplify some Inf and NaN avoidance...
2019-12-03 Ian Romanicknir/opt_peephole_select: Don't count some unary operations
2019-12-02 Rhys Perrynir/lower_io_to_vector: don't create arrays when not...
2019-11-26 Eric Anholtnir: Make algebraic backtrack and reprocess after a...
2019-11-26 Eric Anholtnir: Refactor algebraic's block walk
2019-11-26 Connor Abbottnir: Maintain the algebraic automaton's state as we...
2019-11-25 Eric Anholtnir: Add a scheduler pass to reduce maximum register...
2019-11-25 Rhys Perrynir: add load/store vectorizer tests
2019-11-25 Rhys Perrynir: add a load/store vectorization pass
2019-11-25 Rhys Perrynir: add nir_num_variable_modes and nir_var_mem_push_const
2019-11-23 Brian Paulnir: no-op C99 _Pragma() with MSVC
2019-11-23 Marek Olšáknir/serialize: support any num_components for remaining...
2019-11-23 Marek Olšáknir/serialize: use 3 unused bits in intrinsic for packe...
2019-11-23 Marek Olšáknir/serialize: don't serialize redundant nir_intrinsic_...
2019-11-23 Marek Olšáknir/serialize: serialize writemask for vec8 and vec16
2019-11-23 Marek Olšáknir/serialize: serialize swizzles for vec8 and vec16
2019-11-23 Marek Olšáknir/serialize: reuse the writemask field for 2 src...
2019-11-23 Marek Olšáknir/serialize: remove up to 3 consecutive equal ALU...
2019-11-23 Marek Olšáknir/serialize: try to pack both deref array src into...
2019-11-23 Marek Olšáknir/serialize: cleanup - fold nir_deref_type_var cases...
2019-11-23 Marek Olšáknir/serialize: try to put deref->var index into the...
2019-11-23 Marek Olšáknir/serialize: don't serialize mode for deref non-cast...
2019-11-23 Marek Olšáknir/serialize: don't store deref types if not needed
2019-11-23 Marek Olšáknir/serialize: try to pack two alu srcs into 1 uint32
2019-11-23 Marek Olšáknir/serialize: pack nir_intrinsic_instr::const_index...
2019-11-23 Marek Olšáknir/serialize: pack 1-component constants into 20 bits...
2019-11-23 Marek Olšáknir/serialize: pack load_const with non-64-bit constant...
2019-11-23 Marek Olšáknir/serialize: try to store a diff in var data location...
2019-11-23 Marek Olšáknir/serialize: deduplicate serialized var types by...
2019-11-23 Marek Olšáknir/serialize: don't serialize var->data for temporaries
2019-11-23 Marek Olšáknir/serialize: pack src better and limit the object...
2019-11-23 Marek Olšáknir/serialize: pack instructions better
2019-11-22 Ian Romanicknir/range_analysis: Make sure the table validation...
2019-11-22 Ian Romanicknir/range-analysis: Add pragmas to help loop unrolling
2019-11-22 Alyssa Rosenzweignir: Add load_sampler_lod_paramaters_pan intrinsic
2019-11-21 Marek Olšáknir/serialize: do ctx = {0} instead of manual initializ...
2019-11-21 Marek Olšáknir: strip as we serialize to remove the nir_shader_clo...
2019-11-21 Dave Airlienir: fix deref offset builder
2019-11-21 Dave Airlievtn/opencl: add clz support
2019-11-21 Dave Airlienir: add 64-bit ufind_msb lowering support. (v2)
2019-11-21 Dave Airliespirv/nir/opencl: handle some multiply instructions.
2019-11-21 Karol Herbstnir/validate: validate num_components on registers...
2019-11-20 Rhys Perrynir/large_constants: use nir_index_vars and nir_variabl...
2019-11-20 Rhys Perrynir: add nir_variable::index and nir_index_vars
2019-11-20 Rhys Perrynir: make nir_variable::{num_members,num_state_slots...
2019-11-20 Neil Robertsnir/lower_alu_to_scalar: Support lowering 8- and 16...
2019-11-20 Neil Robertsnir: Add a 8-bit bool type
2019-11-20 Neil Robertsnir: Add a 16-bit bool type
2019-11-20 Neil Robertsnir/opcodes: Add a helper function to generate reduce...
2019-11-20 Neil Robertsnir/opcodes: Add a helper function to generate the...
2019-11-19 Marek Olšáknir: don't use GLenum16 in nir.h
2019-11-19 Marek Olšáknir: move data.descriptor_set above data.index for...
2019-11-19 Marek Olšáknir/print: only print image.format for image variables
2019-11-19 Marek Olšáknir: move data.image.access to data.access
2019-11-18 Dave Airlienir/serialize: fix serializing functions with no implem...
2019-11-18 Dave Airlienir/serialize: pack function has name and entry point...
next