mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Fri Feb 22 15:52:24 UTC 2008


 SConstruct                                   |   30 +++++++--
 doxygen/gallium.doxy                         |    3 
 src/SConscript                               |   11 +--
 src/gallium/SConscript                       |    9 ++
 src/gallium/auxiliary/cso_cache/cso_cache.c  |   20 ++++++
 src/gallium/auxiliary/cso_cache/cso_cache.h  |   12 +++
 src/gallium/auxiliary/cso_cache/cso_hash.c   |    6 -
 src/gallium/auxiliary/cso_cache/cso_hash.h   |   19 +++++
 src/gallium/auxiliary/rtasm/rtasm_x86sse.c   |   19 +++--
 src/gallium/drivers/softpipe/sp_tex_sample.c |    6 -
 src/gallium/drivers/softpipe/sp_texture.c    |    2 
 src/gallium/include/pipe/p_compiler.h        |    4 -
 src/gallium/include/pipe/p_pointer.h         |   87 +++++++++++++++++++++++++++
 src/gallium/include/pipe/p_util.h            |   28 --------
 src/gallium/winsys/SConscript                |    3 
 15 files changed, 199 insertions(+), 60 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit f1bef2cba2e6e4c0988b05306dd1435b8c0df3d5
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Fri Feb 22 18:45:20 2008 +0900

    gallium: Countour MSVC's pickyness for structures returned by value.

commit 901b03e84dce21f4241375da179b2199a3162e0c
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Fri Feb 22 18:28:30 2008 +0900

    gallium: Wrap decls in extern "C".

commit 6c597238b2e168b63738ac8cc9167c1d09185aad
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Fri Feb 22 17:22:32 2008 +0900

    gallium: Add cso convenience routine (from Keith's patch).

commit 2cf860b866d80595b7287d6991dc96abc3ca8dd3
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Fri Feb 22 16:22:41 2008 +0900

    gallium: MSVC fixes.

commit e0de82fbcb181f5c3e372ed66b692970a9e80766
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Wed Feb 20 22:25:18 2008 +0100

    gallium: Fix build on Windows.

commit 57060bc1fa82e4e93d2affafecd98219be2f991f
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Wed Feb 20 22:10:27 2008 +0100

    gallium: Silence compiler warnings on Windows.

commit 69a7c9739bc0f11e66e11ab410d813fa69fe5fc9
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Wed Feb 20 22:05:52 2008 +0100

    gallium: Silence compiler warnings on Windows.

commit 6f238275c7c19f7e287b47276e6b4060c270599f
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Wed Feb 20 22:05:06 2008 +0100

    gallium: Define intptr_t for Windows platform.

commit 8828dd1443c7d55697f78757b22be2733e059acf
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Wed Feb 20 22:04:32 2008 +0100

    gallium: Move align_pointer() to p_pointer.h.

commit f44b30f1eb4896668c4fe91cd9b084ea63c9e915
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Wed Feb 20 22:03:59 2008 +0100

    gallium: New file.

commit 26c57d163092d8069c69ff47929e73682b819ab2
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Sat Feb 23 00:46:40 2008 +0900

    Avoid building problematic module/drivers on windows.

commit 16245d9b38c8cfd5c9ad1636bc0cfcce308a740b
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Wed Feb 20 18:57:45 2008 +0900

    Don't parse mesa's rtasm asm module.




More information about the mesa-commit mailing list