mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Fri Jun 6 06:13:59 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:
 SConstruct                                       |   36 +---
 common.py                                        |  280 ----------------------
 common.py => scons/gallium.py                    |  191 +++++++--------
 src/gallium/auxiliary/draw/draw_vs_aos.h         |    4 +
 src/gallium/auxiliary/draw/draw_vs_aos_machine.c |    6 +
 5 files changed, 102 insertions(+), 415 deletions(-)
 copy common.py => scons/gallium.py (68%)

       via  b04aa714afad014f2cdecc3ded9df0586f685921 (commit)
       via  f27c7729a98937a761eacceabdfd03f9d694d257 (commit)
      from  eb189c856d5fa4e4b083a2b265e30aa7548d0613 (commit)


- Commits -----------------------------------------------
commit b04aa714afad014f2cdecc3ded9df0586f685921
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Fri Jun 6 14:48:57 2008 +0900

    scons: Put the tool logic in a frontend tool.
    
    More logic can be shared between public and private branches this way.

commit f27c7729a98937a761eacceabdfd03f9d694d257
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Fri Jun 6 13:29:59 2008 +0900

    draw: Compile draw_vs_aos only on x86.

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




More information about the mesa-commit mailing list