summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/rasterizer/common
Commit message (Expand)AuthorAgeFilesLines
* rasterizer/swr: move BucketMgr to SwrContextJan Zielinski2019-07-301-1/+11
* swr/rasterizer: Fix 3D resource copies.Jan Zielinski2019-07-231-0/+14
* swr/rast: fix 32-bit compilation on LinuxJan Zielinski2019-05-301-65/+0
* swr/rast: Add string handling to AR event frameworkAlok Hota2019-05-011-1/+1
* swr/rast: add guards for cpuid on LinuxAlok Hota2019-04-301-0/+2
* swr/rast: add flat shadingAlok Hota2019-04-301-0/+13
* swr/rast: add SWR_STATIC_ASSERT() macroAlok Hota2019-04-301-1/+8
* swr/rast: AVX512 support compiled in by defaultAlok Hota2019-04-263-8/+0
* Revert "swr/rast: Archrast codegen updates"Eric Engestrom2019-03-011-1/+1
* swr/rast: Add string handling to AR event frameworkAlok Hota2019-02-251-1/+1
* swr/rast: simdlib cleanup, clipper stack space fixesAlok Hota2019-02-159-18/+52
* swr/rast: FP consistency between POSH/RENDER pipesAlok Hota2019-02-151-0/+21
* swr/rast: Flip BitScanReverse index calculationAlok Hota2019-02-151-2/+2
* swr/rast: Disable use of __forceinline by defaultAlok Hota2019-02-151-1/+12
* swr/rast: Clang-Format most rasterizer source codeAlok Hota2018-06-1834-9343/+11867
* swr/rast: Use different handing for stream masksGeorge Kyriazis2018-04-271-0/+3
* swr/rast: Add some SIMD_T utility functorsGeorge Kyriazis2018-04-271-0/+66
* swr/rast: Add support for setting optimization levelGeorge Kyriazis2018-04-181-1/+1
* swr/rast: Permute work for simd16George Kyriazis2018-04-186-2/+33
* swr/rast: blend_epi32() should return Integer, not FloatGeorge Kyriazis2018-02-161-1/+1
* swr/rast: Convert C Sampler intrinsicsGeorge Kyriazis2018-02-162-0/+19
* swr/rast: Make SIMDLib templated types easier to useGeorge Kyriazis2018-02-161-0/+9
* swr/rast: Better ExecCmd (i.e. system()) implmentationGeorge Kyriazis2018-01-252-0/+167
* swr/rast: Added missing define for Linux/gccGeorge Kyriazis2018-01-191-0/+1
* swr/rast: fix invalid sign masks in avx512 simdlib codeTim Rowley2018-01-043-3/+3
* swr: Correct texture allocation and limit max size to 2GBBruce Cherniak2017-12-131-1/+1
* swr/rast: Faster emulated simd16 permuteTim Rowley2017-11-141-23/+11
* swr/rast: Use gather instruction for i32gather_ps on simd16/avx512Tim Rowley2017-11-141-11/+1
* swr/rast: Add support for R10G10B10_FLOAT_A2_UNORM pixel formatTim Rowley2017-09-251-8/+19
* swr/rast: fix core / knights split of AVX512 intrinsicsTim Rowley2017-08-024-55/+69
* swr/rast: constify swr rasterizerTim Rowley2017-08-026-200/+205
* swr/rast: vmask() implementations for KNLTim Rowley2017-08-021-0/+14
* swr/rast: fix movemask_ps / movemask_pd on AVX512Tim Rowley2017-08-021-2/+7
* swr/rast: stop using MSFT types in platform independent codeTim Rowley2017-08-021-6/+0
* swr/rast: disable AVX512 optimization of SSE / AVX codeTim Rowley2017-08-021-0/+4
* swr/rast: fix USE_SIMD16_FRONTEND issuesTim Rowley2017-08-027-62/+35
* swr/rast: simdlib better separation of core vs knights avx512Tim Rowley2017-08-0213-244/+902
* swr/rast: quit using linux-specific gettid()Tim Rowley2017-07-211-2/+0
* swr/rast: fix memory paths for avx512 optimized avx/sseTim Rowley2017-07-212-10/+10
* swr/rast: simdlib changes for clang/gccTim Rowley2017-07-212-10/+35
* swr/rast: Fix use of KNL-only intrinsics in SKX buildTim Rowley2017-07-133-6/+6
* swr/rast: Fix build warnings when using the Intel compilerTim Rowley2017-07-131-1/+1
* swr/rast: SIMD16 Frontend - Fix USE_SIMD16_FRONTEND buildTim Rowley2017-07-132-2/+14
* swr/rast: make SWR_VISIBLE attribute work for windowsGeorge Kyriazis2017-07-111-1/+1
* swr/rast: don't use _mm256_fmsub_ps in AVX codeTim Rowley2017-07-061-1/+5
* swr/rast: _mm*_undefined_* implementations for gcc<4.9Tim Rowley2017-07-061-0/+6
* swr/rast: Switch intrinsic usage to SIMDLibTim Rowley2017-06-3016-2213/+5724
* swr/rast: Refactor includes to limit simdintrin.h usageTim Rowley2017-06-163-137/+171
* swr/rast: SIMD16 FE - fix/use SIMD16 calcDeterminantIntVertical()Tim Rowley2017-05-302-0/+46
* swr/rast: make simd16 logicops avx512f safeTim Rowley2017-05-301-4/+10