URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=98b4e7aee83c7874db0ea23f632851b6fb5ba62a
Author: Brian Paul <bri...@vmware.com>
Date:   Mon Mar 22 09:08:09 2010 -0600

    glslcompiler: fix build breakage

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=182c42c8da6edfa66819eef02f4dea310c1f68d7
Merge: 5cb4a3524b54480418b4c4717c4a0f0a8669939c 
ca97f8b9bab80844be613a9253643b7da8e738c7
Author: Brian Paul <bri...@vmware.com>
Date:   Mon Mar 22 09:07:46 2010 -0600

    Merge branch '7.8'
    
    Conflicts:
    
        src/gallium/drivers/cell/ppu/cell_screen.c
        src/mesa/state_tracker/st_cb_drawpixels.c

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca97f8b9bab80844be613a9253643b7da8e738c7
Author: Brian Paul <bri...@vmware.com>
Date:   Mon Mar 22 09:00:13 2010 -0600

    glslcompiler: fix build breakage

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=361e8e911886784407c7aff91e09b9b2bfd5cde8
Author: Pauli Nieminen <suok...@gmail.com>
Date:   Mon Mar 22 15:14:16 2010 +0200

    mesa: Add end of line to the end of a debug output.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=fce72d58036eb8a993bda1a7c5d74b8fcc819a8c
Author: Vinson Lee <v...@vmware.com>
Date:   Sun Mar 21 19:21:11 2010 -0700

    progs/tests: Add cva_huge to SCons build.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e7d65bb5b50efbd5812e7996910b7688eb27192
Author: Vinson Lee <v...@vmware.com>
Date:   Sun Mar 21 19:09:54 2010 -0700

    progs/tests: Include stddef.h for ptrdiff_t on all platforms.
    
    stddef.h is the standard C header that defines ptrdiff_t.
    
    Fixes build of cva_huge on Mac OS X.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ea694a26b99835d0b5bc814cf024850874a9a83
Author: Pauli Nieminen <suok...@gmail.com>
Date:   Sun Mar 21 23:23:21 2010 +0200

    r200: Fix emit size prediction to account elt splitting.
    
    Emit sizes prediction didn't account for render splitting in
    hwtnl path.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=0900544fb54cbc2127b8729393c9c1308cd218f9
Author: Pauli Nieminen <suok...@gmail.com>
Date:   Sun Mar 21 22:55:13 2010 +0200

    r200: Don't flush when closing elts in KMS.
    
    Flush in middle of rendering in KMS is not allowed because
    buffers are discarded in flush.
    
    Fixes crash when emiting split indices with RADEON_DEBUG=all.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=1968d8f31d0ac83557c9366dea39b15e92bb1516
Author: Pauli Nieminen <suok...@gmail.com>
Date:   Sun Mar 21 20:16:17 2010 +0200

    r200: Fix swtnl fallback to flush pending rendering before transition.
    
    Flush after transition would emit wrong state that could cause
    wrong state emited for pending rendering operation.
    
    Fixes wan once from extrement tuxracer that is using per vertex
    materials.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=44e3ec3c05f0806f0940887ed9e30d94bf0748e0
Author: Pauli Nieminen <suok...@gmail.com>
Date:   Sun Mar 21 20:02:10 2010 +0200

    r200: Fix mixed indetion in r200TclFallback.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a7acbccfbc061322be493633d5c5bf4afd302b5
Author: Pauli Nieminen <suok...@gmail.com>
Date:   Sun Mar 21 12:42:10 2010 +0200

    vbo: Fix vbo_split_copy to pass correct max_index to draw.
    
    vbo_split_copy was passing one past the max_index to draw function
    which caused _tnl_draw_prims function to read uninitialized values
    from copied array.
    
    Bug was spoted in valgrind report of progs/tests/cva_huge.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a81cd67a4f37233319281a69385f07feaa97fd13
Author: Pauli Nieminen <suok...@gmail.com>
Date:   Sun Mar 21 13:11:47 2010 +0200

    tests: Add test for huge client arrays that has to be split.
    
    When running this test case in valgrind report includes read of unitialized
    value in _tnl_draw_prims. The bug doesn't cause any vissible errors.
    
    Bug is caused by vbo_split_copy that is calling draw function with max_index
    one past the end instead of the end.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d72c4ae78cfdad7d160b0960adb792cbbbb863b
Author: Marek Olšák <mar...@gmail.com>
Date:   Sat Mar 20 18:31:11 2010 +0100

    r300/compiler: fix assertion failure in the r500-fragprog emission path

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0491c945cb5d10ef1c45f4e28e874dffba8be4b
Author: Brian Paul <bri...@vmware.com>
Date:   Sat Mar 20 10:33:10 2010 -0600

    docs: remove the 'Last updated date'

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=6fed3a9fa0a87ae797f995de5b51eb9be3493fe0
Author: Chia-I Wu <o...@lunarg.com>
Date:   Sat Mar 20 23:58:15 2010 +0800

    glapi: Fix aliases to non-static functions.
    
    The bug is triggered by 41a87a43e11c664935349f938022d58d3e22da4e.
    glBlitFramebuffer, for example, is an alias to the non-static
    glBlitFramebufferEXT.  We should define glBlitFramebuffer as an alias to
    _dispatch_stub_NNN.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=41a87a43e11c664935349f938022d58d3e22da4e
Author: Chia-I Wu <o...@lunarg.com>
Date:   Thu Mar 18 11:36:57 2010 +0800

    glapi: Correctly generate static disatches for X86.
    
    The entry point names, instead of the function name, should be used to
    test if the entry point should be statically dispatched.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e6e049bb769012ef93d373d8a95a727120d2bc7
Author: Marek Olšák <mar...@gmail.com>
Date:   Tue Mar 9 02:10:36 2010 +0100

    r300g: remove hacks from translate_vertex_data_swizzle
    
    Fixing RGBA 4ub vertex colors.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=73060ec7ebaa6a304402caa60610f94dac2cf24b
Author: Brian Paul <bri...@vmware.com>
Date:   Fri Mar 19 10:35:58 2010 -0600

    drivers/x11: add PUBLIC qualifier to more API functions
    
    Based on a patch from Tom Fogal.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=062a208814ad65d330f403c46d4bed88648f334f
Author: Ian Romanick <ian.d.roman...@intel.com>
Date:   Thu Mar 18 17:30:15 2010 -0700

    intel: Use bit-wise not instead of logical not (i830 path)
    
    The assertion is checking that the low-order bits of offset are not
    set.  It does this by anding the inverted offset mask with the
    offset.  This is clearly intended to be a bit-wise "invert".
    
    Fixes bug #25984.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=689e4b554123bbf9af727b910dad9d1b32521f95
Author: Ian Romanick <ian.d.roman...@intel.com>
Date:   Thu Mar 18 17:28:52 2010 -0700

    intel: Correct value of S0_VB_OFFSET_MASK to match hardware docs.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=fda5078324e0a940a2ddfdd1c63ffceb47c5a717
Author: Ian Romanick <ian.d.roman...@intel.com>
Date:   Thu Mar 18 15:35:05 2010 -0700

    Use bit-wise not instead of logical not.
    
    The assertion is checking that the low-order bits of offset are not
    set.  It does this by anding the inverted offset mask with the
    offset.  This is clearly intended to be a bit-wise "invert".
    
    Fixes bug #25984.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=b7e8039132830a2cd7a75691d11750d2ccc0a4e2
Author: Brian Paul <bri...@vmware.com>
Date:   Thu Mar 18 09:17:11 2010 -0600

    st/mesa: s/unpack/pack/ to be more consistent

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=38bd7282f2c2d28681f1c242545727e4c36df113
Author: Kristian Høgsberg <k...@bitplanet.net>
Date:   Wed Mar 17 22:44:58 2010 -0400

    intel: Call _mesa_make_current() after getting initial buffers
    
    The default viewport is the window rectangle, which is set up by
    _mesa_make_current().  To be able to do that we need to get the
    window dimension (and buffers) first, so we have to call
    intel_prepare_render() before we can call into _mesa_make_current().
    
    Fixes #26676 and #26678.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=05a980ac2a6b74af0436c1bb15c986a8160ec2eb
Author: Brian Paul <bri...@vmware.com>
Date:   Wed Mar 17 17:39:49 2010 -0600

    cell: return 1 for PIPE_CAP_BLEND_EQUATION_SEPARATE
    
    With this feature, we get OpenGL version 2.0 and the progs/glsl/
    demos run as-is.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=6dd4054ca544952393f74eee1b37406404d7d823
Author: Brian Paul <bri...@vmware.com>
Date:   Wed Mar 17 16:33:29 2010 -0600

    cell: be more conservative in cell_is_format_supported()
    
    This fixes a regression from commit a84575cdc0c8193b2c7858734e2ec6b1ec4511b2
    which changed the depth/stencil format we were trying to use.

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to