On Mon,  5 Dec 2011 11:21:21 -0800 (PST), airl...@kemper.freedesktop.org (Dave 
Airlie) wrote:
> Module: Mesa
> Branch: master
> Commit: 4ed8a585840865550bb9acac38c5ef26670a1fb8
> URL:    
> http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ed8a585840865550bb9acac38c5ef26670a1fb8
> 
> Author: Dave Airlie <airl...@redhat.com>
> Date:   Fri Nov 11 15:55:30 2011 +0000
> 
> radeon: update flush according to glXMakeCurrent man page
> 
> This also copies code from intel driver to do this.
> 
> Signed-off-by: Dave Airlie <airl...@redhat.com>

It actually looks like neither of us should need it, or the core test is
broken.  From context.c:

   if (curCtx && 
      (curCtx->WinSysDrawBuffer || curCtx->WinSysReadBuffer) &&
       /* make sure this context is valid for flushing */
      curCtx != newCtx)
      _mesa_flush(curCtx);

Attachment: pgpVYBp6KTKdU.pgp
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to