mesa: Changes to 'softpipe_0_1_branch'

Brian Paul brianp at kemper.freedesktop.org
Mon Aug 6 19:56:58 UTC 2007


 src/mesa/drivers/dri/i915pipe/intel_context.c |    4 ++-
 src/mesa/drivers/dri/i915pipe/intel_context.h |    2 -
 src/mesa/drivers/x11/xm_api.c                 |    2 +
 src/mesa/pipe/softpipe/Makefile               |    1 
 src/mesa/pipe/softpipe/sp_context.c           |    9 +++++---
 src/mesa/pipe/softpipe/sp_tex_layout.c        |   13 +++++++++++
 src/mesa/pipe/softpipe/sp_tex_layout.h        |   16 ++++++++++++++
 src/mesa/state_tracker/st_cb_bufferobjects.c  |   18 +++++++---------
 src/mesa/state_tracker/st_cb_bufferobjects.h  |   11 ++++-----
 src/mesa/state_tracker/st_cb_clear.c          |   10 --------
 src/mesa/state_tracker/st_cb_clear.h          |    5 ++--
 src/mesa/state_tracker/st_cb_drawpixels.c     |    8 -------
 src/mesa/state_tracker/st_cb_drawpixels.h     |    4 ---
 src/mesa/state_tracker/st_cb_fbo.c            |    9 --------
 src/mesa/state_tracker/st_cb_fbo.h            |    5 +---
 src/mesa/state_tracker/st_cb_program.c        |   29 ++++++++------------------
 src/mesa/state_tracker/st_cb_program.h        |   10 ++++++++
 src/mesa/state_tracker/st_cb_texture.c        |   12 ++--------
 src/mesa/state_tracker/st_cb_texture.h        |    6 -----
 src/mesa/state_tracker/st_context.c           |   18 ++++++++++++++++
 src/mesa/state_tracker/st_context.h           |    7 ++----
 src/mesa/state_tracker/st_mipmap_tree.c       |   22 ++++++++++---------
 src/mesa/state_tracker/st_program.h           |    5 ++--
 23 files changed, 123 insertions(+), 103 deletions(-)

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

New commits:
commit 647afc3179b6c2b3f35a9c4d388f7e0289a86404
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Aug 6 20:56:29 2007 +0100

    call st_init_driver_functions(), make intelInitDriverFunctions() static

commit 34ff87e46af23919cf53e9a4cf551fa154535f0b
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Aug 6 20:54:41 2007 +0100

    call st_init_driver_functions()

commit 4a60b94701a54a7110766a184b048106f8fe4628
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Aug 6 20:54:18 2007 +0100

    added softpipe_mipmap_tree_layout

commit 07633371ff4987d3149e78a1f0791da720af4e60
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Aug 6 20:54:03 2007 +0100

    need a softpipe func for texture layout

commit 6da9234fd437f97267e7831f034c78b31156d939
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Aug 6 20:53:28 2007 +0100

    New st_init_*_functions() to initialize the driver functions table.
    
    We need to do these initializations before initializing the Mesa context
    because context init involves creating texture/program/etc objects.

commit 8ebf91d15eeb6f19d19580f6319477aaad4df3fd
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Aug 6 20:52:04 2007 +0100

    new header

commit a2e3def40c0750db158e2cc0e1e90bfb30bd5a5c
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Aug 6 20:49:44 2007 +0100

    fix asst. warnings




More information about the mesa-commit mailing list