aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/rasterizer/memory/StoreTile.h
Commit message (Expand)AuthorAgeFilesLines
* gallium/swr: Fix compilation warningsjzielins2020-07-071-18/+18
* gallium/swr: fix rdtsc debug statistics mechanismKrzysztof Raszkowski2020-02-131-1/+2
* swr/rast: Refactor memory API between rasterizer core and swrJan Zielinski2019-07-181-0/+17
* swr/rast: AVX512 support compiled in by defaultAlok Hota2019-04-261-2/+2
* swr/rast: Remove deprecated 4x2 backend codeAlok Hota2019-04-261-529/+0
* swr: use ARRAY_SIZE macroEric Engestrom2017-09-141-4/+6
* swr/rast: Migrate memory pointers to gfxptr_t typeTim Rowley2017-09-131-2/+2
* swr/rast: Switch intrinsic usage to SIMDLibTim Rowley2017-06-301-78/+78
* swr: move msaa resolve to generalized StoreTileBruce Cherniak2017-05-081-0/+75
* swr: [rasterizer core/memory] Move intrinics to _simd functionsTim Rowley2017-04-051-14/+14
* swr: [rasterizer core/memory] Fix missing avx512 storetileTim Rowley2017-04-051-11/+4
* swr: [rasterizer core/memory] StoreTile: AVX512 progressTim Rowley2016-12-121-218/+134
* swr: [rasterizer core/memory] Finish R24_UNORM_X8_TYPELESS for AVX512Tim Rowley2016-12-091-23/+23
* swr: [rasterizer memory] fix store tile for 128-bit ymajor tilingIlia Mirkin2016-11-151-1/+1
* swr: [rasterizer memory] add support for R32_FLOAT_X8X24 formatsIlia Mirkin2016-11-151-0/+1
* swr: [rasterizer core] 16-wide tile store nearly completedTim Rowley2016-11-141-163/+775
* swr: [rasterizer core/sim] 8x2 backend + 16-wide tile clear/load/storeTim Rowley2016-10-131-2/+315
* swr: [rasterizer core] update/add formatsTim Rowley2016-10-111-118/+131
* swr: [rasterizer memory] split load/store for compile speedTim Rowley2016-10-111-0/+1637