aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr
Commit message (Expand)AuthorAgeFilesLines
* draw/gs: use mask to limit vertex emission.Dave Airlie2020-07-081-0/+1
* gallivm/gs_iface: pass stream into end primitive interface.Dave Airlie2020-07-081-1/+1
* gallium/swr: Fix compilation warningsjzielins2020-07-079-73/+34
* gallivm/sample: pass indirect offset into texture/image unitsDave Airlie2020-07-021-1/+2
* gallium: Add pipe cap for primitive restart with fixed indexNeil Roberts2020-06-221-0/+1
* gallivm: add support for a cache objectDave Airlie2020-06-111-1/+1
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-011-2/+11
* meson: Bump required version to 0.52.0Dylan Baker2020-06-011-5/+1
* gallium/swr: Fix building swr with MSVCKrzysztof Raszkowski2020-05-221-0/+2
* gallium: change comments to remove 'state tracker'Marek Olšák2020-05-131-1/+1
* gallium: rename 'state tracker' to 'frontend'Marek Olšák2020-05-131-1/+1
* gallium/swr: Fix crashes in sampling codeJan Zielinski2020-05-073-0/+8
* gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz2020-04-291-0/+1
* gallium/swr: Fix crashes and failures in vertex fetchJan Zielinski2020-04-282-3/+7
* 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: Re-enable scratch space for client-memory buffersKrzysztof Raszkowski2020-04-012-13/+32
* gallium/swr: Fix array stride problem.Krzysztof Raszkowski2020-04-011-2/+3
* scons: prune unused Makefile.sourcesEric Engestrom2020-03-311-185/+0
* scons: Prune out unnecessary targets.Jose Fonseca2020-03-301-272/+0
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+1
* 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
* Revert "gallium/swr: Fix min/max range index draw"Krzysztof Raszkowski2020-03-031-7/+2
* gallium/swr: fix corruptions in Unigine HeavenJan Zielinski2020-03-031-136/+194
* gallivm/tgsi/swr: add mask vec to the tcs storeDave Airlie2020-02-281-1/+2
* gallium/swr: Fix min/max range index drawKrzysztof Raszkowski2020-02-241-2/+7
* gallium/swr: fix rdtsc debug statistics mechanismKrzysztof Raszkowski2020-02-139-58/+44
* gallium/swr: simplify environmental variabled expansion codeKrzysztof Raszkowski2020-02-101-29/+0
* gallium/swr: Fix llvm11 compilation issuesKrzysztof Raszkowski2020-02-075-12/+34
* gallivm/swr: add stream_id to geom epilogue emitDave Airlie2020-02-071-4/+4
* swr: Fix GCC 4.9 checks.Vinson Lee2020-02-052-2/+2
* gallium/swr: Fix various asserts and security issuesJan Zielinski2020-02-0513-29/+50
* gallium/swr: Fix gcc 4.8.5 compile errorKrzysztof Raszkowski2020-01-311-6/+5
* swr: Fix build with GCC 10.Vinson Lee2020-01-311-1/+3
* gallium/swr: fix gcc warningsKrzysztof Raszkowski2020-01-318-32/+34
* gallium/swr: fix tessellation state save/restoreJan Zielinski2020-01-283-9/+27
* gallium/swr: implementation of tessellation shaders compilationJan Zielinski2020-01-2416-47/+1885
* gallium/swr: add option for static linkKrzysztof Raszkowski2020-01-232-80/+152
* gallium/swr: Disable showing detected arch message.Krzysztof Raszkowski2020-01-173-16/+29
* gallium/swr: Fix glVertexPointer race condition.Krzysztof Raszkowski2020-01-083-31/+16
* swr: Fix build with llvm-10.0.Vinson Lee2019-12-211-0/+3
* gallium/swr: Enable support bptc format.Denis Pauk2019-12-141-2/+1
* gallium/swr: Fix arb_transform_feedback2Tomasz Pyra2019-12-1310-14/+66
* swr: Fix build with llvm-10.0.Vinson Lee2019-12-121-0/+4
* gallium/swr: Fix Windows buildJan Zielinski2019-12-121-1/+4
* swr/rasterizer: Add tessellator implementation to the rasterizerJan Zielinski2019-12-115-35/+3326