aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr
Commit message (Expand)AuthorAgeFilesLines
* 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
* delete autotools .gitignore filesEric Engestrom2019-04-291-11/+0
* swr: support NULL-resourcesErik Faye-Lund2019-04-291-24/+25
* swr/rast: enforce use of tile offsetsAlok Hota2019-04-264-0/+5
* swr/rast: AVX512 support compiled in by defaultAlok Hota2019-04-2612-560/+333
* swr/rast: Remove deprecated 4x2 backend codeAlok Hota2019-04-268-834/+19
* Delete autotoolsDylan Baker2019-04-152-416/+0
* gallium: add support for formatted image loadsRhys Perry2019-04-151-0/+1
* swr: Fix build with llvm-9.0.Vinson Lee2019-03-222-0/+24
* swr: remove call to pipe_sampler_view_release()Brian Paul2019-03-171-5/+0
* Revert "swr/rast: Archrast codegen updates"Eric Engestrom2019-03-018-351/+314
* swr/codegen: fix autotools buildErik Faye-Lund2019-02-271-8/+8
* meson/swr: replace hard-coded path with current_build_dir()Eric Engestrom2019-02-271-1/+1
* swr/rast: Fix autotools and scons codegenAlok Hota2019-02-252-20/+12
* swr/rast: Add general SWTag statisticsAlok Hota2019-02-253-161/+191
* swr/rast: Add string handling to AR event frameworkAlok Hota2019-02-255-31/+54
* swr/rast: Add initial SWTag proto definitionsAlok Hota2019-02-252-39/+71
* swr/rast: Cleanup and generalize gen_archrastAlok Hota2019-02-252-81/+41
* swr/rast: bypass size limit for non-sampled texturesAlok Hota2019-02-221-1/+3
* swr/rast: Add translation support to streamoutAlok Hota2019-02-1512-37/+106
* swr/rast: simdlib cleanup, clipper stack space fixesAlok Hota2019-02-1513-135/+127
* swr/rast: convert DWORD->uint32_t, QWORD->uint64_tAlok Hota2019-02-155-25/+25
* swr/rast: Refactor scratch space variable namesAlok Hota2019-02-154-14/+14
* swr/rast: FP consistency between POSH/RENDER pipesAlok Hota2019-02-154-11/+33
* swr/rast: Move knob defaults to generated cpp fileAlok Hota2019-02-152-7/+14
* swr/rast: Flip BitScanReverse index calculationAlok Hota2019-02-151-2/+2
* swr/rast: Correctly align 64-byte spills/fillsAlok Hota2019-02-151-2/+2
* swr/rast: Disable use of __forceinline by defaultAlok Hota2019-02-151-1/+12
* swr/rast: Convert system memory pointers to gfxptr_tAlok Hota2019-02-156-3/+18
* swr: set PIPE_CAP_MAX_VARYINGS correctlyIlia Mirkin2019-02-141-0/+2
* gallium/swr: Param defaults for unhandled PIPE_CAPsAlok Hota2019-02-121-4/+3
* swr/rast: update SWR rasterizer shader statsAlok Hota2019-02-0510-38/+204