mesa: Changes to 'r500-support'

Corbin Simpson csimpson at kemper.freedesktop.org
Sat May 17 14:15:40 UTC 2008


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

Summary of changes:
 src/mesa/drivers/dri/r300/r500_fragprog.c |  166 ++++++++++++++++++++++++++++-
 1 files changed, 163 insertions(+), 3 deletions(-)

       via  16cc362f0ba9fb240f3d47f06e74ac215c4d6c27 (commit)
       via  c11a33fe76123abb19cfc1da7d3701a44fca2f23 (commit)
       via  d5aa42166152c4817d4fb06f183552efc135304b (commit)
       via  405ee871c54d78e63cef1a570578a755250102c8 (commit)
       via  0de02f1716edc16257339af78f198072da87539f (commit)
       via  d8529d9b008ede05165317b8ebb834525fd9835c (commit)
      from  5e075fb80968744c72dfaba062e0b591ac69fad0 (commit)


- Commits -----------------------------------------------
commit 16cc362f0ba9fb240f3d47f06e74ac215c4d6c27
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri May 16 11:46:26 2008 -0700

    r5xx: Fix SCS.
    Output instructions need to be marked OUT so they can write to the fifo.
    Also, negation doesn't work with SWZ yet.

commit c11a33fe76123abb19cfc1da7d3701a44fca2f23
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Thu May 15 10:51:52 2008 -0700

    r5xx: Add OPCODE_SWZ.
    It's so easy!

commit d5aa42166152c4817d4fb06f183552efc135304b
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Thu May 15 10:29:38 2008 -0700

    r5xx: Add OPCODE_SCS.
    It's disabled, though, because it doesn't work. I'll figure it out later...

commit 405ee871c54d78e63cef1a570578a755250102c8
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Thu May 15 00:49:32 2008 -0700

    r5xx: Adding more opcodes.
    EX2, FRC, LG2, SIN, RCP, and RSQ, if you care.
    All of these except FRC are like COS. This pretty much rounds out the set of
    opcodes which can be done in one ALU inst.

commit 0de02f1716edc16257339af78f198072da87539f
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Thu May 15 00:18:08 2008 -0700

    r5xx: First swing at OPCODE_COS.

commit d8529d9b008ede05165317b8ebb834525fd9835c
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Thu May 15 00:11:10 2008 -0700

    r5xx: Unbreak MAX and MIN.
    Both of them had faulty copypasta.

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




More information about the mesa-commit mailing list