lima/ppir: clone ld_{uni,tex,var} into each block
[mesa.git] / src / gallium / drivers / swr /
2019-08-22 Eric Engestromswr: use LLVM version string instead of re-computing it
2019-08-20 Kai Wasserbächbuild: Bump C++ standard requirement to C++14 to fix...
2019-08-09 Krzysztof Raszkowskigallium/swr: Fix glClear when it's used with glEnable...
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-08-06 Pierre-Eric Pellou... gallium: add PIPE_CAP_TGSI_ATOMINC_WRAP to indicate...
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-25 Dave Airliegallium: fix windows build from params change.
2019-07-23 Dave Airliegallivm: rework lp_build_tgsi_soa to take a struct
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-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-19 Eric Engestromutil: use standard name for snprintf()
2019-07-18 Jan Zielinskiswr/rast: Refactor memory API between rasterizer core...
2019-07-10 Erik Faye-Lundgallium: get rid of PIPE_CAP_SM3
2019-07-07 Dave Airliegallivm: add ssbo pointers to the soa build api.
2019-07-03 Jan Zielinskiswr/swr: Enable ARB_viewport_array
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-06-05 Krzysztof Raszkowskiswr: fix support for GL_ARB_copy_image extension
2019-05-30 Jan Zielinskiswr/rast: Enable ARB_GL_texture_buffer_range
2019-05-30 Jan Zielinskiswr/rast: fix 32-bit compilation on Linux
2019-05-23 Kenneth Graunkegallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_C...
2019-05-16 Jan Zielinskiswr: clean up supported OGL4.0/4.1 extensions list
2019-05-13 Eric Anholtgallium: Redefine the max texture 2d cap from _LEVELS...
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-29 Eric Engestromdelete autotools .gitignore files
2019-04-29 Erik Faye-Lundswr: support NULL-resources
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-04-15 Dylan BakerDelete autotools
2019-04-15 Rhys Perrygallium: add support for formatted image loads
2019-03-22 Vinson Leeswr: Fix build with llvm-9.0.
2019-03-18 Brian Paulswr: remove call to pipe_sampler_view_release()
2019-03-01 Eric EngestromRevert "swr/rast: Archrast codegen updates"
2019-02-27 Erik Faye-Lundswr/codegen: fix autotools build
2019-02-27 Eric Engestrommeson/swr: replace hard-coded path with current_build_dir()
2019-02-25 Alok Hotaswr/rast: Fix autotools and scons codegen
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-22 Alok Hotaswr/rast: bypass size limit for non-sampled textures
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-15 Ilia Mirkinswr: set PIPE_CAP_MAX_VARYINGS correctly
2019-02-12 Alok Hotagallium/swr: Param defaults for unhandled PIPE_CAPs
2019-02-05 Alok Hotaswr/rast: update SWR rasterizer shader stats
2019-01-24 Dylan Bakermeson: Fix compiler checks for SWR with ICC
2019-01-24 Dylan Bakermeson: fix swr KNL build
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
2019-01-16 Bruce Cherniakgallium/swr: Fix multi-context sync fence deadlock.
2018-10-31 Emil Velikovconfigure: allow building with python3
2018-10-25 Alok Hotaswr/rast: ignore CreateElementUnorderedAtomicMemCpy
2018-10-25 Alok Hotaswr/rast: fix intrinsic/function for LLVM 7 compatibility
2018-09-07 Marek Olšákgallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGET
2018-09-07 Marek Olšákgallium: enable GL_AMD_depth_clamp_separate on r600...
2018-09-07 Marek Olšákgallium: split depth_clip into depth_clip_near & depth_...
2018-08-25 Kenneth Graunkegallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.
2018-08-24 Emil VelikovRevert "configure: allow building with python3"
2018-08-23 Marek Olšákgallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE
2018-08-23 Marek Olšákgallium: add PIPE_CAP_MAX_GS_INVOCATIONS
2018-08-23 Emil Velikovconfigure: allow building with python3
2018-08-20 Juan A. Suarez Romeroswr: bump minimum supported LLVM version to 6.0
2018-08-10 Mathieu Bridonmeson: Build with Python 3
2018-08-07 Emil Velikovswr: don't export swr_create_screen_internal
next