mesa: Changes to 'master'

Corbin Simpson csimpson at kemper.freedesktop.org
Mon Jun 16 08:28:12 UTC 2008


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

Summary of changes:
 progs/demos/lodbias.c                    |    2 +-
 src/mesa/drivers/dri/r300/r300_context.h |    1 +
 src/mesa/drivers/dri/r300/r300_tex.c     |  111 +++++++++++++++++++++---------
 3 files changed, 79 insertions(+), 35 deletions(-)

       via  588abd66966a672a93e87cd577802255193bebcd (commit)
       via  1738a9a535cbde3a4b9f1b57f2a47139b4affdb9 (commit)
       via  776580a6afff9c6403140737ea50f36e9323528a (commit)
       via  f7b8a13d65e97b8a9812f813cc670e6b712d583d (commit)
       via  6e6ca40f29551b6f6cedea954874930e6470b0b9 (commit)
      from  4fc66be2964efb0fbce101264b898636f8f1c715 (commit)


- Commits -----------------------------------------------
commit 588abd66966a672a93e87cd577802255193bebcd
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Mon Jun 16 01:21:42 2008 -0700

    r300: Fix new incarnation of bug 3195.
    tests/bug_3195 doesn't render right, but at least it doesn't segfault this way.

commit 1738a9a535cbde3a4b9f1b57f2a47139b4affdb9
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Mon Jun 16 01:02:16 2008 -0700

    r300: Forgot to clear old state before writing new state.
    Oooops. Hehe.

commit 776580a6afff9c6403140737ea50f36e9323528a
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sun Jun 15 23:54:32 2008 -0700

    r300: Enable LOD bias state emission.
    Properly set t->filter_1 for r300_state to emit.
    Expect buggies as people see LOD bias enabled for the first time...

commit f7b8a13d65e97b8a9812f813cc670e6b712d583d
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sun Jun 15 17:30:07 2008 -0700

    Oops, misordered a few instructions.
    Not like it matters, though, since it's not taking effect yet.

commit 6e6ca40f29551b6f6cedea954874930e6470b0b9
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sun Jun 15 17:14:07 2008 -0700

    r300: Unbreak LOD biasing, a bit.
    Needs a bit more work on submission.

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




More information about the mesa-commit mailing list