swr/rast: Replace x86 VMOVMSK with llvm-only implementation
[mesa.git] / src / gallium / drivers / swr / rasterizer / codegen / templates /
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...