mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Thu Apr 24 11:40:08 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:
 progs/trivial/Makefile                             |    1 +
 .../{tri-unfilled.c => tri-unfilled-edgeflag.c}    |    3 +
 src/gallium/auxiliary/draw/draw_pipe.c             |   19 +-
 src/gallium/auxiliary/draw/draw_pipe.h             |   11 +
 src/gallium/auxiliary/draw/draw_pipe_clip.c        |   56 ++--
 src/gallium/auxiliary/draw/draw_pipe_flatshade.c   |    6 +-
 src/gallium/auxiliary/draw/draw_pipe_offset.c      |    3 +-
 src/gallium/auxiliary/draw/draw_pipe_stipple.c     |    4 +
 src/gallium/auxiliary/draw/draw_pipe_twoside.c     |    3 +-
 src/gallium/auxiliary/draw/draw_pipe_unfilled.c    |   24 +-
 src/gallium/auxiliary/draw/draw_private.h          |   40 ++-
 src/gallium/auxiliary/draw/draw_pt.h               |    9 -
 src/gallium/auxiliary/draw/draw_pt_fetch.c         |   17 +
 src/gallium/auxiliary/draw/draw_pt_vcache.c        |  356 ++++----------------
 src/gallium/auxiliary/draw/draw_pt_vcache_tmp.h    |  174 ++++++++++
 src/gallium/winsys/xlib/fakeglx.c                  |   10 +-
 16 files changed, 361 insertions(+), 375 deletions(-)
 copy progs/trivial/{tri-unfilled.c => tri-unfilled-edgeflag.c} (98%)
 create mode 100644 src/gallium/auxiliary/draw/draw_pt_vcache_tmp.h

       via  63e6e33db64fc39db16790d0988d370252a96e29 (commit)
       via  f93332da5655a31b6c44a1079629a15360ff999b (commit)
       via  dddedd915afb58ab6b87492e850baeadc007fe47 (commit)
      from  7333578d2a5fa18f7f0101fc3fd3b03cf2f356bc (commit)


- Commits -----------------------------------------------
commit 63e6e33db64fc39db16790d0988d370252a96e29
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu Apr 24 12:38:58 2008 +0100

    trivial: simple edgeflag test

commit f93332da5655a31b6c44a1079629a15360ff999b
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu Apr 24 12:38:15 2008 +0100

    draw: handle edgeflags and reset-line-stipple again

commit dddedd915afb58ab6b87492e850baeadc007fe47
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu Apr 24 12:36:04 2008 +0100

    xlib: only shortcircuit makecurrent if NO_RAST set, otherwise window size updates fail

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




More information about the mesa-commit mailing list