swr/rast: SIMD16 FE - fix conservative rasterization
[mesa.git] / src / gallium / drivers / swr / rasterizer / core / binner.cpp
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...