Re: [Mesa-dev] [PATCH 07/16] intel: Add function for marking needed downsample

2012-08-06 Thread Eric Anholt
Chad Versace writes: > Add function intel_renderbuffer_set_needs_downsample. It is a no-op > except on multisample winsys buffers shared with DRI2. Squash into next commit and this gets Reviewed-by: Eric Anholt pgpCcBp2Gd83A.pgp Description: PGP signature

[Mesa-dev] [PATCH 07/16] intel: Add function for marking needed downsample

2012-08-02 Thread Chad Versace
Add function intel_renderbuffer_set_needs_downsample. It is a no-op except on multisample winsys buffers shared with DRI2. Reviewed-by: Paul Berry Signed-off-by: Chad Versace --- src/mesa/drivers/dri/intel/intel_fbo.c | 10 ++ src/mesa/drivers/dri/intel/intel_fbo.h | 3 +++ 2 files cha