mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Mon Sep 1 19:11:09 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/egl/drivers/xdri/egl_xdri.c        |  230 +++++++++++++++++++++++++++++++-
 src/egl/main/eglsurface.c              |   75 +++++++++--
 src/egl/main/eglsurface.h              |    1 +
 src/mesa/main/arrayobj.c               |    2 +-
 src/mesa/state_tracker/st_cb_fbo.h     |    4 +
 src/mesa/state_tracker/st_cb_texture.c |    7 -
 src/mesa/state_tracker/st_public.h     |   13 ++
 src/mesa/state_tracker/st_texture.c    |   92 +++++++++++++
 src/mesa/state_tracker/st_texture.h    |    6 +
 9 files changed, 409 insertions(+), 21 deletions(-)

       via  39e8860e45fae2968917bdb7fe572c8793bbce30 (commit)
       via  c074b86cbc664e973486caaca0817b9a1654be3d (commit)
       via  9d9143d88985e69835b374ff330bab929275d68e (commit)
       via  102529cf1b6ab860d47e92a0bb58a0dce8b31cbc (commit)
       via  b36f90657370296b45c27d33d60c89fa31dc1d76 (commit)
      from  038d53cbdb9e504388141c25859bce12f7e8f87e (commit)


- Commits -----------------------------------------------
commit 39e8860e45fae2968917bdb7fe572c8793bbce30
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Mon Sep 1 13:10:23 2008 -0600

    mesa: use CALLOC instead of MALLOC to fix valgrind warning

commit c074b86cbc664e973486caaca0817b9a1654be3d
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Mon Sep 1 13:10:00 2008 -0600

    gallium: added st_bind/release_teximage() functions

commit 9d9143d88985e69835b374ff330bab929275d68e
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Mon Sep 1 13:09:31 2008 -0600

    gallium: move st_texture_image() cast wrapper to header file

commit 102529cf1b6ab860d47e92a0bb58a0dce8b31cbc
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Mon Sep 1 13:08:44 2008 -0600

    egl: CreatePbufferSurface, Bind/ReleaseTexImage functions

commit b36f90657370296b45c27d33d60c89fa31dc1d76
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Mon Sep 1 13:08:12 2008 -0600

    egl: additional error checking in _eglBind/ReleaseTexImage()

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




More information about the mesa-commit mailing list