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

Issue 552240: Changes necessary to compile gpu demos on linux. It is not functional yet jus... (Closed)

Created:
10 years, 10 months ago by alokp
Modified:
9 years, 6 months ago
CC:
chromium-reviews, John Grabowski, pam+watch_chromium.org, apatrick_chromium
Visibility:
Public.

Description

Changes necessary to compile gpu demos on linux. It is not functional yet just compiling. BUG=26099 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=37977

Patch Set 1 #

Total comments: 7

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Total comments: 8

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 2

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+340 lines, -435 lines) Patch
M build/common.gypi View 6 7 3 chunks +5 lines, -2 lines 0 comments Download
M gpu/demos/demos.gyp View 1 2 3 4 5 6 7 10 chunks +137 lines, -107 lines 0 comments Download
D gpu/demos/framework/platform.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -25 lines 0 comments Download
M gpu/demos/framework/window.h View 1 2 3 4 5 6 7 3 chunks +13 lines, -3 lines 0 comments Download
M gpu/demos/framework/window.cc View 1 2 3 4 5 6 7 3 chunks +29 lines, -110 lines 0 comments Download
A gpu/demos/framework/window_linux.cc View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
A gpu/demos/framework/window_mac.mm View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
A gpu/demos/framework/window_win.cc View 1 1 chunk +100 lines, -0 lines 0 comments Download
M third_party/gles2_book/Common/Include/esUtil.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/gles2_book/Common/Include/esUtil_win.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -33 lines 0 comments Download
D third_party/gles2_book/Common/Source/Win32/esUtil_TGA.c View 1 2 3 4 5 6 7 1 chunk +0 lines, -126 lines 0 comments Download
M third_party/gles2_book/Common/Source/esUtil.c View 1 2 3 4 5 6 7 2 chunks +1 line, -18 lines 0 comments Download
M third_party/gles2_book/README.chromium View 4 5 6 7 2 chunks +7 lines, -0 lines 0 comments Download
M third_party/gles2_book/gles2_book.gyp View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
alokp
I need help with -fPIC flag. My pepper demos depend on base and gpu that ...
10 years, 10 months ago (2010-01-29 22:46:32 UTC) #1
apatrick_chromium
lgtm for windows http://codereview.chromium.org/552240/diff/1/5 File gpu/demos/framework/window.cc (right): http://codereview.chromium.org/552240/diff/1/5#newcode38 gpu/demos/framework/window.cc:38: if (window_handle_ == NULL) return false; ...
10 years, 10 months ago (2010-01-29 22:57:21 UTC) #2
piman
http://codereview.chromium.org/552240/diff/1/2 File gpu/command_buffer/common/cmd_buffer_common.cc (right): http://codereview.chromium.org/552240/diff/1/2#newcode12 gpu/command_buffer/common/cmd_buffer_common.cc:12: // even though it is a static const int ...
10 years, 10 months ago (2010-01-30 00:24:19 UTC) #3
alokp
Need help with the runhooks error. http://codereview.chromium.org/552240/diff/1/2 File gpu/command_buffer/common/cmd_buffer_common.cc (right): http://codereview.chromium.org/552240/diff/1/2#newcode12 gpu/command_buffer/common/cmd_buffer_common.cc:12: // even though ...
10 years, 10 months ago (2010-02-01 19:09:19 UTC) #4
apatrick_chromium
http://codereview.chromium.org/552240/diff/5001/5004 File gpu/demos/demos.gyp (right): http://codereview.chromium.org/552240/diff/5001/5004#newcode12 gpu/demos/demos.gyp:12: 'variables': { I don't know if this is causing ...
10 years, 10 months ago (2010-02-01 19:44:01 UTC) #5
alokp
http://codereview.chromium.org/552240/diff/5001/5004 File gpu/demos/demos.gyp (right): http://codereview.chromium.org/552240/diff/5001/5004#newcode12 gpu/demos/demos.gyp:12: 'variables': { I originally had only one variable blocks ...
10 years, 10 months ago (2010-02-01 20:02:13 UTC) #6
bradn
FYI http://codereview.chromium.org/552240/diff/8001/8002 File gpu/demos/demos.gyp (right): http://codereview.chromium.org/552240/diff/8001/8002#newcode20 gpu/demos/demos.gyp:20: }, You may need to elevate this up ...
10 years, 10 months ago (2010-02-02 00:13:23 UTC) #7
alokp
http://codereview.chromium.org/552240/diff/8001/8002 File gpu/demos/demos.gyp (right): http://codereview.chromium.org/552240/diff/8001/8002#newcode20 gpu/demos/demos.gyp:20: }, did you mean this? It does not work ...
10 years, 10 months ago (2010-02-02 17:12:45 UTC) #8
Michael Moss
http://codereview.chromium.org/552240/diff/13003/14016 File gpu/demos/demos.gyp (right): http://codereview.chromium.org/552240/diff/13003/14016#newcode8 gpu/demos/demos.gyp:8: 'variables': { If you take out this 'variables' sub-dict ...
10 years, 10 months ago (2010-02-02 19:28:58 UTC) #9
alokp
10 years, 10 months ago (2010-02-02 20:20:51 UTC) #10
Michael: You rock! This version works as I wanted but I have no clue what is
going on.

Powered by Google App Engine
This is Rietveld 408576698