mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Tue Apr 29 18:56:34 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/util/u_blit.c       |    3 +
 src/gallium/auxiliary/util/u_pack_color.h |    6 +-
 src/mesa/main/pixel.c                     |   15 +++++++
 src/mesa/main/pixel.h                     |    3 +
 src/mesa/state_tracker/st_cb_fbo.c        |    2 +
 src/mesa/state_tracker/st_cb_texture.c    |   59 +++++++++++++++++++---------
 6 files changed, 66 insertions(+), 22 deletions(-)

       via  733bc4df1a53bb1899933685e06c52109d096bee (commit)
       via  dd9dc7df80d208b884b4c090e4408c9a12aa6095 (commit)
       via  cc94863429d8a6cef8dbf861e78701a458d30f5a (commit)
       via  5fb774ab31b11f3a55d9dc47cee5eeaf5abc5981 (commit)
       via  1cff4992b389ad884a663c93bdd7b7c6be6c79d2 (commit)
       via  5e8d7899a8114918054f07c807aef07cbbfcb6b4 (commit)
      from  216603348c399b58fadf39b972d3f708e82f253b (commit)


- Commits -----------------------------------------------
commit 733bc4df1a53bb1899933685e06c52109d096bee
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Apr 29 12:55:41 2008 -0600

    gallium: added some assertions to be sure the blit's surface formats are suitable

commit dd9dc7df80d208b884b4c090e4408c9a12aa6095
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Apr 29 12:54:52 2008 -0600

    gallium: added some assertions to st_render_texture() to check surface format
    
    Make sure we can really render to the texture surface given its format.

commit cc94863429d8a6cef8dbf861e78701a458d30f5a
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Apr 29 12:53:37 2008 -0600

    gallium: fix broken GL_DEPTH_COMPONENT case in fallback_copy_texsubimage()
    
    Also, make sure surfaces are suitable for blitting before calling util_blit_pixels().

commit 5fb774ab31b11f3a55d9dc47cee5eeaf5abc5981
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Apr 29 12:51:06 2008 -0600

    mesa: added _mesa_scale_and_bias_depth_uint()

commit 1cff4992b389ad884a663c93bdd7b7c6be6c79d2
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Mon Apr 28 16:33:15 2008 -0600

    gallium: add \n to error strings

commit 5e8d7899a8114918054f07c807aef07cbbfcb6b4
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Mon Apr 28 16:32:42 2008 -0600

    gallium: fix error msg typo

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




More information about the mesa-commit mailing list