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.

michael@0 1 Name
michael@0 2
michael@0 3 ANGLE_software_display
michael@0 4
michael@0 5 Name Strings
michael@0 6
michael@0 7 EGL_ANGLE_software_display
michael@0 8
michael@0 9 Contributors
michael@0 10
michael@0 11 John Bauman
michael@0 12 Daniel Koch
michael@0 13
michael@0 14 Contacts
michael@0 15
michael@0 16 John Bauman, Google Inc. (jbauman 'at' chromium.org)
michael@0 17
michael@0 18 Status
michael@0 19
michael@0 20 In progress
michael@0 21
michael@0 22 Version
michael@0 23
michael@0 24 Version 2, October 19, 2011
michael@0 25
michael@0 26 Number
michael@0 27
michael@0 28 EGL Extension #??
michael@0 29
michael@0 30 Dependencies
michael@0 31
michael@0 32 This extension is written against the wording of the EGL 1.4
michael@0 33 Specification.
michael@0 34
michael@0 35 Overview
michael@0 36
michael@0 37 This extension allows for receiving a device that uses software rendering.
michael@0 38
michael@0 39 New Types
michael@0 40
michael@0 41 None
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 EGL_SOFTWARE_DISPLAY_ANGLE (EGLNativeDisplayType)-1
michael@0 50
michael@0 51 Additions to Chapter 3 of the EGL 1.4 Specification (EGL Functions and Errors)
michael@0 52
michael@0 53 Add before the last sentence of the first paragraph of section 3.2,
michael@0 54 "Initialization":
michael@0 55
michael@0 56 "If <display_id> is EGL_SOFTWARE_DISPLAY_ANGLE, a display that will render
michael@0 57 everything in software will be returned."
michael@0 58
michael@0 59 Issues
michael@0 60
michael@0 61 Revision History
michael@0 62
michael@0 63 Version 1, 2011/07/12 - first draft.
michael@0 64 Version 2, 2011/10/18 - add token definition
michael@0 65

mercurial