Re: [Mesa-dev] [PATCH V2] util/disk_cache: compress individual cache entries

2017-05-25 Thread Timothy Arceri
On 05/04/17 08:23, Brian Paul wrote: On 03/04/2017 07:12 AM, Emil Velikov wrote: On 2 March 2017 at 21:52, Timothy Arceri wrote: On 03/03/17 01:49, Emil Velikov wrote: Hi Tim, On 2 March 2017 at 01:36, Timothy Arceri wrote: This reduces the cache size for Deus Ex from ~160M to ~30M for

Re: [Mesa-dev] [PATCH V2] util/disk_cache: compress individual cache entries

2017-04-04 Thread Brian Paul
On 03/04/2017 07:12 AM, Emil Velikov wrote: On 2 March 2017 at 21:52, Timothy Arceri wrote: On 03/03/17 01:49, Emil Velikov wrote: Hi Tim, On 2 March 2017 at 01:36, Timothy Arceri wrote: This reduces the cache size for Deus Ex from ~160M to ~30M for radeonsi. I'm also seeing the followi

Re: [Mesa-dev] [PATCH V2] util/disk_cache: compress individual cache entries

2017-03-04 Thread Emil Velikov
On 2 March 2017 at 21:52, Timothy Arceri wrote: > > On 03/03/17 01:49, Emil Velikov wrote: >> >> Hi Tim, >> >> On 2 March 2017 at 01:36, Timothy Arceri wrote: >>> >>> This reduces the cache size for Deus Ex from ~160M to ~30M for >>> radeonsi. >>> >>> I'm also seeing the following improvements in

Re: [Mesa-dev] [PATCH V2] util/disk_cache: compress individual cache entries

2017-03-02 Thread Timothy Arceri
On 03/03/17 01:49, Emil Velikov wrote: Hi Tim, On 2 March 2017 at 01:36, Timothy Arceri wrote: This reduces the cache size for Deus Ex from ~160M to ~30M for radeonsi. I'm also seeing the following improvements in minimum fps in the Shadow of Mordor benchmark: no-cache:

Re: [Mesa-dev] [PATCH V2] util/disk_cache: compress individual cache entries

2017-03-02 Thread Marek Olšák
With Emil's suggestions applied: Acked-by: Marek Olšák Whoever wants a different compression algorithm can send a patch. Marek On Thu, Mar 2, 2017 at 2:36 AM, Timothy Arceri wrote: > This reduces the cache size for Deus Ex from ~160M to ~30M for > radeonsi. > > I'm also seeing the following i

Re: [Mesa-dev] [PATCH V2] util/disk_cache: compress individual cache entries

2017-03-02 Thread Emil Velikov
Hi Tim, On 2 March 2017 at 01:36, Timothy Arceri wrote: > This reduces the cache size for Deus Ex from ~160M to ~30M for > radeonsi. > > I'm also seeing the following improvements in minimum fps in the > Shadow of Mordor benchmark: > > no-cache:~10fps > with-cache-no-compressi

[Mesa-dev] [PATCH V2] util/disk_cache: compress individual cache entries

2017-03-01 Thread Timothy Arceri
This reduces the cache size for Deus Ex from ~160M to ~30M for radeonsi. I'm also seeing the following improvements in minimum fps in the Shadow of Mordor benchmark: no-cache:~10fps with-cache-no-compression: ~15fps with-cache-and-compression: ~20fps Note the with cache re