Mesa (master): 26 new commits

Ian Romanick idr at kemper.freedesktop.org
Wed Jun 13 20:28:25 UTC 2012


URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f18d3fe0cb459e5370625057024b84edbadfb097
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue May 29 12:50:54 2012 -0700

    glapi: Remove GL_NV_vertex_array_range from the dispatch table
    
    There is no GLX protocol for these functions.  Open-source Linux
    driver have not supported this extension for many years, and it seems
    unlikely at this point that this support will return.  There's no
    reason to have slots for these functions in the dispatch table.
    
    The unit tests (GetProcAddress::TableDidntShrink and others) are also updated.
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=69d1851757424c530d36ae93fba462db5cf3f731
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue May 29 12:46:54 2012 -0700

    glapi: Remove GL_NV_fence from the dispatch table
    
    There is no GLX protocol for these functions.  No open-source Linux
    driver has ever supported this extension, and it seems unlikely at
    this point that one ever will.  There's no reason to have slots for
    these functions in the dispatch table.
    
    The unit tests (GetProcAddress::TableDidntShrink and others) are also updated.
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6db7cf29b5229d8cb206973c0283d56a1e025c93
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue May 29 12:41:08 2012 -0700

    glapi: Remove GL_NV_register_combiners from the dispatch table
    
    There is no GLX protocol for these functions.  No open-source Linux
    driver has ever supported this extension, and it seems unlikely at
    this point that one ever will.  There's no reason to have slots for
    these functions in the dispatch table.
    
    The unit tests (GetProcAddress::TableDidntShrink and others) are also updated.
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a6002909a38f45b0b8e99e158d222be6d347f898
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue May 29 12:32:27 2012 -0700

    glapi: Remove GL_APPLE_texture_range from the dispatch table
    
    There is no GLX protocol for these functions, and no Linux driver has
    ever supported this extension.  There's no reason to have slots for
    these functions in the dispatch table.
    
    The unit tests (GetProcAddress::TableDidntShrink and others) are also updated.
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e62c4c765c6ff81807b460ad3a7009618ae6cb77
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue May 29 12:23:36 2012 -0700

    glapi: Remove GL_SGIX_pixel_texture from the dispatch table
    
    There is no GLX protocol for this function.  Open-source Linux driver
    have not supported this extension for many years, and it seems
    unlikely at this point that this support will return.  There's no
    reason to have slots for this function in the dispatch table.
    
    The unit tests (GetProcAddress::TableDidntShrink and others) are also updated.
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=933714aabe5464f6168909738f9ffe712e457f26
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue May 29 12:15:11 2012 -0700

    glapi: Remove GL_SGIS_pixel_texture from the dispatch table
    
    There is no GLX protocol for these functions, and no Linux driver has
    ever supported this extension.  There's no reason to have slots for
    these functions in the dispatch table.
    
    The unit tests (GetProcAddress::TableDidntShrink and others) are also updated.
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a29ad2b421b75a1727b3460db27b9f57e0bb226d
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue May 29 11:28:11 2012 -0700

    mesa/tests: Add tests for the generated dispatch table
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8fecdcc587a192c0ea4e13d59321691b8981c249
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Fri May 25 08:26:33 2012 -0700

    mesa/tests: Add tests for _mesa_lookup_enum_by_{name,nr} functions
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e08f9080ff6ca8af025eeeeb40f328f3279cf40a
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Fri May 25 12:35:21 2012 -0700

    glapi: Add missing GL_EXT_texture_sRGB_decode enums
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c25984b237325a8de5fc5e48c65ec8b487d0fdc
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Fri May 25 12:35:04 2012 -0700

    glapi: Add missing GL_EXT_framebuffer_sRGB enums
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=75c516c959b3106c098fac32f8330db02d5efeeb
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Fri May 25 12:34:51 2012 -0700

    glapi: Add missing GL_EXT_packed_float enums
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ffbccb8cefe6d84db747d3f85a6a7c70c1122f43
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Fri May 25 12:33:57 2012 -0700

    glapi: Add missing framebuffer sRGB enum
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d8d85d7fbd9c77692e263463513e6aed48e561b
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Fri May 25 12:13:23 2012 -0700

    glapi: Add uniform buffer object enums
    
    These are from OpenGL 3.1 and ARB_uniform_buffer_object.  I only added
    them to 3.1 because that required the least work.
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c5071825b05ca362bdaee9be117c6598aec3f5ac
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Fri May 25 12:12:58 2012 -0700

    glapi: Add missing enums for GL_NV_fragment_program
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2485a1332ee3bcef0c56d093b431875c4d4edb4a
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Fri May 25 12:12:33 2012 -0700

    glapi: Add missing enums for GL_ARB_occlusion_query2
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=22cdd7d8177f92c58a841533fa67f67e2b8d5132
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Fri May 25 12:07:40 2012 -0700

    glapi: Remove extraneous GL_ from TEXTURE_IMMUTABLE_FORMAT
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=21af1e9a0e491ccc88f0edf90d2a852ea6bba9d6
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Fri May 25 11:39:59 2012 -0700

    glapi: Add missing enums for GL_ATI_fragment_shader
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=502449d71f5eed6b8db00549dd4759743260f41a
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Fri May 25 11:34:42 2012 -0700

    glapi: Add texture swizzle enums
    
    These are from OpenGL 3.3, ARB_texture_swizzle, and
    EXT_texture_swizzle (with different names).  I only added them to 3.3
    because that required the least work.
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a4a0c1f09d5f3854fed8d760344af08a34af984f
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Fri May 25 11:34:16 2012 -0700

    glapi: Add a couple missing 3.0 enums
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc1e74bd19003537d68b571225e3e1a99231f9a8
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Fri May 25 11:33:39 2012 -0700

    glapi: Add missing _NV extension on COMBINE4
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=78b30938cc8fdd8480b9e39101fdcf7f67a21f83
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Fri May 25 11:18:21 2012 -0700

    glapi: Add missing enums for GL_EXT_vertex_array
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8fcec14417bb5900c97c6d0f42ac156bc1780dcf
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Fri May 25 11:13:42 2012 -0700

    glapi: Add missing enums for GL_EXT_compiled_vertex_array
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3c22f7941288699e040c8841e57aa81563616c55
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Thu May 24 10:21:03 2012 -0700

    glx/tests: Add unit tests for generated code in indirect_init.c
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c270f9c6b1594d06d2d78542ba1908be941b629
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Thu May 24 09:08:56 2012 -0700

    glx/tests: Add unit tests for generated code in indirect_size.c
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ae376f056791607017908e726b14ce1202edc33b
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue May 29 15:20:21 2012 -0700

    glx/tests: Rename test as glx-test
    
    This matches the existing test in src/glsl/tests.
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e8c866f104202a1c05a7036b44b0c8c434b9ef3
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Wed May 23 15:23:22 2012 -0700

    glx: Move tests from tests/glx to src/glx/tests
    
    This matches the organization of other unit tests in Mesa.
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>




More information about the mesa-commit mailing list