Re: [Mesa-dev] [PATCH 3/3] i965/tex_image: Avoid the ASTC LDR workaround on gen9lp

2018-03-07 Thread Eero Tamminen
Hi, This drops the internal benchmark startup time from 18 to ~1 seconds (for warm startup) on the gen9lp platform where I tested it. Tested-by: Eero tammi...@intel.com - Eero On 06.03.2018 00:07, Nanley Chery wrote: Both the internal documentation and the results of testing this in

Re: [Mesa-dev] [PATCH 3/3] i965/tex_image: Avoid the ASTC LDR workaround on gen9lp

2018-03-06 Thread Nanley Chery
On Tue, Mar 06, 2018 at 12:22:40AM -0800, Kenneth Graunke wrote: > On Monday, March 5, 2018 2:07:55 PM PST Nanley Chery wrote: > > Both the internal documentation and the results of testing this in the > > CI suggest that this is unnecessary. Add the fixes tag because this > > reduces an internal b

Re: [Mesa-dev] [PATCH 3/3] i965/tex_image: Avoid the ASTC LDR workaround on gen9lp

2018-03-06 Thread Kenneth Graunke
On Monday, March 5, 2018 2:07:55 PM PST Nanley Chery wrote: > Both the internal documentation and the results of testing this in the > CI suggest that this is unnecessary. Add the fixes tag because this > reduces an internal benchmark's startup time significantly. Eero > reported that a less optima

[Mesa-dev] [PATCH 3/3] i965/tex_image: Avoid the ASTC LDR workaround on gen9lp

2018-03-05 Thread Nanley Chery
Both the internal documentation and the results of testing this in the CI suggest that this is unnecessary. Add the fixes tag because this reduces an internal benchmark's startup time significantly. Eero reported that a less optimal version of this patch reduced the startup time of the benchmark by