mesa/src/gallium/drivers/radeonsi
Marek Olšák fcc70e4855 radeonsi: track context rolls better for the Vega scissor bug workaround
We should get fewer context rolls with the SET_CONTEXT_REG optimization,
but it would have been for nothing if the scissor state rolled the context
anyway. Don't emit the scissor state if there is no context roll.
2018-10-16 17:23:25 -04:00
..
glsl_tests radeonsi: update copyrights 2018-04-05 15:34:58 -04:00
.dir-locals.el dir-locals.el: Don't set variables for non-programming modes 2015-02-02 12:02:55 +00:00
.editorconfig Introduce .editorconfig 2016-08-31 17:06:54 -07:00
.gitignore radeonsi: create .gitignore 2018-05-16 21:48:17 -04:00
Android.mk Android: fix a missing nir_intrinsics.h error 2018-07-21 08:50:23 +02:00
Automake.inc radeonsi: don't build libradeon.la separately 2018-04-05 15:34:58 -04:00
cik_sdma.c radeonsi: merge SI and CI dma_clear_buffer and remove the callback 2018-09-10 15:19:56 -04:00
driinfo_radeonsi.h radeonsi: add radeonsi_zerovram driconfig option 2018-08-30 07:57:38 +10:00
Makefile.am Revert "configure: allow building with python3" 2018-08-24 11:14:15 +01:00
Makefile.sources radeonsi: use compute shaders for clear_buffer & copy_buffer 2018-10-16 17:23:25 -04:00
meson.build radeonsi: use compute shaders for clear_buffer & copy_buffer 2018-10-16 17:23:25 -04:00
si_blit.c radeonsi: split si_copy_buffer 2018-09-10 15:19:56 -04:00
si_buffer.c radeonsi: use copy_buffer in buffer_do_flush_region directly 2018-10-16 17:23:25 -04:00
si_build_pm4.h radeonsi: optimize and allow reg > 31 in radeon_opt_set_context_reg functions 2018-10-05 19:04:13 -04:00
si_clear.c radeonsi: use compute shaders for clear_buffer & copy_buffer 2018-10-16 17:23:25 -04:00
si_compute.c ac: correct PKT3_COPY_DATA definitions 2018-10-06 21:50:09 -04:00
si_compute.h radeonsi: add TGSI_SEMANTIC_CS_USER_DATA for reading up to 4 SGPRs with TGSI 2018-08-29 15:31:42 -04:00
si_compute_blit.c radeonsi: use compute shaders for clear_buffer & copy_buffer 2018-10-16 17:23:25 -04:00
si_cp_dma.c radeonsi: use compute shaders for clear_buffer & copy_buffer 2018-10-16 17:23:25 -04:00
si_debug.c radeonsi: rework RADEON_PRIO flags to be <= 31 2018-07-16 13:32:33 -04:00
si_descriptors.c radeonsi: merge DCC/CMASK/HTILE priority flags 2018-07-16 13:32:33 -04:00
si_dma.c radeonsi: merge SI and CI dma_clear_buffer and remove the callback 2018-09-10 15:19:56 -04:00
si_dma_cs.c radeonsi: merge SI and CI dma_clear_buffer and remove the callback 2018-09-10 15:19:56 -04:00
si_fence.c radeonsi: rename si_gfx_* functions to si_cp_* 2018-10-16 15:28:22 -04:00
si_get.c radeonsi: use higher subpixel precision (QUANT_MODE) for smaller viewports 2018-10-16 15:28:22 -04:00
si_gfx_cs.c radeonsi: move emission of PA_SU_VTX_CNTL into emit_guardband 2018-10-16 15:28:22 -04:00
si_gpu_load.c radeonsi: move r600_gpu_load.c to si_gpu_load.c 2018-04-05 15:34:58 -04:00
si_perfcounter.c radeonsi: rename si_gfx_* functions to si_cp_* 2018-10-16 15:28:22 -04:00
si_pipe.c radeonsi: use compute shaders for clear_buffer & copy_buffer 2018-10-16 17:23:25 -04:00
si_pipe.h radeonsi: track context rolls better for the Vega scissor bug workaround 2018-10-16 17:23:25 -04:00
si_pm4.c radeonsi: optimizing SET_CONTEXT_REG for shaders ES 2018-10-05 17:53:52 -04:00
si_pm4.h radeonsi: optimizing SET_CONTEXT_REG for shaders ES 2018-10-05 17:53:52 -04:00
si_public.h radeonsi: update copyrights 2018-04-05 15:34:58 -04:00
si_query.c radeonsi: rename si_gfx_* functions to si_cp_* 2018-10-16 15:28:22 -04:00
si_query.h radeonsi: add SI_QUERY_TIME_ELAPSED_SDMA_SI for measuring DMA on SI 2018-08-29 15:31:42 -04:00
si_shader.c radeonsi: use faster integer division for instance divisors 2018-10-16 17:23:25 -04:00
si_shader.h radeonsi:optimizing SET_CONTEXT_REG for shaders vgt_vertex_reuse 2018-10-05 19:04:13 -04:00
si_shader_internal.h radeonsi: fix GPU hangs with bindless textures and LLVM 7.0 2018-09-10 15:19:56 -04:00
si_shader_nir.c radeonsi/nir: port some bindless and sampler code from TGSI 2018-09-10 15:23:21 -04:00
si_shader_tgsi_alu.c radeonsi: add a workaround for bitfield_extract when count is 0 2018-10-02 08:39:51 +10:00
si_shader_tgsi_mem.c ac: add ac_build_round 2018-10-06 21:50:09 -04:00
si_shader_tgsi_setup.c radeonsi: fix regression in indirect input swizzles. 2018-08-31 06:08:24 +01:00
si_shaderlib_tgsi.c radeonsi: add a thorough clear/copy_buffer benchmark 2018-08-29 15:31:42 -04:00
si_state.c radeonsi: track context rolls better for the Vega scissor bug workaround 2018-10-16 17:23:25 -04:00
si_state.h radeonsi: track context rolls better for the Vega scissor bug workaround 2018-10-16 17:23:25 -04:00
si_state_binning.c radeonsi: track context rolls better for the Vega scissor bug workaround 2018-10-16 17:23:25 -04:00
si_state_draw.c radeonsi: track context rolls better for the Vega scissor bug workaround 2018-10-16 17:23:25 -04:00
si_state_msaa.c radeonsi: don't re-upload the sample position constant buffer repeatedly 2018-10-16 15:28:22 -04:00
si_state_shaders.c radeonsi: track context rolls better for the Vega scissor bug workaround 2018-10-16 17:23:25 -04:00
si_state_streamout.c radeonsi: update a comment about cache behavior 2018-07-26 01:45:47 -04:00
si_state_viewport.c radeonsi: track context rolls better for the Vega scissor bug workaround 2018-10-16 17:23:25 -04:00
si_test_dma.c radeonsi: use compute shaders for clear_buffer & copy_buffer 2018-10-16 17:23:25 -04:00
si_test_dma_perf.c radeonsi: split si_copy_buffer 2018-09-10 15:19:56 -04:00
si_texture.c radeonsi: fix HTILE for NPOT textures with mipmapping on SI/CI 2018-09-10 15:19:56 -04:00
si_uvd.c radeonsi: rename r600_texture -> si_texture, rxxx -> xxx or sxxx 2018-06-19 13:08:50 -04:00