mesa: Changes to 'softpipe_0_1_branch'

Keith Whitwell keithw at kemper.freedesktop.org
Wed Aug 8 08:30:45 UTC 2007


 src/mesa/pipe/i915simple/Makefile              |   31 
 src/mesa/pipe/i915simple/i915_batch.h          |   44 +
 src/mesa/pipe/i915simple/i915_blit.c           |  157 ++++
 src/mesa/pipe/i915simple/i915_blit.h           |   54 +
 src/mesa/pipe/i915simple/i915_buffer.c         |  121 +++
 src/mesa/pipe/i915simple/i915_clear.c          |   55 +
 src/mesa/pipe/i915simple/i915_context.c        |  180 ++++
 src/mesa/pipe/i915simple/i915_context.h        |  122 +++
 src/mesa/pipe/i915simple/i915_debug.c          |  337 ++++++++
 src/mesa/pipe/i915simple/i915_debug.h          |   39 +
 src/mesa/pipe/i915simple/i915_prim_emit.c      |  201 +++++
 src/mesa/pipe/i915simple/i915_reg.h            |  965 +++++++++++++++++++++++++
 src/mesa/pipe/i915simple/i915_regions.c        |  304 +++++++
 src/mesa/pipe/i915simple/i915_regions.h        |  141 +++
 src/mesa/pipe/i915simple/i915_state.c          |  238 ++++++
 src/mesa/pipe/i915simple/i915_state.h          |   40 +
 src/mesa/pipe/i915simple/i915_state_derived.c  |  186 ++++
 src/mesa/pipe/i915simple/i915_state_draw.c     |   37 
 src/mesa/pipe/i915simple/i915_state_emit.c     |  241 ++++++
 src/mesa/pipe/i915simple/i915_state_fragprog.c |   67 +
 src/mesa/pipe/i915simple/i915_state_vertex.c   |  145 +++
 src/mesa/pipe/i915simple/i915_surface.c        |   52 +
 src/mesa/pipe/i915simple/i915_winsys.h         |  128 +++
 23 files changed, 3885 insertions(+)

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

New commits:
commit 01c35b52a1fccbe4253a96b9c0506ef6c991e44f
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Wed Aug 8 09:28:57 2007 +0100

    Checkpoint of a super-simplified i915 driver in the pipe model.
    
    Doesn't yet compile, but when it does, it will only draw gouraud tris
    and even those will be as simple as possible.  Needs some 'winsys' support
    also before that can happen.




More information about the mesa-commit mailing list