mesa/src/gallium/drivers/radeonsi
Nicolai Hähnle f4dbe2efb7 radeonsi: fix gl_PrimitiveIDIn in geometry shader when using tessellation
This builds on commit 0549ea15ec ("radeonsi: fix primitive ID in
fragment shader when using tessellation").

Fixes piglit
arb_tessellation_shader/execution/gs-primitiveid-instanced.shader_test

Cc: 17.1 <mesa-stable@lists.freedesktop.org>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2017-05-16 16:11:53 +02:00
..
glsl_tests radeonsi: add GLSL lit tests 2016-08-06 16:11:43 +02: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
Android.mk Android: rework LLVM build support 2017-05-11 13:52:21 +01:00
Automake.inc automake: r600: radeonsi: correctly manage libamd_common.la linking 2017-02-28 10:55:46 +00:00
cik_sdma.c radeonsi: disable SDMA clears and copies for sparse buffers 2017-04-05 10:37:19 +02:00
Makefile.am ac, radeonsi: automake: add missing builddir include 2017-01-12 22:01:55 +00:00
Makefile.sources radeonsi: move struct si_compute into a header 2017-05-10 08:58:46 +02:00
si_blit.c radeonsi: add new si_check_render_feedback_texture() helper 2017-04-10 23:05:41 +02:00
si_compute.c radeonsi: move struct si_compute into a header 2017-05-10 08:58:46 +02:00
si_compute.h radeonsi: move struct si_compute into a header 2017-05-10 08:58:46 +02:00
si_cp_dma.c radeonsi: disable SDMA clears and copies for sparse buffers 2017-04-05 10:37:19 +02:00
si_debug.c radeonsi: dump compute descriptor lists 2017-05-10 08:58:53 +02:00
si_descriptors.c radeonsi: implement replace_buffer_storage for the threaded context 2017-05-15 13:01:33 +02:00
si_dma.c radeonsi: disable SDMA clears and copies for sparse buffers 2017-04-05 10:37:19 +02:00
si_hw_context.c gallium/radeon: always flush asynchronously and wait after begin_new_cs 2017-04-17 01:22:11 +02:00
si_perfcounter.c Revert "radeonsi: constify a bunch of the perfcounter structs." 2017-05-06 21:17:52 +02:00
si_pipe.c radeonsi: enable threaded_context 2017-05-15 13:01:33 +02:00
si_pipe.h gallium: remove pipe_index_buffer and set_index_buffer 2017-05-10 19:00:16 +02:00
si_pm4.c radeonsi/gfx9: INDIRECT_BUFFER change 2017-03-30 14:44:33 +02:00
si_pm4.h radeonsi: pass tessellation ring addresses via user SGPRs 2017-04-28 21:47:35 +02:00
si_public.h radeonsi: Apply si_* file naming scheme. 2014-01-14 00:07:13 +01:00
si_shader.c radeonsi: get rid of secondary input/output word 2017-05-12 10:46:06 +02:00
si_shader.h radeonsi: get rid of secondary input/output word 2017-05-12 10:46:06 +02:00
si_shader_internal.h radeonsi: inline si_llvm_shader_type into si_llvm_create_func 2017-05-05 00:23:44 +02:00
si_shader_tgsi_alu.c radeonsi: drop support for LLVM 3.8 2017-05-05 00:23:44 +02:00
si_shader_tgsi_setup.c radeonsi/gfx9: set correct LLVM calling conventions for merged shaders 2017-05-05 00:23:44 +02:00
si_state.c radeonsi/gfx9: add support for Raven 2017-05-15 13:00:26 +02:00
si_state.h radeonsi: pass tessellation ring addresses via user SGPRs 2017-04-28 21:47:35 +02:00
si_state_draw.c gallium: remove pipe_index_buffer and set_index_buffer 2017-05-10 19:00:16 +02:00
si_state_shaders.c radeonsi: fix gl_PrimitiveIDIn in geometry shader when using tessellation 2017-05-16 16:11:53 +02:00
si_uvd.c radeon/uvd: adapt gfx9 surface to uvd 2017-03-30 14:44:33 +02:00