mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Wed Apr 16 02:38:51 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/gallium/SConscript                             |    1 +
 src/gallium/auxiliary/translate/SConscript         |    2 +-
 .../auxiliary/translate/translate_generic.c        |   32 ++++++++++----------
 3 files changed, 18 insertions(+), 17 deletions(-)

       via  fd6acabd2f62fe006b078ae7640a944c7f65903c (commit)
       via  e2269e94c0ecaa97c7153815489e59c9ca64c243 (commit)
      from  a5a7dc24ba2dcf9bbdd73709c4c182e324bdc3a5 (commit)


- Commits -----------------------------------------------
commit fd6acabd2f62fe006b078ae7640a944c7f65903c
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Wed Apr 16 11:42:08 2008 +0900

    gallium: Get the translate module to build on msvc.
    
    Appearently MSVC c-preprocessor parses "255.0f" as two tokens:
    "255.0" and "f", and performs variable substitution on "f".

commit e2269e94c0ecaa97c7153815489e59c9ca64c243
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Wed Apr 16 11:39:22 2008 +0900

    gallium: Build and link the translate module.

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




More information about the mesa-commit mailing list