mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Sat Mar 22 16:30:04 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/auxiliary/draw/draw_aaline.c   |    7 ++++
 src/gallium/auxiliary/draw/draw_pstipple.c |    6 ++++
 src/gallium/drivers/softpipe/sp_texture.c  |   20 ++++++------
 src/mesa/shader/program.c                  |    2 +-
 src/mesa/shader/shader_api.c               |    6 ++--
 src/mesa/state_tracker/st_atom_shader.c    |   43 ++++++++++------------------
 src/mesa/state_tracker/st_atom_shader.h    |    6 +--
 src/mesa/state_tracker/st_cb_program.c     |   28 +++++++++++------
 src/mesa/state_tracker/st_program.c        |   10 ++++++
 9 files changed, 72 insertions(+), 56 deletions(-)

       via  a35c1ca3ad4361fee30d21ef13d8d37ae91aee66 (commit)
       via  f8acc3965e3fa9ec40ca63f3ddd0cb33966e8c95 (commit)
       via  dae7993afc56be1e71e600af60e01e51eab17eda (commit)
       via  2f8f6c2918e721f6525b2124cde053b84beecafe (commit)
      from  0b60ade834dd09ba806f8b5dd2dfed25469a8c8e (commit)


- Commits -----------------------------------------------
commit a35c1ca3ad4361fee30d21ef13d8d37ae91aee66
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Mar 22 10:29:30 2008 -0600

    gallium: fix a few more shader-related mem leaks

commit f8acc3965e3fa9ec40ca63f3ddd0cb33966e8c95
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Mar 22 10:27:55 2008 -0600

    use ctx->Driver.DeleteProgram() in a few more places

commit dae7993afc56be1e71e600af60e01e51eab17eda
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Mar 22 09:42:59 2008 -0600

    gallium: free samplers, textures in destroy()

commit 2f8f6c2918e721f6525b2124cde053b84beecafe
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Mar 22 09:15:23 2008 -0600

    gallium: remove temporary _screen suffix from function names

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




More information about the mesa-commit mailing list