[Mesa-dev] [PATCH v2 01/14] i965/hiz: Start to separate miptree out from hiz buffers

Kenneth Graunke kenneth at whitecape.org
Fri Aug 15 16:28:35 PDT 2014


On Monday, July 21, 2014 11:00:50 PM Jordan Justen wrote:
> Today we allocate a miptree's for the hiz buffer. We needed this in
> the past because we would point the hardware at offsets of the hiz
> buffer. Since the hiz format is not documented, this is not a good
> idea.
> 
> Since moving to support layered rendering on Gen7+, we no longer point
> at an offset into the buffer on Gen7+.
> 
> Therefore, to support hiz on Gen7+, we don't need a full miptree
> structure allocated.
> 
> This patch starts to create a new auxiliary buffer structure
> (intel_miptree_aux_buffer) that can be a more simplistic miptree
> side-band buffer associated with a miptree. (For example, to serve the
> needs of the hiz buffer.)
> 
> Signed-off-by: Jordan Justen <jordan.l.justen at intel.com>
> Reviewed-by: Topi Pohjolainen <topi.pohjolainen at intel.com>

Patches 1-3 are:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140815/9c431f49/attachment.sig>


More information about the mesa-dev mailing list