mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Wed Apr 30 16:44:32 UTC 2008


The branch, gallium-0.1 has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.1

Summary of changes:
 src/gallium/include/pipe/p_inlines.h         |   50 ++++++++++++++++++++++++
 src/mesa/state_tracker/st_atom_constbuf.c    |   14 +++---
 src/mesa/state_tracker/st_cb_bitmap.c        |   13 ++----
 src/mesa/state_tracker/st_cb_bufferobjects.c |   22 ++++------
 src/mesa/state_tracker/st_cb_clear.c         |   14 +++----
 src/mesa/state_tracker/st_cb_drawpixels.c    |   13 ++----
 src/mesa/state_tracker/st_cb_fbo.c           |    2 +-
 src/mesa/state_tracker/st_context.c          |    4 +-
 src/mesa/state_tracker/st_draw.c             |   54 ++++++++++---------------
 src/mesa/state_tracker/st_gen_mipmap.c       |   14 +++----
 src/mesa/state_tracker/st_texture.c          |    1 -
 11 files changed, 112 insertions(+), 89 deletions(-)

       via  99fba5466bfd14c4e052041c0571821be529e762 (commit)
       via  15318c8d8eb97cec8c8528cc91aaeab8858f33c6 (commit)
      from  7146a1a29d3897fc0bd46dd56f3b36f2351d0f88 (commit)


- Commits -----------------------------------------------
commit 99fba5466bfd14c4e052041c0571821be529e762
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Apr 30 10:43:59 2008 -0600

    gallium: use new buffer wrapper functions in p_inlines.h
    
    This allows us to remove most of the direct references to winsys in the state tracker.

commit 15318c8d8eb97cec8c8528cc91aaeab8858f33c6
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Apr 30 10:43:09 2008 -0600

    gallium: new pipe_buffer alloc/map/unmap/ref wrappers

---------------------------------




More information about the mesa-commit mailing list