swr/rast: Add support for dynamic vertex size for VS output
[mesa.git] / src / gallium / drivers / swr / rasterizer / core / state.h
2017-06-16 Tim Rowleyswr/rast: Add support for dynamic vertex size for VS...
2017-06-16 Tim Rowleyswr/rast: Rework attribute layout
2017-06-16 Tim Rowleyswr/rast: Remove explicit primitive id slot in the...
2017-06-08 Tim Rowleyswr: relax c++ requirement from c++14 to c++11
2017-05-30 Tim Rowleyswr/rast: whitespace changes
2017-05-30 Tim Rowleyswr/rast: add renderTargetArrayIndex to SWR_PS_CONTEXT
2017-05-30 Tim Rowleyswr/rast: SIMD16 FE - add SIMD16 types to jitter
2017-04-29 Tim Rowleyswr/rast: enable per-warp scratch space for CS
2017-04-29 Tim Rowleyswr/rast: more flexible max attribute slots
2017-04-11 Tim Rowleyswr: [rasterizer core] Code formating change
2017-04-05 Tim Rowleyswr: [rasterizer core] Programmable sample position...
2017-04-05 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP
2017-03-20 Tim Rowleyswr: [rasterizer] Backend code adjustments
2017-02-23 George Kyriazisswr: fix index buffers with non-zero indices
2016-11-16 Tim Rowleyswr: [rasterizer core] fix clear with multiple color...
2016-11-14 Tim Rowleyswr: [rasterizer core] remove driverType
2016-11-14 Tim Rowleyswr: [rasterizer core] add mode for aux buffer in the...
2016-11-14 Tim Rowleyswr: [rasterizer core/jitter] fix alpha test bug
2016-11-10 Ilia Mirkinswr: [rasterizer core] allow an OpenGL driver to specif...
2016-10-11 Tim Rowleyswr: [rasterizer core] implement depth bounds test
2016-08-17 Tim Rowleyswr: [rasterizer core] align stats structures
2016-08-10 Tim Rowleyswr: [rasterizer core] split FE and BE stats
2016-08-10 Tim Rowleyswr: [rasterizer core] viewport array support
2016-08-10 Tim Rowleyswr: [rasterizer core] add rasterizerSampleCount to...
2016-08-10 Tim Rowleyswr: [rasterizer core] improve implementation for SoWri...
2016-07-20 Tim Rowleyswr: [rasterizer core] rename *_MAX enum values to...
2016-07-20 Tim Rowleyswr: [rasterizer] attribute swizzling and linkage
2016-07-12 Tim Rowleyswr: [rasterizer core] conservative rast backend changes
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-06-23 Tim Rowleyswr: [rasterizer core] track whether GS outputs viewpor...
2016-06-23 Tim Rowleyswr: [rasterizer core] GS viewport array index attribute
2016-06-23 Tim Rowleyswr: [rasterizer core] conservative rasterization front...
2016-05-25 Bruce Cherniakswr: [rasterizer] Correctly select optimized primitive...
2016-04-27 Tim Rowleyswr: [rasterizer core] implement legacy depth bias...
2016-04-22 Tim Rowleyswr: [rasterizer] Interpolation utility functions
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-12 Tim Rowleyswr: [rasterizer core] Quantize depth to depth buffer...
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-25 Tim Rowleyswr: [rasterizer] remove use of BYTE type
2016-03-25 Tim Rowleyswr: [rasterizer core] backend reorganization
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-03 Tim Rowleygallium/swr: add OpenSWR rasterizer