[Mesa-dev] [PATCH 9/9] intel/blorp: Refactor MCS clears

2018-05-15 Thread Jason Ekstrand
This commit renames blorp_fast_clear to blorp_mcs_clear, pulls in the fast clear rectangle calculation into the function, and removes the unneeded level parameter. We could have also removed the x0, y0, x1, and y1 parameters because all of the callers only do full-slice clears. However, partial

[Mesa-dev] [PATCH 9/9] intel/blorp: Refactor MCS clears

2018-02-20 Thread Jason Ekstrand
This commit renames blorp_fast_clear to blorp_mcs_clear, pulls in the fast clear rectangle calculation into the function, and removes the unneeded level parameter. We could have also removed the x0, y0, x1, and y1 parameters because all of the callers only do full-slice clears. However, partial