mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Wed Apr 30 22:54:35 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_pipe_aaline.c      |    2 +-
 src/gallium/auxiliary/draw/draw_pipe_pstipple.c    |    2 +-
 src/gallium/auxiliary/util/p_tile.c                |   24 +++++++-------
 src/gallium/auxiliary/util/u_gen_mipmap.c          |    8 ++--
 src/gallium/drivers/i915simple/i915_screen.c       |    8 ++--
 .../drivers/i915simple/i915_state_sampler.c        |    8 ++--
 src/gallium/drivers/i965simple/brw_screen.c        |   24 +++++++-------
 .../drivers/i965simple/brw_wm_surface_state.c      |    8 ++--
 src/gallium/drivers/softpipe/sp_quad_stencil.c     |    4 +-
 src/gallium/drivers/softpipe/sp_tile_cache.c       |    2 +-
 src/gallium/include/pipe/p_format.h                |   19 ++++++-----
 src/mesa/state_tracker/st_cb_bitmap.c              |    4 +-
 src/mesa/state_tracker/st_format.c                 |   32 ++++++++++----------
 13 files changed, 73 insertions(+), 72 deletions(-)

       via  54f94a790e4488445347abcff9a636a9c440d7f9 (commit)
       via  8d45576ec5110d39fe48c2f65b04db16ce845968 (commit)
       via  18f4d962653cdbb76f08e8498fbbec6e1759f21e (commit)
      from  c32477742facd06c22befcd300e9fdfeafb6995b (commit)


- Commits -----------------------------------------------
commit 54f94a790e4488445347abcff9a636a9c440d7f9
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Apr 30 16:50:17 2008 -0600

    gallium: use the newer PIPE_FORMAT_x_UNORM format names

commit 8d45576ec5110d39fe48c2f65b04db16ce845968
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Apr 30 16:49:38 2008 -0600

    gallium: rename old PIPE_FORMAT_U_I8 with PIPE_FORMAT_I8_UNORM, etc.
    
    Now all the packed color types are consistantly named.
    Added temporary #defines for the old names until all drivers are updated.

commit 18f4d962653cdbb76f08e8498fbbec6e1759f21e
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Apr 30 16:41:53 2008 -0600

    gallium: replace old PIPE_FORMAT_U_S8 with PIPE_FORMAT_S8_UNORM

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




More information about the mesa-commit mailing list