Re: [Mesa-dev] [PATCH 02/17] i965/gen6: add support for layered renderbuffers

2014-07-23 Thread Kenneth Graunke
On Friday, July 18, 2014 02:16:37 PM Jordan Justen wrote: Rather than pointing the surface_state directly at a single sub-image of the texture for rendering, we now point the surface_state at the top level of the texture, and configure the surface_state as needed based on this. v2: * Use

Re: [Mesa-dev] [PATCH 02/17] i965/gen6: add support for layered renderbuffers

2014-07-22 Thread Pohjolainen, Topi
On Fri, Jul 18, 2014 at 02:16:37PM -0700, Jordan Justen wrote: Rather than pointing the surface_state directly at a single sub-image of the texture for rendering, we now point the surface_state at the top level of the texture, and configure the surface_state as needed based on this. v2: *

[Mesa-dev] [PATCH 02/17] i965/gen6: add support for layered renderbuffers

2014-07-18 Thread Jordan Justen
Rather than pointing the surface_state directly at a single sub-image of the texture for rendering, we now point the surface_state at the top level of the texture, and configure the surface_state as needed based on this. v2: * Use SET_FIELD as suggested by Topi * Simplify min_array_element