Mesa (mesa_7_7_branch): 31 new commits

Ian Romanick idr at kemper.freedesktop.org
Tue Dec 15 20:38:26 UTC 2009


URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=11522b74b318db9d099466ff226124c23595e8e2
Merge: b90f7f3ad324b1e4c39e334cdeb9556c3eb808ab f23d01e726a57cd6b8e31f1049ee5853773df7ea
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue Dec 15 12:38:01 2009 -0800

    Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
    
    Conflicts:
    	src/gallium/drivers/softpipe/sp_quad_blend.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f23d01e726a57cd6b8e31f1049ee5853773df7ea
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue Dec 15 12:14:04 2009 -0800

    intel: Fallback to software if drawable size is > MaxRenderbufferSize
    
    This prevents the mystery blank window if, for example, glxgears is
    resized larger than 2048 wide on 915.  Since the Intel drivers in Mesa
    7.6 lack GTT mapped fallbacks, the performance is a slideshow at
    best.  On Mesa 7.7 and later the performance is much better.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=987e9188d25e7c49eb7e6fe64dbe63dd2cfc25ef
Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Dec 15 12:32:48 2009 -0800

    x86: ifdef out unused function cptr.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=22d2547ad1cac1f91e839f646918ef7df6293ae9
Author: Matthew Bell <matthew at bells23.org.uk>
Date:   Mon Dec 14 21:58:19 2009 -0700

    mesa: Add missing $(DESTDIR) support to src/gallium/winsys/xlib/Makefile

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a8d508854c6dd354e611b046e375b8633059a40
Author: Vinson Lee <vlee at vmware.com>
Date:   Mon Dec 14 18:11:57 2009 -0800

    progs/trivial: Silence compiler warnings.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e5fe39f5051bb758b98ed4b9a2b9d550b588edf
Author: Vinson Lee <vlee at vmware.com>
Date:   Mon Dec 14 17:30:15 2009 -0800

    mga: Silence uninitialized variable warnings.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b18fa9f44810cde45519368170a505cdd0ebb936
Author: Vinson Lee <vlee at vmware.com>
Date:   Mon Dec 14 17:20:34 2009 -0800

    mach64: Silence uninitialized variable warnings.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c9870b54c1aad42ead5b2655c19c42343b8bf84
Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Dec 13 00:14:31 2009 -0800

    i810: Silence uninitialized variable warnings in i180tris.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=555dc25c4c5a0991fb6846ccc263a195717512de
Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 12 23:47:32 2009 -0800

    swrast: Silence uninitialized variable warnings in s_triangle.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa44efb04504fb6f8a1a2ff9d99388d173f7181a
Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 12 22:17:16 2009 -0800

    st/mesa: Silence uninitialized variables warnings in st_draw.c.

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

    swrast: Silence uninitialized variable warnings in ss_tritmp.h.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=89d85e8170e38e04790a2c10541dec01fee9afd2
Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 12 21:46:13 2009 -0800

    glut: Prevent potential double free in menuVisualSetup.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=20590b97336c4ebe5d2bcee51d66820e1e5d26c8
Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 12 20:20:02 2009 -0800

    t_dd_dmatmp.h: Silence unused value warning in render_poly_elts.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd1a09e3bbdb907e3b806e68400804310dc168ce
Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 12 18:42:18 2009 -0800

    glsl: Initialize member label of struct slang_operation to NULL.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f8d4ac56f7596613730fa4961d9b7b2e8d042055
Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 12 18:34:15 2009 -0800

    softpipe: Initialize source in blend_quad.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ea452dd35ba8ae063c70cc7fc916975c823ecd6
Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 12 16:56:07 2009 -0800

    t_dd_dmatmp2.h: Silence unused value warnings.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=75e8dbb2351c6bdbda0e5eaefdf434a7a5518c75
Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 12 16:24:25 2009 -0800

    i915g: Silence unused value warning in intel_drm_get_device_id.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9dc018618d024cfbf1f342b0141bb6aab21f41b1
Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 12 16:18:08 2009 -0800

    t_dd_dmatmp.h: Silence unused value warnings in render_line_loop_elts.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=af4e4a73f78cb5ccb5b0295a4683b2eae5325d8f
Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 12 16:02:09 2009 -0800

    t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_elts.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=588e9f69c4994d4e5bccdc8257a5aeb1e0b740d8
Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 12 15:47:17 2009 -0800

    progs/trivial: Silence compiler warnings in tri-blend-min.c.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=de9132f2740d3959af548e36e9b280e9853e59b6
Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 12 15:27:30 2009 -0800

    t_dd_dmatmp.h: Silence unused value warning in render_poly_verts.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e444c9960b18bcee5216a49db997b1c5ec14eca
Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 12 15:08:01 2009 -0800

    swrast: Initialize tex_coords in handle_sample_op.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c1d361bd0b3570811ca4e49d09d3282aaa5cbe01
Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 12 14:41:35 2009 -0800

    t_dd_dmatmp.h: Silence unused value warning in render_quads_verts.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=786899f1532046526bcc94683112d79a5f59a660
Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 12 14:20:17 2009 -0800

    progs/trivial: Silence compiler warnings in tri-blend-max.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d529736b9a07ddd5d8127c56cc25e5f6f5f2c12
Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 12 13:39:39 2009 -0800

    t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_verts.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c2cee7741e877bb78480eae8b8b5bfb55b42158c
Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 12 12:52:02 2009 -0800

    t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=15c6558a2e6b613a6a058bb7f23b678a32e01846
Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 12 02:06:51 2009 -0800

    progs/xdemos: Silence compiler warnings in glxinfo.c.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d5be33477e4a5cb73a5ccc24c2ad6518adddeb40
Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 12 01:34:33 2009 -0800

    progs/tests: Silence compiler warnings in vpeval.c.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=44d6ab6de5d5c02c38146086d3f03523968df49e
Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 12 01:11:56 2009 -0800

    progs/tests: Silence compiler warnings in cva.c.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e2eee4ab203773fa4b420d3782f0074f5b3bf32
Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 12 01:02:16 2009 -0800

    progs/redbook: Silence compiler warnings in aaindex.c.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=81dcf8bdf23250dc04dd60994aaede0eb5c2dda7
Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 12 00:33:42 2009 -0800

    t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.




More information about the mesa-commit mailing list