diff options
author | Nicolai Hähnle <[email protected]> | 2017-11-16 17:00:50 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-07-03 15:51:12 -0400 |
commit | 612489bd5df5dc46a95e05c8882e28a24eb9bae9 (patch) | |
tree | 85a5e5d510cfb10975103fd1c159d3c2f6376905 /src/gallium/drivers/radeonsi/meson.build | |
parent | e86256c51229c135bc4861018c16b9a8f1c255a6 (diff) |
radeonsi/gfx10: generate VS and TES as NGG merged ESGS shaders
This does not support geometry shading yet. Also missing are streamout
and NGG-specific optimizations.
Acked-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/meson.build')
-rw-r--r-- | src/gallium/drivers/radeonsi/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/meson.build b/src/gallium/drivers/radeonsi/meson.build index d733452300d..0ca065f34e0 100644 --- a/src/gallium/drivers/radeonsi/meson.build +++ b/src/gallium/drivers/radeonsi/meson.build @@ -21,6 +21,7 @@ files_libradeonsi = files( 'cik_sdma.c', 'driinfo_radeonsi.h', + 'gfx10_shader_ngg.c', 'si_blit.c', 'si_buffer.c', 'si_build_pm4.h', |