mesa: Changes to 'softpipe_0_1_branch'

Brian Paul brianp at kemper.freedesktop.org
Tue Aug 21 19:20:05 UTC 2007


 src/mesa/pipe/i915simple/Makefile             |    1 
 src/mesa/pipe/i915simple/i915_context.h       |    7 
 src/mesa/pipe/i915simple/i915_fpc.c           |  146 ------------
 src/mesa/pipe/i915simple/i915_fpc.h           |  105 +--------
 src/mesa/pipe/i915simple/i915_fpc_translate.c |  297 +++++++++++++++++++-------
 src/mesa/pipe/i915simple/i915_state.c         |    2 
 src/mesa/pipe/i915simple/i915_state_derived.c |    5 
 src/mesa/pipe/i915simple/i915_state_emit.c    |   43 ++-
 src/mesa/pipe/tgsi/core/tgsi_token.h          |    9 
 src/mesa/state_tracker/st_context.c           |    3 
 10 files changed, 293 insertions(+), 325 deletions(-)

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

New commits:
commit af3d6c83d245c3a5b2af3bddfc261c3678afb7d1
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Aug 21 20:15:00 2007 -0600

    temporarily call _mesa_enable_sw_extensions() so we can run more test progs without failing the extension checks

commit 88e12872fa3e1d1d2aa33653b3bf2b6982b2fafd
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Aug 21 20:13:53 2007 -0600

    comments

commit 0d9bcdbeb11ad1ce7e5257f652ccf9ebf1aa59a7
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Aug 21 20:13:31 2007 -0600

    Fragment shader translation seems to basically work now. More testing needed.




More information about the mesa-commit mailing list