mesa: Changes to 'master'

Brian Paul brianp at kemper.freedesktop.org
Tue Dec 18 23:28:54 UTC 2007


 progs/demos/engine.c                |   19 +
 progs/glsl/Makefile                 |    1 
 progs/glsl/twoside.c                |  348 ++++++++++++++++++++++++++++++++++++
 src/mesa/main/context.h             |    8 
 src/mesa/swrast_setup/ss_triangle.c |    4 
 5 files changed, 366 insertions(+), 14 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit 83af4f3623e799aec36fe839a0a14ff599f5b352
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Dec 18 16:25:48 2007 -0700

    added two-side test

commit 87002aba3b0d36f0a3ca5c34db5e2da86ceb4119
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Dec 18 16:21:49 2007 -0700

    Test GL_VERTEX_PROGRAM_TWO_SIDE and frag shader gl_FrontFacing features

commit caec2a79e6d5fd61e2c889e78457725807f42a8a
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Dec 18 16:20:10 2007 -0700

    added twoside demo

commit 256115bd5e6bb59f3019b52120ca804b7a5c00c0
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Dec 18 16:12:23 2007 -0700

    simplify update two-side lighting test (follow-on to previous front/back-face changes)

commit 441bab8f171b0678303ff46fc79f236c349aafdb
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Dec 18 16:10:11 2007 -0700

    fix NEED_SECONDARY_COLOR for vert/frag progs

commit 85f5e6d7b903fee332a372f8fe1577f79c594276
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Dec 14 17:34:01 2007 -0700

    Fix a quadstrip front/back-face inconsistancy.
    
    Only set front material colors to make it noticable if front/back-face
    determination is incorrect anywhere.




More information about the mesa-commit mailing list