mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Thu Jul 3 06:09:22 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:
 scons/gallium.py                    |   72 +++++++++++++++++++++++++++++++++-
 src/gallium/auxiliary/util/u_blit.c |   10 +++++
 2 files changed, 79 insertions(+), 3 deletions(-)

       via  8ccab313561d8cca3caf8d76504119bf5eb2e9ae (commit)
       via  27d8d6f44faa61a61c330d032111eee64dd8b8c7 (commit)
      from  1ca23061478868d61b9b2e6a30367e8e1de4a456 (commit)


- Commits -----------------------------------------------
commit 8ccab313561d8cca3caf8d76504119bf5eb2e9ae
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Thu Jul 3 15:02:56 2008 +0900

    gallium: Use surface_copy for 1:1 blits.

commit 27d8d6f44faa61a61c330d032111eee64dd8b8c7
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Thu Jul 3 12:42:23 2008 +0900

    scons: Add a env.CodeGenerate method to simplify code generation via python scripts.
    
    env.CodeGenerate(
    	target = 'my_source.c',
    	script = 'my_generator.py',
    	source = ['input.txt', 'another.txt'],
    	command = 'python $SCRIPT $SOURCE > $TARGET'
    )
    
    It will take care generating all appropriate dependencies, including any
    module imported by the generator script, and the respective .pyc file
    side effects.

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




More information about the mesa-commit mailing list