aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* gallium: add PIPE_CAP_TGSI_ATOMINC_WRAP to indicate supportPierre-Eric Pelloux-Prayer2019-08-061-0/+1
* swr/rasterizer: Add memory tracking supportJan Zielinski2019-07-3012-26/+252
* swr/rasterizer: Better implementation of scatterJan Zielinski2019-07-307-79/+225
* swr/rasterizer: cleanups for tessellationJan Zielinski2019-07-302-28/+56
* rasterizer/swr: move BucketMgr to SwrContextJan Zielinski2019-07-3021-261/+290
* gallium: fix windows build from params change.Dave Airlie2019-07-251-3/+6
* gallivm: rework lp_build_tgsi_soa to take a structDave Airlie2019-07-241-39/+39
* 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-233-4/+8
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-2210-45/+45
* util: use standard name for snprintf()Eric Engestrom2019-07-191-3/+3
* swr/rast: Refactor memory API between rasterizer core and swrJan Zielinski2019-07-1830-185/+370
* gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund2019-07-101-2/+3
* gallivm: add ssbo pointers to the soa build api.Dave Airlie2019-07-071-3/+6
* swr/swr: Enable ARB_viewport_arrayJan Zielinski2019-07-037-48/+60
* 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: fix support for GL_ARB_copy_image extensionKrzysztof Raszkowski2019-06-051-1/+16
* swr/rast: Enable ARB_GL_texture_buffer_rangeJan Zielinski2019-05-301-1/+1
* swr/rast: fix 32-bit compilation on LinuxJan Zielinski2019-05-301-65/+0
* gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH countKenneth Graunke2019-05-231-1/+1
* swr: clean up supported OGL4.0/4.1 extensions listJan Zielinski2019-05-161-4/+5
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-131-3/+3
* 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-013-123/+57
* swr/rast: early exit on empty triangle maskAlok Hota2019-04-301-0/+6
* swr/rast: add guards for cpuid on LinuxAlok Hota2019-04-301-0/+2
* swr/rast: add flat shadingAlok Hota2019-04-301-0/+13
* swr/rast: add SWR_STATIC_ASSERT() macroAlok Hota2019-04-301-1/+8
* swr/rast: update guardband rects at draw setupAlok Hota2019-04-301-2/+3
* swr/rast: add more llvm intrinsicsAlok Hota2019-04-301-0/+3