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

Unified Diff: third_party/gles2_book/README.chromium

Issue 22325003: Deleted third_party/gles2_book. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 | « third_party/gles2_book/README.TXT ('k') | third_party/gles2_book/gles2_book.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/gles2_book/README.chromium
diff --git a/third_party/gles2_book/README.chromium b/third_party/gles2_book/README.chromium
deleted file mode 100644
index 753e407a383e0d7238206f378bfcb55f583f770e..0000000000000000000000000000000000000000
--- a/third_party/gles2_book/README.chromium
+++ /dev/null
@@ -1,47 +0,0 @@
-Name: OpenGL ES 2.0 Programming Guide
-Short Name: opengles-book
-URL: http://opengles-book.com/
-Version: unknown
-Security Critical: no
-License: MIT
-
-Description:
-Code samples from OpenGL ES 2.0 Programming Guide.
-Authors: Aaftab Munshi, Dan Ginsburg, Dave Shreiner
-Publisher: Addison-Wesley Professional
-ISBN: 0321502795
-
-Sample code is MIT licensed - http://www.opengles-book.com/downloads.html
-
-Local Modifications:
- Removed files that chromium did not need:
- - Bin/*
- - Common/Doc/*
- - Common/Include/EGL/*
- - Common/Include/GLES2/*
- - Common/Include/KD/*
- - Common/Lib/*
- - Common/Source/esUtil_win32.c
- - Common/Source/Win32/esUtil_TGA.c
- - Lib/*
- - *.vcproj, *.sln
-
- Added header files for individual examples so that they can be compiled as
- static libraries:
- - Chapter_2/Hello_Triangle/Hello_Triangle.h
- - Chapter_8/Simple_VertexShader/Simple_VertexShader.h
- - Chapter_9/MipMap2D/MipMap2D.h
- - Chapter_9/Simple_Texture2D/Simple_Texture2D.h
- - Chapter_9/Simple_TextureCubemap/Simple_TextureCubemap.h
- - Chapter_9/TextureWrap/TextureWrap.h
- - Chapter_11/Stencil_Test/Stencil_Test.h
-
- Initialized local variables:
- - Chapter_11/Stencil_Test/Stencil_Test.c
- - Common/Source/esShader.c
-
- Improvements in Chapter_11/Stencil_Test:
- - Fixed depth and color values in Stencil Test
- - Removed redundant glGetIntegerv in draw loop
- - Restore stencil-mask state after every frame
-
« no previous file with comments | « third_party/gles2_book/README.TXT ('k') | third_party/gles2_book/gles2_book.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698