Re: [Mesa-dev] [PATCH 2/8] intel: Add functions for checking if objs have hiz enabled

2013-04-10 Thread Eric Anholt
Chad Versace writes: > On 04/09/2013 04:03 PM, Eric Anholt wrote: >> Kenneth Graunke writes: >> >>> From: Chad Versace >>> >>> On Haswell, HiZ will selectively be enabled on individual miptree slices >>> to workaround a hardware bug. The two new functions below will permit us >>> to detect if h

Re: [Mesa-dev] [PATCH 2/8] intel: Add functions for checking if objs have hiz enabled

2013-04-09 Thread Chad Versace
On 04/09/2013 04:03 PM, Eric Anholt wrote: Kenneth Graunke writes: From: Chad Versace On Haswell, HiZ will selectively be enabled on individual miptree slices to workaround a hardware bug. The two new functions below will permit us to detect if hiz is enabled for a particular slice. inte

Re: [Mesa-dev] [PATCH 2/8] intel: Add functions for checking if objs have hiz enabled

2013-04-09 Thread Eric Anholt
Kenneth Graunke writes: > From: Chad Versace > > On Haswell, HiZ will selectively be enabled on individual miptree slices > to workaround a hardware bug. The two new functions below will permit us > to detect if hiz is enabled for a particular slice. > > intel_miptree_slice_has_hiz > intel_r

[Mesa-dev] [PATCH 2/8] intel: Add functions for checking if objs have hiz enabled

2013-04-09 Thread Kenneth Graunke
From: Chad Versace On Haswell, HiZ will selectively be enabled on individual miptree slices to workaround a hardware bug. The two new functions below will permit us to detect if hiz is enabled for a particular slice. intel_miptree_slice_has_hiz intel_renderbuffer_has_hiz The functions are n