mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Wed Feb 27 20:48:07 UTC 2008


 src/gallium/drivers/cell/ppu/cell_context.c   |   23 --------
 src/gallium/drivers/cell/ppu/cell_screen.c    |   19 +++++++
 src/gallium/drivers/failover/fo_context.c     |    2 
 src/gallium/drivers/i915simple/i915_context.c |   55 --------------------
 src/gallium/drivers/i915simple/i915_screen.c  |   48 ++++++++++++++++++
 src/gallium/drivers/i965simple/brw_context.c  |   69 --------------------------
 src/gallium/drivers/i965simple/brw_screen.c   |   67 +++++++++++++++++++++++++
 src/gallium/drivers/softpipe/sp_context.c     |   26 ---------
 src/gallium/drivers/softpipe/sp_screen.c      |   24 +++++++++
 src/gallium/include/pipe/p_context.h          |   19 -------
 src/mesa/state_tracker/st_cb_drawpixels.c     |    5 +
 src/mesa/state_tracker/st_format.c            |   45 +++++++++-------
 src/mesa/state_tracker/st_gen_mipmap.c        |    3 -
 13 files changed, 190 insertions(+), 215 deletions(-)

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

New commits:
commit 364f8cad0f8f02fd39d9c51ea0774d349121b58d
Author: Brian <brian at i915.localnet.net>
Date:   Wed Feb 27 13:58:06 2008 -0700

    gallium: move is_format_supported() to pipe_screen struct




More information about the mesa-commit mailing list