mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Fri Apr 25 20:19: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/mesa/main/bufferobj.c                 |    4 +-
 src/mesa/main/bufferobj.h                 |    4 +-
 src/mesa/state_tracker/st_cb_drawpixels.c |  194 ++++++++++++++---------------
 src/mesa/state_tracker/st_draw.c          |   70 -----------
 src/mesa/state_tracker/st_draw.h          |    7 -
 src/mesa/swrast/s_drawpix.c               |    2 +-
 6 files changed, 99 insertions(+), 182 deletions(-)

       via  1437b41d9068017dbe981a784285d5773c1d1ead (commit)
       via  149a4175fafdb4dfcf31b28377f83092c9edf335 (commit)
       via  b6d8b21cc8e36eb4f6fa72a067561f3fa8bd6ebf (commit)
       via  7dcbbdf353fe14401ba23e5b486658d2b46c550e (commit)
      from  1e71283ccee61aa5d774fdef6d7668d3376d3a6d (commit)


- Commits -----------------------------------------------
commit 1437b41d9068017dbe981a784285d5773c1d1ead
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri Apr 25 14:15:42 2008 -0600

    gallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_drawpix_pbo/

commit 149a4175fafdb4dfcf31b28377f83092c9edf335
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri Apr 25 14:14:09 2008 -0600

    gallium: consolidate quad drawing code

commit b6d8b21cc8e36eb4f6fa72a067561f3fa8bd6ebf
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri Apr 25 14:00:40 2008 -0600

    gallium: remove unused st_draw_vertices()

commit 7dcbbdf353fe14401ba23e5b486658d2b46c550e
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri Apr 25 13:59:25 2008 -0600

    gallium: use util_draw_vertex_buffer() instead of st_draw_vertices()

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




More information about the mesa-commit mailing list