mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Mon Jul 14 15:55:52 UTC 2008


The branch, gallium-0.1 has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.1

Summary of changes:
 src/mesa/main/stencil.c |   96 ++++++++++++++++++++++++-----------------------
 1 files changed, 49 insertions(+), 47 deletions(-)

       via  2833d4e715d613384e413fe113d608b8daf0460d (commit)
      from  6852ef64f34e5cdcd7f2b3f16f2db74f4d35868e (commit)


- Commits -----------------------------------------------
commit 2833d4e715d613384e413fe113d608b8daf0460d
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Mon Jul 14 09:55:33 2008 -0600

    mesa: fix stencil state problem when GL_ATI_separate_stencil wasn't enabled
    
    In glStencilFunc/Op/Mask() set both the front and back-face state, unless
    GL_EXT_stencil_two_side is enabled.  Before, we only set the front+back state
    if GL_ATI_separate_stencil was enabled.
    
    Ultimately, we probably should remove GL_EXT_stencil_two_side since it's
    incompatible with GL 2.x.

---------------------------------




More information about the mesa-commit mailing list