aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/Android.mk
diff options
context:
space:
mode:
authorJordan Justen <[email protected]>2014-06-29 11:55:26 -0700
committerJordan Justen <[email protected]>2015-03-09 23:56:50 -0700
commitaedcd466bb9d899e892f9d47f96fbca5e5647133 (patch)
tree5435bcf7bfb5210e3d5be975ab828e6e193774ea /src/mesa/drivers/dri/Android.mk
parent4d318b61fc14c7ed550007cb568ff27dbeab1662 (diff)
i965/hiz: Start to separate miptree out from hiz buffers
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 <[email protected]> Reviewed-by: Topi Pohjolainen <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Ben Widawsky <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/Android.mk')
0 files changed, 0 insertions, 0 deletions