Mesa (master): 26 new commits

Brian Paul brianp at kemper.freedesktop.org
Mon Oct 5 20:44:43 UTC 2009


URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=722ae91722342ae8d32244a0e0c3a8ad1fdae4e2
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Oct 5 14:43:38 2009 -0600

    i965g: remove 965/brw files from XLIB_WINSYS_SOURCES

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=55770d09c18c4d33403abb97dfef4f897efbbe2a
Merge: f00da2a3ff59c1a7104ac25a1c6eba5a6050ad68 79892e7976fbb91ae426f5868d5f453e977c1f17
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Oct 5 14:42:08 2009 -0600

    Merge branch 'mesa_7_6_branch'
    
    Conflicts:
    
    	src/gallium/auxiliary/util/u_cpu_detect.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=79892e7976fbb91ae426f5868d5f453e977c1f17
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Oct 5 14:26:16 2009 -0600

    intel: use driReadDrawable in do_copy_texsubimage()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b7ec94c0db4140f72682f70262baf77be683816
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Oct 5 14:25:36 2009 -0600

    intel: use driReadDrawable, not driDrawable in do_blit_readpixels()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b29dcbb5e1f0641cdfab22b5e578d933e9dbf35
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Oct 5 14:07:29 2009 -0600

    intel: remove a buffer equality test in _mesa_make_current()
    
    Before, if we called glXMakeCurrent() to change a context's window binding
    while an FBO was bound, we weren't updating the intel->driDrawable and
    intel->driReadDrawable fields.  This could cause us to dereference a null
    pointer elsewhere.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a8768bbc9de1441384cecc147d51c9ee6431b924
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Oct 5 11:10:31 2009 -0600

    mesa: fix return value when clipping {Read,Draw}Pixels height <= 0
    
    Signed-off-by: Ben Skeggs <bskeggs at redhat.com>
    
    (cherry picked from master, commit 7aeaca33c331f70d507fc83583b13b8d9fc3e847)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a15d9ca9ccfeebfcea148fc61ead3a70541e2a76
Author: Jon TURNEY <jon.turney at dronecode.org.uk>
Date:   Fri Jul 24 20:33:25 2009 +0100

    Fix building of GLSL demos which use M_PI
    
    Some <math.h> files do not define M_PI, in which case, provide our own definition
    
    Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=43750f1575e366e2a92b71bffceee90d7f1a2b3e
Author: Michel Dänzer <daenzer at vmware.com>
Date:   Mon Oct 5 12:31:51 2009 +0200

    Use _mesa_select_tex_image() rather than hardcoding face 0.
    
    Fixes crash loading a map in sauerbraten with
    
    hwmipmap 1
    
    in ~/.sauerbraten/config.cfg.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3856c3cc46813ad96ae6f02dec19460193d986ac
Author: Frederic Crozat <fcrozat at mandriva.com>
Date:   Sun Oct 4 17:46:40 2009 -0400

    r200: remove subpixel offset from viewport
    
    Fixes bug fdo 20340 for r200.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bbe384c86afeaf5995cddd286a76e1fd789e18f1
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Sat Oct 3 01:26:38 2009 +0200

    r300: Workaround problem on R500 with very large fragment programs
    
    The non-KMS interface is to blame here. In theory, a proper fix
    could be produced that works for the KMS interface only, but it
    require cleaning a lot of mess. Easier to just do it right in r300g.
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c01a77d304776153e968d68617a2c84e3af35555
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Oct 2 09:58:16 2009 -0600

    docs: document default texture binding fix

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e1bddd159f364fa04ddec22f568fbfeb775d3b47
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Oct 2 09:55:07 2009 -0600

    mesa: fix incorrect default texture binding in unbind_texobj_from_texunits()
    
    If we deleted a currently bound texture, we were always reverting the texture
    binding to the default 1D texture rather than the proper default texture.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=85ee0ef9a72e4ffd6ed0a2442b1272a43508d257
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Oct 2 07:52:27 2009 -0600

    gallium/xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual()
    
    The parameter is a bitmask.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=584b0879ac2ec2420ea6866e47eb90e1a980e758
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Oct 2 07:51:15 2009 -0600

    xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual()
    
    The parameter is a bitmask.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=abc12d0636a5f7fb938c0305cb1b642d5ec0afce
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Oct 2 07:47:49 2009 -0600

    gallium/xlib: return GLX_RGBA_BIT or GLX_COLOR_INDEX_BIT in get_config()
    
    This reverts part of commit a6b84aef4ad3a7bac40704146a98977c62bfb6e8

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=389021220d27c376b81a6221a31d0ee33c24e67f
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Oct 2 07:31:42 2009 -0600

    gallium: replace // comments with /* */

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=337480e1f85844b7bd4a4d47cef93a217e3ad464
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Oct 2 07:26:28 2009 -0600

    gallium: remove // comment and extra whitespace

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=167ffa9e035befd12143db909af424e5de8f64e4
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Oct 1 14:55:13 2009 -0600

    mesa: fix memory leak when generating mipmaps for compressed textures

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=05749542384abc4d4776bfe2a386b6396002e0df
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Oct 1 14:52:28 2009 -0600

    mesa: fix mem leaks

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f291f2efebe6cbdc4ca61e9f05ad6949aede3b9
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Oct 1 14:52:10 2009 -0600

    gallium/util: silence uninitialized var warning

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=63064cf7c3437e3ebb7ab36524f21472af7e47e9
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Oct 1 14:51:43 2009 -0600

    mesa: add missing return when out of memory

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b568614a28cb0b0fec375e79aebf51a6f210b44
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Oct 1 14:51:26 2009 -0600

    mesa: fix potential uninitialized memory reads

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b27a0d063402e709ebc588aa3d927d461b96755
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Oct 1 14:50:45 2009 -0600

    glsl: fix mem leak

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b3e41e0d5e03b040768547293e05e6540d3c8e4d
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Oct 1 14:49:34 2009 -0600

    st/mesa: check for null before asserts, fix possible mem leak

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b154497bef386e5ed0d9a2f6e25a4141759c6846
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Oct 1 14:49:04 2009 -0600

    st/mesa: silence hidden parameter warning

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=495628bc5c3879ee759f9a1bc7e2abc720df75a9
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Oct 1 13:34:49 2009 -0600

    st/mesa: fix non-mipmap lastLevel calculation.
    
    reviewed by Brian Paul.
    (cherry picked from master, commit ae2daacbac7242938cffe0e2409071e030e00863)




More information about the mesa-commit mailing list