summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/swr: Fix crash when use GL_TDFX_texture_compression_FXT1 format.Krzysztof Raszkowski2019-12-031-1/+3
* swr: Fix build with llvm-10.0.Vinson Lee2019-11-211-1/+4
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-145-6/+6
* gallium/swr: Enable some ARB_gpu_shader5 extensionsKrzysztof Raszkowski2019-11-081-0/+1
* gallium/swr: Fix GS invocation issuesKrzysztof Raszkowski2019-11-081-2/+7
* gallium/swr: Fix depth values for blit scenarioJan Zielinski2019-10-311-0/+8
* gallium/swr: Enable GL_ARB_gpu_shader5: multiple streamsKrzysztof Raszkowski2019-10-293-11/+70
* meson: Add support for wrapping llvmDylan Baker2019-10-181-5/+11
* gallivm/draw/swr: make the gs_iface not depend on tgsi.Dave Airlie2019-10-151-42/+42
* meson: add msvc compat args to swrDylan Baker2019-10-101-6/+18
* meson: add switches for SWR with MSVCDylan Baker2019-10-101-2/+7
* scons: Fix MSYS2 Mingw-w64 build.pal10002019-09-291-2/+2
* swr: Limit DEBUG workaround to LLVM < 7Michel Dänzer2019-09-173-3/+21
* swr: replace major llvm version checks with LLVM_VERSION_MAJOREric Engestrom2019-09-061-3/+4
* swr: Fix make_unique build error.Vinson Lee2019-09-021-3/+3
* swr: Fix build with llvm-9.0 again.Vinson Lee2019-08-313-0/+28
* swr/rasterizer: Fix GS attributes processingJan Zielinski2019-08-303-24/+10
* swr/rasterizer: Enable ARB_fragment_layer_viewportJan Zielinski2019-08-293-1/+21
* swr: use LLVM version string instead of re-computing itEric Engestrom2019-08-221-2/+1
* build: Bump C++ standard requirement to C++14 to fix FTBFS with LLVM 10Kai Wasserbäch2019-08-201-1/+1
* gallium/swr: Fix glClear when it's used with glEnable/glDisable GL_SCISSOR_TESTKrzysztof Raszkowski2019-08-091-64/+5
* swr/rasterizer: modernize thread TLBJan Zielinski2019-08-0814-30/+135