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

Issue 6803024: Collect driver vendor in linux through glXGetClientString. (Closed)

Created:
9 years, 8 months ago by Zhenyao Mo
Modified:
9 years, 7 months ago
Reviewers:
zmo, piman
CC:
chromium-reviews, jam, apatrick_chromium
Visibility:
Public.

Description

Collect driver vendor in linux through glXGetClientString. This helps in the situation where libpci is unavailable: at least we can identify a few vendors. Unfortunately we can not run this in preliminary GPU info collection because gl binding hasn't been initialized yet. BUG=78526 TEST=bots green Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80876

Patch Set 1 #

Total comments: 5

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -1 line) Patch
M content/gpu/gpu_info_collector_linux.cc View 1 3 chunks +34 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Zhenyao Mo
Please review.
9 years, 8 months ago (2011-04-06 21:45:53 UTC) #1
piman
http://codereview.chromium.org/6803024/diff/1/content/gpu/gpu_info_collector_linux.cc File content/gpu/gpu_info_collector_linux.cc (right): http://codereview.chromium.org/6803024/diff/1/content/gpu/gpu_info_collector_linux.cc#newcode172 content/gpu/gpu_info_collector_linux.cc:172: const char* vendor = glXGetClientString(display, GLX_VENDOR); I suspect you'll ...
9 years, 8 months ago (2011-04-06 22:10:00 UTC) #2
zmo
http://codereview.chromium.org/6803024/diff/1/content/gpu/gpu_info_collector_linux.cc File content/gpu/gpu_info_collector_linux.cc (right): http://codereview.chromium.org/6803024/diff/1/content/gpu/gpu_info_collector_linux.cc#newcode172 content/gpu/gpu_info_collector_linux.cc:172: const char* vendor = glXGetClientString(display, GLX_VENDOR); On 2011/04/06 22:10:00, ...
9 years, 8 months ago (2011-04-06 23:14:34 UTC) #3
piman
http://codereview.chromium.org/6803024/diff/1/content/gpu/gpu_info_collector_linux.cc File content/gpu/gpu_info_collector_linux.cc (right): http://codereview.chromium.org/6803024/diff/1/content/gpu/gpu_info_collector_linux.cc#newcode172 content/gpu/gpu_info_collector_linux.cc:172: const char* vendor = glXGetClientString(display, GLX_VENDOR); > This is ...
9 years, 8 months ago (2011-04-06 23:18:01 UTC) #4
Zhenyao Mo
Revised. Please review again. The linux bot is red, but I think the failed test ...
9 years, 8 months ago (2011-04-08 00:29:57 UTC) #5
piman
9 years, 8 months ago (2011-04-08 00:31:39 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698