diff options
author | Tim Rowley <[email protected]> | 2017-02-15 13:45:16 -0800 |
---|---|---|
committer | Tim Rowley <[email protected]> | 2017-03-20 18:04:53 -0500 |
commit | d2759c1eb3b77e9d86c52f2f8e6471a8f339228d (patch) | |
tree | 38793cbf1e9ca417ab5ac5a2b424363994c07641 /src/gallium/drivers/swr/.gitignore | |
parent | 2c820d22cf703692b5de66289a0c81d7555aa9d6 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/gallium/drivers/swr/.gitignore')
-rw-r--r-- | src/gallium/drivers/swr/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |