Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / gallium / drivers / radeonsi /
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
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
next