swr/rast: More precise user clip distance interpolation
[mesa.git] / src / gallium / drivers / swr / rasterizer / core / binner.cpp
2018-02-16 George Kyriazisswr/rast: More precise user clip distance interpolation
2018-02-16 George Kyriazisswr/rast: Removed unused variable
2018-02-16 George Kyriazisswr/rast: Separate RDTSC code from archrast
2018-01-19 George Kyriazisswr/rast: Implement Early Rasterization optimization
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: Pull most of the VPAI manipulation out of...
2017-12-15 Tim Rowleyswr/rast: Move GatherScissors to header
2017-12-15 Tim Rowleyswr/rast: Corrections to multi-scissor handling
2017-12-15 Tim Rowleyswr/rast: Binner fixes for viewport index offset handling
2017-11-20 Tim Rowleyswr/rast: Add alignment to transpose targets
2017-10-19 Tim Rowleyswr/rast: Miscellaneous viewport array code changes
2017-09-13 Tim Rowleyswr/rast: Missed conversion to SIMD_T
2017-09-13 Tim Rowleyswr/rast: Start to remove hardcoded clipcull_dist verte...
2017-09-13 Tim Rowleyswr/rast: Move clip/cull enables in API
2017-09-06 Tim Rowleyswr/rast: Remove use of C++14 template variable
2017-09-06 Tim Rowleyswr/rast: SIMD16 FE remove templated immediates workaround
2017-09-06 Tim Rowleyswr/rast: FE/Binner - unify SIMD8/16 functions using...
2017-08-02 Tim Rowleyswr/rast: constify swr rasterizer
2017-08-02 Tim Rowleyswr/rast: stop using MSFT types in platform independent...
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: Fix unused variable warnings
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: Fix read-back of render target array index
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: code cleanup (no functional change)
2017-05-30 Tim Rowleyswr/rast: move wireframe/point triangle binning after...
2017-05-30 Tim Rowleyswr/rast: code cleanup (no functional change)
2017-05-30 Tim Rowleyswr/rast: move binner utility functions to binner.h
2017-05-30 Tim Rowleyswr/rast: SIMD16 FE - fix conservative rasterization
2017-05-30 Tim Rowleyswr/rast: clean up whitespace
2017-05-30 Tim Rowleyswr/rast: adjust BinPostSetupPoints* function signature
2017-05-30 Tim Rowleyswr/rast: remove extra pixel center adjustment in BinPo...
2017-05-09 George Kyriazisswr/rast: support polygonmode point
2017-04-29 Tim Rowleyswr/rast: remove unused variables in the SIMD16 FE
2017-04-29 Tim Rowleyswr/rast: move construction of const above goto
2017-04-29 Tim Rowleyswr/rast: add SIMDAPI decorators in binner/clipper
2017-04-11 Tim Rowleyswr: [rasterizer core] Fix unused variable warnings
2017-04-11 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP - Clipper
2017-04-11 Tim Rowleyswr: [rasterizer core] Reduce templates to speed compile
2017-04-05 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP
2017-04-05 Tim Rowleyswr: [rasterizer core] Programmable sample position...
2017-04-05 Tim Rowleyswr: [rasterizer core] Fix center sample pattern
2017-03-28 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP
2017-03-20 Tim Rowleyswr: [rasterizer] Convert more SWR_ASSERT(false, ....
2017-03-20 Tim Rowleyswr: [rasterizer] Slight assert refactoring
2016-12-09 Ilia Mirkinswr: [rasterizer core] supply proper clip distances...
2016-12-09 Ilia Mirkinswr: [rasterizer core] perform perspective division...
2016-11-14 Tim Rowleyswr: [rasterizer core] fix culling issues
2016-11-14 Tim Rowleyswr: [rasterizer core] various code style changes
2016-10-14 Tim Rowleyswr: [rasterizer core] move binner functionality to...