[Mesa-dev] [PATCH 2/7] swrast: Move the check for fast_copy_pixels() ability to caller.

Brian Paul brianp at vmware.com
Thu Jan 5 10:58:32 PST 2012


On 01/04/2012 07:04 PM, Eric Anholt wrote:
> I'm going to reuse this function from glBlitFramebuffer() handling,
> which wants to do the same thing.
> ---
>   src/mesa/swrast/s_copypix.c |   14 +++++---------
>   1 files changed, 5 insertions(+), 9 deletions(-)

Patches 2-6, Reviewed-by: Brian Paul <brianp at vmware.com>

I found a bug when testing copypixels but it's unrelated to these changes.

With these changes, gl_framebuffer->_DepthBuffer and _StencilBuffer 
are no longer used so swrast/s_depthstencil.[ch] can go away.  I'll 
take care of that.

-Brian


More information about the mesa-dev mailing list