summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/swr/rasterizer
AgeCommit message (Expand)AuthorFilesLines
2019-01-16swr/rast: Store cached files in multiple subdirsAlok Hota3-38/+52
2019-01-16swr/rast: New execution engine per JITAlok Hota2-42/+65
2019-01-16swr/rast: Scope MEM_CLIENT enum for mem usagesAlok Hota6-40/+38
2019-01-16swr/rast: Unaligned and translations in gathersAlok Hota1-21/+35
2019-01-16swr/rast: partial support for Tiled ResourcesAlok Hota2-0/+164
2019-01-16swr/rast: Add annotator to interleave isa textAlok Hota2-3/+36
2019-01-16swr/rast: Use gfxptr_t value in JitGatherVerticesAlok Hota1-18/+16
2018-10-25swr/rast: ignore CreateElementUnorderedAtomicMemCpyAlok Hota1-1/+2
2018-10-25swr/rast: fix intrinsic/function for LLVM 7 compatibilityAlok Hota6-14/+3
2018-08-10meson: Build with Python 3Mathieu Bridon3-9/+9
2018-06-28swr/rast: Updating code style based on current clang-format rulesAlok Hota4-253/+260
2018-06-28swr/rast: Fix addPassesToEmitFile usage with llvm-7.0.Vinson Lee1-0/+4
2018-06-28swr/rast: Handling removed LLVM intrinsics in trunkAlok Hota1-0/+40
2018-06-28swr/rast: Adding SCATTERPS functionality to BuilderGfxMemAlok Hota2-0/+19
2018-06-28swr/rast: Adding Read/Write specifier to TranslateGfxAddress stackAlok Hota2-27/+28
2018-06-18swr/rast: Clang-Format most rasterizer source codeAlok Hota114-22174/+27802
2018-05-25swr/rast: Adjusted avx512 primitive assembly for msvc codegenAlok Hota1-49/+90
2018-05-25swr/rast: Moved memory init out of core swr initAlok Hota4-5/+74
2018-05-25swr/rast: Removed superfluous JitManager argument from passesAlok Hota5-13/+12
2018-05-25swr/rast: Renamed MetaData callsAlok Hota2-87/+87
2018-05-25swr/rast: Use metadata to communicate between passesAlok Hota1-0/+28
2018-05-25swr/rast: Check gCoreBuckets/CORE_BUCKETS equal length at compile timeAlok Hota1-0/+1
2018-05-25swr/rast: Added in-place building to SCATTERPSAlok Hota1-9/+20
2018-05-17swr/rast: Added FEClipRectangles eventAlok Hota2-0/+4
2018-05-17swr/rast: Whitespace and tab-to-spaces changesAlok Hota5-17/+18
2018-05-17swr/rast: fix VCVTPD2PS generation for AVX512Alok Hota1-2/+10
2018-05-17swr/rast: Rectlist support for GSAlok Hota6-1/+102
2018-05-17swr/rast: Remove unneeded virtual from methodsAlok Hota1-2/+2
2018-05-11swr/rast: Thread locked tiles improvementGeorge Kyriazis7-24/+152
2018-05-11swr/rast: Add Builder::GetVectorType()George Kyriazis2-0/+45
2018-05-11swr/rast: Prepend the console output with a newlineGeorge Kyriazis1-1/+1
2018-05-11swr/rast: Add ConcatLists()George Kyriazis1-0/+6
2018-05-11swr/rast: Add constant initializer for uint64_tGeorge Kyriazis2-0/+6
2018-05-11swr/rast: Use binner topology to assemble backend attributesGeorge Kyriazis1-1/+1
2018-05-11swr/rast: Change formattingGeorge Kyriazis1-1/+6
2018-05-05swr/rast: Fix include for createInstructionCombiningPass with llvm-7.0.Vinson Lee1-0/+1
2018-05-03swr/rast: Fix WriteBitcodeToFile usage with llvm-7.0.Vinson Lee1-0/+4
2018-04-27swr/rast: No need to export GetSimdValidIndicesGfxGeorge Kyriazis1-4/+0
2018-04-27swr/rast: Small editorial changesGeorge Kyriazis3-19/+17
2018-04-27swr/rast: Use new processor detection mechanismGeorge Kyriazis2-1/+51
2018-04-27swr/rast: Output rasterizer dir to console since it's process specificGeorge Kyriazis1-1/+4
2018-04-27swr/rast: Add TranslateGfxAddress for shaderGeorge Kyriazis3-3/+19
2018-04-27swr/rast: jit PRINT improvements.George Kyriazis1-2/+13
2018-04-27swr/rast: Fix regressions.George Kyriazis1-1/+1
2018-04-27swr/rast: Cleanup old cruft.George Kyriazis1-17/+3
2018-04-27swr/rast: Package events.proto with core outputGeorge Kyriazis2-2/+32
2018-04-27swr/rast: Fix init in EventHandlerWorkerStatsGeorge Kyriazis1-1/+4
2018-04-27swr/rast: Fix return type of VCVTPS2PH.George Kyriazis1-1/+1
2018-04-27swr/rast: WIP Translation handlingGeorge Kyriazis2-18/+26
2018-04-27swr/rast: Use different handing for stream masksGeorge Kyriazis5-6/+11