Mesa (master): 65 new commits

Brian Paul brianp at kemper.freedesktop.org
Fri Dec 11 17:04:25 UTC 2009


URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a087eb590d780cb82b49464e05ffc85123adce7e
Merge: cb640c8d40c4ee34160a14d646c244f44a5013f6 e128cc205e30540597ecd57849060a6bf4714d9f
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Dec 11 10:04:07 2009 -0700

    Merge branch 'mesa_7_7_branch'
    
    Conflicts:
    	src/gallium/state_trackers/xorg/xorg_xv.c
    	src/mesa/drivers/dri/intel/intel_span.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e128cc205e30540597ecd57849060a6bf4714d9f
Merge: b605f4ff11c894500f2d0273c5d4653ff413448d 7d41b4248bee1d926646ef5fdff07da4f9026589
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Dec 11 09:51:27 2009 -0700

    Merge branch 'mesa_7_6_branch' into mesa_7_7_branch

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d41b4248bee1d926646ef5fdff07da4f9026589
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Dec 11 09:41:34 2009 -0700

    docs: updated 7.6.1 relnotes with GLSL fixes

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8f8eca9efaf2f537cf9218e4dd1d742e19ffc76
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Dec 11 09:40:33 2009 -0700

    mesa: remove unnecessary loop in _mesa_remove_output_reads()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b605f4ff11c894500f2d0273c5d4653ff413448d
Merge: da3bc492d2438ac915e720c17b54d0d12ffd8a97 5076a4f53a2f34cc9116b45951037f639885c7a1
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Dec 11 09:22:00 2009 -0700

    Merge branch 'mesa_7_6_branch' into mesa_7_7_branch

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5076a4f53a2f34cc9116b45951037f639885c7a1
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Dec 11 09:16:25 2009 -0700

    mesa: check dst reg in _mesa_find_free_register()
    
    If a register was only being used as a destination (as will happen when
    generated condition-codes) we missed its use.  So we'd errantly return
    a register index that was really in-use, not free.
    
    Fixes bug 25579.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7f1211b9b0a8fa0e5f5427b74b4eee4dabf65af
Author: Aurelien Jarno <aurel32 at debian.org>
Date:   Fri Dec 11 08:46:54 2009 -0700

    sparc: additional preprocessor test for SPARC 64-bit

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=da3bc492d2438ac915e720c17b54d0d12ffd8a97
Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri Dec 11 15:16:22 2009 +0000

    scons: Tweak MSVC release options.
    
    Enable whole program optimizations and fast math.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ffae1f938d61165fce620bfd76ea7ae74dc63289
Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri Dec 11 14:14:03 2009 +0000

    svga: Add a missing dependency from the prescale state.
    
    Thanks for Keith to finding this.
    
    Fixes Jedi Knight 2 menus.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8469baf41bd4775eab2403ecf08ed013343943a5
Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri Dec 11 13:15:12 2009 +0000

    svga: Always pass SVGA3D_SURFACE_HINT_DYNAMIC.
    
    Since we're reusing buffers we're effectively transforming all
    of them into dynamic buffers.
    
    It would be nice to not cache long lived static buffers. But there
    is no way to detect the long lived from short lived ones yet. A
    good heuristic would be buffer size.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=16876b8328059446b6fa0951f7848e5d500244ab
Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri Dec 11 12:29:02 2009 +0000

    svga: Keep tight control of texture handle ownership.
    
    The texture owns the surface handle. All derivatives need to keep
    a reference to texture.
    
    This fixes several assertions failures starting up Jedi Knight 2.
    
    Should cause no change for DRM surface sharing -- reference count still
    done as before there.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=770323e33e62169827454af74e9f90f09997f962
Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri Dec 11 12:09:02 2009 +0000

    svga: Fix mixed signed comparisons.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a2937a2f4ecf22a5a4242cd0a350f20228f50232
Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri Dec 11 12:08:32 2009 +0000

    scons: Pass -fno-strict-aliasing to gcc.
    
    Strict aliasing tule violations were fixed on master, but
    they're still causing problem in this branch, so disable this assumptions.
    
    Do not apply this fix to master (revert when you merge).

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c981b94dc0ff30fe2b2786b1d5671be7d1610b7
Author: José Fonseca <jfonseca at vmware.com>
Date:   Wed Nov 25 18:06:12 2009 +0000

    scons: Make it work with MinGW build of LLVM 2.6.
    
    LLVM 2.5 is no longer supported on windows.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=94fba49be97008565c0225bc46894bfd9453bb5e
Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Dec 10 18:51:51 2009 -0800

    mesa: Initialize variable in MatchInstruction.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e31df54754e2305b7cc7072053bf5a4e0b477fd6
Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Dec 10 18:32:33 2009 -0800

    mesa: Assign _mesa_lookup_parameter_index return value to GLint.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb1dcb55f9884431a5e2b90e9208b42558a95611
Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Dec 10 18:21:59 2009 -0800

    i915: Add missing break statement in i915_debug_packet.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d38ffed5236adf3ee83c0bc5bdee0233ce566e01
Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Dec 10 17:50:35 2009 -0800

    glsl: Increase size of array in_slang_lookup_constant from 4 to 16.
    
    For some cases, _mesa_GetIntegerv reads up to params[15].

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1cf60c981091d7a46cb404fd607f85553c427761
Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Dec 10 15:41:13 2009 -0800

    progs/samples: Byte swap individual members of struct _rawImageRec.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e624b77eb2d594cde053c73a530836e05227126a
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue Dec 8 23:25:26 2009 -0800

    intel: Remove ARGB internal_format == GL_RGB hacks
    
    Now that XRGB is supported, we don't need to hack around cases of an RGBA
    format buffer with an internal format of GL_RGB.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b4a6169412819cc3a027c6a118f0537911145a30
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue Dec 8 23:24:58 2009 -0800

    intel: Make RGB textures use XRGB8888

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cbdeb33209e782f011984a4b93cc0d36f567462e
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue Dec 8 21:15:36 2009 -0800

    intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=eadd9b8e16e3b1ad35fec54f780a0f94ac43988f
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue Dec 8 21:13:05 2009 -0800

    i965: Fix handling of drawing to MESA_FORMAT_XRGB8888
    
    It turns out that 965 and friends cannot actually render to an xRGB
    surfaces.  Instead, the surface has to be RGBA with writes to alpha
    disabled and the blend function modified to always use 1.0 for
    destination alpha.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f2b2032f46939b6056f837a086e73f0417183fc
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue Dec 8 21:12:18 2009 -0800

    intel: Use spantmp2 GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REV for XRGB8888

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ffc1f299e9eaa6eaa4b5586b9fb13132564bd3ae
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue Dec 8 21:10:45 2009 -0800

    spantmp2: Add support for GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REV
    
    This is really for MESA_FORMAT_XRGB8888.  Clearly spantmp2.h needs some
    re-work.  Any volunteers?

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=430876cd3a70d3b701d136b825518140888f96c8
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue Dec 8 17:03:20 2009 -0800

    intel: name in intel_create_renderbuffer was always 0, remove

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f01674a584ea6df96acf91d7cd3b8a9b48ee65e
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue Dec 8 16:06:13 2009 -0800

    intel: Use texformat accessor to get bytes-per-pixel

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4eee46efcb7e1f737b7115caf48ddb3b77408626
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue Dec 8 15:51:18 2009 -0800

    intel: softwareBuffer in intel_alloc_renderbuffer_storage was always false, remove

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3078bd136d6ee1d9ad16b4c834cad23b005304a4
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue Dec 8 09:57:27 2009 -0800

    intel: Axe intel_renderbuffer::texformat
    
    Since the texformat branch merge, the value of intel_renderbuffer::texformat
    is just a copy of gl_renderbuffer::Format.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=539a14a1dd5a0d277b193d9cd2d06423ed98dc8a
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Dec 9 11:36:45 2009 -0800

    intel: Flush the render/texture cache when finishing render to texture.
    
    Back when we were flushing the entire batch at BindFramebuffer, the kernel
    would notice the domain transition when someone went to texture from it and
    flush for us.  We no longer do the batch flushing every time, so we get to
    do aggressive flushing until we move batchbuffer handling to libdrm.
    
    Fixes piglit fbo-flushing.  Bug #25377.  No noticeable performance loss
    on cairo-gl (so this is better than batch flushing).

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bc0509bba8cc962a4ee2dafd684e153b3060262d
Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Dec 10 13:24:15 2009 -0800

    progs/util: Byte swap individual members of struct _rawImageRec.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=51f52edaf186a927a2c8c29ba9dba56d18928a7e
Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Dec 10 12:37:10 2009 -0800

    glsl: Fix array out-of-bounds access by _slang_lookup_constant.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dcb4a37fc89924192d923ed6906d2922371b8cb1
Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Dec 10 12:11:09 2009 -0800

    mesa: Fix array out-of-bounds access by _mesa_TexParameteriv.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=967e6e20099ebd3a7f68f49233e6cf3c99ce3317
Author: Zack Rusin <zackr at vmware.com>
Date:   Thu Dec 10 13:01:53 2009 -0500

    st/xorg: fix yv12 plus some cleanups in the upload code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=690d888416909f0449e6ebbfa46f18079b68b1bd
Author: Zack Rusin <zackr at vmware.com>
Date:   Wed Nov 18 12:06:32 2009 -0500

    st/xorg: enable yv12 for xv

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=05b62960929b78a53465ffcb0739454519ed157a
Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Dec 9 22:34:07 2009 -0800

    mesa: Fix SCons build.
    
    Commit cd6b8dd9e82fedc55d033131fbc0f8ee950567c8 deleted
    src/mesa/state_tracker/st_cb_get.c.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b82757880545f8bce471ba8f13c16998888cd4b5
Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Dec 9 17:59:23 2009 -0800

    mesa: Fix array out-of-bounds access by _mesa_TexGend.
    
    _mesa_TexGend calls _mesa_TexGenfv, which uses the params argument
    as an array.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=444d1f39108ab4419843f19f76c968cef3398bab
Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Dec 9 17:34:50 2009 -0800

    mesa: Fix array out-of-bounds access by _mesa_Lighti.
    
    _mesa_Lighti calls _mesa_Lightiv, which uses the params argument
    as an array.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=34528a34c446afea4442f479713e7f926220f128
Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Dec 9 17:11:30 2009 -0800

    mesa: Fix array out-of-bounds access by _mesa_Lightf.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=348883076bd213ec733a1ba2a4768788e4669c97
Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Dec 9 13:15:05 2009 -0800

    mesa: Fix array out-of-bounds access by _mesa_PointParameteri.
    
    _mesa_PointParameteri calls _mesa_PointParameterfv, which uses the
    params argument as an array.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f2d51b81ff907af9727e90153a46e79e246fc66
Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Dec 9 13:00:22 2009 -0800

    mesa: Fix array out-of-bounds access by _mesa_PointParameterf.
    
    _mesa_PointParameterf calls _mesa_PointParameterfv, which uses the
    params argument as an array.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=637970aefdcdd1ee50e3759de384b82e6109a45c
Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Dec 9 12:43:28 2009 -0800

    mesa: Fix array out-of-bounds access by _mesa_LightModelf.
    
    _mesa_LightModelf calls _mesa_LightModelfv, which uses the
    params argument as an array.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a082d965de228d5035e59245df528af62761652a
Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Dec 9 11:26:24 2009 -0800

    glsl: Remove unused member x from struct slang_operation.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3de8fff45d04fd7e702cd656ba97cafd348c3981
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Dec 9 08:30:01 2009 -0700

    mesa: fix baseLevel >= MAX_TEXTURE_LEVELS test
    
    This fixes invalid array indexing when baseLevel == MAX_TEXTURE_LEVELS.
    See bug 25528.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=33a120e4761a661736ea64a3efc2e3831ac5600a
Author: Andre Maasikas <amaasikas at gmail.com>
Date:   Wed Dec 9 10:51:52 2009 +0200

    r600: fix state size prediction after dc0777d3

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e2a86cb1be935f1c54efcf5b4e6a1b7371ff5e7
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Tue Dec 8 21:05:30 2009 +0100

    vmware/xorg: Properly detect overlay support

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b7cf8a1f93ef3a81f2e8c44adca9a3990da4466d
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Tue Dec 8 21:03:29 2009 +0100

    vmware/core: Update vmwgfx_drm.h

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3fa700c178e11e6735430119232919176ab7b42
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Wed Dec 9 11:03:49 2009 -0800

    meta: Bind texture to unit 0 for mipmap generation
    
    If the active texture unit on entry to mipmap generation is not zero, bind the
    texture to unit zero.
    
    Fixes bug #24219.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd6b8dd9e82fedc55d033131fbc0f8ee950567c8
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Dec 9 10:08:07 2009 -0800

    mesa: Move OES_read_format support from drivers into the core.
    
    The assertion is that the correct read type to be using is the native
    type of the underlying read renderbuffer.  For some fallback paths, this
    may be worse than GL_RGBA/GL_UNSIGNED_BYTE for reads today, but it gets
    all drivers the expected GL_BGRA/GL_UNSIGNED_BYTE for ARGB8888 or
    GL_BGR//GL_UNSIGNED_SHORT_5_6_5_REV for rgb565 with no work.
    
    This fixes the intel (and other) DRI drivers to report read formats that
    should hit blit PBO readpixels paths.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=af16c822a5af8ce0aa7582e8ea44315b62b7356b
Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Dec 8 18:26:05 2009 -0800

    mesa: Fix array out-of-bounds access by _mesa_LightModeli.
    
    _mesa_LightModeli calls _mesa_LightModeliv, which uses the
    params argument as an array.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d33bf38d63d233f6a09115acfff230c464d3ee29
Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Dec 8 17:51:07 2009 -0800

    mesa: Fix array out-of-bounds access by _mesa_Fogf.
    
    _mesa_Fogf calls _mesa_Fogfv, which uses the params argument
    as an array.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f7c2ac2798b385bed97b6931a1568a7e0223a0a
Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Dec 8 17:25:05 2009 -0800

    mesa: Fix array out-of-bounds access by _mesa_TexParameteri.
    
    _mesa_TexParameteri calls set_tex_parameteri, which uses the
    params argument as an array.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd9eb8774ad7918187afebf8cd3be6f4b80f0f3b
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Dec 8 16:15:07 2009 -0800

    i965: Enable the accelerated ReadPixels path on gen4 along with pre-gen4.
    
    Passes piglit pbo-read-argb8888, and doesn't otherwise regress quick.tests.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f146b38240e1c4efa6d8d0a4e5a0c8346706de5
Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Dec 8 16:04:33 2009 -0800

    mesa: Fix array out-of-bounds access by _mesa_Fogi.
    
    _mesa_Fogi calls _mesa_Fogfv, which uses the params argument
    as an array.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a1d46fbea0b40d7edc668ea5993ea4318f37c9f9
Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Dec 8 15:42:13 2009 -0800

    mesa: Fix array out-of-bounds access by _mesa_TexParameteri.
    
    _mesa_TexParameteri calls set_tex_parameterf, which uses the
    params argument as an array.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d88f3b946804f9a3e8cad4f8896e6be488fec2b5
Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Dec 8 14:31:38 2009 -0800

    mesa: Fix array out-of-bounds access by _mesa_TexParameterfv.
    
    _mesa_TexParameterfv calls set_tex_parameteri, which uses the
    params argument as an array.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=54b0ed8360019fc6e0234c2c3413be40fe4d3b59
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Dec 8 15:03:15 2009 -0700

    vbo: fix array index out of bounds error, and fix evaluator priorities
    
    Fixes bug 25525.
    Plus, the GL_NV_vertex_program evaluators alias and override the
    convential evaluator maps, so set their state after the conventional
    maps.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1de1deffce9c7120a167af8553b606eec82e60a3
Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Dec 8 00:43:38 2009 -0800

    i915g: Fix memory leak when pci id is unknown.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e93e06781d2f3e0c737c7654c3fb0d83e31e45a
Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Dec 8 00:37:35 2009 -0800

    i915g: Add missing break statement in i915_debug_packet.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f8e22aa29b7340d51b1f2e16d55a035c0f9b851
Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Dec 8 00:26:37 2009 -0800

    rbug: Initialize variable in rbug_get_message.
    
    Silences uninitialized variable warning.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f1db18f148b9014af80abe0524827f1cb3ec013
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Fri Dec 4 16:44:18 2009 +0100

    vmware/xorg: Also stop ports on close

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=124f4bc97712acfe7d08807b013a101a4d6276e1
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Fri Dec 4 16:25:59 2009 +0100

    vmware/xorg: Stop video ports on leave vt

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f2e3fc18141d29ede2b711d7ddbb225145be35e3
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Fri Dec 4 16:22:48 2009 +0100

    st/xorg: Add enter/leave vt hooks for winsys

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c33520b360780bce496b00516384e25a0908e43c
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Fri Dec 4 16:05:03 2009 +0100

    st/xorg: Fix leave enter vt cycle in crtc code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d5b94b49f602386b75630e73db775a68c72fdf46
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Fri Dec 4 16:13:57 2009 +0100

    st/xorg: New libkms destroy api




More information about the mesa-commit mailing list