mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Thu Nov 1 19:08:27 UTC 2007


 src/mesa/pipe/softpipe/sp_surface.c |   10 
 src/mesa/pipe/softpipe/sp_surface.h |    9 
 src/mesa/pipe/xlib/xm_api.c         |   10 
 src/mesa/pipe/xlib/xm_buffer.c      |  184 -
 src/mesa/pipe/xlib/xm_span.c        | 4573 ------------------------------------
 src/mesa/pipe/xlib/xm_surface.c     |  605 ++++
 src/mesa/pipe/xlib/xm_winsys.c      |    2 
 src/mesa/pipe/xlib/xmesaP.h         |   50 
 src/mesa/sources                    |    1 
 9 files changed, 625 insertions(+), 4819 deletions(-)

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

New commits:
commit c4e9bfedbc78e4e38d3ca47d6e5a756f9a07416f
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Nov 1 13:06:53 2007 -0600

    Obsolete file

commit ea50025c76f20259cc6c79bceacd8945f305b738
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Nov 1 13:06:29 2007 -0600

    remove xmesa_set_renderbuffer_funcs()

commit a00bd3fc2f85997d0573ea0e4773ef1e290e1128
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Nov 1 12:57:48 2007 -0600

    disable/omit renderbuffer span code

commit 618089555353070f73dc8ad3b52578db3bedc294
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Nov 1 12:57:26 2007 -0600

    disable/omit renderbuffer span code

commit 1c8d064c39468c8b1ae1e56074a8e470375bd1e0
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Nov 1 12:55:20 2007 -0600

    remove unused funcs, macros

commit b2fabbc1970ad84074fa9c90b44c6943bdcec4d4
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Nov 1 12:54:30 2007 -0600

    xget_image() wrapper to catch BadMatch errors

commit ea816fd6dbba878c74e1b428b3f8180020b4c214
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Nov 1 12:37:13 2007 -0600

    move dither kernels to xm_surface.c

commit ef35f664ca243529577c1b5f232f9ef8575621f5
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Nov 1 12:36:09 2007 -0600

    fix some tile clipping bugs

commit cd132354dd5a6b778402a2e81d54910ac6c7fb8d
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Nov 1 12:26:37 2007 -0600

    move CLIP_TILE, add comments

commit d0dde6e26c142c27408a0b52c153b571b8737d29
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Nov 1 12:24:36 2007 -0600

    rewrite xmesa_get_tile_rgba() to not use span funcs

commit ba0b1bdc332295743874c2e1fa3a2fc0528c70ac
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Nov 1 12:08:01 2007 -0600

    reimplement xmesa_put_tile_rgba() w/out span funcs

commit a33308898666e89f2443e7eb4f1d09ae792b620a
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Nov 1 11:23:50 2007 -0600

    implement get/put_tile() for xlib driver

commit 0d6608ee6855e5605efc3bd9fec51ada59e208d9
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Nov 1 10:52:31 2007 -0600

    Implement surface clearing w/out dependency on XMesa/Mesa stuff.




More information about the mesa-commit mailing list