blob: 556e1bee505f2a8b5479f37225aae0ff4990ef3e [file] [log] [blame]
jbauman@chromium.org8263a5a2011-07-14 22:53:19 +00001Name
2
3 ANGLE_software_display
4
5Name Strings
6
7 EGL_ANGLE_software_display
8
9Contributors
10
11 John Bauman
12 Daniel Koch
13
14Contacts
15
16 John Bauman, Google Inc. (jbauman 'at' chromium.org)
17
18Status
19
20 In progress
21
22Version
23
daniel@transgaming.comcc1f4a52011-10-19 13:27:05 +000024 Version 2, October 19, 2011
jbauman@chromium.org8263a5a2011-07-14 22:53:19 +000025
26Number
27
28 EGL Extension #??
29
30Dependencies
31
32 This extension is written against the wording of the EGL 1.4
33 Specification.
34
35Overview
36
37 This extension allows for receiving a device that uses software rendering.
38
39New Types
40
41 None
42
43New Procedures and Functions
44
45 None
46
47New Tokens
48
daniel@transgaming.comcc1f4a52011-10-19 13:27:05 +000049 EGL_SOFTWARE_DISPLAY_ANGLE (EGLNativeDisplayType)-1
jbauman@chromium.org8263a5a2011-07-14 22:53:19 +000050
51Additions to Chapter 3 of the EGL 1.4 Specification (EGL Functions and Errors)
52
53 Add before the last sentence of the first paragraph of section 3.2,
54 "Initialization":
55
56 "If <display_id> is EGL_SOFTWARE_DISPLAY_ANGLE, a display that will render
57 everything in software will be returned."
58
59Issues
60
61Revision History
62
63 Version 1, 2011/07/12 - first draft.
daniel@transgaming.comcc1f4a52011-10-19 13:27:05 +000064 Version 2, 2011/10/18 - add token definition
65