aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/SConscript
Commit message (Expand)AuthorAgeFilesLines
* swr/rast: Refactor memory API between rasterizer core and swrJan Zielinski2019-07-181-0/+10
* swr/rast: Cleanup and generalize gen_archrastAlok Hota2019-05-011-25/+7
* Revert "swr/rast: Archrast codegen updates"Eric Engestrom2019-03-011-4/+4
* swr/rast: Fix autotools and scons codegenAlok Hota2019-02-251-4/+4
* swr: bump minimum supported LLVM version to 6.0Juan A. Suarez Romero2018-08-201-2/+2
* swr: bump minimum supported LLVM version to 5.0Juan A. Suarez Romero2018-06-211-2/+2
* swr/rast: Start refactoring of builder/packetizer.George Kyriazis2018-04-181-2/+2
* swr/rast: Add autogen of helper llvm intrinsics.George Kyriazis2018-04-181-0/+9
* swr: bump minimum supported LLVM version to 4.0Andres Gomez2018-02-201-2/+2
* swr/rast: Separate event types to public and privateGeorge Kyriazis2018-02-161-4/+13
* swr/scons: Fix another intermittent build failureGeorge Kyriazis2017-12-061-0/+1
* swr/scons: Fix intermittent build failureGeorge Kyriazis2017-12-011-0/+1
* scons: use python3-compatible generatorEric Engestrom2017-09-251-4/+2
* scons: use python3-compatible print()Eric Engestrom2017-09-251-3/+3
* swr/rast: split gen_knobs templates into .h/.cppTim Rowley2017-08-021-1/+1
* swr/rast: fix scons gen_knobs.h dependencyTim Rowley2017-08-021-1/+1
* configure/swr: configurable swr architecturesTim Rowley2017-07-191-0/+1
* swr: build driver proper separate from rasterizerTim Rowley2017-07-111-13/+13
* swr/rast: Split rasterizer.cpp to improve compile timeTim Rowley2017-06-301-1/+23
* swr/rast: Split backend.cpp to improve compile timeTim Rowley2017-06-301-4/+15
* swr: relax c++ requirement from c++14 to c++11Tim Rowley2017-06-081-1/+1
* swr: add linux to scons buildGeorge Kyriazis2017-04-141-6/+1
* swr: [configure.ac/scons] require c++14Tim Rowley2017-04-051-1/+1
* swr: [scons] Fix windows buildGeorge Kyriazis2017-03-291-7/+31
* swr: [rasterizer] Cleanup naming of codegen filesTim Rowley2017-03-201-9/+9
* swr: [rasterizer codegen] Rewrite gen_llvm_types.py to use makoTim Rowley2017-03-201-1/+1
* swr: [rasterizer codegen] Fix generation of knobsTim Rowley2017-03-201-2/+2
* swr: [rasterizer codegen] Rewrite gen_llvm_ir_macros.py to use makoTim Rowley2017-03-201-20/+4
* swr: [rasterizer scripts] Put codegen scripts into a separate directoryTim Rowley2017-03-201-19/+19
* swr: [rasterizer core/scripts] Autogen backend initialization function(s)Tim Rowley2017-03-201-0/+13
* scons: swr: remove explicit __STDC_.*_MACROS definesEmil Velikov2017-01-271-5/+0
* scons: Recognize LLVM_CONFIG environment variable.Vinson Lee2016-11-241-1/+2
* gallium: swr: Added swr build for windowsGeorge Kyriazis2016-11-211-0/+216