gfx/angle/extensions/EGL_ANGLE_software_display.txt

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:1df2922d5f2d
1 Name
2
3 ANGLE_software_display
4
5 Name Strings
6
7 EGL_ANGLE_software_display
8
9 Contributors
10
11 John Bauman
12 Daniel Koch
13
14 Contacts
15
16 John Bauman, Google Inc. (jbauman 'at' chromium.org)
17
18 Status
19
20 In progress
21
22 Version
23
24 Version 2, October 19, 2011
25
26 Number
27
28 EGL Extension #??
29
30 Dependencies
31
32 This extension is written against the wording of the EGL 1.4
33 Specification.
34
35 Overview
36
37 This extension allows for receiving a device that uses software rendering.
38
39 New Types
40
41 None
42
43 New Procedures and Functions
44
45 None
46
47 New Tokens
48
49 EGL_SOFTWARE_DISPLAY_ANGLE (EGLNativeDisplayType)-1
50
51 Additions 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
59 Issues
60
61 Revision History
62
63 Version 1, 2011/07/12 - first draft.
64 Version 2, 2011/10/18 - add token definition
65

mercurial