diff options
author | Kenneth Graunke <[email protected]> | 2013-07-02 15:06:10 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-07-03 10:48:15 -0700 |
commit | 466aa712b695010371228f6032bbed210ca206b2 (patch) | |
tree | 661263dbb644f74d41e608fbe30d80815e3293f0 /src/mapi | |
parent | c4c3c0dc940fb021cef237451b50fb762a97f792 (diff) |
i965: Push intel_get_texture_alignment_unit call into brw_miptree_layout
intel_miptree_create_layout() calls intel_get_texture_alignment_unit()
and then immediately calls brw_miptree_layout(). There are no other
callers.
intel_get_texture_alignment_unit() populates the miptree's alignment
unit fields, which are used by brw_miptree_layout() to determine where
to place each miplevel. Since brw_miptree_layout() needs those to be
present, it makes sense to have it initialize them as the first step.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/mapi')
0 files changed, 0 insertions, 0 deletions