mesa: Changes to 'master'

Eric Anholt anholt at kemper.freedesktop.org
Fri Mar 21 21:17:12 UTC 2008


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

Summary of changes:
 configure.ac                                  |   20 ++++++++++++++------
 progs/xdemos/ipc.c                            |    2 +-
 src/mesa/drivers/dri/common/dri_bufmgr_fake.c |   10 +++++++---
 src/mesa/drivers/dri/i965/brw_context.h       |    4 ++--
 src/mesa/drivers/dri/i965/brw_program.c       |    3 +++
 src/mesa/drivers/dri/i965/brw_wm_emit.c       |   21 ++++++++++++++++++++-
 src/mesa/main/imports.c                       |   18 ++++++++++++++++++
 7 files changed, 65 insertions(+), 13 deletions(-)

       via  c60b5dfde869c208a479ac273f4538d4d07574cf (commit)
       via  bb419970ef465804c0e5369264314d9d92726c18 (commit)
       via  6c1a98e97affb2163e776551eb3a9e669ff99bbf (commit)
       via  5f10438f2d9c739964cf53f04fee3190991325a1 (commit)
       via  31fe7cf5e3ca38441acb25215420afa6944226f3 (commit)
       via  aa8a7ef823b2d8e43c4d0e37fdc457ad6930b737 (commit)
       via  9f6e8e89c86d725fd0baa184af8a22f1f9032550 (commit)
       via  050c533cbfe957ba84b2c933b33f8f876010bf9b (commit)
       via  bcb61987fb7260894065e4fc5aa246317e1a3ff4 (commit)
       via  5ad06156b2ed3b157445d3569888bb5f5091791e (commit)
      from  d933be6baf98624c609d422a9b083a08f67e8bdb (commit)


- Commits -----------------------------------------------
commit c60b5dfde869c208a479ac273f4538d4d07574cf
Author: Michal Wajdeczko <Michal.Wajdeczko at intel.com>
Date:   Fri Mar 21 14:18:26 2008 -0700

    [965] Avoid emitting dead code for DPx/math instructions.
    
    The pass1 optimization stage clears out writemasks and registers, but the
    instructions themselves are still being processed at this stage, and could
    have resulted in them still being emitted.

commit bb419970ef465804c0e5369264314d9d92726c18
Author: Michal Wajdeczko <Michal.Wajdeczko at intel.com>
Date:   Fri Mar 21 13:48:12 2008 -0700

    [965] Improve pinterp performance by delaying reads of just-written regs.

commit 6c1a98e97affb2163e776551eb3a9e669ff99bbf
Author: Michal Wajdeczko <Michal.Wajdeczko at intel.com>
Date:   Fri Mar 21 13:43:44 2008 -0700

    [965] Fix negating of unsigned value in emit_wpos_xy.

commit 5f10438f2d9c739964cf53f04fee3190991325a1
Author: Michal Wajdeczko <Michal.Wajdeczko at intel.com>
Date:   Fri Mar 21 13:41:12 2008 -0700

    [965] Add MVP code for position invariant vertex programs.
    
    This fixes the arbvptorus demo.

commit 31fe7cf5e3ca38441acb25215420afa6944226f3
Author: Michal Wajdeczko <Michal.Wajdeczko at intel.com>
Date:   Fri Mar 21 13:11:07 2008 -0700

    [win32] Use native aligned memory allocation functions.

commit aa8a7ef823b2d8e43c4d0e37fdc457ad6930b737
Author: Michal Wajdeczko <Michal.Wajdeczko at intel.com>
Date:   Fri Mar 21 13:05:42 2008 -0700

    [965] Shuffle state flags to match the order we initialize them in.

commit 9f6e8e89c86d725fd0baa184af8a22f1f9032550
Author: Michal Wajdeczko <Michal.Wajdeczko at intel.com>
Date:   Thu Mar 20 17:38:12 2008 -0700

    intel: Use _mesa_ffs wrapper, and fix a use-after-free with INTEL_DEBUG=buf.

commit 050c533cbfe957ba84b2c933b33f8f876010bf9b
Author: Eric Anholt <eric at anholt.net>
Date:   Thu Mar 20 17:28:58 2008 -0700

    autoconf: automatically detect if -ldl is required.
    
    This logic was copied from the xserver.

commit bcb61987fb7260894065e4fc5aa246317e1a3ff4
Author: Eric Anholt <eric at anholt.net>
Date:   Thu Mar 20 17:19:07 2008 -0700

    Fix xdemos build on FreeBSD: <sys/types.h> before <netinet/tcp.h>

commit 5ad06156b2ed3b157445d3569888bb5f5091791e
Author: Eric Anholt <eric at anholt.net>
Date:   Thu Mar 20 17:14:20 2008 -0700

    Fix autoconf build on FreeBSD: detect gmake, and put -D*_SOURCE under linux.

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




More information about the mesa-commit mailing list