aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/rasterizer
Commit message (Expand)AuthorAgeFilesLines
* swr: Fix build with llvm-9.0.Vinson Lee2019-03-222-0/+24
* Revert "swr/rast: Archrast codegen updates"Eric Engestrom2019-03-016-331/+286
* meson/swr: replace hard-coded path with current_build_dir()Eric Engestrom2019-02-271-1/+1
* swr/rast: Add general SWTag statisticsAlok Hota2019-02-253-161/+191
* swr/rast: Add string handling to AR event frameworkAlok Hota2019-02-255-31/+54
* swr/rast: Add initial SWTag proto definitionsAlok Hota2019-02-252-39/+71
* swr/rast: Cleanup and generalize gen_archrastAlok Hota2019-02-252-81/+41
* swr/rast: Add translation support to streamoutAlok Hota2019-02-1511-36/+105
* swr/rast: simdlib cleanup, clipper stack space fixesAlok Hota2019-02-1513-135/+127
* swr/rast: convert DWORD->uint32_t, QWORD->uint64_tAlok Hota2019-02-155-25/+25
* swr/rast: Refactor scratch space variable namesAlok Hota2019-02-154-14/+14
* swr/rast: FP consistency between POSH/RENDER pipesAlok Hota2019-02-154-11/+33
* swr/rast: Move knob defaults to generated cpp fileAlok Hota2019-02-152-7/+14
* swr/rast: Flip BitScanReverse index calculationAlok Hota2019-02-151-2/+2
* swr/rast: Correctly align 64-byte spills/fillsAlok Hota2019-02-151-2/+2
* swr/rast: Disable use of __forceinline by defaultAlok Hota2019-02-151-1/+12
* swr/rast: Convert system memory pointers to gfxptr_tAlok Hota2019-02-154-3/+10
* swr/rast: update SWR rasterizer shader statsAlok Hota2019-02-0510-38/+204
* 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: ignore CreateElementUnorderedAtomicMemCpyAlok Hota2018-10-251-1/+2
* swr/rast: fix intrinsic/function for LLVM 7 compatibilityAlok Hota2018-10-256-14/+3
* meson: Build with Python 3Mathieu Bridon2018-08-103-9/+9
* 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-18114-22174/+27802
* swr/rast: Adjusted avx512 primitive assembly for msvc codegenAlok Hota2018-05-251-49/+90
* swr/rast: Moved memory init out of core swr initAlok Hota2018-05-254-5/+74
* 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: Check gCoreBuckets/CORE_BUCKETS equal length at compile timeAlok Hota2018-05-251-0/+1
* swr/rast: Added in-place building to SCATTERPSAlok Hota2018-05-251-9/+20
* swr/rast: Added FEClipRectangles eventAlok Hota2018-05-172-0/+4
* 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: Rectlist support for GSAlok Hota2018-05-176-1/+102
* swr/rast: Remove unneeded virtual from methodsAlok Hota2018-05-171-2/+2
* swr/rast: Thread locked tiles improvementGeorge Kyriazis2018-05-117-24/+152
* swr/rast: Add Builder::GetVectorType()George Kyriazis2018-05-112-0/+45
* swr/rast: Prepend the console output with a newlineGeorge Kyriazis2018-05-111-1/+1
* swr/rast: Add ConcatLists()George Kyriazis2018-05-111-0/+6