swr/rast: simdlib cleanup, clipper stack space fixes
[mesa.git] / src / gallium / drivers / swr / rasterizer / core / clip.h
2019-02-15 Alok Hotaswr/rast: simdlib cleanup, clipper stack space fixes
2018-06-18 Alok Hotaswr/rast: Clang-Format most rasterizer source code
2018-05-17 Alok Hotaswr/rast: Rectlist support for GS
2018-02-28 George Kyriazisswr/rast: Faster frustum prim culling
2018-02-16 George Kyriazisswr/rast: Make SIMDLib templated types easier to use
2018-02-16 George Kyriazisswr/rast: Misc cleanup
2018-02-16 George Kyriazisswr/rast: Cull prims when all verts have negative clip...
2018-02-16 George Kyriazisswr/rast: Add clipper stats.
2018-02-16 George Kyriazisswr/rast: Removed unused variable
2018-02-16 George Kyriazisswr/rast: Separate RDTSC code from archrast
2017-12-15 Tim Rowleyswr/rast: Move more RTAI handling out of binner
2017-12-15 Tim Rowleyswr/rast: Pull of RTAI gather & offset out of clip...
2017-12-15 Tim Rowleyswr/rast: Pass prim to ClipSimd
2017-12-15 Tim Rowleyswr/rast: Pull most of the VPAI manipulation out of...
2017-12-15 Tim Rowleyswr/rast: Binner fixes for viewport index offset handling
2017-10-19 Tim Rowleyswr/rast: Miscellaneous viewport array code changes
2017-10-06 Tim Rowleyswr/rast: use proper alignment for debug transposedPrims
2017-09-13 Tim Rowleyswr/rast: Remove hardcoded clip/cull slot from clipper
2017-09-13 Tim Rowleyswr/rast: Move clip/cull enables in API
2017-09-06 Tim Rowleyswr/rast: FE/Clipper - unify SIMD8/16 functions using...
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: stop using MSFT types in platform independent...
2017-08-02 Tim Rowleyswr/rast: fix USE_SIMD16_FRONTEND issues
2017-07-13 Tim Rowleyswr/rast: SIMD16 Frontend - Fix USE_SIMD16_FRONTEND...
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: Add support to PA for variable sized vertices
2017-05-30 Tim Rowleyswr/rast: code cleanup (no functional change)
2017-04-29 Tim Rowleyswr/rast: clean up clipper comments
2017-04-11 Tim Rowleyswr: [rasterizer common/core] Fix 32-bit windows build
2017-04-11 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP - Clipper
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] Convert more SWR_ASSERT(false, ....
2017-02-06 Bruce Cherniakswr: [rasterizer core] Removed unused clip code.
2017-02-06 Bruce Cherniakswr: [rasterizer core] Remove dead code Clipper::ClipSc...
2017-01-06 Tim Rowleyswr: [rasterizer core] whitespace adjustments
2016-11-14 Tim Rowleyswr: [rasterizer core] various code style changes
2016-11-10 Ilia Mirkinswr: [rasterizer core] allow an OpenGL driver to specif...
2016-09-20 Tim Rowleyswr: [rasterizer core] Add macros for mapping ArchRast...
2016-08-29 Tim Rowleyswr: [rasterizer core] track guardbands per viewport...
2016-08-10 Tim Rowleyswr: [rasterizer core] unused variable warning fixes
2016-08-10 Tim Rowleyswr: [rasterizer core] routing of viewport indexes...
2016-08-10 Tim Rowleyswr: [rasterizer core] split FE and BE stats
2016-07-20 Tim Rowleyswr: [rasterizer] attribute swizzling and linkage
2016-06-23 Tim Rowleyswr: [rasterizer core] conservative rasterization front...
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-12 Tim Rowleyswr: [rasterizer core] Replace all naked OSALIGN macro...
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-25 Tim Rowleyswr: [rasterizer core] Add clipping of user clip planes...
2016-03-25 Tim Rowleyswr: [rasterizer core] Alleviate potential stack overfl...
2016-03-25 Tim Rowleyswr: [rasterizer] Fix Coverity issues reported by Mesa...
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-03 Tim Rowleygallium/swr: add OpenSWR rasterizer