aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/rasterizer
Commit message (Expand)AuthorAgeFilesLines
* gallium/swr: Fix crashes and failures in vertex fetchJan Zielinski2020-04-281-3/+1
* gallium/swr: Fix LLVM 11 compilation issuesJan Zielinski2020-04-278-35/+156
* swr: Remove Byte Order Mark.Vinson Lee2020-04-141-1/+1
* swr/rasterizer: Use private functions for min/max to avoid namespace issues.Vinson Lee2020-04-091-45/+45
* gallium/swr: spin-lock performance improvementTomasz Pyra2020-03-191-1/+14
* gallium/swr: use ElementCount type arguments for getSplat()Jan Zielinski2020-03-134-17/+57
* gallium/swr: Fix vcvtph2ps llvm intrinsic compile errorKrzysztof Raszkowski2020-03-093-34/+4
* swr: Fix non-pod-varargs error.Vinson Lee2020-03-061-1/+1
* gallium/swr: fix rdtsc debug statistics mechanismKrzysztof Raszkowski2020-02-138-47/+33
* gallium/swr: simplify environmental variabled expansion codeKrzysztof Raszkowski2020-02-101-29/+0
* gallium/swr: Fix llvm11 compilation issuesKrzysztof Raszkowski2020-02-075-12/+34
* swr: Fix GCC 4.9 checks.Vinson Lee2020-02-052-2/+2
* gallium/swr: Fix various asserts and security issuesJan Zielinski2020-02-0510-25/+34
* swr: Fix build with GCC 10.Vinson Lee2020-01-311-1/+3
* gallium/swr: fix gcc warningsKrzysztof Raszkowski2020-01-315-27/+25
* gallium/swr: implementation of tessellation shaders compilationJan Zielinski2020-01-243-6/+15
* swr: Fix build with llvm-10.0.Vinson Lee2019-12-211-0/+3
* gallium/swr: Fix arb_transform_feedback2Tomasz Pyra2019-12-135-2/+26
* gallium/swr: Fix Windows buildJan Zielinski2019-12-121-1/+4
* swr/rasterizer: Add tessellator implementation to the rasterizerJan Zielinski2019-12-113-34/+3321
* swr: Fix build with llvm-10.0.Vinson Lee2019-11-211-1/+4
* gallium/swr: Enable GL_ARB_gpu_shader5: multiple streamsKrzysztof Raszkowski2019-10-291-2/+2
* meson: Add support for wrapping llvmDylan Baker2019-10-181-5/+11
* swr: Limit DEBUG workaround to LLVM < 7Michel Dänzer2019-09-171-2/+6
* swr: Fix build with llvm-9.0 again.Vinson Lee2019-08-313-0/+28
* swr/rasterizer: Fix GS attributes processingJan Zielinski2019-08-302-20/+7
* swr/rasterizer: Enable ARB_fragment_layer_viewportJan Zielinski2019-08-292-0/+5
* swr/rasterizer: modernize thread TLBJan Zielinski2019-08-0814-30/+135
* swr/rasterizer: Refactor events collection mechanismJan Zielinski2019-08-0810-439/+382
* swr/rasterizer: improvements in simdlibJan Zielinski2019-08-0817-492/+49
* swr/rasterizer: Events are now grouped and enabled by knobsJan Zielinski2019-08-0815-202/+372
* swr/rasterizer: do not mark tiles dirty until actually renderedJan Zielinski2019-08-0813-8/+72
* swr/rasterizer: enable size accumulation in mem statsJan Zielinski2019-08-0811-104/+128
* swr/rasterizer: enable using AOS vertex data formatJan Zielinski2019-08-083-21/+81
* swr/rasterizer: Add memory tracking supportJan Zielinski2019-07-3012-26/+252
* swr/rasterizer: Better implementation of scatterJan Zielinski2019-07-305-79/+223
* swr/rasterizer: cleanups for tessellationJan Zielinski2019-07-302-28/+56
* rasterizer/swr: move BucketMgr to SwrContextJan Zielinski2019-07-3020-259/+288
* swr/rasterizer: Fix 3D resource copies.Jan Zielinski2019-07-231-0/+14
* swr/rasterizer: Fix return type on SIMD8 version of Clamp and Normalize utili...Jan Zielinski2019-07-231-2/+2
* swr/rasterizer: small formatting changesJan Zielinski2019-07-233-22/+48
* swr/rasterizer: Adding support for unhandled clipEnable stateJan Zielinski2019-07-232-2/+3
* swr/rast: Refactor memory API between rasterizer core and swrJan Zielinski2019-07-1819-165/+333
* Revert "meson: Add support for using cmake for finding LLVM"Dylan Baker2019-06-281-8/+5
* meson: Add support for using cmake for finding LLVMDylan Baker2019-06-271-5/+8
* swr/rast: fix 32-bit compilation on LinuxJan Zielinski2019-05-301-65/+0
* swr/rast: Add general SWTag statisticsAlok Hota2019-05-013-161/+191
* swr/rast: Add string handling to AR event frameworkAlok Hota2019-05-015-31/+54
* swr/rast: Add initial SWTag proto definitionsAlok Hota2019-05-012-39/+71
* swr/rast: Cleanup and generalize gen_archrastAlok Hota2019-05-012-98/+50