mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Wed Jun 4 14:59:52 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:
 common.py                   |   15 +++-
 src/mesa/SConscript         |  207 +++++++++++++++++++++++--------------------
 src/mesa/x86-64/Makefile    |    2 +-
 src/mesa/x86/3dnow_normal.S |    1 +
 src/mesa/x86/3dnow_xform1.S |    1 +
 src/mesa/x86/3dnow_xform2.S |    1 +
 src/mesa/x86/3dnow_xform3.S |    1 +
 src/mesa/x86/3dnow_xform4.S |    1 +
 src/mesa/x86/gen_matypes.c  |    1 -
 src/mesa/x86/mmx_blend.S    |    3 +-
 src/mesa/x86/sse_normal.S   |    1 +
 src/mesa/x86/sse_xform1.S   |    1 +
 src/mesa/x86/sse_xform2.S   |    1 +
 src/mesa/x86/sse_xform3.S   |    1 +
 src/mesa/x86/sse_xform4.S   |    1 +
 src/mesa/x86/x86_cliptest.S |    1 +
 src/mesa/x86/x86_xform2.S   |    1 +
 src/mesa/x86/x86_xform3.S   |    1 +
 src/mesa/x86/x86_xform4.S   |    1 +
 19 files changed, 140 insertions(+), 102 deletions(-)

       via  113ab51a8cf767cc95bdc9f6faea6956e17c1da7 (commit)
       via  5c9c6b0d2398715d035e939eb8672ed7e95cfec5 (commit)
       via  fc286ff3ba089af5f1aca2d35b93b53a9383b1cf (commit)
      from  8223add3304451d5e75737a6d1be1739e4517943 (commit)


- Commits -----------------------------------------------
commit 113ab51a8cf767cc95bdc9f6faea6956e17c1da7
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Wed Jun 4 23:57:55 2008 +0900

    scons: Some provisions to cross-compile x86 on x86_64 machines and vice-versa.

commit 5c9c6b0d2398715d035e939eb8672ed7e95cfec5
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Wed Jun 4 23:56:57 2008 +0900

    scons: Generate matypes.h at build time.
    
    Also cleanup mesa SConscript.

commit fc286ff3ba089af5f1aca2d35b93b53a9383b1cf
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Wed Jun 4 23:55:55 2008 +0900

    mesa: Remove assyntax.h include from generated matypes.h.
    
    matypes.h doesn't really depend on assyntax.h; assyntax.h is only present
    on x86; and this way we remove the need of grep being available (which is
    relevant for scons and non-unix platforms).

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




More information about the mesa-commit mailing list