panfrost: Simplify make_fixed_blend_mode prototype
[mesa.git] / src / gallium / drivers / radeonsi /
2020-08-24 Alyssa Rosenzweigsi: Use util_blend_factor_uses_dest
2020-08-12 Marek Olšákradeonsi: fix compute-based culling with VERTEX_COUNTER...
2020-08-12 Marek Olšákradeonsi: disable NGG culling on gfx10.3 because of...
2020-08-07 Marek Olšákradeonsi: various fixes for gfx10.3
2020-08-07 Marek Olšákradeonsi: remove the NGG hack decreasing LDS usage...
2020-08-07 Marek Olšákradeonsi: add a common function for getting the size...
2020-08-07 Marek Olšákradeonsi: don't count unusable vertices to the NGG...
2020-08-07 Marek Olšákradeonsi: fix applying the NGG minimum vertex count...
2020-08-07 Marek Olšákradeonsi: increase minimum NGG vertex count requirement...
2020-08-07 Marek Olšákradeonsi: use the same units for esgs_ring_size and...
2020-08-07 Marek Olšákradeonsi: use correct wave size in gfx10_ngg_calculate_...
2020-08-07 Marek OlšákRevert "radeonsi: honor a user-specified pitch on gfx10.3"
2020-08-07 Marek Olšákradeonsi: enable ETC2 hw acceleration on Raven2
2020-08-05 Rob Clarkgallium: replace 16BIT_TEMPS cap with 16BIT_CONSTS
2020-08-05 Marek Olšákradeonsi: call nir_split_array_vars/shrink_vec_array_va...
2020-08-05 Marek Olšákradeonsi: reorder NIR optimizations
2020-08-05 Pierre-Eric Pellou... radeonsi: extend workaround for KHR-GL45.texture_view...
2020-08-05 Marek Olšákradeonsi: disable SDMA on gfx9
2020-07-29 Jason Ekstrandnir: Add nir_foreach_shader_in/out_variable helpers
2020-07-22 Marek Olšákradeonsi: enable preemption if the kernel enabled it
2020-07-22 Marek Olšákradeonsi: set up IBs for preemption
2020-07-22 Marek Olšákradeonsi: don't restore states at the beginning of...
2020-07-22 Marek Olšákradeonsi: add debug code for register shadowing
2020-07-22 Marek Olšákradeonsi: add reg shadowing codepaths to GS and tess...
2020-07-22 Marek Olšákradeonsi: implement CP register shadowing
2020-07-22 Marek Olšákradeonsi: reorder code in update_gs_ring_buffers and...
2020-07-22 Marek Olšákradeonsi: make cs_preamble_state optional
2020-07-22 Marek Olšákradeonsi: sort registers in si_init_cs_preamble_state...
2020-07-22 Marek Olšákradeonsi: sort registers in si_emit_initial_compute_reg...
2020-07-22 Marek Olšákradeonsi/gfx10: set the correct value for OFFCHIP_BUFFERING
2020-07-22 Marek Olšákradeonsi: add missing initialization of registers
2020-07-20 Bas Nieuwenhuizenradeonsi: Inhibit clock-gating for perf counters.
2020-07-20 Pierre-Eric Pellou... radeonsi: adjust epitch for PIPE_FORMAT_R8G8_R8B8_UNORM
2020-07-16 Thong Thairadeonsi: use PIPE_FORMAT_P010 for 10-bit VP9 decoding
2020-07-16 Marek Olšákradeonsi: prevent a gfx10_ngg_calculate_subgroup_info...
2020-07-08 Timothy Arceriradeonsi: fix SI_NUM_ATOMS
2020-07-08 Timothy Arcerir600/radeonsi: silence zero-length-bounds gcc warnings
2020-07-08 Marek Olšákgallium: add PIPE_SHADER_CAP_GLSL_16BIT_TEMPS for Lower...
2020-07-02 Timothy Arceriradeonsi: add missing fallthrough comment
2020-06-30 Marek Olšákradeonsi: add a debug option to enable NGG culling...
2020-06-30 Marek Olšákradeonsi: don't try to enable NGG culling for GS
2020-06-30 Marek Olšákradeonsi: always use Wave64 for HS/GS/VS shader stages...
2020-06-30 Marek Olšákradeonsi: always use Wave32 for GS fast launch, because...
2020-06-30 Marek Olšákradeonsi: fix NGG culling for Wave64
2020-06-30 Marek Olšákradeonsi: don't flush in fence_server_sync
2020-06-30 Pierre-Eric Pellou... radeonsi: bump SI_NUM_SHADER_BUFFERS to 32
2020-06-26 Marek Olšákradeonsi: remove tabs
2020-06-26 Marek Olšákradeonsi: clear per-context buffers at the end of si_cr...
2020-06-26 Marek Olšákradeonsi: make si_pm4_cmd_begin/end static and simplify...
2020-06-26 Marek Olšákradeonsi: disallow adding BOs into si_pm4_state except...
2020-06-26 Marek Olšákradeonsi: make wait_mem_scratch unmappable
2020-06-26 Marek Olšákradeonsi: don't add the tess ring buffers into the...
2020-06-26 Marek Olšákradeonsi: rename init_config states to cs_preamble...
2020-06-26 Marek Olšákradeonsi: don't add the border color buffer into the...
2020-06-23 Marek Olšákradeonsi: replace ctx->screen with sscreen in si_flush_...
2020-06-23 Marek Olšákradeonsi: don't wait for idle at the end of gfx IBs
2020-06-23 Marek Olšákradeonsi: compact MRTs to save PS export memory space
2020-06-22 Eric Engestromdriconf: drop now unused translation facility
2020-06-22 Neil Robertsgallium: Add pipe cap for primitive restart with fixed...
2020-06-18 Thong Thairadeon/vcn: add vcn 3.0 encode support
2020-06-15 Samuel Pitoisetac: add ac_choose_spi_color_formats() to common code
2020-06-10 Marek Olšákac/surface: cache DCC retile maps (v2)
2020-06-10 Pierre-Eric Pellou... radeonsi/ngg: try GS multi-cycling mode if default...
2020-06-10 Pierre-Eric Pellou... radeonsi: add return value to gfx10_ngg_calculate_subgr...
2020-06-09 Marek Olšákradeonsi: require LLVM 11 for gfx10.3
2020-06-09 Marek Olšákac: align num_vgprs for gfx10.3
2020-06-09 Marek Olšákradeonsi: don't set any XNACK options on gfx10.3
2020-06-09 Marek Olšákradeonsi: set BIG_PAGE fields on gfx10.3
2020-06-09 Marek Olšákradeonsi: move L2_CACHE_CONTROL registers into si_emit_...
2020-06-09 Marek Olšákradeonsi: implement R9G9B9E5 render target and image...
2020-06-09 Marek Olšákradeonsi: enable larger SDMA clears and copies on gfx10.3
2020-06-09 Marek Olšákradeonsi: honor a user-specified pitch on gfx10.3
2020-06-09 Marek Olšákac,radeonsi: start adding support for gfx10.3
2020-06-09 Marek Olšákac,radeonsi: replace == GFX10 with >= GFX10 where it...
2020-06-03 Timothy Arcerinir: add callback to nir_remove_dead_variables()
2020-06-03 Bas Nieuwenhuizenradeonsi: Define gfx10_format in the common header.
2020-06-03 Bas Nieuwenhuizenamd/common,radeonsi: Move gfx10_format_table to common.
2020-06-03 Bas Nieuwenhuizenradeonsi: Explicitly map Z16_UNORM_S8_UINT to None...
2020-06-02 Marek Olšákradeonsi: add a hack to disable TRUNC_COORD for shadow...
2020-06-02 Marek Olšákradeonsi: pass at most 3 images and/or shader buffers...
2020-06-02 Marek Olšákradeonsi: remove const_buffers_declared hacks
2020-06-02 Marek Olšákradeonsi: remove unused leftover code for INDIRECT_BUFF...
2020-06-02 Marek Olšáknir: gather which images are MSAA
2020-06-02 Marek Olšákac/nir: support 16-bit data in buffer_load_format opcodes
2020-06-02 Marek Olšákac/nir: remove type and num_channels args from ac_build...
2020-06-02 Marek Olšákac/nir: use more types from ac_llvm_context
2020-06-02 Marek Olšákgallium: add shader caps INT16 and FP16_DERIVATIVES
2020-06-01 Dylan Bakermeson: use gnu_symbol_visibility argument
2020-05-26 Marek Olšákradeonsi/gfx10: implement most performance counters
2020-05-26 Marek Olšákamd: replace SH -> SA (shader array) in comments
2020-05-26 Marek Olšákac/gpu_info: replace num_good_cu_per_sh with min/max_go...
2020-05-26 Marek Olšákradeonsi: don't hardcode most perf counter block counts
2020-05-23 Eric Engestromtree-wide: fix deprecated GitLab URLs
2020-05-23 Marek Olšákradeonsi/gfx8: enable TC-compatible HTILE from the...
2020-05-23 Marek Olšákradeonsi: don't enable TC-compatible HTILE for stencil...
2020-05-23 Marek Olšákradeonsi: split si_all_descriptors_begin_new_cs and...
2020-05-23 Marek Olšákradeonsi: move resetting tracked registers into a new...
2020-05-23 Marek Olšákac: update register and packet definitions for preemption
2020-05-23 Marek OlšákRevert "radeonsi: don't wait for idle at the end of...
2020-05-23 Marek Olšákradeonsi: decrease the max GS invocation count to 32
next