mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Fri Aug 8 11:52:41 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:
 src/gallium/drivers/cell/ppu/cell_screen.c    |    5 +++++
 src/gallium/drivers/i915simple/i915_context.c |    3 +++
 src/gallium/drivers/i915simple/i915_screen.c  |    5 +++++
 src/gallium/drivers/i915simple/i915_winsys.h  |    2 ++
 src/gallium/drivers/i965simple/brw_context.c  |    3 +++
 src/gallium/drivers/i965simple/brw_context.h  |    2 +-
 src/gallium/drivers/i965simple/brw_screen.c   |    5 +++++
 src/gallium/drivers/i965simple/brw_winsys.h   |    2 ++
 src/gallium/drivers/softpipe/sp_screen.c      |    5 +++++
 src/gallium/drivers/trace/tr_context.c        |    6 ++++++
 src/gallium/include/pipe/p_winsys.h           |    2 ++
 11 files changed, 39 insertions(+), 1 deletions(-)

       via  74d649d9a9e85be6dfec170b018b31626d40914b (commit)
       via  9dcb956a0618931c97693f7c74493cf296cfe86c (commit)
       via  be36f7869e8ecc4b00e414557a9699ba373e6bdd (commit)
      from  4e070f10c0a2af8a563eadf7fdb09b11d9067a99 (commit)


- Commits -----------------------------------------------
commit 74d649d9a9e85be6dfec170b018b31626d40914b
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Fri Aug 8 12:31:23 2008 +0100

    trace: Prevent from internal calls from pipe_context to pipe_screen from being traced.

commit 9dcb956a0618931c97693f7c74493cf296cfe86c
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Fri Aug 8 12:23:21 2008 +0100

    gallium: Add destroy callback to all *_winsys interfaces.
    
    For consistency and to simplify these objects' destruction.

commit be36f7869e8ecc4b00e414557a9699ba373e6bdd
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Thu Aug 7 23:32:45 2008 +0100

    i965: Remove extraneous arg to debug_printf.

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




More information about the mesa-commit mailing list