mesa: Changes to 'softpipe_0_1_branch'

Brian Paul brianp at kemper.freedesktop.org
Wed Jun 20 01:19:36 UTC 2007


 progs/trivial/line.c                         |    2 
 src/mesa/drivers/x11/xm_surface.c            |  231 +++++++++++++++++++++++++++
 src/mesa/drivers/x11/xmesaP.h                |    7 
 src/mesa/pipe/softpipe/sp_context.c          |    1 
 src/mesa/pipe/softpipe/sp_context.h          |    7 
 src/mesa/pipe/softpipe/sp_state.h            |    3 
 src/mesa/pipe/softpipe/sp_state_surface.c    |   17 -
 src/mesa/pipe/softpipe/sp_surface.h          |   53 ------
 src/mesa/pipe/softpipe/sp_tile_output.c      |   49 ++---
 src/mesa/sources                             |    4 
 src/mesa/state_tracker/st_atom.c             |    1 
 src/mesa/state_tracker/st_atom.h             |    1 
 src/mesa/state_tracker/st_atom_framebuffer.c |    7 
 13 files changed, 272 insertions(+), 111 deletions(-)

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

New commits:
commit af9b5ca0359b5712509d7815a7fbc81a3255f4af
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Jun 19 19:19:31 2007 -0600

    Re-org of surface/framebuffer state.
    
    We should be able to render to any depth/format of X window now.

commit 03933ad656e5bd776a2e6f93312ee90eff66d3d3
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Jun 19 19:17:48 2007 -0600

    don't request GLUT_ALPHA




More information about the mesa-commit mailing list