summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/rasterizer/jitter
Commit message (Expand)AuthorAgeFilesLines
* swr/rasterizer: Add memory tracking supportJan Zielinski2019-07-304-7/+72
* swr/rasterizer: Better implementation of scatterJan Zielinski2019-07-304-79/+222
* swr/rasterizer: small formatting changesJan Zielinski2019-07-233-22/+48
* swr/rast: Refactor memory API between rasterizer core and swrJan Zielinski2019-07-182-26/+34
* Revert "meson: Add support for using cmake for finding LLVM"Dylan Baker2019-06-281-8/+5
* meson: Add support for using cmake for finding LLVMDylan Baker2019-06-271-5/+8
* swr: Fix build with llvm-9.0.Vinson Lee2019-03-221-0/+20
* swr/rast: Add translation support to streamoutAlok Hota2019-02-155-10/+60
* swr/rast: update SWR rasterizer shader statsAlok Hota2019-02-051-0/+3
* swr/rast: Store cached files in multiple subdirsAlok Hota2019-01-163-38/+52
* swr/rast: New execution engine per JITAlok Hota2019-01-162-42/+65
* swr/rast: Scope MEM_CLIENT enum for mem usagesAlok Hota2019-01-166-40/+38
* swr/rast: Unaligned and translations in gathersAlok Hota2019-01-161-21/+35
* swr/rast: partial support for Tiled ResourcesAlok Hota2019-01-162-0/+164
* swr/rast: Add annotator to interleave isa textAlok Hota2019-01-162-3/+36
* swr/rast: Use gfxptr_t value in JitGatherVerticesAlok Hota2019-01-161-18/+16
* swr/rast: fix intrinsic/function for LLVM 7 compatibilityAlok Hota2018-10-255-13/+2
* meson: Build with Python 3Mathieu Bridon2018-08-101-3/+3
* swr/rast: Updating code style based on current clang-format rulesAlok Hota2018-06-284-253/+260
* swr/rast: Fix addPassesToEmitFile usage with llvm-7.0.Vinson Lee2018-06-281-0/+4
* swr/rast: Handling removed LLVM intrinsics in trunkAlok Hota2018-06-281-0/+40
* swr/rast: Adding SCATTERPS functionality to BuilderGfxMemAlok Hota2018-06-282-0/+19
* swr/rast: Adding Read/Write specifier to TranslateGfxAddress stackAlok Hota2018-06-282-27/+28
* swr/rast: Clang-Format most rasterizer source codeAlok Hota2018-06-1822-2506/+3050
* swr/rast: Removed superfluous JitManager argument from passesAlok Hota2018-05-255-13/+12
* swr/rast: Renamed MetaData callsAlok Hota2018-05-252-87/+87
* swr/rast: Use metadata to communicate between passesAlok Hota2018-05-251-0/+28
* swr/rast: Added in-place building to SCATTERPSAlok Hota2018-05-251-9/+20
* swr/rast: Whitespace and tab-to-spaces changesAlok Hota2018-05-175-17/+18
* swr/rast: fix VCVTPD2PS generation for AVX512Alok Hota2018-05-171-2/+10
* swr/rast: Remove unneeded virtual from methodsAlok Hota2018-05-171-2/+2
* swr/rast: Add Builder::GetVectorType()George Kyriazis2018-05-112-0/+45
* swr/rast: Add constant initializer for uint64_tGeorge Kyriazis2018-05-112-0/+6
* swr/rast: Fix include for createInstructionCombiningPass with llvm-7.0.Vinson Lee2018-05-051-0/+1
* swr/rast: Fix WriteBitcodeToFile usage with llvm-7.0.Vinson Lee2018-05-031-0/+4
* swr/rast: No need to export GetSimdValidIndicesGfxGeorge Kyriazis2018-04-271-4/+0
* swr/rast: Small editorial changesGeorge Kyriazis2018-04-273-19/+17
* swr/rast: Use new processor detection mechanismGeorge Kyriazis2018-04-272-1/+51
* swr/rast: Add TranslateGfxAddress for shaderGeorge Kyriazis2018-04-273-3/+19
* swr/rast: jit PRINT improvements.George Kyriazis2018-04-271-2/+13
* swr/rast: Fix regressions.George Kyriazis2018-04-271-1/+1
* swr/rast: Cleanup old cruft.George Kyriazis2018-04-271-17/+3
* swr/rast: WIP Translation handlingGeorge Kyriazis2018-04-272-18/+26
* swr/rast: Use different handing for stream masksGeorge Kyriazis2018-04-271-0/+2
* swr/rast: Silence warningsGeorge Kyriazis2018-04-273-4/+2
* swr/rast: Add support for TexelMask evaluationGeorge Kyriazis2018-04-272-0/+44
* swr/rast: Fix x86 lowering 64-bit float handlingGeorge Kyriazis2018-04-272-6/+56
* swr/rast: Fix wrong type allocationGeorge Kyriazis2018-04-271-1/+1
* swr: Fix include for createPromoteMemoryToRegisterPassMike Lothian2018-04-191-0/+3
* swr/rast: Fix VGATHERPD loweringGeorge Kyriazis2018-04-181-13/+69