summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/Makefile.sources
diff options
context:
space:
mode:
authorJan Zielinski <[email protected]>2019-07-24 12:25:27 +0200
committerJan Zielinski <[email protected]>2019-07-30 13:39:19 +0000
commit5dd9ad1570056e2e93689bae16ea78fc8b714448 (patch)
treec294f085a630062110dd2d4bb4f74d2376b38154 /src/gallium/drivers/swr/Makefile.sources
parentad9aff5528a30dbc775c042b9bbf6c5bc9f3eff9 (diff)
swr/rasterizer: Better implementation of scatter
Added support for avx512 scatter instruction. Non-avx512 will now call into a C function to do the scatter emulation. This has better jit compile performance than the previous approach of jitting scalar loops. Reviewed-by: Bruce Cherniak <[email protected]>
Diffstat (limited to 'src/gallium/drivers/swr/Makefile.sources')
-rw-r--r--src/gallium/drivers/swr/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/swr/Makefile.sources b/src/gallium/drivers/swr/Makefile.sources
index b298356079e..720bd590d82 100644
--- a/src/gallium/drivers/swr/Makefile.sources
+++ b/src/gallium/drivers/swr/Makefile.sources
@@ -156,6 +156,7 @@ JITTER_CXX_SOURCES := \
rasterizer/jitter/streamout_jit.cpp \
rasterizer/jitter/streamout_jit.h \
rasterizer/jitter/shader_lib/DebugOutput.cpp \
+ rasterizer/jitter/shader_lib/Scatter.cpp \
rasterizer/jitter/functionpasses/passes.h \
rasterizer/jitter/functionpasses/lower_x86.cpp