swr/rast: Separate RDTSC code from archrast
[mesa.git] / src / gallium / drivers / swr / rasterizer / core / frontend.h
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: Points with clipdistance can't go through...
2017-08-02 Tim Rowleyswr/rast: constify swr rasterizer
2017-06-30 Tim Rowleyswr/rast: Switch intrinsic usage to SIMDLib
2017-06-16 Tim Rowleyswr/rast: Fix read-back of viewport array index
2017-06-16 Tim Rowleyswr/rast: Refactor includes to limit simdintrin.h usage
2017-06-16 Tim Rowleyswr/rast: SIMD16 FE - improve calcDeterminantIntVertical
2017-05-30 Tim Rowleyswr/rast: remove unused functions
2017-05-30 Tim Rowleyswr/rast: SIMD16 FE - fix/use SIMD16 calcDeterminantInt...
2017-05-30 Tim Rowleyswr/rast: SIMD16 FE - add SIMD16 types to jitter
2017-04-29 Tim Rowleyswr/rast: more flexible max attribute slots
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-04-05 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP
2017-03-28 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP
2017-02-08 Tim Rowleyswr: [rasterizer core] Frontend SIMD16 WIP
2017-02-08 Tim Rowleyswr: [rasterizer core] Frontend SIMD16 WIP
2016-09-20 Tim Rowleyswr: [rasterizer core] Better thread destruction
2016-08-17 Tim Rowleyswr: [rasterizer core] only use Viewport/Scissors durin...
2016-08-17 Tim Rowleyswr: [rasterizer core] change scale on VP matrix elemen...
2016-08-10 Tim Rowleyswr: [rasterizer core] routing of viewport indexes...
2016-08-10 Tim Rowleyswr: [rasterizer core] remove all old stats code
2016-08-10 Tim Rowleyswr: [rasterizer core] viewport array support
2016-07-12 Tim Rowleyswr: [rasterizer core] conservative rast backend changes
2016-06-23 Tim Rowleyswr: [rasterizer core] conservative rasterization front...
2016-05-25 Bruce Cherniakswr: [rasterizer] Correctly select optimized primitive...
2016-04-22 Tim Rowleyswr: [rasterizer] Small cleanups
2016-04-22 Tim Rowleyswr: [rasterizer] Interpolation utility functions
2016-04-22 Tim Rowleyswr: [rasterizer core] TemplateArgUnroller
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-25 Tim Rowleyswr: [rasterizer] Fix run-time check asserts
2016-03-25 Tim Rowleyswr: [rasterizer] code styling and update copyrights
2016-03-25 Tim Rowleyswr: [rasterizer] Discard work + misc fixes
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-03 Tim Rowleygallium/swr: add OpenSWR rasterizer