mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Thu Feb 28 18:37:25 UTC 2008


 src/mesa/state_tracker/st_cb_drawpixels.c |   40 ++++++++++++++++++++++++++----
 src/mesa/state_tracker/st_cb_rasterpos.c  |    5 +++
 src/mesa/state_tracker/st_texture.c       |    1 
 3 files changed, 41 insertions(+), 5 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit 70126588cf78b8a835dfced2b7ca7f1e05afeb67
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Feb 28 11:31:56 2008 -0700

    gallium: fix surface/texture format conversion in st_CopyPixels
    
    If the src buffer's format isn't supported as a texture format, find a different
    texture format.

commit 01e53be2b80d5bcb48102f7f1be507b6a5a5832a
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Feb 28 11:17:30 2008 -0700

    gallium: added a texture format sanity check/assertion in st_texture_create()
    
    make sure the tex format is actually supported by the driver.

commit 476cc931f2bba69d4075b7c44985b145c3999af5
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Feb 28 11:04:39 2008 -0700

    galliums: s/uint/enum pipe_format/

commit 9a264a056abc376a70e01f097934d590a36df887
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Feb 28 09:44:09 2008 -0700

    gallium: in GL_SELECT mode, update hitflag in rasterpos




More information about the mesa-commit mailing list