Re: [Mesa-dev] [PATCH 1/2] util/disk_cache: fix compressed size calculation

2017-03-09 Thread Timothy Arceri
Both pushed. Thanks! ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 1/2] util/disk_cache: fix compressed size calculation

2017-03-08 Thread Grazvydas Ignotas
It incorrectly doubles the size on each iteration. Fixes: 85a9b1b5 "util/disk_cache: compress individual cache entries" Signed-off-by: Grazvydas Ignotas --- src/util/disk_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/disk_cache.c b/src/util/disk_cache.c ind