gfx/angle/extensions/EGL_ANGLE_software_display.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_software_display
     5 Name Strings
     7     EGL_ANGLE_software_display
     9 Contributors
    11     John Bauman
    12     Daniel Koch
    14 Contacts
    16     John Bauman, Google Inc. (jbauman 'at' chromium.org)
    18 Status
    20     In progress
    22 Version
    24     Version 2, October 19, 2011
    26 Number
    28     EGL Extension #??
    30 Dependencies
    32     This extension is written against the wording of the EGL 1.4
    33     Specification. 
    35 Overview
    37     This extension allows for receiving a device that uses software rendering.
    39 New Types
    41     None
    43 New Procedures and Functions
    45     None
    47 New Tokens
    49     EGL_SOFTWARE_DISPLAY_ANGLE         (EGLNativeDisplayType)-1
    51 Additions to Chapter 3 of the EGL 1.4 Specification (EGL Functions and Errors)
    53     Add before the last sentence of the first paragraph of section 3.2,
    54     "Initialization":
    56     "If <display_id> is EGL_SOFTWARE_DISPLAY_ANGLE, a display that will render
    57     everything in software will be returned."
    59 Issues
    61 Revision History
    63     Version 1, 2011/07/12 - first draft.
    64     Version 2, 2011/10/18 - add token definition

mercurial