mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Sat Nov 3 02:08:03 UTC 2007


 src/mesa/pipe/i915simple/i915_batch.h      |   10 +--
 src/mesa/pipe/i915simple/i915_blit.c       |   10 ++-
 src/mesa/pipe/i915simple/i915_context.c    |    2 
 src/mesa/pipe/i915simple/i915_debug.c      |   12 ++--
 src/mesa/pipe/i915simple/i915_debug.h      |    4 -
 src/mesa/pipe/i915simple/i915_flush.c      |    5 +
 src/mesa/pipe/i915simple/i915_prim_emit.c  |    7 --
 src/mesa/pipe/i915simple/i915_prim_vbuf.c  |   81 +++++++++++++----------------
 src/mesa/pipe/i915simple/i915_state_emit.c |    2 
 src/mesa/pipe/i915simple/i915_winsys.h     |   58 ++++++++++++++------
 10 files changed, 109 insertions(+), 82 deletions(-)

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

New commits:
commit 7a7899a2476592e846b908a557a738a49fa9a948
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Sat Nov 3 02:00:28 2007 +0000

    Allow batch buffer debugging without calling i915_winsys->batch_start so often.

commit 5fa6ea68586e906a984291dd4c20f664924157eb
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Sat Nov 3 01:31:47 2007 +0000

    Do something sensible when failed to reserve space in the batch buffer.

commit 5c1606a2b3e951c32f028e0b328e6c06e9424e28
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Sat Nov 3 01:08:15 2007 +0000

    Detail i915 winsys interface comments.

commit 3c393b8df302493c4f48a750bfd7bd1c6aadbabb
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Thu Nov 1 18:14:44 2007 +0000

    Render primitives using indirect vertices in a vertex buffer.




More information about the mesa-commit mailing list