Edit

kc3-lang/angle/extensions/ANGLE_platform_angle_d3d.txt

Branch :

  • Show log

    Commit

  • Author : Geoff Lang
    Date : 2014-06-05 15:38:28
    Hash : b9f240b1
    Message : Split the ANGLE_platform_angle_d3d extension by adding child extensions. Renames the ANGLE_platform_angle_d3d extension to ANGLE_platform_angle which acts as an umbrella extension for all the angle display types but requires the sub-extensions (d3d, opengl, software) to be present for the enums to be valid (similar to the OES_framebuffer_object extension). BUG=angle:668 Change-Id: I2c00021558d8b781b20f948f5e0df03f734bd033 Reviewed-on: https://chromium-review.googlesource.com/202597 Reviewed-by: Shannon Woods <shannonwoods@chromium.org> Tested-by: Geoff Lang <geofflang@chromium.org>

  • extensions/ANGLE_platform_angle_d3d.txt
  • Name
    
        ANGLE_platform_angle_d3d
    
    Name Strings
    
        EGL_ANGLE_platform_angle_d3d
    
    Contributors
    
        Shannon Woods, Google
        Geoff Lang, Google
    
    Contacts
    
        Geoff Lang, Google (geofflang 'at' chromium 'dot' org)
    
    Status
    
        Draft
    
    Version
    
        Version 1, 2014-06-05
    
    Number
    
        EGL Extension XXX
    
    Extension Type
    
        EGL client extension
    
    Dependencies
    
        Requires ANGLE_platform_angle.
    
    Overview
    
        This extension enables selection of D3D display types.
    
    New Types
    
        None
    
    New Procedures and Functions
    
        None
    
    New Tokens
    
        Accepted as values for the EGL_PLATFORM_ANGLE_TYPE_ANGLE attribute:
    
            EGL_PLATFORM_ANGLE_TYPE_D3D9_ANGLE                 0x3204
            EGL_PLATFORM_ANGLE_TYPE_D3D11_ANGLE                0x3205
            EGL_PLATFORM_ANGLE_TYPE_D3D11_WARP_ANGLE           0x3206
    
    Additions to the EGL Specification
    
        None.
    
    Issues
    
        None
    
    Revision History
    
        Version 1, 2014-06-05 (Geoff Lang)
            - Initial draft