gallium/ureg: Set the next shader stage from the shader info.
[mesa.git] / src / compiler /
2020-09-02 Samuel Pitoisetspirv: fix retrieving dest type for OpFragmentMaskFetchAMD
2020-09-01 Jason Ekstrandnir/lower_explicit_io: Assert that compute address...
2020-09-01 Jason Ekstrandspirv: Drop the constant_as_global as option
2020-09-01 Jason Ekstrandspirv: Use nir_var_mem_constant for UniformConstant...
2020-09-01 Jason Ekstrandnir: Allow opt_large_constants to be run with constant_...
2020-09-01 Jason Ekstrandnir/lower_io: Add support for nir_var_mem_constant
2020-09-01 Jason Ekstrandnir/lower_io: Add a build_addr_for_var helper
2020-09-01 Jason Ekstrandnir/lower_io: Use the variable mode for load_scratch_ba...
2020-09-01 Jason Ekstrandnir: Add a load_global_constant intrinsic
2020-09-01 Jason Ekstrandnir: Add a new nir_var_mem_constant variable mode
2020-09-01 Karol Herbstnir/serialize: fix serialization of system values
2020-09-01 Karol Herbstspirv: fix 64 bit atomic inc and dec
2020-09-01 Karol Herbstnir: use enum operator helper for nir_variable_mode...
2020-09-01 Karol Herbstnir: use nir_var_all to get rid of casting
2020-09-01 Jason Ekstrandnir: Improve the comment on num_inputs and friends
2020-09-01 Jason Ekstrandnir: Rename num_shared to shared_size
2020-09-01 Jason Ekstrandspirv: Delete some dead workgroup variable handling...
2020-09-01 Rhys Perryspirv: add some tests for volatile/available/visible
2020-09-01 Jason Ekstrandspirv: Support big-endian strings
2020-09-01 Rhys Perryspirv: implement SpvMemoryAccessVolatileMask
2020-09-01 Rhys Perryspirv: implement Volatile image operand
2020-09-01 Rhys Perryspirv: implement Volatile memory semantic
2020-09-01 Rhys Perryspirv: implement MakePointerAvailable/MakePointerVisibl...
2020-09-01 Rhys Perryspirv: add vtn_emit_make_{visible,available}_barrier...
2020-09-01 Rhys Perryspirv: make OpLoad/OpStore visibility/availablity barri...
2020-09-01 Rhys Perryspirv: fix Uniform and Output MemoryAccessMakePointer...
2020-09-01 Boris Brezillonspirv: Add a vtn_get_mem_operands() helper
2020-09-01 Samuel Pitoisetnir/algebraic: mark some optimizations with fsat(NaN...
2020-08-31 Jesse Natalienir/vtn: Convert constant samplers to variables with...
2020-08-31 Jesse Natalienir/vtn: Add intrinsics for CL image format/order queries
2020-08-31 Jesse Natalienir/vtn: ImageSizeLod op can be applied to images
2020-08-31 Jesse Natalienir/vtn: Handle integer sampling coordinates
2020-08-31 Jesse Natalienir/vtn: Use return type rather than image type for...
2020-08-31 Jesse Natalienir/vtn: Add support for kernel images to SPIRV-to...
2020-08-31 Jesse Natalienir/vtn: Add type constant to image intrinsics
2020-08-31 Jesse Natalieclover/nir/spirv: Use uniform rather than shader_in...
2020-08-31 Eric Anholtnir: Switch the indexing of block->live_in/out arrays.
2020-08-31 Eric Anholtnir: Invalidate live SSA def information when making...
2020-08-31 Italo Nicolanir: add shared/global atomics to nir_get_io_offset_src()
2020-08-31 Eric Anholtnir: Look up the shader when printing a single instruction.
2020-08-31 Eric Anholtnir: Fix printing of individual instructions with io...
2020-08-29 Jason Ekstrandnir: Take a variable remap parameter in nir_inline_func...
2020-08-29 Jason Ekstrandnir: Use a switch in nir_inline_function_impl
2020-08-27 Eric Anholtnir/lower_discard_to_demote: Use nir_shader_instruction...
2020-08-27 Eric Anholtnir/nir_lower_wrmasks: Use the nir_lower_instructions_p...
2020-08-27 Eric Anholtnir/lower_io_to_scalar: Convert to use nir_shader_instr...
2020-08-27 Eric Anholtnir/opt_undef: Convert to use nir_shader_instructions_p...
2020-08-27 Eric Anholtnir/lower_vec_to_movs: Convert to use nir_shader_instru...
2020-08-27 Eric Anholtnir: Add a helper for general instruction-modifying...
2020-08-27 Eric Anholtnir/opt_copy_prop_vars: Quiet valgrind warning about...
2020-08-27 Jesse Natalienir/vtn: SPIR-V bit count opcodes (core and extension...
2020-08-27 Jesse Natalienir: Add bit_count to lower_int64 pass
2020-08-27 Jesse Natalienir: Remove 32bit restriction for uadd_carry optimization
2020-08-27 Jesse Natalienir: Implement mul_high lowering for bit sizes other...
2020-08-27 Jesse Natalienir_lower_bit_size: Support lowering ops with differing...
2020-08-27 Jesse Natalienir: Relax opt_if logic to prevent re-merging 64bit...
2020-08-27 Jesse Natalienir: Add a lowering pass to split 64bit phis
2020-08-25 Jason Ekstrandnir: Report progress properly in nir_lower_bool_to_*
2020-08-25 Kenneth Graunkenir: Move new edgeflag assert into the io_lowered case
2020-08-25 Kenneth Graunkenir: Copy semantics to nir_intrinsic_load_fs_input_inte...
2020-08-24 Daniel Schürmannnir,amd: remove trinary_minmax opcodes
2020-08-24 Marek Olšáknir: generate lowered IO in nir_lower_passthrough_edgeflags
2020-08-24 Marek Olšáknir: add interpolation qualifiers for color sysvals...
2020-08-24 Marek Olšáknir: add shader_info::io_lowered
2020-08-24 Marek Olšáknir: properly identify texcoords for lowered IO in...
2020-08-24 Marek Olšáknir: print IO semantics (v2)
2020-08-24 Marek Olšáknir: update IO semantics in nir_io_add_const_offset_to_base
2020-08-24 Marek Olšáknir: gather all IO info from IO intrinsics
2020-08-24 Marek Olšáknir: save IO semantics in lowered IO intrinsics
2020-08-24 Eric Anholtnir/load_store_vectorizer: Clean up unit test swizzle...
2020-08-24 Eric Anholtfreedreno/ir3: Replace our custom vec4 UBO intrinsic...
2020-08-24 Eric Anholtnir: Add a lowering pass for backends wanting load_ubo...
2020-08-24 Eric Anholtnir: Add nir_[iu]shr_imm and nir_udiv_imm helpers and...
2020-08-24 Eric Anholtnir: Make the nir_builder *_imm helpers consistently...
2020-08-24 Erik Faye-Lundnir: add iabs-lowering code
2020-08-21 Karol Herbstnir: fix nir_variable_create for kernels
2020-08-21 Jesse Nataliespirv: Use new global invocation offset system value
2020-08-21 Jesse Natalienir: Add options to nir_lower_compute_system_values...
2020-08-21 Jesse Natalienir: Move compute system value lowering to a separate...
2020-08-21 Erik Faye-Lundcompiler/nir: make lowering global-id to local-id optional
2020-08-21 Jesse Natalienir: Add new system values and intrinsics for dealing...
2020-08-21 Jesse Natalienir: Populate some places where existing system values...
2020-08-21 Karol Herbstnir: rename nir_op_fne to nir_op_fneu
2020-08-21 Rhys Perrynir: add and use nir_intrinsic_has_ helpers
2020-08-21 Danylo Piliaievglsl: Eliminate out-of-bounds triop_vector_insert
2020-08-21 Danylo Piliaievglsl: Eliminate assigments to out-of-bounds elements...
2020-08-21 Danylo Piliaievir_constant: Return zero on out-of-bounds vector accesses
2020-08-20 Jesse Natalienir: Use 'unsigned' instead of enum types in nir_variab...
2020-08-20 Jason Ekstrandnir: Add an LOD parameter to image_*_size
2020-08-20 Eric Anholtnir: Shrink store intrinsic num_components to the size...
2020-08-20 Eric Anholtnir: Expand opt_undef to handle undef channels in a...
2020-08-20 Eric Anholtnir/opt_undef: Handle a couple more normal store intrin...
2020-08-20 Jason Ekstrandnir/opt_large_constants: Fix a type/deref_type typo
2020-08-20 Rhys Perrynir: fix memory leak in nir_cf_list_clone
2020-08-20 Rhys Perrynir: fix potential left shift of a negative value
2020-08-19 Jason Ekstrandcompiler/types: Allow interfaces in get_explicit_type_f...
2020-08-19 Jason Ekstrandnir/large_constants: Handle incomplete derefs
2020-08-19 Jason Ekstrandnir/find_array_copies: Handle cast derefs
2020-08-19 Jason Ekstrandnir/builder: Add a nir_iand_imm helper
2020-08-19 Jason Ekstrandnir: Initialize nir_ssa_def::live_index
next