summaryrefslogtreecommitdiff
path: root/chromium/third_party/angle/extensions/EGL_ANGLE_software_display.txt
blob: 556e1bee505f2a8b5479f37225aae0ff4990ef3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Name

    ANGLE_software_display

Name Strings

    EGL_ANGLE_software_display

Contributors

    John Bauman
    Daniel Koch

Contacts

    John Bauman, Google Inc. (jbauman 'at' chromium.org)

Status

    In progress

Version

    Version 2, October 19, 2011

Number

    EGL Extension #??

Dependencies

    This extension is written against the wording of the EGL 1.4
    Specification. 

Overview

    This extension allows for receiving a device that uses software rendering.

New Types

    None

New Procedures and Functions

    None

New Tokens

    EGL_SOFTWARE_DISPLAY_ANGLE         (EGLNativeDisplayType)-1

Additions to Chapter 3 of the EGL 1.4 Specification (EGL Functions and Errors)

    Add before the last sentence of the first paragraph of section 3.2,
    "Initialization":

    "If <display_id> is EGL_SOFTWARE_DISPLAY_ANGLE, a display that will render
    everything in software will be returned."

Issues

Revision History

    Version 1, 2011/07/12 - first draft.
    Version 2, 2011/10/18 - add token definition