gallium/swr: Fix compilation with LLVM 12
[mesa.git] / src / gallium / drivers / swr / rasterizer / codegen / gen_llvm_types.py
2020-09-02 jzielinsgallium/swr: Fix compilation with LLVM 12
2020-04-14 Vinson Leeswr: Remove Byte Order Mark.
2018-04-18 George Kyriazisswr/rast: minimize codegen redundant work
2018-04-18 George Kyriazisswr/rast: Fix codegen for typedef types
2018-01-19 George Kyriazisswr/rast: AVX-512 changes to enable 16-wide VS
2018-01-19 George Kyriazisswr/rast: Initial work for debugging support.
2017-09-13 Tim Rowleyswr/rast: Migrate memory pointers to gfxptr_t type
2017-06-16 Tim Rowleyswr/rast: gen_llvm_types.py support for SIMD256/SIMD512
2017-05-30 Tim Rowleyswr/rast: SIMD16 FE - add SIMD16 types to jitter
2017-04-05 Tim Rowleyswr: [rasterizer core] Programmable sample position...
2017-03-28 Tim Rowleyswr: [rasterizer codegen] Refactor codegen
2017-03-20 Tim Rowleyswr: [rasterizer codegen] Rewrite gen_llvm_types.py...
2017-03-20 Tim Rowleyswr: [rasterizer scripts] Put codegen scripts into...