mesa: Changes to 'master'

Nicolai Hähnle nh at kemper.freedesktop.org
Sun Jun 1 11:27:57 UTC 2008


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 <nhaehnle at gmail.com>
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.

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




More information about the mesa-commit mailing list