mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Thu Jul 17 16:20:49 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                                   |  685 ++++++++++----------
 src/gallium/auxiliary/util/p_debug.c               |   32 +-
 src/gallium/auxiliary/util/p_tile.c                |   83 ++-
 src/gallium/auxiliary/util/p_tile.h                |    7 +
 src/gallium/state_trackers/python/SConscript       |    1 +
 src/gallium/state_trackers/python/gallium.i        |   54 ++-
 src/gallium/state_trackers/python/st_sample.c      |  548 ++++++++++++++++
 .../state_trackers/python/st_sample.h}             |   22 +-
 src/gallium/state_trackers/python/tests/data.py    |  285 --------
 src/gallium/state_trackers/python/tests/texture.py |   49 +-
 10 files changed, 1042 insertions(+), 724 deletions(-)
 create mode 100644 src/gallium/state_trackers/python/st_sample.c
 copy src/{egl/main/egldefines.h => gallium/state_trackers/python/st_sample.h} (76%)
 delete mode 100644 src/gallium/state_trackers/python/tests/data.py

       via  e74f94b39ac47a319ee21c526315fb6fbc1513de (commit)
       via  174c6912d68a954ff5eddf8b953b813e2eac3deb (commit)
       via  6a65a0d9efb82b11cafe5b411abddd57a4fb838a (commit)
       via  c76787a1dcfa10b00fae5ac7f3d71dda758123cf (commit)
       via  381e3489c21c177d87bac9d7cdbfe7e2611772e5 (commit)
       via  d398e1360d5c1c0f44a4ba9cd167c39a29ce8254 (commit)
      from  457bb10cee6a2f6f7b7e320f066a26e24e13c550 (commit)


- Commits -----------------------------------------------
commit e74f94b39ac47a319ee21c526315fb6fbc1513de
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Fri Jul 18 01:08:06 2008 +0900

    python: Reimplement the generation of random texture samples in C.

commit 174c6912d68a954ff5eddf8b953b813e2eac3deb
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Thu Jul 17 22:54:14 2008 +0900

    gallium: Expose the ability to get a tile outside a surface.

commit 6a65a0d9efb82b11cafe5b411abddd57a4fb838a
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Thu Jul 17 11:26:53 2008 +0900

    gallium: Be less verbose with debug options messages.

commit c76787a1dcfa10b00fae5ac7f3d71dda758123cf
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Thu Jul 17 11:25:20 2008 +0900

    scons: Set default LIBS env var.

commit 381e3489c21c177d87bac9d7cdbfe7e2611772e5
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Thu Jul 17 11:23:43 2008 +0900

    scons: Convert tabs to spaces.

commit d398e1360d5c1c0f44a4ba9cd167c39a29ce8254
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Thu Jul 17 10:27:10 2008 +0900

    python: Reimplement tile comparison in C to speed up tests.

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




More information about the mesa-commit mailing list