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

Issue 525070: Resubmit 35500: Added an application framework for demos. Ported hellotriangl... (Closed)

Created:
10 years, 11 months ago by alokp
Modified:
9 years, 6 months ago
Reviewers:
apatrick_chromium
CC:
chromium-reviews_googlegroups.com, apatrick_chromium
Visibility:
Public.

Description

Resubmit 35500: Added an application framework for demos. Ported hellotriangle example in OpenGL ES book to use the application framework. BUG=26099 TEST=Try running hello_triangle executable, you should see a red triangle. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=35647

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+639 lines, -649 lines) Patch
M build/all.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
A gpu/demos/app_framework/application.h View 1 chunk +57 lines, -0 lines 0 comments Download
A gpu/demos/app_framework/application.cc View 1 chunk +161 lines, -0 lines 0 comments Download
A gpu/demos/app_framework/gles2_utils.h View 1 chunk +27 lines, -0 lines 0 comments Download
A gpu/demos/app_framework/gles2_utils.cc View 1 chunk +67 lines, -0 lines 0 comments Download
A gpu/demos/app_framework/platform.h View 1 chunk +23 lines, -0 lines 0 comments Download
A gpu/demos/demos.gyp View 1 chunk +46 lines, -0 lines 0 comments Download
A gpu/demos/hello_triangle/main.cc View 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/gles_book_examples/Chapter_2/Hello_Triangle/Hello_Triangle.h View 1 chunk +46 lines, -0 lines 0 comments Download
M third_party/gles_book_examples/Chapter_2/Hello_Triangle/Hello_Triangle.c View 4 chunks +41 lines, -126 lines 0 comments Download
M third_party/gles_book_examples/Common/Include/esUtil.h View 12 chunks +25 lines, -108 lines 0 comments Download
M third_party/gles_book_examples/Common/Include/esUtil_win.h View 2 chunks +2 lines, -34 lines 0 comments Download
M third_party/gles_book_examples/Common/Source/Win32/esUtil_TGA.c View 1 chunk +3 lines, -0 lines 0 comments Download
D third_party/gles_book_examples/Common/Source/Win32/esUtil_win32.c View 1 chunk +0 lines, -183 lines 0 comments Download
M third_party/gles_book_examples/Common/Source/esShader.c View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/gles_book_examples/Common/Source/esShapes.c View 3 chunks +5 lines, -4 lines 0 comments Download
M third_party/gles_book_examples/Common/Source/esTransform.c View 9 chunks +9 lines, -17 lines 0 comments Download
M third_party/gles_book_examples/Common/Source/esUtil.c View 3 chunks +7 lines, -175 lines 0 comments Download
A third_party/gles_book_examples/gles_book_examples.gyp View 1 chunk +49 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
apatrick_chromium
10 years, 11 months ago (2010-01-06 19:22:58 UTC) #1
LGTM

Powered by Google App Engine
This is Rietveld 408576698