mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Thu Jun 12 02:21:36 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/SConscript      |    9 +
 src/mesa/main/api_exec.c |    5 +
 src/mesa/main/attrib.c   |    3 +
 src/mesa/main/get.c      |   56 +-
 src/mesa/main/get_gen.py |    4 -
 src/mesa/main/macros.h   |    7 +
 src/mesa/main/sources    |    6 +
 src/mesa/main/texenv.c   |  861 +++++++++++++++++
 src/mesa/main/texenv.h   |   52 +
 src/mesa/main/texgen.c   |  601 ++++++++++++
 src/mesa/main/texgen.h   |   62 ++
 src/mesa/main/texparam.c | 1035 ++++++++++++++++++++
 src/mesa/main/texparam.h |   63 ++
 src/mesa/main/texstate.c | 2393 ----------------------------------------------
 src/mesa/main/texstate.h |   75 --
 src/mesa/sources         |    3 +
 16 files changed, 2757 insertions(+), 2478 deletions(-)
 create mode 100644 src/mesa/main/texenv.c
 create mode 100644 src/mesa/main/texenv.h
 create mode 100644 src/mesa/main/texgen.c
 create mode 100644 src/mesa/main/texgen.h
 create mode 100644 src/mesa/main/texparam.c
 create mode 100644 src/mesa/main/texparam.h

       via  11461f52be35d12bfe59ce0e9271cde8f118ed8e (commit)
       via  222c80893a738b964dc75796d47545d88e6a6973 (commit)
       via  77b794201a96300af4473307a7663500d62296e8 (commit)
       via  7ecac78ab53016ae3db3dd601b187cb050037463 (commit)
       via  27049189d6221fefe43eb55846efaa51742dcdf4 (commit)
      from  2fed8d8496af4aa9105de298c6f320a85eb01623 (commit)


- Commits -----------------------------------------------
commit 11461f52be35d12bfe59ce0e9271cde8f118ed8e
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Jun 11 20:16:16 2008 -0600

    mesa: refactor: update SConscript with recently added new source files

commit 222c80893a738b964dc75796d47545d88e6a6973
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Jun 11 20:13:07 2008 -0600

    mesa: refactor: move various ENUM_TO_x macros into macros.h

commit 77b794201a96300af4473307a7663500d62296e8
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Jun 11 20:05:53 2008 -0600

    mesa: refactor: move glTexParameter-related functions into new texparam.c file

commit 7ecac78ab53016ae3db3dd601b187cb050037463
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Jun 11 19:58:30 2008 -0600

    mesa: refactor: move glTexEnv-related functions into new texenv.c file

commit 27049189d6221fefe43eb55846efaa51742dcdf4
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Jun 11 19:48:01 2008 -0600

    mesa: refactor: move glTexGen-related functions into new texgen.c file

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




More information about the mesa-commit mailing list