mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Thu May 1 14:37:37 UTC 2008


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

Summary of changes:
 src/gallium/auxiliary/draw/draw_pipe_pstipple.c |    2 +-
 src/gallium/auxiliary/rtasm/rtasm_x86sse.c      |    1 +
 src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c     |   91 ++++++++++++-----------
 src/gallium/auxiliary/tgsi/util/tgsi_parse.h    |    4 +-
 src/gallium/auxiliary/util/u_gen_mipmap.c       |    3 +
 src/mesa/state_tracker/st_mesa_to_tgsi.c        |    2 +-
 6 files changed, 57 insertions(+), 46 deletions(-)

       via  afe67db8038855d9f7b4ce46b610701c55736c1f (commit)
       via  bf1e120b318ba8cbda7316fb8862acd44a3b459f (commit)
       via  727257f32002544658219d2e0163993c1cbc5644 (commit)
       via  6980823da9120d8d8533f7a78eac2d63dece430f (commit)
       via  47aa416821b69d3afa33c79ec8cb8499688a0e8e (commit)
       via  7810e7f623a47978cdd1a167cc9e6b743d56d949 (commit)
       via  1e4217e1b857c6a3c5da7d1eceb74683bf0b9a00 (commit)
       via  35b0efb8c6afd319ae36e99aa578ac6c75faf2f5 (commit)
      from  e97bedb302701e2e50cef664690b83a1fe6c95ed (commit)


- Commits -----------------------------------------------
commit afe67db8038855d9f7b4ce46b610701c55736c1f
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu May 1 15:36:14 2008 +0100

    tgsi: add some const qualifiers to immediate pointers

commit bf1e120b318ba8cbda7316fb8862acd44a3b459f
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu May 1 15:32:03 2008 +0100

    mesa: squash harmless warning

commit 727257f32002544658219d2e0163993c1cbc5644
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu May 1 15:31:17 2008 +0100

    rtasm: assert stack is fully popped in return

commit 6980823da9120d8d8533f7a78eac2d63dece430f
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu May 1 15:30:50 2008 +0100

    draw: avoid aliasing warning

commit 47aa416821b69d3afa33c79ec8cb8499688a0e8e
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu May 1 15:27:53 2008 +0100

    tgsi: use EBX everywhere, be sure to push/pop it

commit 7810e7f623a47978cdd1a167cc9e6b743d56d949
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu May 1 15:13:46 2008 +0100

    tgsi: use x86_fn_arg instead of get_argument() -- it knows about push/pops to the stack

commit 1e4217e1b857c6a3c5da7d1eceb74683bf0b9a00
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu May 1 14:51:18 2008 +0100

    tgsi: use ESI instead of EBX on non-win32 platforms

commit 35b0efb8c6afd319ae36e99aa578ac6c75faf2f5
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu May 1 14:19:25 2008 +0100

    gallium: do something sensible on the error path to try to avoid crashing in release builds

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




More information about the mesa-commit mailing list