mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Wed Jul 23 00:42:43 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/shader/slang/slang_builtin.c        |   12 +-
 src/mesa/shader/slang/slang_codegen.c        |  190 +++++++++++++++++++++++++-
 src/mesa/shader/slang/slang_compile_struct.c |    1 +
 src/mesa/shader/slang/slang_compile_struct.h |   13 +-
 src/mesa/shader/slang/slang_emit.c           |   57 ++------
 5 files changed, 215 insertions(+), 58 deletions(-)

       via  7f3d6e74817e8880a0712c85f2b41fd88cf6a347 (commit)
       via  0d1ed45cbfd555330c8746b0fc046bdb41d767d0 (commit)
       via  11a5c2d4eea69122fd09f272e68afb95143873c6 (commit)
      from  e4139657e0ac40febef1f5e229317aa58b032261 (commit)


- Commits -----------------------------------------------
commit 7f3d6e74817e8880a0712c85f2b41fd88cf6a347
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Jul 22 18:27:56 2008 -0600

    mesa: glsl: rework swizzle storage handling
    
    Build on the heirarchal approach implemented for arrays/structs.

commit 0d1ed45cbfd555330c8746b0fc046bdb41d767d0
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Jul 22 17:38:55 2008 -0600

    mesa: fix uninitialized var

commit 11a5c2d4eea69122fd09f272e68afb95143873c6
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Jul 22 15:17:10 2008 -0600

    mesa: glsl: implement constructor functions for user-defined types

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




More information about the mesa-commit mailing list