aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/rasterizer/jitter/functionpasses
Commit message (Expand)AuthorAgeFilesLines
* gallium/swr: Fix LLVM 11 compilation issuesJan Zielinski2020-04-271-21/+65
* gallium/swr: use ElementCount type arguments for getSplat()Jan Zielinski2020-03-131-10/+8
* gallium/swr: Fix vcvtph2ps llvm intrinsic compile errorKrzysztof Raszkowski2020-03-091-3/+0
* swr: Fix non-pod-varargs error.Vinson Lee2020-03-061-1/+1
* gallium/swr: Fix llvm11 compilation issuesKrzysztof Raszkowski2020-02-071-8/+14
* gallium/swr: Fix various asserts and security issuesJan Zielinski2020-02-051-2/+10
* gallium/swr: fix gcc warningsKrzysztof Raszkowski2020-01-311-4/+4
* swr: Fix build with llvm-9.0 again.Vinson Lee2019-08-311-0/+4
* swr/rasterizer: Refactor events collection mechanismJan Zielinski2019-08-081-0/+1
* swr/rasterizer: Better implementation of scatterJan Zielinski2019-07-301-76/+154
* swr/rast: fix intrinsic/function for LLVM 7 compatibilityAlok Hota2018-10-251-1/+0
* swr/rast: Updating code style based on current clang-format rulesAlok Hota2018-06-281-93/+96
* swr/rast: Handling removed LLVM intrinsics in trunkAlok Hota2018-06-281-0/+40
* swr/rast: Clang-Format most rasterizer source codeAlok Hota2018-06-182-277/+360
* swr/rast: Removed superfluous JitManager argument from passesAlok Hota2018-05-252-10/+9
* swr/rast: Whitespace and tab-to-spaces changesAlok Hota2018-05-171-2/+2
* swr/rast: fix VCVTPD2PS generation for AVX512Alok Hota2018-05-171-2/+10
* swr/rast: Small editorial changesGeorge Kyriazis2018-04-271-1/+1
* swr/rast: Silence warningsGeorge Kyriazis2018-04-271-1/+2
* swr/rast: Fix x86 lowering 64-bit float handlingGeorge Kyriazis2018-04-271-6/+44
* swr/rast: Fix VGATHERPD loweringGeorge Kyriazis2018-04-181-13/+69
* swr/rast: Replace x86 VMOVMSK with llvm-only implementationGeorge Kyriazis2018-04-181-1/+0
* swr/rast: Implement VROUND intrinsic in x86 lowering passGeorge Kyriazis2018-04-181-1/+37
* swr/rast: double-pump in x86 lowering passGeorge Kyriazis2018-04-181-11/+19
* swr/rast: Add vgather to x86 lowering pass.George Kyriazis2018-04-181-9/+76
* swr/rast: add cvt instructions in x86 lowering passGeorge Kyriazis2018-04-181-8/+6
* swr/rast: Start refactoring of builder/packetizer.George Kyriazis2018-04-182-0/+492