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

Unified Diff: third_party/gles_book_examples/README.TXT

Issue 543002: Renamed gles_book_examples to gles2_book to make it shorter and more correct.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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
Index: third_party/gles_book_examples/README.TXT
===================================================================
--- third_party/gles_book_examples/README.TXT (revision 35873)
+++ third_party/gles_book_examples/README.TXT (working copy)
@@ -1,54 +0,0 @@
-Build Instructions
-------------------
-
-In order to run the code samples, you will need to download
-AMD's OpenGL ES 2.0 Emulator from:
-
- http://developer.amd.com/gpu/opengl/Pages/default.aspx
-
-In order to build and run the samples, please copy the following
-files from C:\program files\AMD\OpenGL ES 2.0 Emulator v1.1\bin
-to the \Bin folder:
-
- * libEGL.dll
- * libGLESv2.dll
-
-Also, please copy the following files from
-C:\program files\AMD\OpenGL ES 2.0 Emulator v1.1\lib to
-the \Lib folder:
-
- * libEGL.lib
- * libGLESv2.lib
-
-For the OpenKODE sample in Chapter 15, place the following file from
-Acrodea's OpenKODE Implementation (http://www.acrodea.co.jp/en/openkode/)
-to the \Lib folder:
-
- * libKD.lib
-
-
-RenderMonkey Workspaces
------------------------
-Finally, for the RenderMonkey workspaces (.rfx files), please download
-RenderMonkey v1.81 from AMD at:
-
- http://developer.amd.com/gpu/rendermonkey/Pages/default.aspx
-
-
-Using the Imagination Technologies OpenGL ES 2.0 SDK
-----------------------------------------------------
-As an alternative to using the AMD OpenGL ES 2.0 Emulator, you can
-instead use the Imagination Technologies emulator from their
-OpenGL ES 2.0 SDK (http://www.imgtec.com/powervr/insider/powervr-sdk.asp).
-In this case, get the .LIB and .DLL files from:
-
-C:\Imagination Technologies\PowerVR SDK\OGLES2_WINDOWS_PCEMULATION_2.02.22.0756\Builds\OGLES2\WindowsPC\Lib
-
-and copy them to /Lib and /DLL respectively.
-
-Also, copy the header files from:
-
-C:\Imagination Technologies\PowerVR SDK\OGLES2_WINDOWS_PCEMULATION_2.02.22.0756\Builds\OGLES2\Include
-
-to Common/Include (overwriting the existing files).
-
« no previous file with comments | « third_party/gles_book_examples/Common/Source/esUtil.c ('k') | third_party/gles_book_examples/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698