Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / gallium / drivers / swr / rasterizer /
2020-09-07 Michel Zouswr: fix build with mingw
2020-09-07 jzielinsswr: Fix crashes on non-AVX hardware
2020-09-02 jzielinsgallium/swr: Fix compilation with LLVM 12
2020-08-03 jzielinsswr: Bump maximum 2D texture size to 16kx16k
2020-07-07 jzielinsgallium/swr: Fix compilation warnings
2020-06-01 Dylan Bakermeson: Bump required version to 0.52.0
2020-05-22 Krzysztof Raszkowskigallium/swr: Fix building swr with MSVC
2020-04-28 Jan Zielinskigallium/swr: Fix crashes and failures in vertex fetch
2020-04-27 Jan Zielinskigallium/swr: Fix LLVM 11 compilation issues
2020-04-14 Vinson Leeswr: Remove Byte Order Mark.
2020-04-10 Vinson Leeswr/rasterizer: Use private functions for min/max to...
2020-03-19 Tomasz Pyragallium/swr: spin-lock performance improvement
2020-03-13 Jan Zielinskigallium/swr: use ElementCount type arguments for getSplat()
2020-03-09 Krzysztof Raszkowskigallium/swr: Fix vcvtph2ps llvm intrinsic compile error
2020-03-06 Vinson Leeswr: Fix non-pod-varargs error.
2020-02-13 Krzysztof Raszkowskigallium/swr: fix rdtsc debug statistics mechanism
2020-02-10 Krzysztof Raszkowskigallium/swr: simplify environmental variabled expansion...
2020-02-07 Krzysztof Raszkowskigallium/swr: Fix llvm11 compilation issues
2020-02-06 Vinson Leeswr: Fix GCC 4.9 checks.
2020-02-05 Jan Zielinskigallium/swr: Fix various asserts and security issues
2020-01-31 Vinson Leeswr: Fix build with GCC 10.
2020-01-31 Krzysztof Raszkowskigallium/swr: fix gcc warnings
2020-01-24 Jan Zielinskigallium/swr: implementation of tessellation shaders...
2019-12-22 Vinson Leeswr: Fix build with llvm-10.0.
2019-12-13 Tomasz Pyragallium/swr: Fix arb_transform_feedback2
2019-12-12 Jan Zielinskigallium/swr: Fix Windows build
2019-12-11 Jan Zielinskiswr/rasterizer: Add tessellator implementation to the...
2019-11-21 Vinson Leeswr: Fix build with llvm-10.0.
2019-10-29 Krzysztof Raszkowskigallium/swr: Enable GL_ARB_gpu_shader5: multiple streams
2019-10-18 Dylan Bakermeson: Add support for wrapping llvm
2019-09-17 Michel Dänzerswr: Limit DEBUG workaround to LLVM < 7
2019-08-31 Vinson Leeswr: Fix build with llvm-9.0 again.
2019-08-30 Jan Zielinskiswr/rasterizer: Fix GS attributes processing
2019-08-29 Jan Zielinskiswr/rasterizer: Enable ARB_fragment_layer_viewport
2019-08-08 Jan Zielinskiswr/rasterizer: modernize thread TLB
2019-08-08 Jan Zielinskiswr/rasterizer: Refactor events collection mechanism
2019-08-08 Jan Zielinskiswr/rasterizer: improvements in simdlib
2019-08-08 Jan Zielinskiswr/rasterizer: Events are now grouped and enabled...
2019-08-08 Jan Zielinskiswr/rasterizer: do not mark tiles dirty until actually...
2019-08-08 Jan Zielinskiswr/rasterizer: enable size accumulation in mem stats
2019-08-08 Jan Zielinskiswr/rasterizer: enable using AOS vertex data format
2019-07-30 Jan Zielinskiswr/rasterizer: Add memory tracking support
2019-07-30 Jan Zielinskiswr/rasterizer: Better implementation of scatter
2019-07-30 Jan Zielinskiswr/rasterizer: cleanups for tessellation
2019-07-30 Jan Zielinskirasterizer/swr: move BucketMgr to SwrContext
2019-07-23 Jan Zielinskiswr/rasterizer: Fix 3D resource copies.
2019-07-23 Jan Zielinskiswr/rasterizer: Fix return type on SIMD8 version of...
2019-07-23 Jan Zielinskiswr/rasterizer: small formatting changes
2019-07-23 Jan Zielinskiswr/rasterizer: Adding support for unhandled clipEnable...
2019-07-18 Jan Zielinskiswr/rast: Refactor memory API between rasterizer core...
2019-06-28 Dylan BakerRevert "meson: Add support for using cmake for finding...
2019-06-27 Dylan Bakermeson: Add support for using cmake for finding LLVM
2019-05-30 Jan Zielinskiswr/rast: fix 32-bit compilation on Linux
2019-05-01 Alok Hotaswr/rast: Add general SWTag statistics
2019-05-01 Alok Hotaswr/rast: Add string handling to AR event framework
2019-05-01 Alok Hotaswr/rast: Add initial SWTag proto definitions
2019-05-01 Alok Hotaswr/rast: Cleanup and generalize gen_archrast
2019-04-30 Alok Hotaswr/rast: early exit on empty triangle mask
2019-04-30 Alok Hotaswr/rast: add guards for cpuid on Linux
2019-04-30 Alok Hotaswr/rast: add flat shading
2019-04-30 Alok Hotaswr/rast: add SWR_STATIC_ASSERT() macro
2019-04-30 Alok Hotaswr/rast: update guardband rects at draw setup
2019-04-30 Alok Hotaswr/rast: add more llvm intrinsics
2019-04-26 Alok Hotaswr/rast: enforce use of tile offsets
2019-04-26 Alok Hotaswr/rast: AVX512 support compiled in by default
2019-04-26 Alok Hotaswr/rast: Remove deprecated 4x2 backend code
2019-03-22 Vinson Leeswr: Fix build with llvm-9.0.
2019-03-01 Eric EngestromRevert "swr/rast: Archrast codegen updates"
2019-02-27 Eric Engestrommeson/swr: replace hard-coded path with current_build_dir()
2019-02-25 Alok Hotaswr/rast: Add general SWTag statistics
2019-02-25 Alok Hotaswr/rast: Add string handling to AR event framework
2019-02-25 Alok Hotaswr/rast: Add initial SWTag proto definitions
2019-02-25 Alok Hotaswr/rast: Cleanup and generalize gen_archrast
2019-02-15 Alok Hotaswr/rast: Add translation support to streamout
2019-02-15 Alok Hotaswr/rast: simdlib cleanup, clipper stack space fixes
2019-02-15 Alok Hotaswr/rast: convert DWORD->uint32_t, QWORD->uint64_t
2019-02-15 Alok Hotaswr/rast: Refactor scratch space variable names
2019-02-15 Alok Hotaswr/rast: FP consistency between POSH/RENDER pipes
2019-02-15 Alok Hotaswr/rast: Move knob defaults to generated cpp file
2019-02-15 Alok Hotaswr/rast: Flip BitScanReverse index calculation
2019-02-15 Alok Hotaswr/rast: Correctly align 64-byte spills/fills
2019-02-15 Alok Hotaswr/rast: Disable use of __forceinline by default
2019-02-15 Alok Hotaswr/rast: Convert system memory pointers to gfxptr_t
2019-02-05 Alok Hotaswr/rast: update SWR rasterizer shader stats
2019-01-16 Alok Hotaswr/rast: Store cached files in multiple subdirs
2019-01-16 Alok Hotaswr/rast: New execution engine per JIT
2019-01-16 Alok Hotaswr/rast: Scope MEM_CLIENT enum for mem usages
2019-01-16 Alok Hotaswr/rast: Unaligned and translations in gathers
2019-01-16 Alok Hotaswr/rast: partial support for Tiled Resources
2019-01-16 Alok Hotaswr/rast: Add annotator to interleave isa text
2019-01-16 Alok Hotaswr/rast: Use gfxptr_t value in JitGatherVertices
2018-10-25 Alok Hotaswr/rast: ignore CreateElementUnorderedAtomicMemCpy
2018-10-25 Alok Hotaswr/rast: fix intrinsic/function for LLVM 7 compatibility
2018-08-10 Mathieu Bridonmeson: Build with Python 3
2018-06-28 Alok Hotaswr/rast: Updating code style based on current clang...
2018-06-28 Vinson Leeswr/rast: Fix addPassesToEmitFile usage with llvm-7.0.
2018-06-28 Alok Hotaswr/rast: Handling removed LLVM intrinsics in trunk
2018-06-28 Alok Hotaswr/rast: Adding SCATTERPS functionality to BuilderGfxMem
2018-06-28 Alok Hotaswr/rast: Adding Read/Write specifier to TranslateGfxAd...
2018-06-18 Alok Hotaswr/rast: Clang-Format most rasterizer source code
next