gallium/swr: Fix compilation warnings
[mesa.git] / src / gallium / drivers / swr / rasterizer / core / frontend.cpp
2020-07-07 jzielinsgallium/swr: Fix compilation warnings
2020-01-31 Krzysztof Raszkowskigallium/swr: fix gcc warnings
2020-01-24 Jan Zielinskigallium/swr: implementation of tessellation shaders...
2019-12-13 Tomasz Pyragallium/swr: Fix arb_transform_feedback2
2019-10-29 Krzysztof Raszkowskigallium/swr: Enable GL_ARB_gpu_shader5: multiple streams
2019-08-30 Jan Zielinskiswr/rasterizer: Fix GS attributes processing
2019-08-08 Jan Zielinskiswr/rasterizer: modernize thread TLB
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: cleanups for tessellation
2019-07-30 Jan Zielinskirasterizer/swr: move BucketMgr to SwrContext
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: FP consistency between POSH/RENDER pipes
2019-02-15 Alok Hotaswr/rast: Convert system memory pointers to gfxptr_t
2019-02-05 Alok Hotaswr/rast: update SWR rasterizer shader stats
2018-06-18 Alok Hotaswr/rast: Clang-Format most rasterizer source code
2018-05-17 Alok Hotaswr/rast: Rectlist support for GS
2018-04-27 George Kyriazisswr/rast: Use different handing for stream masks
2018-04-27 George Kyriazisswr/rast: Fix byte offset for non-indexed draws
2018-04-18 George Kyriazisswr/rast: Optimize late/bindless JIT of samplers
2018-04-18 George Kyriazisswr/rast: Change gfx pointers to gfxptr_t
2018-04-18 George Kyriazisswr/rast: Fix byte offset for non-indexed draws
2018-04-18 George Kyriazisswr/rast: Add some archrast counters
2018-02-28 George Kyriazisswr/rast: Fix index buffer overfetch issue for non...
2018-02-16 George Kyriazisswr/rast: Make SIMDLib templated types easier to use
2018-02-16 George Kyriazisswr/rast: Fix primitive replication issue in tesselatio...
2018-02-16 George Kyriazisswr/rast: Fix invalid number of attributes
2018-02-16 George Kyriazisswr/rast: Removed unused variable
2018-02-16 George Kyriazisswr/rast: Separate RDTSC code from archrast
2018-01-25 George Kyriazisswr/rast: Support USE_SIMD16_FRONTEND=0 for EarlyRast
2018-01-19 George Kyriazisswr/rast: AVX-512 changes to enable 16-wide VS
2018-01-19 George Kyriazisswr/rast: Add private state parameter in fetcher
2017-12-15 Tim Rowleyswr/rast: Pull of RTAI gather & offset out of clip...
2017-12-15 Tim Rowleyswr/rast: Pull most of the VPAI manipulation out of...
2017-11-20 Tim Rowleyswr/rast: Repair simd8 frontend code rot
2017-11-20 Tim Rowleyswr/rast: Code style change (NFC)
2017-11-20 Tim Rowleyswr/rast: Support flexible vertex layout for DS output
2017-10-19 Tim Rowleyswr/rast: Change DS memory allocation
2017-10-19 Tim Rowleyswr/rast: Miscellaneous viewport array code changes
2017-09-25 Tim Rowleyswr/rast: Fix allocation of DS output data for USE_SIMD...
2017-09-25 Tim Rowleyswr/rast: Properly sized null GS buffer
2017-09-25 Tim Rowleyswr/rast: Move SWR_GS_CONTEXT from thread local storage...
2017-09-25 Tim Rowleyswr/rast: New GS state/context API
2017-09-06 Tim Rowleyswr/rast: SIMD16 PA - rename Assemble_simd16 to Assemble
2017-08-02 Tim Rowleyswr/rast: constify swr rasterizer
2017-08-02 Tim Rowleyswr/rast: SIMD16 shaders - widen fetch and vertex shaders
2017-08-02 Tim Rowleyswr/rast: rename frontend pVertexStore
2017-08-02 Tim Rowleyswr/rast: fix USE_SIMD16_FRONTEND issues
2017-06-30 Tim Rowleyswr/rast: Switch intrinsic usage to SIMDLib
2017-06-30 Tim Rowleyswr/rast: Support dynamically sized vertex layout
2017-06-16 Tim Rowleyswr/rast: Fix read-back of viewport array index
2017-06-16 Tim Rowleyswr/rast: Properly size GS stage scratch space
2017-06-16 Tim Rowleyswr/rast: Share vertex memory between VS input/output
2017-06-16 Tim Rowleyswr/rast: Add support for dynamic vertex size for VS...
2017-06-16 Tim Rowleyswr/rast: Add support to PA for variable sized vertices
2017-06-16 Tim Rowleyswr/rast: Rework attribute layout
2017-06-16 Tim Rowleyswr/rast: Remove explicit primitive id slot in the...
2017-05-30 Tim Rowleyswr/rast: SIMD16 FE - simplify/refactor StreamOut
2017-05-30 Tim Rowleyswr/rast: SIMD16 FE - interleaved simdvertex output...
2017-04-29 Tim Rowleyswr/rast: reduce simd{16}vertex stack for VS output
2017-04-29 Tim Rowleyswr/rast: remove unused variables in the SIMD16 FE
2017-04-29 Tim Rowleyswr/rast: more flexible max attribute slots
2017-04-05 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP
2017-03-28 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP
2017-03-28 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP
2017-03-20 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP - fix tessel...
2017-03-20 Tim Rowleyswr: [rasterizer] Convert more SWR_ASSERT(false, ....
2017-03-20 Tim Rowleyswr: [rasterizer] Slight assert refactoring
2017-03-20 Tim Rowleyswr: [rasterizer core] Implement double pumped SIMD16...
2017-03-20 Tim Rowleyswr: [rasterizer core] Implement SIMD16 GS and STREAMOUT
2017-03-05 Tim Rowleyswr: [rasterizer core] fix primID provoking vertex...
2017-02-08 Tim Rowleyswr: [rasterizer core] Frontend SIMD16 WIP
2017-02-08 Tim Rowleyswr: [rasterizer core] Frontend SIMD16 WIP
2017-02-08 Tim Rowleyswr: [rasterizer core] Frontend SIMD16 WIP
2016-11-14 Tim Rowleyswr: [rasterizer archrast] add events
2016-11-14 Tim Rowleyswr: [rasterizer core] various code style changes
2016-10-14 Tim Rowleyswr: [rasterizer core] move binner functionality to...
2016-10-11 Tim Rowleyswr: [rasterizer core] SwrStoreTiles api change
2016-10-03 Tim Rowleyswr: [rasterizer core] archrast fixes
2016-09-20 Tim Rowleyswr: [rasterizer core] Better thread destruction
2016-09-20 Tim Rowleyswr: [rasterizer core] Add macros for mapping ArchRast...
2016-08-29 Tim Rowleyswr: [rasterier core] fix GetRasterizerFunc selection
2016-08-29 Tim Rowleyswr: [rasterizer core] upper left rule for scissors
2016-08-29 Tim Rowleyswr: [rasterizer core] per-primitive viewports/scissors
2016-08-17 Tim Rowleyswr: [rasterizer core] only use Viewport/Scissors durin...
2016-08-17 Tim Rowleyswr: [rasterizer core] viewport transform disabled fix
2016-08-10 Tim Rowleyswr: [rasterizer core] unused variable warning fixes
2016-08-10 Tim Rowleyswr: [rasterizer core] fix OOB check of viewport indices
2016-08-10 Tim Rowleyswr: [rasterizer core] routing of viewport indexes...
2016-08-10 Tim Rowleyswr: [rasterizer core] split FE and BE stats
2016-08-10 Tim Rowleyswr: [rasterizer core] remove all old stats code
2016-08-10 Tim Rowleyswr: [rasterizer core] viewport array support
2016-08-10 Tim Rowleyswr: [rasterizer core] improve implementation for SoWri...
2016-08-04 Tim Rowleyswr: [rasterizer core] update sync handling
2016-08-04 Tim Rowleyswr: [rasterizer core] conservative rast degenerate...
2016-07-20 Tim Rowleyswr: [rasterizer core] support range of values in Templ...
2016-07-20 Tim Rowleyswr: [rasterizer] attribute swizzling and linkage
2016-07-12 Tim Rowleyswr: [rasterizer core] conservative rast backend changes
2016-06-23 Tim Rowleyswr: [rasterizer core] conservative rasterization front...
next