From d2759c1eb3b77e9d86c52f2f8e6471a8f339228d Mon Sep 17 00:00:00 2001 From: Tim Rowley Date: Wed, 15 Feb 2017 13:45:16 -0800 Subject: swr: [rasterizer core/scripts] Autogen backend initialization function(s) Autogen functions that instantiates different BackendPixelRate templates. Functions get split into separate files after reaching a user defined threshold (currently 512 per file) to speed up compilation. This change will enable the addition of more template flags in the pixel back end. Reviewed-by: Bruce Cherniak --- src/gallium/drivers/swr/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/swr/.gitignore') diff --git a/src/gallium/drivers/swr/.gitignore b/src/gallium/drivers/swr/.gitignore index 172f3bfbcb7..b6c5faa110a 100644 --- a/src/gallium/drivers/swr/.gitignore +++ b/src/gallium/drivers/swr/.gitignore @@ -10,3 +10,4 @@ rasterizer/jitter/builder_x86.h rasterizer/jitter/state_llvm.h rasterizer/scripts/gen_knobs.cpp rasterizer/scripts/gen_knobs.h +rasterizer/core/BackendPixelRate0.cpp -- cgit v1.2.3