swr/rast: Optimize late/bindless JIT of samplers
[mesa.git] / src / gallium / drivers / swr / rasterizer / core / rasterizer.cpp
2018-04-18 George Kyriazisswr/rast: Optimize late/bindless JIT of samplers
2018-02-16 George Kyriazisswr/rast: Removed unused variable
2018-02-16 George Kyriazisswr/rast: Separate RDTSC code from archrast
2017-09-13 Tim Rowleyswr/rast: Move clip/cull enables in API
2017-06-30 Tim Rowleyswr/rast: Split rasterizer.cpp to improve compile time
2017-04-29 Tim Rowleyswr/rast: more flexible max attribute slots
2017-04-11 Tim Rowleyswr: [rasterizer core] Reduce templates to speed compile
2017-04-05 Tim Rowleyswr: [rasterizer core] Programmable sample position...
2017-04-05 Tim Rowleyswr: [rasterizer core] Fix center sample pattern
2017-03-20 Tim Rowleyswr: [rasterizer] Slight assert refactoring
2016-09-20 Tim Rowleyswr: [rasterizer core] Add macros for mapping ArchRast...
2016-08-29 Tim Rowleyswr: [rasterier core] fix GetRasterizerFunc selection
2016-08-29 Tim Rowleyswr: [rasterizer core] upper left rule for scissors
2016-08-29 Tim Rowleyswr: [rasterizer core] per-primitive viewports/scissors
2016-08-17 Tim Rowleyswr: [rasterizer core] only use Viewport/Scissors durin...
2016-08-10 Tim Rowleyswr: [rasterizer core] update trivial accept test condi...
2016-08-04 Tim Rowleyswr: [rasterizer core] static analysis fixes for conser...
2016-08-04 Tim Rowleyswr: [rasterizer core] implement InnerConservative...
2016-08-04 Tim Rowleyswr: [rasterizer core] rename variable
2016-08-04 Tim Rowleyswr: [rasterizer core] conservative rast degenerate...
2016-07-20 Tim Rowleyswr: [rasterizer core] fix for possible int32 overflow...
2016-07-20 Tim Rowleyswr: [rasterizer core] rename *_MAX enum values to...
2016-07-20 Tim Rowleyswr: [rasterizer core] support range of values in Templ...
2016-07-12 Tim Rowleyswr: [rasterizer core] correct MSAA behavior for conser...
2016-07-12 Tim Rowleyswr: [rasterizer core] conservative rast backend changes
2016-04-27 Tim Rowleyswr: [rasterizer] warning cleanup
2016-04-27 Tim Rowleyswr: [rasterizer core] implement legacy depth bias...
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] backend reorganization
2016-03-25 Tim Rowleyswr: [rasterizer core] fix rasterizing multisampling...
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-03 Tim Rowleygallium/swr: add OpenSWR rasterizer