Re: [Mesa-dev] [PATCH 3/8] intel: Add offset field to miptree

2012-07-06 Thread Kristian Høgsberg
On Fri, Jul 06, 2012 at 02:11:44PM -0700, Eric Anholt wrote: > Kristian Høgsberg writes: > > > This lets us specify an offset into the bo where the miptree starts, > > which will let us set up a texture for a single plane in a planar buffer. > > While I've not some questions about the other patc

Re: [Mesa-dev] [PATCH 3/8] intel: Add offset field to miptree

2012-07-06 Thread Eric Anholt
Kristian Høgsberg writes: > This lets us specify an offset into the bo where the miptree starts, > which will let us set up a texture for a single plane in a planar buffer. While I've not some questions about the other patches, this one is: Reviewed-by: Eric Anholt pgpiMU3R6GicJ.pgp Descript

[Mesa-dev] [PATCH 3/8] intel: Add offset field to miptree

2012-07-05 Thread Kristian Høgsberg
This lets us specify an offset into the bo where the miptree starts, which will let us set up a texture for a single plane in a planar buffer. Signed-off-by: Kristian Høgsberg --- src/mesa/drivers/dri/i915/i915_texstate.c |2 +- src/mesa/drivers/dri/i965/brw_wm_surface_state.c |