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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Build Instructions
2 ------------------
3
4 In order to run the code samples, you will need to download
5 AMD's OpenGL ES 2.0 Emulator from:
6
7 http://developer.amd.com/gpu/opengl/Pages/default.aspx
8
9 In order to build and run the samples, please copy the following
10 files from C:\program files\AMD\OpenGL ES 2.0 Emulator v1.1\bin
11 to the \Bin folder:
12
13 * libEGL.dll
14 * libGLESv2.dll
15
16 Also, please copy the following files from
17 C:\program files\AMD\OpenGL ES 2.0 Emulator v1.1\lib to
18 the \Lib folder:
19
20 * libEGL.lib
21 * libGLESv2.lib
22
23 For the OpenKODE sample in Chapter 15, place the following file from
24 Acrodea's OpenKODE Implementation (http://www.acrodea.co.jp/en/openkode/)
25 to the \Lib folder:
26
27 * libKD.lib
28
29
30 RenderMonkey Workspaces
31 -----------------------
32 Finally, for the RenderMonkey workspaces (.rfx files), please download
33 RenderMonkey v1.81 from AMD at:
34
35 http://developer.amd.com/gpu/rendermonkey/Pages/default.aspx
36
37
38 Using the Imagination Technologies OpenGL ES 2.0 SDK
39 ----------------------------------------------------
40 As an alternative to using the AMD OpenGL ES 2.0 Emulator, you can
41 instead use the Imagination Technologies emulator from their
42 OpenGL ES 2.0 SDK (http://www.imgtec.com/powervr/insider/powervr-sdk.asp).
43 In this case, get the .LIB and .DLL files from:
44
45 C:\Imagination Technologies\PowerVR SDK\OGLES2_WINDOWS_PCEMULATION_2.02.22.0756\ Builds\OGLES2\WindowsPC\Lib
46
47 and copy them to /Lib and /DLL respectively.
48
49 Also, copy the header files from:
50
51 C:\Imagination Technologies\PowerVR SDK\OGLES2_WINDOWS_PCEMULATION_2.02.22.0756\ Builds\OGLES2\Include
52
53 to Common/Include (overwriting the existing files).
54
OLDNEW
« 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