mesa: Changes to 'mesa_7_2_branch'

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


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

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  a155ead5159a11abca1c6c93ba068f6a6371f0f3 (commit)
      from  5b0f65245633553105e7dd0bcac4e96be9210694 (commit)


- Commits -----------------------------------------------
commit a155ead5159a11abca1c6c93ba068f6a6371f0f3
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Sep 16 15:50:44 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