mesa/src/gallium/drivers/radeonsi
Marek Olšák 66483ee017 radeonsi: remove the "display_dcc_offset == 0" assertion
I think it's not needed.

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
2020-01-03 15:07:19 -05:00
..
glsl_tests delete autotools .gitignore files 2019-04-29 21:17:19 +00:00
.dir-locals.el Fix setting indent-tabs-mode in the Emacs .dir-locals.el files 2018-10-17 19:03:08 +02:00
.editorconfig radeonsi: Fix editorconfig 2019-05-29 15:55:40 +02:00
Android.mk android: radeonsi: fix build after vl refactoring (v2) 2019-12-05 08:08:23 +00:00
Makefile.sources radeonsi/gfx10: implement streamout-related queries 2019-07-03 15:51:13 -04:00
cik_sdma.c radeonsi: implement sdma for GFX9 2019-12-04 09:08:28 +01:00
driinfo_radeonsi.h amd: move adaptive sync to performance section, as it is defined in xmlpool 2019-09-06 23:16:05 +01:00
gfx10_format_table.py util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
gfx10_query.c util: remove LIST_IS_EMPTY macro 2019-10-28 11:24:39 +00:00
gfx10_shader_ngg.c radeonsi/gfx10: enable NGG passthrough for eligible shaders 2019-12-27 13:50:57 -05:00
meson.build util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
si_blit.c radeonsi: dcc dirty flag 2019-12-10 09:25:28 +01:00
si_buffer.c gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lock 2019-10-07 20:05:00 -04:00
si_build_pm4.h radeonsi: add PKT3_CONTEXT_REG_RMW 2019-08-27 16:16:08 -04:00
si_clear.c radeonsi: dcc dirty flag 2019-12-10 09:25:28 +01:00
si_compute.c radeonsi/nir: implement subgroup system values for SPIR-V 2019-11-27 19:28:23 -05:00
si_compute.h radeonsi: allocate and resize global_buffers as needed 2019-08-19 17:23:38 -04:00
si_compute_blit.c radeonsi: use compute shader for clear 12-byte buffer 2019-12-09 23:25:57 -05:00
si_compute_prim_discard.c radeonsi: initialize the per-context compiler on demand 2019-11-25 16:48:27 -05:00
si_cp_dma.c gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lock 2019-10-07 20:05:00 -04:00
si_debug.c radeonsi/gfx10: implement Wave32 2019-07-19 20:16:19 -04:00
si_debug_options.h radeonsi: enable NIR by default and document GL 4.6 support 2019-12-10 15:48:58 -05:00
si_descriptors.c ac: declare an enum for the OOB select field on GFX10 2019-12-19 15:15:32 +01:00
si_dma.c util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
si_dma_cs.c radeonsi: sdma misc fixes 2019-10-30 18:03:14 +01:00
si_fence.c gallium: switch boolean -> bool at the interface definitions 2019-07-22 22:13:51 -04:00
si_get.c radeon: Use P010 for decoding of 10-bit videos 2020-01-03 16:30:22 +00:00
si_gfx_cs.c util: remove LIST_IS_EMPTY macro 2019-10-28 11:24:39 +00:00
si_gpu_load.c radeonsi: use simple_mtx_t instead of mtx_t 2019-10-07 20:05:07 -04:00
si_perfcounter.c util: remove LIST_DEL macro 2019-10-28 11:24:38 +00:00
si_pipe.c radeonsi: use compute shader for clear 12-byte buffer 2019-12-09 23:25:57 -05:00
si_pipe.h radeonsi/gfx10: enable NGG passthrough for eligible shaders 2019-12-27 13:50:57 -05:00
si_pm4.c ac: rename SI-CIK-VI to GFX6-GFX7-GFX8 2019-05-15 20:54:10 -04:00
si_pm4.h radeonsi: rename r600_resource -> si_resource 2019-01-22 13:32:18 -05:00
si_public.h radeonsi: clean up winsys creation 2019-05-27 15:26:06 -04:00
si_query.c util: remove LIST_DELINIT macro 2019-10-28 11:24:38 +00:00
si_query.h radeonsi/gfx10: implement streamout-related queries 2019-07-03 15:51:13 -04:00
si_shader.c radeonsi/gfx10: don't declare any LDS for NGG if it's not used 2019-12-27 13:50:57 -05:00
si_shader.h radeonsi/gfx10: don't declare any LDS for NGG if it's not used 2019-12-27 13:50:57 -05:00
si_shader_internal.h radeonsi/gfx10: fix ngg_get_ordered_id 2019-12-16 20:06:07 +00:00
si_shader_nir.c radeonsi/nir: support interface output types to fix SPIR-V xfb piglits 2019-11-27 19:28:34 -05:00
si_shader_tgsi_alu.c radeonsi/gfx10: use fma for TGSI_OPCODE_FMA 2019-09-09 23:43:03 -04:00
si_shader_tgsi_mem.c ac: set swizzled bit in cache policy as a hint not to merge loads/stores 2019-11-25 16:48:27 -05:00
si_shader_tgsi_setup.c radeonsi: reset more fields in si_llvm_context_set_ir to fix reusing ctx 2019-12-16 20:06:07 +00:00
si_shaderlib_tgsi.c radeonsi: use compute shader for clear 12-byte buffer 2019-12-09 23:25:57 -05:00
si_state.c ac: declare an enum for the OOB select field on GFX10 2019-12-19 15:15:32 +01:00
si_state.h radeonsi: disallow compute-based culling if polygon mode is enabled 2019-12-16 20:06:07 +00:00
si_state_binning.c ac: move num_sdp_interfaces into radeon_info 2019-09-18 14:39:06 -04:00
si_state_draw.c radeonsi: disallow compute-based culling if polygon mode is enabled 2019-12-16 20:06:07 +00:00
si_state_msaa.c radeonsi: cull primitives with async compute for large draw calls 2019-05-16 13:13:34 -04:00
si_state_shaders.c radeonsi/gfx10: improve performance for TES using PrimID but not exporting it 2019-12-27 13:50:57 -05:00
si_state_streamout.c gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lock 2019-10-07 20:05:00 -04:00
si_state_viewport.c radeonsi: make sure that rasterizer state != NULL and remove all NULL checking 2019-08-06 17:08:39 -04:00
si_test_dma.c radeonsi: display cs blit count for AMD_DEBUG=testdma 2019-12-04 09:08:28 +01:00
si_test_dma_perf.c radeonsi/gfx10: add si_context::emit_cache_flush 2019-07-03 15:51:12 -04:00
si_texture.c radeonsi: remove the "display_dcc_offset == 0" assertion 2020-01-03 15:07:19 -05:00
si_uvd.c radeonsi: remove si_vid_join_surfaces and use combined planar allocations 2019-10-09 17:06:54 -04:00