• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Name
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
24    Version 2, October 19, 2011
25
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
49    EGL_SOFTWARE_DISPLAY_ANGLE         (EGLNativeDisplayType)-1
50
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.
64    Version 2, 2011/10/18 - add token definition
65
66