[Mesa-dev] [PATCH] i965/blorp: Use passed in framebuffer rather than ctx-DrawBuffer

2013-09-30 Thread Chris Forbes
We have the destination framebuffer object passed in; there's no need to go digging around in the context. Signed-off-by: Chris Forbes chr...@ijw.co.nz --- src/mesa/drivers/dri/i965/brw_blorp_clear.cpp | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

Re: [Mesa-dev] [PATCH] i965/blorp: Use passed in framebuffer rather than ctx-DrawBuffer

2013-09-30 Thread Chad Versace
On 09/30/2013 12:48 AM, Chris Forbes wrote: We have the destination framebuffer object passed in; there's no need to go digging around in the context. Signed-off-by: Chris Forbes chr...@ijw.co.nz --- src/mesa/drivers/dri/i965/brw_blorp_clear.cpp | 8 1 file changed, 4 insertions(+),