URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5923a1240d8b32f5af080b0b4191d3b9299a630
Merge: 39ab5ae30c303dd561252cb592d4de35814b6a70 
e1762fb870f86afc4f6bd000b4a1c059d161f10d
Author: Brian Paul <[email protected]>
Date:   Mon Mar 8 11:43:20 2010 -0700

    Merge branch '7.8'

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e1762fb870f86afc4f6bd000b4a1c059d161f10d
Author: Brian Paul <[email protected]>
Date:   Mon Mar 8 11:34:55 2010 -0700

    softpipe: zero-out entire clear_flags array in sp_tile_cache_flush_clear()
    
    Before, we only cleared the flags for the active tiles (the ones inside
    the framebuffer bound).  The problem is if we later bound a different,
    larger surface to the tile cache we'd have some stale clear-flags still
    set (and mistakenly clear some tiles in the new surface).
    
    Fixes fd.o bug 26932.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=80dc54e308dfb1fad344272978ff14646995e00a
Author: Brian Paul <[email protected]>
Date:   Mon Mar 8 11:31:23 2010 -0700

    st/mesa: don't detach renderbuffer, surface in st_finish_render_texture()
    
    There's no reason to release the renderbuffer from the framebuffer object
    or release the gallium surface in this function (they're reference counted).
    In fact, we don't want to do this because we may later use the texture as a
    pixel source (ex: glBlitFramebuffer) and need the surface.
    
    Fixes fd.o bug 26923 and is part of the fix for bug 26932.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=df9bf78f888702542a506f551204a2e7dc8b7df1
Author: Alex Deucher <[email protected]>
Date:   Mon Mar 8 11:59:02 2010 -0500

    r600: enable GL_ARB_pixel_buffer_object

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe25bee14f4df3ef87cc7fee67e610da9afc5eda
Author: Brian Paul <[email protected]>
Date:   Mon Mar 8 09:58:54 2010 -0700

    mesa: add additional missing z formats for render to texture
    
    Allow render to texture for X8_Z24 and Z24_X8 formats.
    Replace big if/else with switch, etc.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=9458c2061ba5d8857217d9a7504b42ea17022897
Author: Alex Deucher <[email protected]>
Date:   Mon Mar 8 10:13:49 2010 -0500

    radeon/r200/r600: allow src and dst BOs to be placed in GTT during blit

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7ad1b8b0788536f6fcd261fbe0db7a10b84ac0a
Author: Alex Deucher <[email protected]>
Date:   Mon Mar 8 10:04:02 2010 -0500

    radeon/r200/r600: reset bos when validating buffers during blit

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c65235f97efe30eb9444f7c8f20cb8f0cc529d19
Author: Alex Deucher <[email protected]>
Date:   Mon Mar 8 10:00:59 2010 -0500

    r600: recalculate point size, if point min/max size changes

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=d18b3023653e709051a56f5806988f24724972e7
Author: Alex Deucher <[email protected]>
Date:   Mon Mar 8 09:57:26 2010 -0500

    r600: no need to flush on context init

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=b3b6bd5da1241086bda75431ddde6002e9353268
Author: Maciej Cencora <[email protected]>
Date:   Sun Feb 14 00:02:05 2010 +0100

    r300: don't enable EXT_packed_depth_stencil
    
    R300 hw doesn't support sampling from Z24_S8 or S8_Z24 formats.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=29e02c7e720a18b59317c4ad97d8ffc149228c69
Author: Maciej Cencora <[email protected]>
Date:   Sat Jan 16 15:11:37 2010 +0100

    radeon: no need to emit full state twice after flush

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=4572ae1925e63227b2785fec446862d398ad0005
Author: Maciej Cencora <[email protected]>
Date:   Thu Mar 4 18:35:55 2010 +0100

    r300: allow src and dst BOs to be placed in GTT during blit
    
    Fixes some relocation failures

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=62b3321d7d9774ed235bc3d328b6a0f5da153dcf
Author: Maciej Cencora <[email protected]>
Date:   Sat Feb 6 18:25:36 2010 +0100

    r300: reset bos when validating buffers during blit

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ccd83ab921380953a0e5cebd941444f85c23ed1
Author: Maciej Cencora <[email protected]>
Date:   Sat Feb 6 19:37:23 2010 +0100

    radeon: fallback to software in glCopyTexImage if blit isn't available

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2872c1cc328008dea166319f3023a3f568247bcf
Author: Maciej Cencora <[email protected]>
Date:   Sun Mar 7 12:02:28 2010 +0100

    r300: VAP flush is needed only when vertex program or constants are changed

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=77ed4d1f5d2f73ec02478eb931296813c25b520c
Author: Maciej Cencora <[email protected]>
Date:   Sat Mar 6 13:39:13 2010 +0100

    r300: recalculate point size, if point min/max size changes
    
    Fixes two wine d3d9 unit tests

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=44d92d4bbe7d4e90f9d7bb97af2fd74cbda3b2ee
Author: Maciej Cencora <[email protected]>
Date:   Sat Mar 6 13:18:11 2010 +0100

    r300: no need to flush on context init

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=b1ab15c633b9307cf6e17b794949f9c7f4dc4226
Author: Maciej Cencora <[email protected]>
Date:   Sat Mar 6 13:09:47 2010 +0100

    r300: remove unnecessary code
    
    _tnl_UpdateFixedFunctionProgram is already called in r300_draw.c

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=26aa870a0d80f8b93239a98c558402c3c9ce6445
Author: Brian Paul <[email protected]>
Date:   Mon Mar 8 09:38:07 2010 -0700

    mesa: add render-to-texture case for MESA_FORMAT_S8_Z24

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=614f490ca918f891cd70674ea7841d5b2a97e9ef
Author: Brian Paul <[email protected]>
Date:   Mon Mar 8 09:34:46 2010 -0700

    mesa: s/GL_DEPTH_STENCIL/GL_DEPTH_COMPONENT/ for MESA_FORMAT_Z16 
renderbuffer
    
    MESA_FORMAT_Z16 has no stencil bits.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee6fbf8d2f4718452c36366a08aa798cdda45ace
Author: Chia-I Wu <[email protected]>
Date:   Wed Mar 3 23:51:13 2010 +0800

    st/vega: Fix OpenVG demo segfaults.
    
    When the paint is color, paint_bind_samplers binds a dummy sampler
    without a texture.  It causes demos requiring a sampler (those use a
    mask or an image) to crash.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=661b416e07004655af3f372114119e4f8166496e
Author: Vinson Lee <[email protected]>
Date:   Sat Mar 6 20:30:28 2010 -0800

    gallivm: Initialize variables for default cases.
    
    Fixes use of uninitialized variables in non-debug builds.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ba8f4c5d36e6c9cd806a4c3360a8202b1f81ee05
Author: Vinson Lee <[email protected]>
Date:   Fri Mar 5 23:18:01 2010 -0800

    progs/demos: Add arbocclude2 to Makefile and .gitignore.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ae7b3a632dd3f3b005459d77b66a77948260f716
Author: Brian Paul <[email protected]>
Date:   Fri Mar 5 17:32:36 2010 -0700

    glx: Move initialization of ext_list_first_time to where it's storage is 
allocated
    
    Move the initialization of ext_list_first_time from all of the DRI loader's
    CreateScreen routines, to where the storage for the screen config is
    allocated.
    
    It needs to get set in the screen-config even if DRI is forced off
    using LIBGL_ALWAYS_INDIRECT, so that psc->direct_support is initialized
    correctly, otherwise __glXExtensionBitIsEnabled() always returns FALSE
    
    Specifically, this causes a problem with an X server which advertises
    GLX<=1.2, and the GLX_SGIX_fbconfig extension.
    glXGetFBConfigFromVisualSGIX() uses __glXExtensionBitIsEnabled() to
    check if the GLX_SGIX_fbconfig extension is available, but that function
    won't return correct information because that data has never been
    initialized, because ext_list_first_time was never set...
    
    Signed-off-by: Jon TURNEY <[email protected]>
    Signed-off-by: Brian Paul <[email protected]>
    
    (cherry picked from commit 96ab4d2b84178209ee59017458d9964b32b7e183)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c781e2841a25aeecac2f9af1a31ce129a530d796
Author: Brian Paul <[email protected]>
Date:   Fri Mar 5 17:32:07 2010 -0700

    docs: remove merge conflict garbage

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to