Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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