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/Makefile                 |    1 +
 src/mesa/drivers/dri/r300/r300_context.h           |   24 +-
 src/mesa/drivers/dri/r300/r300_fragprog.c          |   61 +-
 src/mesa/drivers/dri/r300/r300_fragprog.h          |   27 -
 src/mesa/drivers/dri/r300/r300_fragprog_emit.c     | 1752 +++-----------------
 src/mesa/drivers/dri/r300/r300_fragprog_swizzle.c  |  227 +++
 ...adeon_program_alu.h => r300_fragprog_swizzle.h} |   26 +-
 src/mesa/drivers/dri/r300/r300_state.c             |   33 +-
 src/mesa/drivers/dri/r300/r500_fragprog.h          |   30 -
 src/mesa/drivers/dri/r300/radeon_program_pair.c    |    6 +-
 src/mesa/drivers/dri/r300/radeon_program_pair.h    |    6 +-
 11 files changed, 489 insertions(+), 1704 deletions(-)
 create mode 100644 src/mesa/drivers/dri/r300/r300_fragprog_swizzle.c
 copy src/mesa/drivers/dri/r300/{radeon_program_alu.h => 
r300_fragprog_swizzle.h} (70%)

       via  e81ba58bf4c20229677cdf89b5970b55cefb2199 (commit)
      from  3b8081603bf846285e56a6ecafaf182935fd8733 (commit)


- Commits -----------------------------------------------
commit e81ba58bf4c20229677cdf89b5970b55cefb2199
Author: Nicolai Haehnle <[EMAIL PROTECTED]>
Date:   Sat Jul 12 21:13:03 2008 +0200

    r300_fragprog: Use nqssa+dce and program_pair for emit
    
    Share almost all code with r500_fragprog now.
    
    This also fixes Piglit's texrect-many test, which means that the compiz
    bicubic plugin should work with hardware acceleration now.

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

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

Reply via email to