mesa/src/gallium/drivers/radeonsi
Nicolai Hähnle ca21ba2a08 radeonsi: inline si_shader_binary_read_config into its only caller
Since it can only be used for reading the config of an individual,
non-combined shader, it is not very reusable anyway.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2019-06-12 20:28:23 -04: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: fix a missing nir_intrinsics.h error 2018-07-21 08:50:23 +02:00
cik_sdma.c ac: treat Mullins as Kabini, remove the enum 2019-05-27 15:10:51 -04:00
driinfo_radeonsi.h radeonsi: add si_debug_options for convenient adding/removing of options 2019-04-25 12:31:02 +02:00
Makefile.sources radeonsi: cull primitives with async compute for large draw calls 2019-05-16 13:13:34 -04:00
meson.build amd/common: use generated register header 2019-06-03 20:05:20 -04:00
si_blit.c ac: rename SI-CIK-VI to GFX6-GFX7-GFX8 2019-05-15 20:54:10 -04:00
si_buffer.c radeonsi: remove old_va parameter from si_rebind_buffer by remembering offsets 2019-05-16 13:14:55 -04:00
si_build_pm4.h radeonsi/gfx9: use SET_UCONFIG_REG_INDEX packets when available 2018-12-19 12:01:32 +01:00
si_clear.c ac: rename SI-CIK-VI to GFX6-GFX7-GFX8 2019-05-15 20:54:10 -04:00
si_compute.c radeonsi: use the new run-time linker for shaders 2019-06-12 20:28:23 -04:00
si_compute.h radeonsi: Bump number of allowed global buffers to 32 2018-10-18 16:02:42 -04:00
si_compute_blit.c ac: rename SI-CIK-VI to GFX6-GFX7-GFX8 2019-05-15 20:54:10 -04:00
si_compute_prim_discard.c radeonsi: use the ac helper for index buffer stores in the culling shader 2019-06-11 20:05:21 -04:00
si_cp_dma.c radeonsi: cull primitives with async compute for large draw calls 2019-05-16 13:13:34 -04:00
si_debug.c radeonsi: use the new run-time linker for shaders 2019-06-12 20:28:23 -04:00
si_debug_options.h radeonsi: dump shader binary buffer contents 2019-06-12 20:28:23 -04:00
si_descriptors.c amd/common: use generated register header 2019-06-03 20:05:20 -04:00
si_dma.c radeonsi: rename rsrc -> ssrc, rdst -> sdst 2019-01-22 13:33:04 -05:00
si_dma_cs.c winsys/amdgpu: add REWIND emulation via INDIRECT_BUFFER into cs_check_space 2019-05-16 13:10:07 -04:00
si_fence.c radeonsi: fix timestamp queries for compute-only contexts 2019-05-29 21:13:35 -04:00
si_get.c radeonsi: Enable NIR's lower_fmod option. 2019-06-05 16:45:12 -07:00
si_gfx_cs.c radeonsi: cull primitives with async compute for large draw calls 2019-05-16 13:13:34 -04:00
si_gpu_load.c ac: rename SI-CIK-VI to GFX6-GFX7-GFX8 2019-05-15 20:54:10 -04:00
si_perfcounter.c radeonsi: add a cs parameter into si_cp_copy_data 2019-05-16 13:06:57 -04:00
si_pipe.c radeonsi: use the new run-time linker for shaders 2019-06-12 20:28:23 -04:00
si_pipe.h radeonsi: use the new run-time linker for shaders 2019-06-12 20:28:23 -04: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 radeonsi: allow query functions for compute-only contexts 2019-05-27 15:26:06 -04:00
si_query.h radeonsi: add primitive culling stats to the HUD 2019-05-16 13:13:36 -04:00
si_shader.c radeonsi: inline si_shader_binary_read_config into its only caller 2019-06-12 20:28:23 -04:00
si_shader.h radeonsi: inline si_shader_binary_read_config into its only caller 2019-06-12 20:28:23 -04:00
si_shader_internal.h radeonsi: use the new run-time linker for shaders 2019-06-12 20:28:23 -04:00
si_shader_nir.c radeonsi: Don't force dcc disable for loads 2019-06-06 17:14:28 +02:00
si_shader_tgsi_alu.c amd: remove support for LLVM 6.0 2018-12-06 14:02:56 +01:00
si_shader_tgsi_mem.c radeonsi: use the ac helper for index buffer stores in the culling shader 2019-06-11 20:05:21 -04:00
si_shader_tgsi_setup.c radeonsi: use the new run-time linker for shaders 2019-06-12 20:28:23 -04:00
si_shaderlib_tgsi.c radeonsi: add support for displayable DCC for multi-RB chips 2019-04-04 09:53:24 -04:00
si_state.c amd/common: use generated register header 2019-06-03 20:05:20 -04:00
si_state.h radeonsi: remove old_va parameter from si_rebind_buffer by remembering offsets 2019-05-16 13:14:55 -04:00
si_state_binning.c amd/common: use generated register header 2019-06-03 20:05:20 -04:00
si_state_draw.c amd/common: use generated register header 2019-06-03 20:05:20 -04: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: use the new run-time linker for shaders 2019-06-12 20:28:23 -04:00
si_state_streamout.c ac: rename SI-CIK-VI to GFX6-GFX7-GFX8 2019-05-15 20:54:10 -04:00
si_state_viewport.c radeonsi: cull primitives with async compute for large draw calls 2019-05-16 13:13:34 -04:00
si_test_dma.c gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE. 2019-05-13 12:03:08 -07:00
si_test_dma_perf.c radeonsi: don't test SDMA perf if SDMA is disabled/unsupported 2019-06-11 20:05:21 -04:00
si_texture.c amd/common: use generated register header 2019-06-03 20:05:20 -04:00
si_uvd.c radeonsi: fix video APIs on Raven2 2018-11-14 17:08:34 -05:00