Mesa (intel-2008-q3): 34 new commits

Eric Anholt anholt at kemper.freedesktop.org
Wed Sep 24 23:42:29 UTC 2008


URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e636f5b76bbcfef95092d21646c844c0dfe770e0
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Sep 24 15:10:45 2008 -0700

    intel: Fix clears to depth_stencil texture attachments.
    
    Broken by 0adfd1021035e90995a25ec5f20b736e55075d92, showed up as an assertion
    failure in a software fallback in the shadowtex demo when we failed to
    recognize the texture format.
    (cherry picked from commit c5945c2d173b77ace00e6fc225097a6afddecfa3)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bba24c3ca7981e499fd95a6a793944f31f35bab2
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Sep 23 15:53:29 2008 -0700

    i965: Cope with batch getting flushed in the middle of batchbuffer emits.
    
    This isn't required for GEM (at least, yet), but the check_aperture code
    for non-GEM results in batch getting flushed during emit.  brw_state_upload
    restarts state emits, but a bunch of the state emit functions were assuming
    that they would be called exactly once, after prepare and before new_batch.
    
    Bug #17179.
    (cherry picked from commit d533da2db873942b3f8676a754b8be3c9718bedf)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e96c8736cb077655db820954f4c7c2849513122
Author: Eric Anholt <eric at anholt.net>
Date:   Sun Sep 21 18:26:45 2008 -0700

    i915: Fix overlapping CopyPixels with negative pixel zoom.
    
    Fixes a failure in pixel-pos.c oglconform test.
    (cherry picked from commit 15487e46a29377edc7ceceefabe9977f992ae01c)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1410705be669ebe76171a51db14a2b6707098da9
Author: Eric Anholt <eric at anholt.net>
Date:   Sat Sep 20 18:07:17 2008 -0700

    i915: fix crash in flush_prim -> wait_flips -> flush_batch -> flush_prim.
    (cherry picked from commit b9532f078a2fbf459b0403b6f656711f80ff83c2)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d912c9a7b448f4dc53531b601e517b2720c0278
Merge: 4a310d6bd3767d217c433112bc2945a2e001de4e 35fe0e56e6f6b45ceea0c3d43be7596c1ea44e00
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Sep 24 15:35:31 2008 -0700

    Merge commit 'mesa_7_2' into intel-2008-q3

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=35fe0e56e6f6b45ceea0c3d43be7596c1ea44e00
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Sat Sep 20 09:28:22 2008 -0600

    mesa: docs: remove parenthesis

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=69e5311ad3ac603692dff24ae3a0d0121b36baf3
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Sat Sep 20 09:24:17 2008 -0600

    mesa: set 7.2 version for tarballs

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e884c4db2b7c28cffe15fd35ba1991759c14b387
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Sat Sep 20 09:23:50 2008 -0600

    mesa: prep for 7.2 release

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e681bee04eb596d9ccdbab7fa8ed3660303f7f47
Author: Adam Jackson <ajax at redhat.com>
Date:   Fri Sep 19 17:16:53 2008 -0400

    Update to SGI FreeB 2.0.
    
    Under the terms of version 1.1, "once Covered Code has been published
    under a particular version of the License, Recipient may, for the
    duration of the License, continue to use it under the terms of that
    version, or choose to use such Covered Code under the terms of any
    subsequent version published by SGI."
    
    FreeB 2.0 license refers to "dates of first publication".  They are here
    taken to be 1991-2000, as noted in the original license text:
    
     ** Original Code. The Original Code is: OpenGL Sample Implementation,
     ** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
     ** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
     ** Copyright in any portions created by third parties is as indicated
     ** elsewhere herein. All Rights Reserved.
    
    Official FreeB 2.0 text:
    
    http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.2.0.pdf
    
    As always, this code has not been tested for conformance with the OpenGL
    specification.  OpenGL conformance testing is available from
    http://khronos.org/ and is required for use of the OpenGL logo in
    product advertising and promotion.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3dd48d903f85a0e0a01d8b9f4b524b3dec67370b
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Sep 18 15:28:31 2008 -0600

    document _tnl_InvalidateState() fix

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0ea4337fcdab90b88e53e40fc21bd52108d30f8
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Sep 18 15:27:55 2008 -0600

    mesa: fix null ptr deref bug in _tnl_InvalidateState(), bug 15834

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6290d7fd29869cf12402da6d8565ff38eb9b8e0e
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Sep 17 09:05:04 2008 -0600

    mesa: fix bug in previous changes to _slang_resolve_attributes()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=84ad182ab898d09d408ec8c1f767336ccb88d707
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Sep 16 16:37:17 2008 -0600

    document glBindAttribLocation fixes

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a155ead5159a11abca1c6c93ba068f6a6371f0f3
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Sep 16 15:50:44 2008 -0600

    mesa: rework GLSL vertex attribute binding
    
    Calls to glBindAttribLocation() should not take effect until the next time
    that glLinkProgram() is called.
    gl_shader_program::Attributes now just contains user-defined bindings.
    gl_shader_program::VertexProgram->Attributes contains the actual/final bindings.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b0f65245633553105e7dd0bcac4e96be9210694
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Sep 16 13:23:01 2008 -0600

    mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_EndList())

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1be50e1638649b497fa6345e6d7dac620c976f90
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Mon Sep 15 17:15:51 2008 -0600

    fix msaa enable/disable bug

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4fefa29d8cf843106dbb88198405c80ef9f72773
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Mon Sep 15 17:10:04 2008 -0600

    mesa: fix MSAA enable state in update_multisample()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ef479d9f2aec58d83e0cfbd4deaa2018d844c720
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Mon Sep 15 09:22:07 2008 -0600

    document display list bug fix

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc04604856838389f0108d7a624ac4d1feac78f3
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Mon Sep 15 09:07:32 2008 -0600

    mesa: remove some assertions that are invalid during context tear-down

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ef2bd7860f5055fcf36b9c7a4d3289d44f5e1589
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Mon Sep 15 13:47:25 2008 +0100

    mesa: get another class of degenerate dlists working
    
    Primitive begin in one dlist, end in another.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dca8b4c964b9a241a87662bae98a8d7c90087ea4
Author: Shane Blackett <shane at blackett.co.nz>
Date:   Sun Sep 14 17:51:01 2008 -0600

    glut: s/glut_fbc.c/glut_fcb.c/

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=419353dc2f5ffee2d7575e2d30de92fa6f7c93e8
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Sat Sep 13 16:06:12 2008 -0600

    mesa: Makefile: 7.2 release candidate 1

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=38d3b2262bfbe85994549dd6a8f75da3833b6e7f
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Sat Sep 13 14:43:54 2008 -0600

    mesa: documentation updates for 7.2 release

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4db2a7f36cb8b4bf1325f3f9c57247fd5322f2ea
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Sat Sep 13 14:39:39 2008 -0600

    updated Cell driver info

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1145042fd226beff26ecc52508c14e8d9794b674
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Sat Sep 13 14:36:35 2008 -0600

    Mesa: version bumps for 7.2 release

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=772131280ad224c3ad8cd134401e34c921ec1767
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Sat Sep 13 14:36:17 2008 -0600

    document 7.2 bug fixes, etc

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee913c0fccfd793d6ae1ebbadf62342a9354d6d1
Author: Jakub Bogusz <gboosh at pld-linux.org>
Date:   Sat Sep 13 14:34:51 2008 -0600

    tdfx: fix crash and lack of visuals bug

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd1804c43a51d1ea19d0ec856ec67315f355aa68
Author: Guillaume Melquiond <guillaume.melquiond at gmail.com>
Date:   Sat Sep 13 14:25:02 2008 -0600

    i915: fix himask constant init for 64-bit build

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=253784d45e8417a783a71b4af6f39cc9a21b523e
Author: Guillaume Melquiond <guillaume.melquiond at gmail.com>
Date:   Sat Sep 13 14:24:31 2008 -0600

    glx: fix 64-bit datatype issue

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=463d19d477058ba176fa7397f3cf473e7688bd3d
Author: Guillaume Melquiond <guillaume.melquiond at gmail.com>
Date:   Sat Sep 13 14:23:39 2008 -0600

    mesa: return after _mesa_problem() calls

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e4fd90ca5586bd5f303d246bd563d4236bf808e
Author: Guillaume Melquiond <guillaume.melquiond at gmail.com>
Date:   Sat Sep 13 14:23:14 2008 -0600

    mesa: #include <stdio.h>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=06188c0c5c51a9fa8a0d2f971bb0929162dbaad5
Author: Guillaume Melquiond <guillaume.melquiond at gmail.com>
Date:   Sat Sep 13 14:22:15 2008 -0600

    remove invalid XDestroyWindow() call

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dec90976476a2cc97c3e344697ac475b1c5a8d71
Author: Guillaume Melquiond <guillaume.melquiond at gmail.com>
Date:   Sat Sep 13 14:21:50 2008 -0600

    silence warning

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e234339dbab62cf241245815db3b04c9b34f2e1c
Author: Guillaume Melquiond <guillaume.melquiond at gmail.com>
Date:   Sat Sep 13 14:20:14 2008 -0600

    GLU: fix asst warnings




More information about the mesa-commit mailing list