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

Side by Side Diff: third_party/gles2_book/README.chromium

Issue 7448011: Initialized variables passed to GL functions. Command buffer now only allows initialized variable... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 5 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
« no previous file with comments | « third_party/gles2_book/Common/Source/esShader.c ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: OpenGL ES 2.0 Programming Guide 1 Name: OpenGL ES 2.0 Programming Guide
2 Short Name: opengles-book 2 Short Name: opengles-book
3 URL: http://opengles-book.com/ 3 URL: http://opengles-book.com/
4 Version: unknown 4 Version: unknown
5 Security Critical: no
5 6
6 Description: 7 Description:
7 Code samples from OpenGL ES 2.0 Programming Guide. 8 Code samples from OpenGL ES 2.0 Programming Guide.
8 Authors: Aaftab Munshi, Dan Ginsburg, Dave Shreiner 9 Authors: Aaftab Munshi, Dan Ginsburg, Dave Shreiner
9 Publisher: Addison-Wesley Professional 10 Publisher: Addison-Wesley Professional
10 ISBN: 0321502795 11 ISBN: 0321502795
11 12
12 Local Modifications: 13 Local Modifications:
13 Removed files that chromium did not need: 14 Removed files that chromium did not need:
14 - Bin/* 15 - Bin/*
15 - Common/Doc/* 16 - Common/Doc/*
16 - Common/Include/EGL/* 17 - Common/Include/EGL/*
17 - Common/Include/GLES2/* 18 - Common/Include/GLES2/*
18 - Common/Include/KD/* 19 - Common/Include/KD/*
19 - Common/Lib/* 20 - Common/Lib/*
20 - Common/Source/esUtil_win32.c 21 - Common/Source/esUtil_win32.c
21 - Common/Source/Win32/esUtil_TGA.c 22 - Common/Source/Win32/esUtil_TGA.c
22 - Lib/* 23 - Lib/*
23 - *.vcproj, *.sln 24 - *.vcproj, *.sln
24 25
25 Added header files for individual examples so that they can be compiled as 26 Added header files for individual examples so that they can be compiled as
26 static libraries: 27 static libraries:
27 - Chapter_2/Hello_Triangle/Hello_Triangle.h 28 - Chapter_2/Hello_Triangle/Hello_Triangle.h
28 - Chapter_8/Simple_VertexShader/Simple_VertexShader.h 29 - Chapter_8/Simple_VertexShader/Simple_VertexShader.h
29 - Chapter_9/MipMap2D/MipMap2D.h 30 - Chapter_9/MipMap2D/MipMap2D.h
30 - Chapter_9/Simple_Texture2D/Simple_Texture2D.h 31 - Chapter_9/Simple_Texture2D/Simple_Texture2D.h
31 - Chapter_9/Simple_TextureCubemap/Simple_TextureCubemap.h 32 - Chapter_9/Simple_TextureCubemap/Simple_TextureCubemap.h
32 - Chapter_9/TextureWrap/TextureWrap.h 33 - Chapter_9/TextureWrap/TextureWrap.h
33 - Chapter_11/Stencil_Test/Stencil_Test.h 34 - Chapter_11/Stencil_Test/Stencil_Test.h
35
36 Initialized local variables:
37 - Chapter_11/Stencil_Test/Stencil_Test.c
38 - Common/Source/esShader.c
34 39
OLDNEW
« no previous file with comments | « third_party/gles2_book/Common/Source/esShader.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698