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.

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

mercurial