aboutsummaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorjbauman@chromium.org <jbauman@chromium.org@736b8ea6-26fd-11df-bfd4-992fa37f6226>2011-07-14 22:53:19 +0000
committerjbauman@chromium.org <jbauman@chromium.org@736b8ea6-26fd-11df-bfd4-992fa37f6226>2011-07-14 22:53:19 +0000
commit84d7cbc3b1cf664ef9340ad28755f2851f5040dc (patch)
tree72b7ad7d6e380c455e0cdf05f17f1bb21dbb9a0a /extensions
parentb481b23f59f59e1fca4b7949cabfcf0724b3fef2 (diff)
downloadangle-84d7cbc3b1cf664ef9340ad28755f2851f5040dc.tar.gz
Add extension to create software device.
Add an extension so that users can receive a device that renders in software. Currently this is done by loading a swiftshader dll. BUG= TEST= Review URL: http://codereview.appspot.com/4631093 git-svn-id: https://angleproject.googlecode.com/svn/trunk@705 736b8ea6-26fd-11df-bfd4-992fa37f6226
Diffstat (limited to 'extensions')
-rw-r--r--extensions/EGL_ANGLE_software_display.txt63
1 files changed, 63 insertions, 0 deletions
diff --git a/extensions/EGL_ANGLE_software_display.txt b/extensions/EGL_ANGLE_software_display.txt
new file mode 100644
index 00000000..c584817f
--- /dev/null
+++ b/extensions/EGL_ANGLE_software_display.txt
@@ -0,0 +1,63 @@
+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 1, July 12, 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
+
+ None
+
+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.