mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Thu Nov 22 12:00:25 UTC 2007


 src/mesa/pipe/draw/draw_prim.c                  |    2 
 src/mesa/pipe/draw/draw_vbuf.c                  |  399 +++++++++++++++++++
 src/mesa/pipe/draw/draw_vbuf.h                  |  106 +++++
 src/mesa/pipe/draw/draw_vertex_fetch.c          |    7 
 src/mesa/pipe/i915simple/i915_blit.c            |    8 
 src/mesa/pipe/i915simple/i915_context.c         |    4 
 src/mesa/pipe/i915simple/i915_debug.c           |  490 +++++++++++++-----------
 src/mesa/pipe/i915simple/i915_debug.h           |   40 +
 src/mesa/pipe/i915simple/i915_debug_fp.c        |  101 ++--
 src/mesa/pipe/i915simple/i915_fpc_emit.c        |    6 
 src/mesa/pipe/i915simple/i915_fpc_translate.c   |   41 +-
 src/mesa/pipe/i915simple/i915_prim_vbuf.c       |  423 +++++---------------
 src/mesa/pipe/i915simple/i915_regions.c         |   14 
 src/mesa/pipe/i915simple/i915_state.c           |   28 -
 src/mesa/pipe/i915simple/i915_state_dynamic.c   |   36 -
 src/mesa/pipe/i915simple/i915_state_immediate.c |   24 -
 src/mesa/pipe/i915simple/i915_strings.c         |    2 
 src/mesa/pipe/i915simple/i915_surface.c         |    2 
 src/mesa/pipe/i915simple/i915_tex_layout.c      |   10 
 src/mesa/pipe/tgsi/tgsi_platform.h              |   35 -
 src/mesa/sources                                |    1 
 src/mesa/state_tracker/st_mesa_to_tgsi.c        |    1 
 src/mesa/state_tracker/st_mesa_to_tgsi.h        |    4 
 23 files changed, 1095 insertions(+), 689 deletions(-)

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

New commits:
commit 9924f208cf3f45424b6464d2cca9698da206816e
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Tue Nov 20 13:26:34 2007 +0000

    Use the new vertex buffer draw stage.

commit 1a8daf0627dde44aaa7c40786782618d4d5a6a36
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Tue Nov 20 13:26:00 2007 +0000

    New vertex buffer stage.

commit 45f658f172b4a3fe6e5190fdba5c00e7f332845c
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Mon Nov 19 19:22:30 2007 +0000

    Fix build.

commit 369ff9786d88d813fb8cd07607b5c1088399a702
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Mon Nov 19 22:01:32 2007 +0000

    The right include was mtypes.h.

commit c5841425433f003af76f03435de719c40635005a
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Mon Nov 19 17:23:55 2007 +0000

    Fix build errors.

commit 0e31e24659a1e691bdfa213fcd073bbfaa4ed6e9
Author: Michal <michal at tungstengraphics.com>
Date:   Sun Nov 18 13:20:57 2007 +0000

    Fix compatibility issues between gcc and msvc.

commit 5961732c1b59403b4e736fa354a64d4a0e5d8af2
Author: Michal <michal at tungstengraphics.com>
Date:   Sat Nov 17 14:26:24 2007 +0000

    Make it compile under Win32.




More information about the mesa-commit mailing list