Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: site/user/special/windows_angle.md

Issue 834353003: Adding user doc section and core files for new site (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: One more fix to android.md Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « site/user/special/lua.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/user/special/windows_angle.md
diff --git a/site/user/special/windows_angle.md b/site/user/special/windows_angle.md
new file mode 100644
index 0000000000000000000000000000000000000000..abd73ad58c2961c4e3fffc1ee3529cd3d68551ce
--- /dev/null
+++ b/site/user/special/windows_angle.md
@@ -0,0 +1,32 @@
+Using ANGLE on Windows
+======================
+
+Introduction
+------------
+
+ANGLE converts OpenGL ES 2.0 calls to DirectX 9 calls. These instructions
+document how to use ANGLE instead of the native OpenGL backend on Windows.
+
+Details
+-------
+
+Angle is now downloaded as a part of Skia according to the `DEPS` file.
+
+Add `skia_angle=1` to your `GYP_DEFINES` environment variable.
+
+Run:
+
+ python gyp_skia
+
+Remember
+--------
+
+In SampleApp you will need to use the 'D' key to get to the ANGLE backend unless you enable the `DEFAULT_TO_ANGLE` #define in `SampleApp.cpp`.
+
+ * Use “--angle” to enable ANGLE in gm.
+
+ * Use “--config ANGLE” to use ANGLE in bench.
+
+ * Use "--config angle" to use ANGLE in bench_pictures and render_pictures.
+
+ANGLE will automatically be compiled into the GLInterfaceValidation test.
« no previous file with comments | « site/user/special/lua.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698