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

2014-06-01 Thread Pohjolainen, Topi
On Thu, May 29, 2014 at 01:53:41PM -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. > > Si

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

2014-05-29 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. Signed-off-by: Jordan Justen --- src/mesa/drivers/dri/i965/brw_defines.h