gallium/swr: Fix vcvtph2ps llvm intrinsic compile error
[mesa.git] / src / gallium / drivers / swr / rasterizer / codegen / templates /
2020-02-10 Krzysztof Raszkowskigallium/swr: simplify environmental variabled expansion...
2020-02-06 Vinson Leeswr: Fix GCC 4.9 checks.
2019-08-31 Vinson Leeswr: Fix build with llvm-9.0 again.
2019-08-08 Jan Zielinskiswr/rasterizer: Refactor events collection mechanism
2019-08-08 Jan Zielinskiswr/rasterizer: Events are now grouped and enabled...
2019-07-18 Jan Zielinskiswr/rast: Refactor memory API between rasterizer core...
2019-05-01 Alok Hotaswr/rast: Add general SWTag statistics
2019-05-01 Alok Hotaswr/rast: Add string handling to AR event framework
2019-03-22 Vinson Leeswr: Fix build with llvm-9.0.
2019-03-01 Eric EngestromRevert "swr/rast: Archrast codegen updates"
2019-02-25 Alok Hotaswr/rast: Add general SWTag statistics
2019-02-25 Alok Hotaswr/rast: Add string handling to AR event framework
2019-02-15 Alok Hotaswr/rast: Move knob defaults to generated cpp file
2018-06-18 Alok Hotaswr/rast: Clang-Format most rasterizer source code
2018-05-11 George Kyriazisswr/rast: Prepend the console output with a newline
2018-04-27 George Kyriazisswr/rast: Output rasterizer dir to console since it...
2018-04-27 George Kyriazisswr/rast: Package events.proto with core output
2018-04-18 George Kyriazisswr/rast: Start refactoring of builder/packetizer.
2018-04-18 George Kyriazisswr/rast: Add autogen of helper llvm intrinsics.
2018-02-28 George Kyriazisswr/rast: Code generation cleanup
2018-02-16 George Kyriazisswr/rast: Normalize path for debug metadata
2018-01-25 George Kyriazisswr/rast: Updated copyright dates
2018-01-19 George Kyriazisswr/rast: silence generated file warnings
2018-01-19 George Kyriazisswr/rast: x86 autogenerated macro work
2018-01-19 George Kyriazisswr/rast: Initial work for debugging support.
2018-01-10 Tim Rowleyswr/rast: autogenerate named structs instead of literal...
2017-09-06 Tim Rowleyswr/rast: Removed some trailing whitespace caught durin...
2017-08-02 Tim Rowleyswr/rast: simplify knob default value setup
2017-08-02 Tim Rowleyswr/rast: split gen_knobs templates into .h/.cpp
2017-08-02 Tim Rowleyswr/rast: gen_knobs template code style
2017-08-02 Tim Rowleyswr/rast: switch gen_knobs.cpp license
2017-08-02 Tim Rowleyswr/rast: threadID via portable std::this_thread::get_id()
2017-07-27 Tim Rowleyswr/rast: non-regex knob fallback code for gcc < 4.9
2017-07-21 Tim Rowleyswr/rast: quit using linux-specific gettid()
2017-06-30 Tim Rowleyswr/rast: Split rasterizer.cpp to improve compile time
2017-06-30 Tim Rowleyswr/rast: Split backend.cpp to improve compile time
2017-06-26 Tim Rowleyswr/rast: adjust std::string usage to fix build
2017-06-16 Tim Rowleyswr/rast: Implement JIT shader caching to disk
2017-04-11 Tim Rowleyswr: [rasterizer archrast] Fix archrast for MSVC 2017...
2017-03-28 Tim Rowleyswr: [rasterizer codegen] add cmdline to archrast gen...
2017-03-20 Tim Rowleyswr: [rasterizer] Cleanup naming of codegen files
2017-03-20 Tim Rowleyswr: [rasterizer codegen] Rewrite gen_llvm_types.py...
2017-03-20 Tim Rowleyswr: [rasterizer codegen] Fix generation of knobs
2017-03-20 Tim Rowleyswr: [rasterizer codegen] Change backend template comme...
2017-03-20 Tim Rowleyswr: [rasterizer codegen] Rewrite gen_llvm_ir_macros...
2017-03-20 Tim Rowleyswr: [rasterizer scripts] Put codegen scripts into...