Re: [Mesa-dev] [PATCH] intel: Be more conservative in disabling tiling to save memory.

2013-04-29 Thread Eric Anholt
Daniel Vetter dan...@ffwll.ch writes: On Thu, Apr 25, 2013 at 03:41:01PM -0700, Eric Anholt wrote: Improves GLB2.7 trex performance 1.01985% +/- 0.721366% on my IVB (n=10) and by 3.38771% +/- 0.584241% (n=15) on my HSW, due to a 32x32 ARGB cubemap going from untiled to tiled. ---

Re: [Mesa-dev] [PATCH] intel: Be more conservative in disabling tiling to save memory.

2013-04-29 Thread Kenneth Graunke
On 04/29/2013 10:24 AM, Eric Anholt wrote: Daniel Vetter dan...@ffwll.ch writes: On Thu, Apr 25, 2013 at 03:41:01PM -0700, Eric Anholt wrote: Improves GLB2.7 trex performance 1.01985% +/- 0.721366% on my IVB (n=10) and by 3.38771% +/- 0.584241% (n=15) on my HSW, due to a 32x32 ARGB

Re: [Mesa-dev] [PATCH] intel: Be more conservative in disabling tiling to save memory.

2013-04-26 Thread Daniel Vetter
On Thu, Apr 25, 2013 at 03:41:01PM -0700, Eric Anholt wrote: Improves GLB2.7 trex performance 1.01985% +/- 0.721366% on my IVB (n=10) and by 3.38771% +/- 0.584241% (n=15) on my HSW, due to a 32x32 ARGB cubemap going from untiled to tiled. ---

[Mesa-dev] [PATCH] intel: Be more conservative in disabling tiling to save memory.

2013-04-25 Thread Eric Anholt
Improves GLB2.7 trex performance 1.01985% +/- 0.721366% on my IVB (n=10) and by 3.38771% +/- 0.584241% (n=15) on my HSW, due to a 32x32 ARGB cubemap going from untiled to tiled. --- src/mesa/drivers/dri/intel/intel_mipmap_tree.c |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-)