mesa/src/gallium/drivers/radeonsi
Marek Olšák 46bb051bc2 radeonsi: stop using TGSI_PROPERTY_NEXT_SHADER
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6624>
2020-09-07 11:15:40 +00:00
..
glsl_tests
Android.mk amd/common,radeonsi: Move gfx10_format_table to common. 2020-06-03 00:17:00 +00:00
Makefile.sources radeonsi: implement CP register shadowing 2020-07-22 12:08:19 -04:00
cik_sdma.c radeonsi/sdma: remove useless compare 2020-05-22 09:12:18 +02:00
driinfo_radeonsi.h driconf: drop now unused translation facility 2020-06-22 21:50:12 +00:00
gfx10_query.c radeonsi: switch to 3-spaces style 2020-03-30 11:05:52 +00:00
gfx10_shader_ngg.c radeonsi: replace TGSI_SEMANTIC with VARYING_SLOT and FRAG_RESULT 2020-09-02 23:03:00 -04:00
meson.build radeonsi: implement CP register shadowing 2020-07-22 12:08:19 -04:00
si_blit.c radeonsi: extend workaround for KHR-GL45.texture_view.view_classes on gfx9 2020-08-05 19:45:32 +00:00
si_buffer.c radeonsi: disable the L2 cache for CPU read mappings of buffers 2020-05-15 22:12:35 +00:00
si_build_pm4.h radeonsi: add debug code for register shadowing 2020-07-22 12:08:33 -04:00
si_clear.c radeonsi: use vi_dcc_enabled instead of using tex->surface.dcc_offset directly 2020-05-15 22:12:35 +00:00
si_compute.c radeonsi: remove si_shader_selector::type 2020-09-02 23:03:00 -04:00
si_compute.h radeonsi: switch to 3-spaces style 2020-03-30 11:05:52 +00:00
si_compute_blit.c radeonsi: extend workaround for KHR-GL45.texture_view.view_classes on gfx9 2020-08-05 19:45:32 +00:00
si_compute_prim_discard.c radeonsi: remove unused si_shader_context::type 2020-09-02 23:03:00 -04:00
si_cp_dma.c radeonsi: remove tabs 2020-06-26 07:02:57 +00:00
si_cp_reg_shadowing.c radeonsi: enable preemption if the kernel enabled it 2020-07-22 12:08:33 -04:00
si_debug.c radeonsi: change PIPE_SHADER to MESA_SHADER (si_dump_descriptors) 2020-09-02 23:03:00 -04:00
si_debug_options.h radeonsi,driconf: add clamp_div_by_zero option 2020-09-02 11:53:16 +02:00
si_descriptors.c radeonsi: precompute si_*_descriptors_idx in si_shader_selector 2020-09-02 23:03:00 -04:00
si_dma_cs.c radeonsi: enable larger SDMA clears and copies on gfx10.3 2020-06-09 16:17:36 +00:00
si_fence.c radeonsi: don't flush in fence_server_sync 2020-06-30 06:38:50 -04:00
si_get.c radeonsi: move nir_shader_compiler_options into si_screen 2020-09-06 14:36:20 +00:00
si_gfx_cs.c radeonsi: don't restore states at the beginning of IBs if they're shadowed 2020-07-22 12:08:33 -04:00
si_gpu_load.c radeonsi: switch to 3-spaces style 2020-03-30 11:05:52 +00:00
si_perfcounter.c amd/registers: switch to new generated register definitions 2020-09-01 08:45:54 -04:00
si_pipe.c radeonsi,driconf: add clamp_div_by_zero option 2020-09-02 11:53:16 +02:00
si_pipe.h radeonsi: move nir_shader_compiler_options into si_screen 2020-09-06 14:36:20 +00:00
si_pm4.c radeonsi: don't restore states at the beginning of IBs if they're shadowed 2020-07-22 12:08:33 -04:00
si_pm4.h radeonsi: don't restore states at the beginning of IBs if they're shadowed 2020-07-22 12:08:33 -04:00
si_public.h
si_query.c radeonsi: add missing fallthrough comment 2020-07-02 23:52:52 +00:00
si_query.h radeonsi: switch to 3-spaces style 2020-03-30 11:05:52 +00:00
si_shader.c radeonsi: replace TGSI_SEMANTIC with VARYING_SLOT and FRAG_RESULT 2020-09-02 23:03:00 -04:00
si_shader.h radeonsi: stop using TGSI_PROPERTY_NEXT_SHADER 2020-09-07 11:15:40 +00:00
si_shader_internal.h radeonsi: replace TGSI_SEMANTIC with VARYING_SLOT and FRAG_RESULT 2020-09-02 23:03:00 -04:00
si_shader_llvm.c radeonsi: remove redundant no-signed-zero-fp-math LLVM attribute 2020-09-06 14:36:20 +00:00
si_shader_llvm_gs.c radeonsi: replace TGSI_SEMANTIC with VARYING_SLOT and FRAG_RESULT 2020-09-02 23:03:00 -04:00
si_shader_llvm_ps.c radeonsi: replace TGSI_SEMANTIC with VARYING_SLOT and FRAG_RESULT 2020-09-02 23:03:00 -04:00
si_shader_llvm_resources.c radeonsi: pass at most 3 images and/or shader buffers via user SGPRs for compute 2020-06-02 20:47:49 +00:00
si_shader_llvm_tess.c radeonsi: replace TGSI_SEMANTIC with VARYING_SLOT and FRAG_RESULT 2020-09-02 23:03:00 -04:00
si_shader_llvm_vs.c radeonsi: replace TGSI_SEMANTIC with VARYING_SLOT and FRAG_RESULT 2020-09-02 23:03:00 -04:00
si_shader_nir.c radeonsi: stop using TGSI_PROPERTY_NEXT_SHADER 2020-09-07 11:15:40 +00:00
si_shaderlib_tgsi.c radeonsi: optimize access pattern for compute blits with linear textures 2020-05-15 22:12:35 +00:00
si_state.c amd/registers: switch to new generated register definitions 2020-09-01 08:45:54 -04:00
si_state.h radeonsi: change PIPE_SHADER to MESA_SHADER (si_shader_selector::type) 2020-09-02 23:03:00 -04:00
si_state_binning.c radeonsi: switch to 3-spaces style 2020-03-30 11:05:52 +00:00
si_state_draw.c amd/registers: switch to new generated register definitions 2020-09-01 08:45:54 -04:00
si_state_msaa.c radeonsi: switch to 3-spaces style 2020-03-30 11:05:52 +00:00
si_state_shaders.c radeonsi: stop using TGSI_PROPERTY_NEXT_SHADER 2020-09-07 11:15:40 +00:00
si_state_streamout.c radeonsi: switch to 3-spaces style 2020-03-30 11:05:52 +00:00
si_state_viewport.c radeonsi: switch to 3-spaces style 2020-03-30 11:05:52 +00:00
si_test_dma.c radeonsi: switch to 3-spaces style 2020-03-30 11:05:52 +00:00
si_test_dma_perf.c radeonsi: test uncached clear/copy buffer performance with compute shaders 2020-05-15 22:12:35 +00:00
si_texture.c radeonsi: extend workaround for KHR-GL45.texture_view.view_classes on gfx9 2020-08-05 19:45:32 +00:00
si_uvd.c radeonsi: switch to 3-spaces style 2020-03-30 11:05:52 +00:00