intel/compiler: match brw_compile_* declarations with their definitions
[mesa.git] / src / gallium /
2020-09-04 Marek Olšáknir: get ffma support from NIR options for nir_lower_flrp
2020-09-04 Nanley Cheryiris: Better determine map_would_stall for Z/S
2020-09-04 Nanley Cheryiris: Drop a use of the need_resolve boolean
2020-09-04 Nanley Cheryiris: Avoid resolving Z/S reads in transfer_map
2020-09-04 Nanley Cheryiris: Make iris_has_color_unresolved more generic
2020-09-04 Nanley Cheryiris: Fold a condition into no_gpu for consistency
2020-09-04 Vinson Leepanfrost: Fix gnu-empty-initializer errors.
2020-09-03 Nanley Cheryiris: Fix aux assertion in resource_get_handle
2020-09-03 Jason Ekstrandclover/nir: Use lower_vars_to_explicit for uniform...
2020-09-03 Jason Ekstrandclover: Use args.size() to compute new var locations
2020-09-03 Jason Ekstrandclover: Call nir_lower_mem_constant_vars
2020-09-03 Jason Ekstrandnir/lower_indirect_derefs: Add a threshold
2020-09-03 Mike Blumenkrantzzink: generically handle matrix types
2020-09-03 Erik Faye-Lundgallium/util: use uint sampler for stencil-reads
2020-09-03 Marek Olšákradeonsi: optimize out the loop in si_get_ps_input_cntl
2020-09-03 Marek Olšákradeonsi: replace TGSI_SEMANTIC with VARYING_SLOT and...
2020-09-03 Marek Olšákradeonsi: replace TGSI_INTERPOLATE with INTERP_MODE
2020-09-03 Marek Olšákradeonsi: remove si_shader_selector::type
2020-09-03 Marek Olšákradeonsi: change PIPE_SHADER to MESA_SHADER (si_dump_de...
2020-09-03 Marek Olšákradeonsi: precompute si_*_descriptors_idx in si_shader_...
2020-09-03 Marek Olšákradeonsi: change PIPE_SHADER to MESA_SHADER (si_shader_...
2020-09-03 Marek Olšákradeonsi: remove unused si_shader_context::type
2020-09-03 Marek Olšákradeonsi: change PIPE_SHADER to MESA_SHADER (si_get_sha...
2020-09-03 Marek Olšákradeonsi: change PIPE_SHADER to MESA_SHADER (si_compile...
2020-09-03 Marek Olšákradeonsi: change PIPE_SHADER to MESA_SHADER (debug...
2020-09-03 Marek Olšákradeonsi: change PIPE_SHADER to MESA_SHADER (si_shader_...
2020-09-03 Marek Olšákradeonsi: change PIPE_SHADER to MESA_SHADER (si_shader_...
2020-09-03 Marek Olšákradeonsi: simplify handling color interp modes in si_em...
2020-09-03 Marek Olšákradeonsi: don't execute LDS stores for TCS outputs...
2020-09-03 Marek Olšákradeonsi: don't lower indirect IO in GLSL
2020-09-03 Marek Olšákradeonsi: remove in/out/uniform variables from NIR...
2020-09-03 Marek Olšákradeonsi: lower IO intrinsics - complete rewrite of...
2020-09-03 Marek Olšákac/nir: handle all lowered IO intrinsics
2020-09-03 Marek Olšákradeonsi: clean up code for loading VS inputs
2020-09-03 Marek Olšákradeonsi: get color interpolation info from shader_info
2020-09-03 Marek Olšákradeonsi: don't crash if input_usage_mask is 0 for...
2020-09-03 Rob Clarkfreedreno: fence_server_sync() fixes
2020-09-03 Rob Clarkfreedreno: Fix missing rsc->seqno updates
2020-09-02 Jason Ekstrandiris: Re-emit push constants if we have a varying workg...
2020-09-02 Jason Ekstrandiris: Patch constant data pointers into shaders
2020-09-02 Jason Ekstrandiris: Use gen_disassemble
2020-09-02 Eric Anholtgallium/tgsi_exec: Fix up NumOutputs counting
2020-09-02 Eric Anholtgallium/tgsi_exec: Add missing DFLR opcode support.
2020-09-02 Eric Anholtnir/opt_vectorize: Add a callback for filtering of...
2020-09-02 Eric Anholtgallium/ureg: Set the next shader stage from the shader...
2020-09-02 Eric Anholtgallium/tgsi: Add a helper for initializing ureg from...
2020-09-02 Eric Anholtgallium/tgsi: Add some missing opcodes to tgsi_ureg.
2020-09-02 Eric Anholtgallium/tgsi: Add support for PRIMITIVEID as a system...
2020-09-02 Eric Anholtgallivm: Report the unsupported intrinsic instead of...
2020-09-02 Marcin Ślusarziris: verify color component width in convert_fast_clea...
2020-09-02 Marcin Ślusarziris: handle os_dupfd_cloexec failure
2020-09-02 Danylo Piliaievintel/disasm: Label support in shader disassembly for...
2020-09-02 Pierre-Eric Pellou... radeonsi,driconf: add clamp_div_by_zero option
2020-09-02 Pierre-Eric Pellou... radeonsi: enable PIPE_CAP_NO_CLIP_ON_COPY_TEX
2020-09-02 Pierre-Eric Pellou... mesa/st: introduce PIPE_CAP_NO_CLIP_ON_COPY_TEX
2020-09-02 jzielinsgallium/swr: Fix compilation TCS/TES compilation issues
2020-09-02 jzielinsgallium/swr: Fix compilation with LLVM 12
2020-09-01 Eric Anholtfreedreno/a6xx: Add ARB_depth_clamp and separate clamp...
2020-09-01 Alyssa Rosenzweigpanfrost: Drop PIPE_CAP_MAX_COMBINED_HW_ATOMIC_COUNTER...
2020-09-01 Jason Ekstrandclover: Use 64-bit offsets for shader_in on 64-bit...
2020-09-01 Jason Ekstrandclover/nir: Use nir_var_mem_constant for __constant...
2020-09-01 Jason Ekstrandllvmpipe: Add support for load_global_constant
2020-09-01 Jason Ekstrandnouveau/nir: Implement load_global_constant
2020-09-01 Karol Herbstclover/spirv: fix vec3 alignment
2020-09-01 Karol Herbstnvc0/cl: hande 64 bit pointers in nvc0_set_global_handle
2020-09-01 Karol Herbstnvc0/ir: fix load propagation for sub 4 byte addressing
2020-09-01 Karol Herbstclover/llvm: undefine __IMAGE_SUPPORT__ for devices...
2020-09-01 Karol Herbstclover/nir: use offset for temp memory
2020-09-01 Karol Herbstnv50/ir: fix cas lowering for 64 bit
2020-09-01 Karol Herbstclover/nir: Lower function_temp to scratch.
2020-09-01 Karol Herbstnir: use enum operator helper for nir_variable_mode...
2020-09-01 Jonathan Marekfreedreno/ir3: rework setup_{input,output} to make...
2020-09-01 Marek Olšákamd/registers: switch to new generated register definitions
2020-09-01 Marek Olšákgallivm: fix build on LLVM 12 due to LLVMAddConstantPro...
2020-08-31 Jesse Natalieclover/nir/spirv: Use uniform rather than shader_in...
2020-08-31 Eric Anholtpipe-loader: Use real galliumvl if radeonsi is being...
2020-08-31 Ilia Mirkinpanfrost: enable DrawTransformFeedback*
2020-08-31 Mike Blumenkrantzzink: add note about buffer<->image copy functions...
2020-08-31 Mike Blumenkrantzzink: use u_transfer_helper to split/merge interleaved...
2020-08-31 Alyssa Rosenzweigpanfrost: Set PIPE_CAP_MAX_TEXTURE_GATHER_COMPONENTS
2020-08-31 Alyssa Rosenzweigpanfrost: Emit texture/sampler points for compute
2020-08-31 Dave Airlievallium: disable VK_KHR_shader_float16_int8.
2020-08-31 Dave Airliegallivm/nir: add some f16 support
2020-08-31 Dave Airliegallivm/nir: allow 64-bit arit ops
2020-08-31 Dave Airliellvmpipe/fs: multisample depth/stencil bad ir generated
2020-08-31 Dave Airliellvmpipe: add array/3d clearing support
2020-08-31 Dave Airliellvmpipe: blend has effects even if no colorbuffers.
2020-08-31 Dave Airliegallivm: use common code to select texel type
2020-08-31 Dave Airliegallivm/nir: add subpass sampler type support
2020-08-31 Dave Airliegallivm/nir: lower frexp/ldexp
2020-08-31 Dave Airliegallivm/nir: fix const compact
2020-08-31 Dave Airliegallivm/nir: add quantize to f16 support
2020-08-31 Dave Airliegallivm/nir: add indirect swizzle output loading support
2020-08-31 Dave Airliegallivm/nir: lower tg4 offsets.
2020-08-31 Dave Airliegallium/nir/tgsi: fix nir->tgsi info conversion for...
2020-08-31 Dave Airlievallium: limit buffer allocations to gallium max.
2020-08-31 Dave Airlievallium: handle 3D image views properly.
2020-08-31 Dave Airliellvmpipe: add reference counting to fragment shaders.
2020-08-28 Eric Anholtvirgl: Fix unused var warnings in release build from...
2020-08-28 Eric Anholtlima: Fix uninitialized var warning from using assert...
next