Reviewed-by: Jason Ekstrand
On Wed, Jul 19, 2017 at 1:07 PM, Topi Pohjolainen <
topi.pohjolai...@gmail.com> wrote:
> v2 (Jason):
>- s/separate_stencil_surface/make_separate_stencil_surface/
>- drop the check for separate stencil when wrapping an
> existing buffer object with miptree
v2 (Jason):
- s/separate_stencil_surface/make_separate_stencil_surface/
- drop the check for separate stencil when wrapping an
existing buffer object with miptree. This is dead code as
the first thing needs_separate_stencil() checks is
MIPTREE_LAYOUT_FOR_BO-flag and says no.
C