Mesa (7.8-gles): 58 new commits

Kristian Høgsberg krh at kemper.freedesktop.org
Thu May 6 15:14:44 UTC 2010


URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd0292dcf91888df8421951806af117891140787
Merge: 8c1b3b102db1dc49503c42c2d06873590aeb9735 f7638f004d4a1fdb2ea6cd7485a00a0cac8f8218
Author: Kristian Høgsberg <krh at bitplanet.net>
Date:   Thu May 6 11:07:11 2010 -0400

    Merge remote branch 'origin/7.8' into 7.8-gles

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c1b3b102db1dc49503c42c2d06873590aeb9735
Author: Chia-I Wu <olv at lunarg.com>
Date:   Wed May 5 10:59:44 2010 +0800

    mesa: Fix build of ES overlay.
    
    ES overlay is built with FEATURE_ES1 or FEATURE_ES2, and is built
    without FEATURE_GL.  Fix the build by always building OpenGL ES sources,
    but test for FEATURE_ES1 or FEATURE_ES2.  Also, define symbols that are
    missing because FEATURE_GL is not defined.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=320b7ac65e5085dc5f89389626d3d2a84f6180fc
Author: Kristian Høgsberg <krh at bitplanet.net>
Date:   Tue May 4 14:13:11 2010 -0400

    Fix gles .pc file generation

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5571689f8fb2993206d1fca45be8c9c303aeab33
Author: Kristian Høgsberg <krh at bitplanet.net>
Date:   Wed Mar 10 16:47:36 2010 -0500

    Add egl.pc file

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=49dbb9def6c5247224c449fed1074cb6c9914df7
Author: Kristian Høgsberg <krh at bitplanet.net>
Date:   Tue May 4 09:22:24 2010 -0400

    intel: Enable GL_EXT_framebuffer_object for gles2

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=90d824edafae4dd9d64d14460c87229f0c03526f
Author: Chia-I Wu <olv at lunarg.com>
Date:   Tue May 4 16:00:16 2010 +0800

    gles: Add -I$(TOP)/include.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d3702fc3eae4b9ce1934c4ee750816cbc4a2e55b
Author: Kristian Høgsberg <krh at bitplanet.net>
Date:   Tue May 4 07:23:21 2010 -0400

    mesa: Forgot to add .pc.in files for gles
    
    Some day I'll grow up and remember to add new files when I commit.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7638f004d4a1fdb2ea6cd7485a00a0cac8f8218
Author: Xavier Chantry <chantry.xavier at gmail.com>
Date:   Sun May 2 15:56:50 2010 -0700

    gallium: untrack u_indices_gen.c and u_indices_gen.c
    
    These files are built with make and removed with make clean, so it does not
    seem necessary to track them.
    
    Looking at the Makefile, it seems that the two u_indices_* files are handled
    similarly to u_format_srgb.c u_format_table.c and u_half.c, and these 3
    files are already untracked and in .gitignore
    
    Signed-off-by: Xavier Chantry <chantry.xavier at gmail.com>
    Signed-off-by: José Fonseca <jfonseca at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=30e9ffcd3bf184a0a67be5dcab254e8049c8c578
Author: José Fonseca <jfonseca at vmware.com>
Date:   Tue May 4 10:09:49 2010 +0100

    mesa/st: Fill in native program limits.
    
    In the lack of more fine grained capabilities in Gallium, assume that if
    the pipe driver supports GLSL then native limits match Mesa software
    limits.
    (cherry picked from commit 40a90cd11234a09c2477f5c9984dd6d9fac3f52c)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d63be67f320839d115987211d0d9b4297f6d17d
Author: Jeremy Huddleston <jeremyhu at apple.com>
Date:   Sat May 1 13:59:30 2010 -0700

    darwin: Fix build
    
    This is a regression from e42d84eaba228d4d96a46d116c6ca24581e29439
    
    https://bugs.freedesktop.org/show_bug.cgi?id=27929
    
    Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b640f9f708306b3e8c661771f29bf24bf8687fb
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Apr 28 10:06:05 2010 -0600

    st/mesa: fix incorrect RowStride computation
    
    Fixes incorrect stride when getting a compressed tex image.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=56f99ee640772f71c1eac0388ba2d70935010e3e
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Apr 28 10:05:00 2010 -0600

    st/mesa: fill in stImage->level in st_generate_mipmap()
    
    Before, this field was always zero for all the new mipmap levels.
    Fixes problems with glGetTexImage() from a generated mipmap.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ef9a8fcb1b651b95c570fd3a46cdea4751d2b725
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Wed Apr 28 16:19:41 2010 +0100

    glx: Fix build

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9cfaaa291f9c69cfc24e8a9c0d7de47319e479ed
Author: Micah Fedke <M.Fedke at Astronautics.com>
Date:   Wed Apr 28 07:25:58 2010 -0600

    egl: dri2 driver error output
    
    This patch amends the error output string for the case where the
    dri2 egl driver could not open the dri dev node.
    
    Signed-off-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=eecd2a59c1205246cc220ab09a79988838bb1759
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Apr 27 17:06:17 2010 -0600

    osmesa: update SRC_DIRS to fix build

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=29fc97606b13edb20fd1fc5351a066ba85968c77
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Apr 27 17:05:56 2010 -0600

    osdemos: replace assertion with error handler

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c5bf13c537e55ef04deec8226924cf9ab17d9538
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Apr 27 16:57:42 2010 -0600

    osmesa: don't need to link with -lGL
    
    The gl entrypoints are in libOSMesa.so

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c0b41116f1e7e8e7ebe5e0bc5b790ae7842f09d4
Author: Pierre Willenbrock <pierre at pirsoft.de>
Date:   Tue Apr 27 14:16:49 2010 -0700

    mesa: Disable scissor when begining meta operations
    
    Signed-off-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=717e86738f82d5c7d7de39fbd85734febfd4c66a
Author: Pierre Willenbrock <pierre at pirsoft.de>
Date:   Tue Apr 27 14:16:48 2010 -0700

    mesa: Don't set srcLevel on GL_TEXTURE_RECTANGLE_ARB targets
    
    Signed-off-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc806f70b2749dd9013491f43f442f5b1fe7cc7f
Author: Pierre Willenbrok <pierre at pirsoft.de>
Date:   Tue Apr 27 15:53:28 2010 -0600

    glx: Initialize have_back.
    
    Signed-off-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a1cb3babbef2af222b839a058694acc82a7074f1
Author: Jeremy Huddleston <jeremyhu at apple.com>
Date:   Mon Apr 12 18:37:47 2010 -0700

    Buildfixes to work around issues in OpenGL.framework
    
    Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f64773010d0dd204177d08716565db69f6263e0f
Author: Jeremy Huddleston <jeremyhu at apple.com>
Date:   Mon Apr 12 18:26:40 2010 -0700

    Update OpenGL specs
    
    Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f5aa5377a52c50c94b6a6d6d48c0057dbe874692
Author: Jeremy Huddleston <jeremyhu at freedesktop.org>
Date:   Sat Jan 2 00:03:53 2010 -0500

    apple: Use mesa gl.h rather than generating one.
    
    Signed-off-by: Jeremy Huddleston <jeremyhu at freedesktop.org>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=de96d063b1eba9137d96074c9434aafe858d3271
Author: Jeremy Huddleston <jeremyhu at apple.com>
Date:   Fri Apr 2 00:57:38 2010 -0700

    apple: Integrate our libGL into the existing build system better
    
    Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=163901bc7f89dc3a5c65d66b960f18dd561631c1
Author: Jeremy Huddleston <jeremyhu at apple.com>
Date:   Fri Apr 2 00:54:57 2010 -0700

    darwin: Use clientattrib
    
    Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=80b280db883edc9550484dba03bd5c124b6a9bf9
Author: Jeremy Huddleston <jeremyhu at apple.com>
Date:   Fri Apr 2 01:35:19 2010 -0700

    apple: Change ifdefs for DRI to be DRI && !APPLE
    
    Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=77dc40b2897dfaf1b7adedee4bd0e88f13bc76d3
Author: Jeremy Huddleston <jeremyhu at freedesktop.org>
Date:   Thu Dec 24 09:51:17 2009 -0800

    apple: Remove duplicate headers that already exist in mesa.
    
    Signed-off-by: Jeremy Huddleston <jeremyhu at freedesktop.org>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad503c41557606d15b0420c824369456f6d20a8f
Author: Jeremy Huddleston <jeremyhu at apple.com>
Date:   Thu Apr 1 11:01:31 2010 -0700

    apple: Initial import of libGL for OSX from AppleSGLX svn repository.
    
    Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1381880a8e0e0cdd96c4c725ff35a28b250b09d
Author: Chia-I Wu <olv at lunarg.com>
Date:   Tue Apr 27 23:19:27 2010 +0800

    glapi: Fix loading of old DRI drivers.
    
    The removal of _glapi_noop_enable_warnings and _glapi_set_warning_func
    in e4f168a6f4911a096be97d2e83ef8ad9c5862ec0 prevents DRI drivers built
    before the commit from loading.  Add stub versions of the functions to
    make them load again.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ea373df069aa734b4f59a5fbdbc304477a3613a0
Author: Pedro Maia <pedrom.maia at gmail.com>
Date:   Tue Apr 27 08:21:49 2010 -0600

    nv30/40g: fix calls to draw_create(), draw_set_rasterizer_state()
    
    Signed-off-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0e2c5f8aa4d6c88dcfefc9d2b5c7fa0d29ebbd6
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Apr 26 20:32:24 2010 -0600

    docs: document updated glext.h and glxext.h files

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4eb803975d5c724f0c5c3c6aad4d6afa3d30571b
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Apr 26 20:32:02 2010 -0600

    glxext.h: upgraded to 2010/02/10 version

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=273058b677bdd4d9e8626f919372eb68a6aef095
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Apr 26 20:31:19 2010 -0600

    glext: upgraded to version 61

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b695cbd57cb5a9e0918a0780a77cca38b8225df3
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Apr 23 15:36:29 2010 -0600

    docs: add links to old mailing list archives

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad7d36e91933a49ce3f6ed2c14ae585a8a84fdf5
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Thu Apr 22 09:30:42 2010 -0700

    Fix __glXInitializeVisualConfigFromTags's handling of unrecognized fbconfig tags.
    
    __glXInitializeVisualConfigFromTags doesn't skip the payload of
    unrecognized tags.  Instead, it treats the value as if it were the
    next tag, which can happen if the server's GLX extension is not
    Mesa's.  For example, this falls down when NVIDIA sends a
    GLX_FLOAT_COMPONENTS_NV = 0 pair, causing
    __glXInitializeVisualConfigFromTags to bail out early.
    
    Signed-off-by: Aaron Plattner <aplattner at nvidia.com>
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=eb4dc547885994cc7961f7996c33ff484f664964
Author: Jerome Glisse <jglisse at redhat.com>
Date:   Fri Apr 23 11:56:06 2010 +0200

    r600: don't enable depth test if there is no depth buffer
    
    If there is no depth buffer bound to current context don't
    enable depth test. GL states that if depth test is enabled
    without depth buffer it's as if depth buffer always pass.
    
    Signed-off-by: Jerome Glisse <jglisse at redhat.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c37e275e778e8c944e3dfad159b1eb94c601af60
Author: Michel Dänzer <daenzer at vmware.com>
Date:   Fri Apr 23 11:14:13 2010 +0200

    glx/dri2: Fix build with dri2proto which doesn't define X_DRI2SwapInterval.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=355370e30b083e6fd130c259f4378530c715142c
Author: Tormod Volden <debian.tormod at gmail.com>
Date:   Thu Apr 22 21:52:15 2010 +0200

    radeon: 9800 SE has only one quadpipe
    
    Although these cards have 2 pipelines on the silicon only
    the first passed the QA and the other should be disabled.
    
    http://www.digital-daily.com/video/ati-radeon9800se/
    http://www.rojakpot.com/showarticle.aspx?artno=101&pgno=1
    
    Signed-off-by: Tormod Volden <debian.tormod at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b1a9c76b574f4da6b87c5a0750bfbe5bc98d1f4e
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Apr 22 10:26:20 2010 -0600

    st/mesa: add cases for MESA_FORMAT_Z24_X8, MESA_FORMAT_X8_Z24

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d7ef6e06b45c75bc24f8f238bcc3d2328e53c7d
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Apr 22 08:46:46 2010 -0600

    mesa: fix conversion errors in signed_rgba8888[rev] texel fetch
    
    Without the cast the returned texel colors were wrong.
    Also, we don't need the "& 0xff" part anymore.
    Bug found by Vinson Lee.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=986eb4b99fd9304abc949407e48dade5e122712e
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Apr 22 02:33:10 2010 -0400

    r300: fix vertex unit setup
    
    RV3xx is 2, RV560,RV570 is 8
    
    Noticed by Tormod Volden.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e995cdf25873756d7e5aad919aac1afe1c75e0d
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Wed Apr 21 18:13:19 2010 -0600

    progs/demos: Fix the progs/demos/rain help text
    
    Signed-off-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=88be2171e7336201e5ee97ade36ba3de4fe939bf
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Sun Apr 18 09:33:03 2010 -0700

    egl: Pass flags to locate Xlib headers and libraries
    
    eglplatform.h pulls in Xlib.h on X11 platforms. Likewise, the egl glx
    driver and egl programs needs to link to libX11. Make sure we use the
    locations the user told us about.
    
    Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e5effefc7e1cf147315841894d1548f09b96cbc
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Thu Apr 1 14:59:10 2010 -0700

    progs: Fix linking of Xlib demos for non-autoconf builds
    
    The Xlib demos were fixed to use $(X11_LIBS) so that configure could
    detect the proper directory to link the library from, but this broke
    the non-autoconf builds. Give X11_LIBS a default value to fallback on.
    (cherry picked from commit e40fce13e152ecf929c899ed38a8e5f7d198c738)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4e7a4bed372a6da4dde8926f3bc30c56e3fbe07b
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Mon Mar 15 20:53:56 2010 -0700

    Change libX11 variables to not conflict with AC_PATH_XTRA
    
    The variable X_LIBS from AC_PATH_XTRA contains only the -L searchdir
    parameter and not the -lX11 to link to Xlib. Use X11 prefixed build vars
    for linking with Xlib to avoid the conflict.
    
    Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>
    (cherry picked from commit e725ef171b5a4d5425461f237d9ccab223806913)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f8bf353bd7e896268e0eb445c61270a8823892a
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Fri Apr 2 06:33:48 2010 -0700

    gallium: Respect user's CFLAGS for including X headers
    
    This can break on systems that don't have a system X installation.
    
    Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>
    (cherry picked from commit de4ee20578a79e024b0de83c40648112f42c994e)
    
    Conflicts:
    
    	src/gallium/winsys/xlib/Makefile

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b693fd93fbddc24360ed345a832387834e0a1fc
Author: Jeff Smith <whydoubt at yahoo.com>
Date:   Fri Mar 12 18:55:09 2010 -0600

    Use X_LIBS from pkg-config, instead of libdir, for locating libX11
    
    Signed-off-by: Jeff Smith <whydoubt at yahoo.com>
    Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>
    (cherry picked from commit 8d86d395dcf6a5f192b6987485bb7aef49f1fefc)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a18cdb0ed2f4b747688f653d9947d174fae77ff
Author: Jesse Barnes <jbarnes at virtuousgeek.org>
Date:   Mon Apr 19 14:19:48 2010 -0700

    DRI2: check for swapAvailable before using swap interval protocol
    
    This should have been part of the last change...

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=385e2896ebf54ac0b016132fe513f21a5b67ba4f
Author: Jesse Barnes <jbarnes at virtuousgeek.org>
Date:   Mon Apr 19 09:54:08 2010 -0700

    DRI2: synchronize swap interval with server at startup time
    
    In the direct rendered case, we need to tell the server our initial swap
    interval.  If we don't, the local and server values will be out of sync,
    since the server and client defaults may be different (as they were
    before this patch).

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c060265bdb953f0c9d73e60f08c53a2e3b1a1176
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Apr 19 10:10:41 2010 -0600

    st/mesa: invert scissor rect depending on FB orientation
    
    Fixes fd.o bug 27715

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf7d08b4434325220488d4c9e871e230bafd7b7c
Author: Matthieu Herrb <matthieu.herrb at laas.fr>
Date:   Mon Apr 19 09:32:37 2010 -0600

    mesa: Fix build with gcc 3.3.
    
    Signed-off-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f4553d99c63e4bcb4d023c9e33b72fedd0dfbdc1
Author: Matthieu Herrb <matthieu.herrb at laas.fr>
Date:   Sun Apr 18 16:55:38 2010 -0700

    radeon: Let this build with gcc 3.3
    
    Declaring the loop index inside for () is not supported by this version.
    
    Signed-off-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c39ab02ae9be9c6adf8f2d1382fed88f1daf03bf
Author: Owain Ainsworth <zerooa at googlemail.com>
Date:   Sun Apr 18 16:55:37 2010 -0700

    radeon: Fix command type for DRM_RADEON_IRQ_EMIT ioctl.
    
    This should be drmCommandWriteRead to avoid an EINVAL error on systems
    that strictly check ioctl args. This command has been r/w for ever.
    Discussion with airlied agreed that this was the correct course.
    
    Signed-off-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f1ae3a94dc9ec1360ed8f6e076501423f2f60f2
Author: Matthieu Herrb <matthieu.herrb at laas.fr>
Date:   Sun Apr 18 16:55:36 2010 -0700

    mesa: Use __OpenBSD__ to check for OpenBSD.
    
    Signed-off-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3a34cc7f6c9f959cdc2af4486e84587fab4d0d7
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Apr 19 08:35:53 2010 -0600

    gallium/draw: use correct rasterization state for wide/AA points/lines
    
    When points or lines are decomposed into triangles, we need to be sure
    to disable polygon culling, stippling, "un-filled" modes, etc.
    
    This patch sets the rasterization state to disable those things prior to
    drawing points/lines with triangles, then restores the previous state
    afterward.
    
    The new piglit point-no-line-cull test checks this problem & solution.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=db3b34219ef1dbf9ebf5e524d3e459f9ad9571b5
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Apr 16 08:25:58 2010 -0600

    docs: update links for new mesa-users and mesa-announce lists

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=885048232fb715b0646d52ff35305941a25f1382
Author: Tormod Volden <lists.tormod at gmail.com>
Date:   Thu Apr 15 10:13:53 2010 -0700

    savage: call _mesa_meta_init/free()
    
    Fixes crash when using _mesa_CopyTexImage2D.
    Bug #27652.
    
    Signed-off-by: Tormod Volden <debian.tormod at gmail.com>
    Signed-off-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b3a68cdc6f4bf2c006aa01f8980536e8e520d62a
Author: Arpad Borsos <arpad.borsos at googlemail.com>
Date:   Wed Apr 14 14:26:32 2010 -0600

    softpipe: Fix division by zero
    
    This can be triggered by running the cairo tests using the gl backend
    and softpipe.
    
    Signed-off-by: Brian Paul <brianp at vmware.com>




More information about the mesa-commit mailing list