The branch, master has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=master

Summary of changes:
 src/mesa/drivers/dri/r300/r300_fragprog.c |   87 ++++++++++++++++-------------
 src/mesa/drivers/dri/r300/r300_state.c    |   42 ++++++++------
 2 files changed, 72 insertions(+), 57 deletions(-)

       via  d9c7c5f071f5bf2a7516d877c9ab84b2b2b91779 (commit)
      from  3225e2cdb60868ace70db16407ec5cf5fc64be3c (commit)


- Commits -----------------------------------------------
commit d9c7c5f071f5bf2a7516d877c9ab84b2b2b91779
Author: Nicolai Haehnle <[EMAIL PROTECTED]>
Date:   Sun Jun 1 13:13:32 2008 +0200

    [r300] Fix KIL instruction and swizzling of texture coordinates
    
    The KIL instruction only works if at least one texture unit is enabled
    in hardware.
    
    Texture instructions do not support swizzles, negations etc. natively,
    so we now emit an explicit swizzling etc. operation when the texture 
coordinate
    requires it.
    
    This fixes the Piglit fp-kil test.

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

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to