Mesa (mesa_7_7_branch): 21 new commits

Brian Paul brianp at kemper.freedesktop.org
Tue Dec 22 01:24:13 UTC 2009


URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b57abd3bea29e95e5dee2524c3f1be4b26017c0f
Merge: bf064ce0c31abb036fc035c59fdc1134705a5e3f e46ad402f1fecf0fc8d2538eb5abbdde97484799
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Dec 21 18:23:53 2009 -0700

    Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
    
    Conflicts:
    	configure.ac
    	progs/demos/morph3d.c
    	progs/demos/textures.c
    	progs/glsl/shtest.c
    	progs/glsl/texaaline.c
    	progs/tests/packedpixels.c
    	progs/xdemos/corender.c
    	src/mesa/main/version.h

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e46ad402f1fecf0fc8d2538eb5abbdde97484799
Author: Fabio Pedretti <fabio.ped at libero.it>
Date:   Tue Dec 22 10:43:35 2009 +1000

    configure.ac: fix for libdrm_radeon API changes.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9373287a1b6ddb7b96ee10220d282a0f11ae24a2
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Dec 17 14:29:04 2009 +1000

    radeon/r600: use new libdrm_radeon api

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d2910ee0fd2d8ef95c6948598f702bf5a9e0d44
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Dec 17 14:19:27 2009 +1000

    radeon: drop assert accessing cref which is meant to be hidden

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=43d872730172aa44139c031555e792958865b905
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Dec 17 14:18:54 2009 +1000

    radeon: drop unused members of radeon_state.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1703628011242a9f1c664e67eabe8d4370a39b31
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Dec 17 14:23:08 2009 +1000

    r600: move structs for legacy cmdbuf into cmdbuf C file.
    
    these really shouldn't be exposed here

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=07b54fe35b93ccfd9eebd2cebe637c20044200f2
Author: Vinson Lee <vlee at vmware.com>
Date:   Mon Dec 21 15:20:01 2009 -0800

    progs/redbook: Silence compiler warnings.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=753f0a1dea6c304eb3cc5a3db5f24a5801e37a55
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Dec 21 10:21:28 2009 +1000

    r600: fix glFrontFace(GL_CW)
    
    fd.o bug #25290
    
    Suggested fix from Rafael Monica

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ace937f1651c64d7fb22917489e29761130aaa0d
Author: Younes Manton <younes.m at gmail.com>
Date:   Sun Dec 20 20:11:55 2009 -0500

    st/mesa: Check for single level mipmap trees.
    
    The assert in util_gen_mipmap() caught it, although
    it does the right thing anyway.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b96a5df5141390b5cb31c0eac6449239c6cb750e
Author: Jeremy Huddleston <jeremy at vincent.local>
Date:   Sun Dec 20 21:34:27 2009 -0800

    darwin: mklib: Use lipo rather than file to figure out architectures of object files
    (cherry picked from commit ad7f9d71e22fb7667c90dbbc0558939b89a45154)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f926eff263739183b2f0dd8aca32015625eb4b4c
Author: Jeremy Huddleston <jeremy at vincent.local>
Date:   Sun Dec 20 21:32:35 2009 -0800

    darwin: Cleanup CPPFLAGS a bit
    (cherry picked from commit 4a1e103858a1db0fb037891b8d4a9426eff32b98)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0dd951387405fc67b93c675d6a462ce020504719
Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Dec 20 01:01:00 2009 -0800

    progs/tests: Silence compiler warnings.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d87d71036cf546488981d3bd174fde967533bad2
Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 19 00:28:01 2009 -0800

    progs/trivial: Use C-style comments.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3340fd65fba8bbd426c5e0b74b1d8f1592b36499
Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 19 00:00:56 2009 -0800

    progs/xdemos: Use C-style comment.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=695adf41e24a16599e004fe539928ab04a9fa62e
Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Dec 18 23:46:14 2009 -0800

    progs/demos: Silence compiler warning in morph3d.c.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=121ff55d81f3bff1c298ed84b2dc2d82fd572b0e
Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Dec 18 23:38:15 2009 -0800

    progs/glsl: Use C-style comments.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=41377942d321c6ff858a81241f01f9c15f9ca347
Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Dec 18 23:34:28 2009 -0800

    progs/demos: Use C-style comment.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0478b745fe72360ce91988636b54f6e4834c1fae
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Dec 18 11:57:15 2009 -0700

    glsl: clear out shader code before compiling
    
    When we start compiling a shader, first free the existing gl_program.
    This (mostly) fixes the piglit glsl-reload-source test.
    Without this change, we were actually appending the new GPU code
    onto the previous program.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=20ee275974a58cd221031d522ad58a9548af2a31
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Dec 16 16:18:22 2009 -0500

    r600: Invert front face winding when rendering to FBO
    
    fixes fdo bug 25679
    
    Signed-off-by: Alex Deucher <alexdeucher at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=aeea8a07b8a3d126f62395c7f7de4fcab741846a
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Wed Dec 16 09:01:58 2009 -0800

    mesa: set version string to 7.6.1-rc4

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a09e6e2ad9676c69cc4bb33459ebd4cbc9c982b
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Dec 16 10:39:17 2009 -0700

    mesa: add missing semicolon
    
    See bug 25663.




More information about the mesa-commit mailing list