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

Issue 1219003: Store GLXFBConfig and get X visual ID from it. (Closed)

Created:
10 years, 9 months ago by Alexey Marinichev
Modified:
9 years, 7 months ago
Reviewers:
piman
CC:
chromium-os-reviews_chromium.org, kmixter1, petkov, seano, ericli, sosa
Visibility:
Public.

Description

Store GLXFBConfig and get X visual ID from it.

Patch Set 1 #

Total comments: 4

Patch Set 2 : Don't redeclare variables. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -57 lines) Patch
M client/deps/glbench/src/egl_stuff.cc View 1 2 chunks +31 lines, -23 lines 0 comments Download
M client/deps/glbench/src/glx_stuff.cc View 2 chunks +25 lines, -21 lines 0 comments Download
M client/deps/glbench/src/xlib_window.h View 1 chunk +1 line, -1 line 0 comments Download
M client/deps/glbench/src/xlib_window.cc View 4 chunks +6 lines, -12 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Alexey Marinichev
10 years, 9 months ago (2010-03-24 02:31:34 UTC) #1
piman
http://codereview.chromium.org/1219003/diff/1/2 File client/deps/glbench/src/egl_stuff.cc (right): http://codereview.chromium.org/1219003/diff/1/2#newcode48 client/deps/glbench/src/egl_stuff.cc:48: EGLDisplay egl_display = eglGetDisplay(native_display); you should not re-declare the ...
10 years, 9 months ago (2010-03-24 02:43:18 UTC) #2
Alexey Marinichev
Thanks for noticing that. I wonder why compilers never warn against that. http://codereview.chromium.org/1219003/diff/1/2 File client/deps/glbench/src/egl_stuff.cc ...
10 years, 9 months ago (2010-03-24 02:49:57 UTC) #3
piman
10 years, 9 months ago (2010-03-24 02:54:42 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698