summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr
Commit message (Expand)AuthorAgeFilesLines
* gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák2018-05-291-0/+2
* 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-257-7/+86
* swr/rast: Removed superfluous JitManager argument from passesAlok Hota2018-05-256-14/+13
* 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
* meson: fix copyright symbolEric Engestrom2018-05-151-1/+1
* autotools, meson: add tileset.hJuan A. Suarez Romero2018-05-152-1/+3
* 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
* swr/rast: Add constant initializer for uint64_tGeorge Kyriazis2018-05-112-0/+6
* swr/rast: Use binner topology to assemble backend attributesGeorge Kyriazis2018-05-111-1/+1
* swr/rast: Change formattingGeorge Kyriazis2018-05-111-1/+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
* gallium: add initial support for conservative rasterizationRhys Perry2018-04-301-0/+10
* 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: Output rasterizer dir to console since it's process specificGeorge Kyriazis2018-04-271-1/+4
* 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: Package events.proto with core outputGeorge Kyriazis2018-04-272-2/+32
* swr/rast: Fix init in EventHandlerWorkerStatsGeorge Kyriazis2018-04-271-1/+4
* swr/rast: Fix return type of VCVTPS2PH.George Kyriazis2018-04-271-1/+1
* swr/rast: WIP Translation handlingGeorge Kyriazis2018-04-272-18/+26
* swr/rast: Use different handing for stream masksGeorge Kyriazis2018-04-275-6/+11
* swr/rast: Silence warningsGeorge Kyriazis2018-04-273-4/+2
* swr/rast: Add support for TexelMask evaluationGeorge Kyriazis2018-04-272-0/+44
* swr/rast: Internal core changeGeorge Kyriazis2018-04-271-0/+1
* swr/rast: Fix x86 lowering 64-bit float handlingGeorge Kyriazis2018-04-272-6/+56
* swr/rast: Add some SIMD_T utility functorsGeorge Kyriazis2018-04-271-0/+66
* swr/rast: Fix wrong type allocationGeorge Kyriazis2018-04-271-1/+1
* swr: touch generated files to update timestampGeorge Kyriazis2018-04-271-0/+11
* swr/rast: Fix byte offset for non-indexed drawsGeorge Kyriazis2018-04-271-3/+3
* autotools: Add passes.h to sources so it will be included in the tarballDylan Baker2018-04-201-0/+1
* swr: Fix include for createPromoteMemoryToRegisterPassMike Lothian2018-04-191-0/+3
* swr/rast: Fix VGATHERPD loweringGeorge Kyriazis2018-04-181-13/+69
* swr/rast: Replace x86 VMOVMSK with llvm-only implementationGeorge Kyriazis2018-04-185-5/+26