mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Sat Jan 26 01:35:54 UTC 2008


 src/mesa/pipe/draw/draw_private.h       |   17 ++
 src/mesa/pipe/draw/draw_vertex_fetch.c  |  193 +++++++++++++++++++++-----------
 src/mesa/pipe/draw/draw_vertex_shader.c |    4 
 src/mesa/pipe/draw/draw_wide_prims.c    |    2 
 src/mesa/pipe/failover/fo_context.c     |    1 
 src/mesa/pipe/i915simple/i915_surface.c |   24 ---
 src/mesa/pipe/i965simple/brw_surface.c  |    4 
 src/mesa/pipe/p_compiler.h              |    3 
 src/mesa/pipe/p_context.h               |   36 +----
 src/mesa/pipe/p_defines.h               |    1 
 src/mesa/pipe/p_util.h                  |    2 
 src/mesa/pipe/pipebuffer/Makefile       |    1 
 src/mesa/pipe/softpipe/sp_prim_setup.c  |    6 
 src/mesa/pipe/softpipe/sp_surface.c     |   25 ----
 src/mesa/pipe/softpipe/sp_tile_cache.c  |    8 -
 src/mesa/pipe/util/p_tile.c             |    4 
 src/mesa/state_tracker/st_cb_flush.c    |   44 +++++--
 src/mesa/state_tracker/st_framebuffer.c |   27 ++++
 src/mesa/state_tracker/st_public.h      |    1 
 src/mesa/state_tracker/st_texture.c     |   35 ++++-
 20 files changed, 262 insertions(+), 176 deletions(-)

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

New commits:
commit 7411a84c2bd6f4dd4f027c6c6a647822cbb4c061
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Fri Jan 25 19:33:58 2008 +0900

    gallium: Define MALLOC_STRUCT.

commit 9cbff50cb8d8c727bb0da1c60813fffe66f390e7
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Thu Jan 24 18:15:30 2008 +0100

    gallium: Fix build on Windows.

commit 337ebdd8f987a76579498d84bdea76a3ee819fcf
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Thu Jan 24 16:41:29 2008 +0100

    gallium: Fix build on Windows.

commit 027983f5850afea753381be454122166c6d56777
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu Jan 24 11:19:06 2008 +0000

    gallium: restructure vertex fetch code slightly

commit c3e4e9260d7527bb0369650b861cba43834f7106
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Thu Jan 24 19:40:14 2008 +0900

    gallium: Fix MSVC float/double conversion warning.

commit 2bca9f6457d8f766ef12891657fc2d10ea72ef54
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Thu Jan 24 19:37:37 2008 +0900

    gallium: Complete integer types.

commit f3aa4de034b0d791ce2e38e8aeb3b3abdb4e3b50
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue Jan 22 14:38:36 2008 +0000

    gallium: minor cleanups to pipe interface
    
    - Remove put/get tile, just have users call put_tile_raw, etc directly.
    - Remove surface_data call, just map it locally.

commit 1e9e4341e08a45c93e7caa90c2cca844469f4629
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Mon Jan 21 20:25:19 2008 +0000

    gallium: add PIPE_FLUSH_SWAPBUFFERS flag

commit 6d2d41294ce7de78d56051261bb4fc345517bf9b
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Mon Jan 21 20:23:32 2008 +0000

    gallium: add notify_swapbuffers_complete, use it to set surfaces to undefined state

commit 596a92ee7590cd3819aad0139cf779d28e57874d
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Mon Jan 21 20:22:49 2008 +0000

    gallium: specialize glFlush vs other flush semantics

commit a97b3f64b36aa8d5905a7ed8b7c9f00324661060
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Jan 18 17:30:21 2008 +0000

    gallium: remove makefile whitespace




More information about the mesa-commit mailing list