Re: [Mesa-dev] [v2 22/22] i965: Represent depth surfaces with isl

2017-07-19 Thread Jason Ekstrand
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

[Mesa-dev] [v2 22/22] i965: Represent depth surfaces with isl

2017-07-19 Thread Topi Pohjolainen
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