mesa: Changes to 'master'

Brian Paul brianp at kemper.freedesktop.org
Tue Sep 16 22:29:14 UTC 2008


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

Summary of changes:
 src/mesa/main/mtypes.h             |    4 +-
 src/mesa/shader/shader_api.c       |   62 +++++++++--------
 src/mesa/shader/slang/slang_link.c |  139 +++++++++++++++++++-----------------
 src/mesa/shader/slang/slang_link.h |    8 +--
 4 files changed, 110 insertions(+), 103 deletions(-)

       via  27341a97a17b23fdf57d33f78b475a474db71e4a (commit)
      from  d43951192baa7b76d3e035d689f73c1d2955cddb (commit)


- Commits -----------------------------------------------
commit 27341a97a17b23fdf57d33f78b475a474db71e4a
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Sep 16 16:28:36 2008 -0600

    mesa: rework GLSL vertex attribute binding
    
    Calls to glBindAttribLocation() should not take effect until the next time
    that glLinkProgram() is called.
    gl_shader_program::Attributes now just contains user-defined bindings.
    gl_shader_program::VertexProgram->Attributes contains the actual/final bindings.

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




More information about the mesa-commit mailing list