mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Thu Sep 27 15:23:12 UTC 2007


 src/mesa/pipe/draw/draw_arrays.c        |   76 --------------
 src/mesa/pipe/draw/draw_clip.c          |    4 
 src/mesa/pipe/draw/draw_context.c       |  118 ++++++++++------------
 src/mesa/pipe/draw/draw_context.h       |   24 ++--
 src/mesa/pipe/draw/draw_debug.c         |  115 +++++++++++++++++++++
 src/mesa/pipe/draw/draw_prim.c          |  171 +++++++++++++-------------------
 src/mesa/pipe/draw/draw_prim.h          |    5 
 src/mesa/pipe/draw/draw_private.h       |   23 +++-
 src/mesa/pipe/draw/draw_validate.c      |  124 +++++++++++++++++++++++
 src/mesa/pipe/draw/draw_vertex_cache.c  |   17 +--
 src/mesa/pipe/draw/draw_vertex_fetch.c  |    2 
 src/mesa/pipe/draw/draw_vertex_shader.c |   10 -
 src/mesa/pipe/softpipe/sp_draw_arrays.c |   20 ++-
 src/mesa/pipe/softpipe/sp_prim_vbuf.c   |    4 
 src/mesa/pipe/softpipe/sp_quad_fs.c     |   10 -
 src/mesa/pipe/tgsi/exec/tgsi_sse2.c     |   20 +--
 src/mesa/sources                        |    3 
 src/mesa/state_tracker/st_cb_program.c  |    8 -
 src/mesa/state_tracker/st_cb_strings.c  |    3 
 src/mesa/state_tracker/st_cb_texture.c  |   83 ---------------
 src/mesa/state_tracker/st_program.c     |    4 
 src/mesa/state_tracker/st_program.h     |    4 
 src/mesa/x86/rtasm/x86sse.c             |   14 +-
 src/mesa/x86/rtasm/x86sse.h             |    4 
 24 files changed, 465 insertions(+), 401 deletions(-)

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

New commits:
commit e0271e16da6427436ed755f170e9b402ada5dd7c
Author: keithw <keithw at keithw-laptop.(none)>
Date:   Thu Sep 27 16:20:31 2007 +0100

    remove dead code

commit 48385cd13ac9410e07856924a3cd113b78f198db
Author: keithw <keithw at keithw-laptop.(none)>
Date:   Thu Sep 27 12:50:02 2007 +0100

    reduced debug

commit 82e2d3226893487d33152f15763516473187c07d
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Wed Sep 26 13:30:01 2007 +0100

    Fix some compiler warnings with -pedantic

commit 65e3af51efc9d688ef8face0a44429a90c5dd4c9
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Wed Sep 26 12:46:45 2007 +0100

    Enable codegen based whenever __i386__ is defined.

commit 035a824730ae3804b2bfaadec94015aac5c6ebcc
Author: keithw <keithw at keithw-laptop.(none)>
Date:   Wed Sep 26 12:10:46 2007 +0100

    fix merge

commit c5cfa639880d5309a2276dc0c47a73ca0752d696
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Wed Sep 26 12:08:08 2007 +0100

    disable debug

commit e078f910dcdba2081a52b74308ca3d330115e912
Author: keithw <keithw at keithw-laptop.(none)>
Date:   Wed Sep 26 11:57:28 2007 +0100

    restore primitive trimming in sp_draw_arrays.c

commit 08589f71051e588b0bb7d0c8b529976c85398dd1
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Wed Sep 26 11:56:17 2007 +0100

    Make flushing more lazy in the draw module.

commit 7770acf8d4360ecfcaeece6e366f5adc6c0c9dee
Author: keithw <keithw at keithw-laptop.(none)>
Date:   Wed Sep 26 11:55:08 2007 +0100

    Use Gallium in the renderer string




More information about the mesa-commit mailing list