michael@0: Name michael@0: michael@0: ANGLE_software_display michael@0: michael@0: Name Strings michael@0: michael@0: EGL_ANGLE_software_display michael@0: michael@0: Contributors michael@0: michael@0: John Bauman michael@0: Daniel Koch michael@0: michael@0: Contacts michael@0: michael@0: John Bauman, Google Inc. (jbauman 'at' chromium.org) michael@0: michael@0: Status michael@0: michael@0: In progress michael@0: michael@0: Version michael@0: michael@0: Version 2, October 19, 2011 michael@0: michael@0: Number michael@0: michael@0: EGL Extension #?? michael@0: michael@0: Dependencies michael@0: michael@0: This extension is written against the wording of the EGL 1.4 michael@0: Specification. michael@0: michael@0: Overview michael@0: michael@0: This extension allows for receiving a device that uses software rendering. michael@0: michael@0: New Types michael@0: michael@0: None michael@0: michael@0: New Procedures and Functions michael@0: michael@0: None michael@0: michael@0: New Tokens michael@0: michael@0: EGL_SOFTWARE_DISPLAY_ANGLE (EGLNativeDisplayType)-1 michael@0: michael@0: Additions to Chapter 3 of the EGL 1.4 Specification (EGL Functions and Errors) michael@0: michael@0: Add before the last sentence of the first paragraph of section 3.2, michael@0: "Initialization": michael@0: michael@0: "If is EGL_SOFTWARE_DISPLAY_ANGLE, a display that will render michael@0: everything in software will be returned." michael@0: michael@0: Issues michael@0: michael@0: Revision History michael@0: michael@0: Version 1, 2011/07/12 - first draft. michael@0: Version 2, 2011/10/18 - add token definition michael@0: