mesa: Changes to 'mesa_7_0_branch'

Brian Paul brianp at kemper.freedesktop.org
Mon Jul 14 15:56:05 UTC 2008


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

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

       via  3a720fdb143d0966323dcde29111547ec9e15a1b (commit)
      from  9a72469da846e1e732c0da978347cd998d1f27d1 (commit)


- Commits -----------------------------------------------
commit 3a720fdb143d0966323dcde29111547ec9e15a1b
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Mon Jul 14 09:55:21 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