Edit

kc3-lang/angle/extensions/ANGLE_webgl_compatibility.txt

Branch :

  • Show log

    Commit

  • Author : Geoff Lang
    Date : 2016-11-29 10:37:36
    Hash : c339c4e5
    Message : Split WebGL compatibility into two extensions. The mechanism for requesting extensions is now a separate extension. Added a way to query the extensions that support enabling. BUG=angleproject:1523 Change-Id: I2efaa9f6d67b12ecae325f455404e34ba04d0e7c Reviewed-on: https://chromium-review.googlesource.com/414529 Commit-Queue: Geoff Lang <geofflang@chromium.org> Reviewed-by: Jamie Madill <jmadill@chromium.org>

  • extensions/ANGLE_webgl_compatibility.txt
  • Name
    
        ANGLE_webgl_compatibility
    
    Name Strings
    
        GL_ANGLE_webgl_compatibility
    
    Contributors
    
        Geoff Lang
    
    Contact
    
        Geoff Lang (geofflang 'at' google.com)
    
    Notice
    
        Copyright (c) 2016 The Khronos Group Inc. Copyright terms at
            http://www.khronos.org/registry/speccopyright.html
    
    Status
    
        Draft
    
    Version
    
        Version 2, November 28, 2016
    
    Number
    
        OpenGL ES Extension #??
    
    Dependencies
    
        Requires OpenGL ES 2.0
    
        Written against the OpenGL ES 2.0 specification.
    
        Interacts with EGL_ANGLE_create_context_webgl_compatibility (or equivalent)
        extension.
    
    Overview
    
        With this extension enabled, the OpenGL ES context will have additional
        features and validation to be compatible with the WebGL specification.
    
    New Procedures and Functions
    
        None
    
    
    New Tokens
    
        None
    
    Additions to the OpenGL ES Specification
    
        Additional validation will be performed according to the the sections of
        the WebGL specification entitled "Differences Between WebGL and OpenGL ES
        2.0" and "Differences Between WebGL and OpenGL ES 3.0".
    
    New State
    
        None
    
    Conformance Tests
    
        TBD
    
    Issues
    
        None
    
    Revision History
    
        Rev.    Date         Author     Changes
        ----  -------------  ---------  ----------------------------------------
          1   Sept 16, 2016  geofflang  Initial version
          2    Nov 28, 2016  geofflang  Break the extension requests into a
                                        separate extension.