mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Fri Aug 8 16:50:51 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/state_tracker/st_cb_texture.c |  118 ++++++++++++++++++++++---------
 1 files changed, 84 insertions(+), 34 deletions(-)

       via  27858226dc4eb3e64d980ba8530c2fd2e39218cf (commit)
      from  48cf46a29d8bccb0d83ae7e53e4ded44492cdb5f (commit)


- Commits -----------------------------------------------
commit 27858226dc4eb3e64d980ba8530c2fd2e39218cf
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri Aug 8 10:39:56 2008 -0600

    gallium: fix additional glCopyTex[Sub]Image issues
    
    Use the TexFormat->StoreImage() routine for fallbacks.  This handles the
    case of copying RGBA framebuffer data into an RGBA texture when the base
    format is GL_RGB (or GL_LUMINANCE, etc).  In that case, we need to set
    the texture's alpha=1 and override the framebuffer's alpha.

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




More information about the mesa-commit mailing list