summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/swr/swr_clear.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-11swr: switch to using SwrGetInterface api tableTim Rowley1-3/+3
2017-06-26swr: set an explicit clear_rect if scissor is not enabled.Bruce Cherniak1-1/+9
2016-12-02swr: Fix type to match parameters of std::max()George Kyriazis1-7/+7
2016-11-23swr: clear every layer of the attached surfacesIlia Mirkin1-6/+29
2016-11-23swr: [rasterizer core] pipe renderTargetArrayIndex through to clearsIlia Mirkin1-1/+1
2016-11-21swr: call swr_update_derived unconditionally when drawing/clearingIlia Mirkin1-2/+1
2016-11-16swr: [rasterizer core] fix clear with multiple color attachmentsTim Rowley1-12/+4
2016-08-17swr: [rasterizer core] only use Viewport/Scissors during SwrDraw* operationsTim Rowley1-10/+2
2016-08-10gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák1-2/+4
2016-03-14gallium/swr: Resource managementBruce Cherniak1-2/+2
2016-03-02gallium/swr: add OpenSWR driverTim Rowley1-0/+142