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

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

Issue 10821103: Make 'License' field in third-party metadata required (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/devscripts/README.chromium ('k') | third_party/gtk+/README.chromium » ('j') | 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 Security Critical: no
6 License: MIT
6 7
7 Description: 8 Description:
8 Code samples from OpenGL ES 2.0 Programming Guide. 9 Code samples from OpenGL ES 2.0 Programming Guide.
9 Authors: Aaftab Munshi, Dan Ginsburg, Dave Shreiner 10 Authors: Aaftab Munshi, Dan Ginsburg, Dave Shreiner
10 Publisher: Addison-Wesley Professional 11 Publisher: Addison-Wesley Professional
11 ISBN: 0321502795 12 ISBN: 0321502795
12 13
14 Sample code is MIT licensed - http://www.opengles-book.com/downloads.html
15
13 Local Modifications: 16 Local Modifications:
14 Removed files that chromium did not need: 17 Removed files that chromium did not need:
15 - Bin/* 18 - Bin/*
16 - Common/Doc/* 19 - Common/Doc/*
17 - Common/Include/EGL/* 20 - Common/Include/EGL/*
18 - Common/Include/GLES2/* 21 - Common/Include/GLES2/*
19 - Common/Include/KD/* 22 - Common/Include/KD/*
20 - Common/Lib/* 23 - Common/Lib/*
21 - Common/Source/esUtil_win32.c 24 - Common/Source/esUtil_win32.c
22 - Common/Source/Win32/esUtil_TGA.c 25 - Common/Source/Win32/esUtil_TGA.c
(...skipping 12 matching lines...) Expand all
35 38
36 Initialized local variables: 39 Initialized local variables:
37 - Chapter_11/Stencil_Test/Stencil_Test.c 40 - Chapter_11/Stencil_Test/Stencil_Test.c
38 - Common/Source/esShader.c 41 - Common/Source/esShader.c
39 42
40 Improvements in Chapter_11/Stencil_Test: 43 Improvements in Chapter_11/Stencil_Test:
41 - Fixed depth and color values in Stencil Test 44 - Fixed depth and color values in Stencil Test
42 - Removed redundant glGetIntegerv in draw loop 45 - Removed redundant glGetIntegerv in draw loop
43 - Restore stencil-mask state after every frame 46 - Restore stencil-mask state after every frame
44 47
OLDNEW
« no previous file with comments | « third_party/devscripts/README.chromium ('k') | third_party/gtk+/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698