ir3: Split out variant-specific lowering and optimizations
[mesa.git] / src / gallium / drivers / radeonsi /
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
2020-05-23 Marek Olšákradeonsi: don't use INDIRECT_BUFFER within IBs
2020-05-22 Pierre-Eric Pellou... radeonsi/sdma: remove useless compare
2020-05-22 Pierre-Eric Pellou... radeonsi: fix inversed arguments in si_test_gds_memory_...
2020-05-19 Michel DänzerRevert "ac,radeonsi: fix compilations issues with LLVM 11"
2020-05-15 Marek Olšákradeonsi: test uncached clear/copy buffer performance...
2020-05-15 Marek Olšákradeonsi: compute perf tests - don't test 1 wave/SA...
2020-05-15 Marek Olšákradeonsi: disable the L2 cache for CPU read mappings...
2020-05-15 Marek Olšákradeonsi: disable the L2 cache for most CPU mappings...
2020-05-15 Marek Olšákradeonsi: use display_dcc_offset for setting displayabl...
2020-05-15 Marek Olšákradeonsi: use vi_dcc_enabled instead of using tex-...
2020-05-15 Marek Olšákradeonsi: rename SI_RESOURCE_FLAG_TRANSFER to FORCE_LINEAR
2020-05-15 Marek Olšákradeonsi: simplify setting resource usage for si_init_t...
2020-05-15 Marek Olšákradeonsi: tweak clear/copy_buffer limits when to use...
2020-05-15 Marek Olšákradeonsi: optimize access pattern for compute blits...
2020-05-15 Marek Olšákradeonsi: use correct clear value size for EQAA in...
2020-05-15 Joshua Ashtonradeonsi: Use TRUNC_COORD on samplers
2020-05-15 Marek Olšákradeonsi: don't expose 16xAA on chips with 1 RB due...
2020-05-13 Marek Olšákradeonsi: also enable tgsi_to_nir caching for compute...
2020-05-13 Axel Davyradeonsi: Enable tgsi to nir disk cache
2020-05-13 Axel Davyttn: Add new allow_disk_cache parameter
2020-05-13 Marek Olšákgallium: change comments to remove 'state tracker'
2020-05-13 Marek Olšákgallium: rename 'state tracker' to 'frontend'
2020-05-11 Pierre-Eric Pellou... radeonsi: do not use cmask with encrypted texture
2020-05-11 Pierre-Eric Pellou... radeonsi: determine secure flag must be set for gfx IB
2020-05-11 Pierre-Eric Pellou... radeonsi: add support for PIPE_RESOURCE_FLAG_ENCRYPTED
2020-05-11 Pierre-Eric Pellou... radeonsi/sdma: implement tmz support
2020-05-11 Pierre-Eric Pellou... radeonsi: force using staging texture when uploading...
2020-05-11 Pierre-Eric Pellou... radeonsi: allocate framebuffer texture as secure when...
2020-05-09 Qiang Yuradeonsi: remove emacs style config file
2020-05-07 Blaž Tomažičradeonsi: Fix omitted flush when moving suballocated...
2020-05-07 Marek Olšákamd: unify code for overriding offset and stride for...
2020-05-07 Marek Olšákac/surface,radeonsi: move the set/get_umd_metadata...
2020-05-07 Marek Olšákac/surface,radeonsi: move the set/get_bo_metadata code...
2020-05-07 Marek Olšákamd: assume HTILE is always rb/pipe_aligned, remove...
2020-05-07 Marek Olšákamd: assume CMASK is always rb/pipe_aligned, remove...
2020-05-06 Marek Olšákradeonsi: fix compilation of monolithic PS
2020-05-05 Marek Olšákradeonsi: enable TC-compatible HTILE on demand for...
2020-05-05 Marek Olšákradeonsi: allow tc_compatible_htile to be mutable
2020-05-05 Marek Olšákradeonsi/gfx9: always use IMG_DATA_FORMAT_S8_32 for...
2020-05-05 Marek Olšákradeonsi: don't wait for idle at the end of gfx IBs
2020-05-05 Pierre-Eric Pellou... ac/nir: export some undef as zero
2020-05-05 Pierre-Eric Pellou... gallium: add a new cap PIPE_CAP_GLSL_ZERO_INIT
2020-05-05 Pierre-Eric Pellou... radeonsi: don't print gs_copy_shader stats for shaderdb
2020-05-05 Pierre-Eric Pellou... radeonsi: add workaround for issue 2647
2020-05-02 Marek OlšákRevert "ac/surface: remove RADEON_SURF_TC_COMPATIBLE_HT...
2020-04-30 Marek Olšákradeonsi: revert an accidental change in si_clear_buffer
2020-04-30 Marek Olšákradeonsi: fix si_compute_clear_render_target with rende...
2020-04-30 Marek Olšákradeonsi: add a workaround to fix KHR-GL45.texture_view...
2020-04-30 Marek Olšákradeonsi: implement and use compute-based DCC decompres...
2020-04-30 Marek Olšákradeonsi: add SI_IMAGE_ACCESS_DCC_OFF to ignore DCC...
2020-04-30 Marek Olšákradeonsi: bind shader images after DCC is disabled...
2020-04-30 Marek Olšákradeonsi: clean up and deduplicate code around internal...
2020-04-30 Marek Olšákradeonsi: unify and align down the max SSBO/TBO/UBO...
2020-04-29 Mike Blumenkrantzgallium: add pipe cap for scissored clears and pass...
2020-04-29 Marek Olšákac/surface: add code for gfx10 displayable DCC
2020-04-29 Marek Olšákac/surface: don't compute DCC if it's unsupported by...
2020-04-29 Marek Olšákac/surface: replace RADEON_SURF_OPTIMIZE_FOR_SPACE...
2020-04-29 Marek Olšákac/surface: remove RADEON_SURF_TC_COMPATIBLE_HTILE...
2020-04-29 Marek Olšákac/surface: rename micro tile mode enums like gfx10...
next