gallium/tgsi: Add a helper for initializing ureg from a shader_info.
[mesa.git] / src / gallium /
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...
2020-08-28 Eric Anholtlima: Fix unused var/function warnings in release build...
2020-08-28 Eric Anholtetnaviv: Fix unused var warning in release build from...
2020-08-28 Eric Anholtzink: Fix unused var warnings in release build from...
2020-08-28 Eric Anholtnv50: Fix uninitialized var warnings from using assert...
2020-08-28 Eric Anholtvc4: Fix unused var warnings in release builds from...
2020-08-28 Eric Anholtnvc0: Fix compiler warning about unused var that gets...
2020-08-28 Eric Anholtgallium/tests: Fix compiler warning about unused vars...
2020-08-28 Rob Clarkfreedreno/a6xx: move ubwc clear to blitter
2020-08-28 Rob Clarkfreedreno/a5xx+a6xx: use sysmem path for nondraw batches
2020-08-28 Rob Clarkfreedreno/batch: replace lrz_clear with prologue
2020-08-28 Rob Clarkfreedreno/batch: split out helper for rb alloc
2020-08-28 Boris Brezillonpanfrost: Avoid accessing pan_pool fields directly
2020-08-28 Boris Brezillonpanfrost: Rename panfrost_create_pool() into panfrost_p...
2020-08-28 Alyssa Rosenzweigpanfrost: Inline bifrost_tiler_only
2020-08-28 Alyssa Rosenzweigpanfrost: XMLify invocations
2020-08-28 Alyssa Rosenzweigpanfrost: XMLify primitive information
2020-08-28 Alyssa Rosenzweigpanfrost: Drop point sprite from shader key
2020-08-28 Alyssa Rosenzweigpanfrost: Cleanup point sprite linking
2020-08-28 Alyssa Rosenzweigpanfrost: Simplify ZSA bind
2020-08-28 Alyssa Rosenzweigpanfrost: Use pack for draw descriptor
2020-08-28 Alyssa Rosenzweigpanfrost: Use draw pack for compute jobs
2020-08-28 Alyssa Rosenzweigpanfrost: Detangle postfix from varying emits
2020-08-28 Alyssa Rosenzweigpanfrost: Inline panfrost_vt_set_draw_info
2020-08-28 Alyssa Rosenzweigpanfrost: Inline panfrost_vt_init
2020-08-28 Alyssa Rosenzweigpanfrost: Don't call panfrost_vt_init for compute
2020-08-28 Alyssa Rosenzweigpanfrost: Avoid postfix dep for vertex_data
2020-08-28 Alyssa Rosenzweigpanfrost: Remove postfix parameter from UBO upload
2020-08-28 Alyssa Rosenzweigpanfrost: Inline vt_update_{rasterizer, occlusion}
2020-08-28 Alyssa Rosenzweigpanfrost: Separate postfix from emits
2020-08-28 Alyssa Rosenzweigpanfrost: Drop blend indirection
2020-08-28 Alyssa Rosenzweigpanfrost: Emit explicit REPLACE for disabled colour...
2020-08-28 Alyssa Rosenzweigpanfrost: Add opaque midgard_blend XML
2020-08-27 Kenneth Graunkeiris: Drop stale syncobj references in fence_server_sync
2020-08-27 Kenneth Graunkeiris: Reorder the loops in iris_fence_await() for clarity.
2020-08-26 Marek Vasutetnaviv: Add lock around pending_ctx
2020-08-26 Marek Vasutetnaviv: Remove etna_resource_get_status()
2020-08-26 Lukas F. Hartmannetnaviv: Fix disabling early-z rejection on GC7000L...
2020-08-26 Alejandro Piñeirov3d: set instance id to 0 at start of tile
2020-08-26 Eric Anholtfreedreno/a5xx: Don't set the VARYING flag for fragcoor...
2020-08-25 Nanley Cherygallium/dri2: Report correct YUYV and UYVY plane count
2020-08-25 Rob Clarkfreedreno/a6xx: fix hang with large render target
2020-08-25 Rob Clarkfreedreno: add env var to override tiles-per-pipe
2020-08-25 Rob Clarkfreedreno: add env var to override GMEM size
2020-08-25 Rob Clarkfreedreno/gmemtool: add tile_alignw/h and a650
2020-08-25 Marek Olšákradeonsi: fix tess levels coming as scalar arrays from...
next