gfx/angle/extensions/ANGLE_program_binary.txt

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     1 Name
     3     ANGLE_program_binary
     5 Name Strings
     7     GL_ANGLE_program_binary
     9 Contributors
    11     Alastair Patrick, Google Inc.
    12     Daniel Koch, TransGaming Inc.
    14 Contact
    16     Alastair Patrick, Google Inc. (apatrick 'at' google 'dot' com)
    18 Status
    20     Under development.
    22 Version
    24     Last Modifed Date: June 6, 2012
    25     Revision: #1
    27 Number
    29     TBD
    31 Dependencies
    33     OpenGL ES 2.0 is required.
    34     OES_get_program_binary is required.
    35     This extension is written against the OpenGL ES 2.0.25 specification.
    37 Overview
    39     This extension makes available a program binary format,
    40     PROGRAM_BINARY_ANGLE. It enables retrieving and loading of pre-linked
    41     ANGLE program objects.
    43 New Procedures and Functions
    45     None
    47 New Tokens
    49     Accepted by the <binaryFormat> parameter of ProgramBinaryOES:
    51         PROGRAM_BINARY_ANGLE        0x93A6
    53 Additions to Chapter 2 of the OpenGL-ES 2.0 Specification (OpenGL Operation)
    55     Add the following paragraph to the end of section 2.15.4, Program Binaries:
    57     "PROGRAM_BINARY_ANGLE, returned in the list of PROGRAM_BINARY_FORMATS_OES,
    58     is a format that may be loaded into a program object via ProgramBinaryOES." 
    60 Additions to Chapter 3 of the OpenGL ES 2.0 specification (Rasterizatoin)
    62     None.
    64 Additions to Chapter 4 of the OpenGL ES 2.0 specification (Per-Fragment
    65 Operations and the Framebuffer)
    67     None.
    69 Additions to Chapter 5 of the OpenGL ES 2.0 Specification (Special
    70 Functions)
    72     None.
    74 Additions to Chapter 6 of the OpenGL ES 2.0 Specification (State and State
    75 Requests)
    77     None.
    79 Errors
    81     None
    83 New State
    85     None.
    87 Issues
    89     None
    91 Revision History
    93     06/06/2012  apatrick  intial revision

mercurial