mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Thu Mar 27 21:45:30 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_prim.c        |   11 ++++-----
 src/gallium/auxiliary/draw/draw_private.h     |    1 +
 src/gallium/auxiliary/util/u_blit.c           |   15 ++++++++----
 src/gallium/auxiliary/util/u_gen_mipmap.c     |   16 +++++++++----
 src/gallium/auxiliary/util/u_simple_shaders.c |   31 +++++++++++++++---------
 src/gallium/auxiliary/util/u_simple_shaders.h |   10 +++++--
 src/mesa/state_tracker/st_cb_bitmap.c         |    4 ++-
 src/mesa/state_tracker/st_cb_clear.c          |    5 ++-
 src/mesa/state_tracker/st_context.h           |    3 ++
 src/mesa/state_tracker/st_texture.c           |    2 +
 10 files changed, 64 insertions(+), 34 deletions(-)

       via  6f8286163c79a8187c2912a9b673a6f11f4f60c6 (commit)
       via  dccbfd8bf0624250a435948029916073d3390191 (commit)
       via  89222ee49de340774279c9c0bf884649e66ad6df (commit)
       via  ba49fa39f3028d1ee44a999d84b29a0cfbfab0bd (commit)
       via  df1744c0433f3f73ebf4b06567fefa946a29c3d8 (commit)
      from  d355eee5cacac30e2b4c8ac2f10964e2861a539e (commit)


- Commits -----------------------------------------------
commit 6f8286163c79a8187c2912a9b673a6f11f4f60c6
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Mar 27 15:42:52 2008 -0600

    gallium: Update calls to the simple shader functions

commit dccbfd8bf0624250a435948029916073d3390191
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Mar 27 15:42:09 2008 -0600

    gallium: return pipe_shader_state from the simple shader functions
    
    Allows us to fix a mem leak (tokens array).

commit 89222ee49de340774279c9c0bf884649e66ad6df
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Mar 27 15:41:52 2008 -0600

    gallium: fix Element() macro redefinition warning

commit ba49fa39f3028d1ee44a999d84b29a0cfbfab0bd
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Mar 27 15:35:25 2008 -0600

    gallium: fix incorrect types for shaders

commit df1744c0433f3f73ebf4b06567fefa946a29c3d8
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Mar 27 15:33:47 2008 -0600

    gallium: remove temporary static var

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




More information about the mesa-commit mailing list