Re: [Mesa-dev] [PATCH 5/5] i965/clear: Don't perform redundant depth clears

2017-07-24 Thread Kenneth Graunke
On Sunday, July 23, 2017 10:40:42 PM PDT Jason Ekstrand wrote: > I just remembered that we never merged these. IIRC, it's about 3% on > Manhattan. Oh wow, I thought we landed these. I've rebased them, reviewed, and will remeasure and resend soon (in case Topi wants me to rework anything). --Ke

Re: [Mesa-dev] [PATCH 5/5] i965/clear: Don't perform redundant depth clears

2017-07-23 Thread Jason Ekstrand
I just remembered that we never merged these. IIRC, it's about 3% on Manhattan. On June 14, 2017 6:54:41 PM Jason Ekstrand wrote: We already have this little optimization for color clears. Now that we're actually tracking whether or not a slice has any fast-clear blocks, It's easy enough t

[Mesa-dev] [PATCH 5/5] i965/clear: Don't perform redundant depth clears

2017-06-14 Thread Jason Ekstrand
We already have this little optimization for color clears. Now that we're actually tracking whether or not a slice has any fast-clear blocks, It's easy enough to add for depth clears too. --- src/mesa/drivers/dri/i965/brw_clear.c | 34 --- src/mesa/drivers/dri/i965