aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/rasterizer/memory
Commit message (Expand)AuthorAgeFilesLines
* swr/rast: Optimize late/bindless JIT of samplersGeorge Kyriazis2018-04-183-0/+3
* swr: fix clang 5 null cast warningGreg V2018-01-191-3/+3
* swr: use ARRAY_SIZE macroEric Engestrom2017-09-141-4/+6
* swr/rast: Migrate memory pointers to gfxptr_t typeTim Rowley2017-09-132-3/+3
* swr/rast: Switch intrinsic usage to SIMDLibTim Rowley2017-06-301-78/+78
* swr/rast: Refactor includes to limit simdintrin.h usageTim Rowley2017-06-161-1/+1
* tree-wide: remove trailing backslashEric Engestrom2017-06-071-2/+2
* swr: move msaa resolve to generalized StoreTileBruce Cherniak2017-05-081-0/+75
* swr/rast: add memory api to SwrGetInterface()Tim Rowley2017-04-283-3/+3
* 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] Convert more SWR_ASSERT(false, ...) to SWR_INVALID(...)Tim Rowley2017-03-205-23/+23
* 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] assert when trying to convert an unknown formatIlia Mirkin2016-11-301-0/+1
* swr: [rasterizer memory] only clear up to the LOD sizeIlia Mirkin2016-11-281-2/+8
* swr: [rasterizer memory] hook up stencil clears for ClearTileIlia Mirkin2016-11-281-5/+8
* swr: [rasterizer memory] add support for clearing Z32F_X32 and Z16Ilia Mirkin2016-11-281-0/+2
* swr: [rasterizer core] pipe renderTargetArrayIndex through to clearsIlia Mirkin2016-11-231-7/+13
* swr: [rasterizer memory] minify texture width before alignmentIlia Mirkin2016-11-211-2/+2
* swr: [rasterizer memory] minify original sizes for block formatsIlia Mirkin2016-11-211-11/+25
* 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-152-0/+2
* 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-133-2/+432
* swr: [rasterizer core] update/add formatsTim Rowley2016-10-113-218/+330
* swr: [rasterizer memory] split load/store for compile speedTim Rowley2016-10-1115-1834/+2276
* swr: [rasterizer] add support for building avx512 versionTim Rowley2016-06-232-4/+4
* swr: [rasterizer] Include cmath for std::isnan and std::isinf.Vinson Lee2016-05-101-0/+2
* swr: [rasterizer memory] Add missing store tiles functionTim Rowley2016-05-051-1/+4
* swr: [rasterizer] warning cleanupTim Rowley2016-04-271-1/+1
* gallium: Remove every double semi-colonJakob Sinclair2016-04-261-3/+3
* swr: [rasterizer memory] Constify load tilesTim Rowley2016-04-221-5/+7
* swr: [rasterizer] Small cleanupsTim Rowley2016-04-221-1/+0
* swr: [rasterizer] remove use of BYTE typeTim Rowley2016-03-252-6/+6
* swr: [rasterizer] remove use of FLOAT typeTim Rowley2016-03-251-3/+3
* swr: [rasterizer] Fix Coverity issues reported by Mesa developers.Tim Rowley2016-03-251-5/+5
* swr: [rasterizer core] backend reorganizationTim Rowley2016-03-251-57/+1
* gallium/swr: add OpenSWR rasterizerTim Rowley2016-03-026-0/+3942