swr/rast: Fix indentation
[mesa.git] / src / gallium / drivers / swr / rasterizer / codegen /
2017-09-22 Tim Rowleyswr/rast: remove llvm fence/atomics from generated...
2017-09-13 Tim Rowleyswr/rast: Migrate memory pointers to gfxptr_t type
2017-09-06 Tim Rowleyswr/rast: Removed some trailing whitespace caught durin...
2017-09-06 Tim Rowleyswr/rast: Allow gather of floats from fetch shader...
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: increase number of possible draws in flight
2017-06-30 Tim Rowleyswr/rast: move default split size from driver to rasterizer
2017-06-30 Tim Rowleyswr/rast: Split rasterizer.cpp to improve compile time
2017-06-30 Tim Rowleyswr/rast: gen_backends.py remove extraneous semicolon
2017-06-30 Tim Rowleyswr/rast: Split backend.cpp to improve compile time
2017-06-30 Tim Rowleyswr/rast: gen_backends.py removal of commented debug...
2017-06-30 Tim Rowleyswr/rast: gen_backends.py quote cleanup
2017-06-30 Tim Rowleyswr/rast: generators will create target directories
2017-06-26 Tim Rowleyswr/rast: adjust std::string usage to fix build
2017-06-16 Tim Rowleyswr/rast: gen_llvm_types.py support for SIMD256/SIMD512
2017-06-16 Tim Rowleyswr/rast: Implement JIT shader caching to disk
2017-05-30 Tim Rowleyswr/rast: SIMD16 FE - add SIMD16 types to jitter
2017-04-11 Tim Rowleyswr: [rasterizer archrast] Fix archrast for MSVC 2017...
2017-04-11 Tim Rowleyswr: [rasterizer core] Multisample sample position...
2017-04-05 Tim Rowleyswr: [rasterizer codegen] remove copy of mako
2017-04-05 Tim Rowleyswr: [rasterizer core] Programmable sample position...
2017-03-28 Tim Rowleyswr: [rasterizer jitter] fix llvm-5.0.0 build bustage
2017-03-28 Tim Rowleyswr: [rasterizer codegen] add cmdline to archrast gen...
2017-03-28 Tim Rowleyswr: [rasterizer codegen] Refactor codegen
2017-03-20 Tim Rowleyswr: [rasterizer] Cleanup naming of codegen files
2017-03-20 Tim Rowleyswr: [rasterizer codegen] Remove BOM from knob_defs.py
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 codegen] Quiet gen_backends.py execution
2017-03-20 Tim Rowleyswr: [rasterizer scripts] Put codegen scripts into...