swr: Fix crashes on non-AVX hardware
[mesa.git] / src / gallium / drivers / swr / rasterizer / jitter / functionpasses / lower_x86.cpp
2020-09-07 jzielinsswr: Fix crashes on non-AVX hardware
2020-09-02 jzielinsgallium/swr: Fix compilation with LLVM 12
2020-04-27 Jan Zielinskigallium/swr: Fix LLVM 11 compilation issues
2020-03-13 Jan Zielinskigallium/swr: use ElementCount type arguments for getSplat()
2020-03-09 Krzysztof Raszkowskigallium/swr: Fix vcvtph2ps llvm intrinsic compile error
2020-03-06 Vinson Leeswr: Fix non-pod-varargs error.
2020-02-07 Krzysztof Raszkowskigallium/swr: Fix llvm11 compilation issues
2020-02-05 Jan Zielinskigallium/swr: Fix various asserts and security issues
2020-01-31 Krzysztof Raszkowskigallium/swr: fix gcc warnings
2019-08-31 Vinson Leeswr: Fix build with llvm-9.0 again.
2019-07-30 Jan Zielinskiswr/rasterizer: Better implementation of scatter
2018-10-25 Alok Hotaswr/rast: fix intrinsic/function for LLVM 7 compatibility
2018-06-28 Alok Hotaswr/rast: Updating code style based on current clang...
2018-06-28 Alok Hotaswr/rast: Handling removed LLVM intrinsics in trunk
2018-06-18 Alok Hotaswr/rast: Clang-Format most rasterizer source code
2018-05-25 Alok Hotaswr/rast: Removed superfluous JitManager argument from...
2018-05-17 Alok Hotaswr/rast: Whitespace and tab-to-spaces changes
2018-05-17 Alok Hotaswr/rast: fix VCVTPD2PS generation for AVX512
2018-04-27 George Kyriazisswr/rast: Small editorial changes
2018-04-27 George Kyriazisswr/rast: Silence warnings
2018-04-27 George Kyriazisswr/rast: Fix x86 lowering 64-bit float handling
2018-04-18 George Kyriazisswr/rast: Fix VGATHERPD lowering
2018-04-18 George Kyriazisswr/rast: Replace x86 VMOVMSK with llvm-only implementation
2018-04-18 George Kyriazisswr/rast: Implement VROUND intrinsic in x86 lowering...
2018-04-18 George Kyriazisswr/rast: double-pump in x86 lowering pass
2018-04-18 George Kyriazisswr/rast: Add vgather to x86 lowering pass.
2018-04-18 George Kyriazisswr/rast: add cvt instructions in x86 lowering pass
2018-04-18 George Kyriazisswr/rast: Start refactoring of builder/packetizer.