mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Fri Aug 15 10:24:14 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/trace/tr_winsys.c |    2 +-
 src/gallium/winsys/xlib/xm_winsys.c   |   62 ++++++++++-----------------------
 2 files changed, 20 insertions(+), 44 deletions(-)

       via  4b1b5ca9bd4d861ac8654c510f12b52a1a646ec4 (commit)
       via  9d58b2a432d44fc2861f2df1a611188f92dc288f (commit)
      from  52ecb8f56368180b5dec303d1d77a8d0596aaef7 (commit)


- Commits -----------------------------------------------
commit 4b1b5ca9bd4d861ac8654c510f12b52a1a646ec4
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Fri Aug 15 11:24:06 2008 +0100

    xlib: Kill xmesa_surface.
    
    A winsys cannot expect that the surfaces passed display_surface are the
    surfaces it created, as surface are now in generate texture views created
    by pipe_screen. Indeed, the fact it was working so far was mere luck.
    
    This fixes a weird tiled output when using the trace pipe driver.
    
    Winsys' surfaces should die.

commit 9d58b2a432d44fc2861f2df1a611188f92dc288f
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Fri Aug 15 11:20:57 2008 +0100

    trace: Fix typo.

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




More information about the mesa-commit mailing list