mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Fri Dec 7 14:59:31 UTC 2007


 src/mesa/pipe/p_inlines.h               |    5 
 src/mesa/pipe/xlib/fakeglx.c            |   17 
 src/mesa/pipe/xlib/xm_api.c             | 1282 ++------------------------------
 src/mesa/pipe/xlib/xm_buffer.c          |  506 ------------
 src/mesa/pipe/xlib/xm_surface.c         |  777 -------------------
 src/mesa/pipe/xlib/xm_winsys.c          |  157 ++-
 src/mesa/pipe/xlib/xmesaP.h             |  457 -----------
 src/mesa/sources                        |    4 
 src/mesa/state_tracker/st_cb_fbo.c      |    5 
 src/mesa/state_tracker/st_cb_texture.c  |   21 
 src/mesa/state_tracker/st_framebuffer.c |    2 
 src/mesa/state_tracker/st_public.h      |    1 
 12 files changed, 277 insertions(+), 2957 deletions(-)

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

New commits:
commit e920f367ede4e275c25c5fa1929c943af3baef46
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Dec 7 07:58:31 2007 -0700

    Remove obsolete xlib driver files

commit 749d723287df348bd36ee43f96de6892a3eba09f
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Dec 7 07:57:54 2007 -0700

    Overhaul the Xlib winsys layer.
    
    Front/back color buffers are now allocated with ordinary malloc() via the
    winsys buffer functions.
    To display surfaces in SwapBuffers() or flush_frontbuffer() we create an
    XImage that wraps the surface, then use XPutImage to copy to the window.
    Shared memory transport disabled for now.

commit f77ce9e4fa6430fd6f4aaf07c58ed12569dec481
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Dec 7 07:53:21 2007 -0700

    added ST_SURFACE_DEPTH

commit ee6b39cfe602bd88a88bedc5af672832d9157105
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Dec 7 07:53:06 2007 -0700

    move surface pitch calculation so it always gets updated

commit 5823f99d0fbc054b87aeb1bc15d413d3eadd27a8
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Dec 7 07:52:35 2007 -0700

    fix void pointer arithmetic warnings

commit b9300f16c40e1fecf6237ca06888e42da85c55b5
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Dec 7 07:48:33 2007 -0700

    silence void ptr arithmetic warning




More information about the mesa-commit mailing list