On 2017-11-10 16:46:32, Matt Turner wrote:
> On Fri, Nov 10, 2017 at 4:44 PM, Timothy Arceri wrote:
> > On 11/11/17 08:49, Jordan Justen wrote:
> >>
> >> On 2017-11-10 13:15:10, Matt Turner wrote:
> >>>
> >>> Why?
> >>
> >>
> >> For patch 4. Patch 4 can't happen unless zlib is optional because it'
On Fri, Nov 10, 2017 at 4:44 PM, Timothy Arceri wrote:
> On 11/11/17 08:49, Jordan Justen wrote:
>>
>> On 2017-11-10 13:15:10, Matt Turner wrote:
>>>
>>> Why?
>>
>>
>> For patch 4. Patch 4 can't happen unless zlib is optional because it's
>> a pain to enable zlib on windows.
>>
>> No surprise, but
On 11/11/17 08:49, Jordan Justen wrote:
On 2017-11-10 13:15:10, Matt Turner wrote:
Why?
For patch 4. Patch 4 can't happen unless zlib is optional because it's
a pain to enable zlib on windows.
No surprise, but the disk cache actually works without zlib. (Of
course, Tim originally implemented
On 2017-11-10 13:15:10, Matt Turner wrote:
> Why?
For patch 4. Patch 4 can't happen unless zlib is optional because it's
a pain to enable zlib on windows.
No surprise, but the disk cache actually works without zlib. (Of
course, Tim originally implemented it without compression.)
-Jordan
Why?
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev
Cc: Timothy Arceri
Signed-off-by: Jordan Justen
---
src/util/disk_cache.c | 129 ++
1 file changed, 15 insertions(+), 114 deletions(-)
diff --git a/src/util/disk_cache.c b/src/util/disk_cache.c
index fde6e2e0974..911ca8f9234 100644
--- a/src/util/