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

Issue 5861007: Collect GPU information (vendor id and device id) in Linux.... (Closed)

Created:
10 years ago by Zhenyao Mo
Modified:
9 years, 7 months ago
CC:
chromium-reviews, apatrick_chromium, rpetterson
Visibility:
Public.

Description

Collect GPU information (vendor id and device id) in Linux. BUG=49579 TEST=about:gpu page shows correct vendor-id and device-id in linux Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69836

Patch Set 1 #

Total comments: 16

Patch Set 2 : Resonding to kbr's review #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+242 lines, -7 lines) Patch
M chrome/gpu/gpu_info_collector_linux.cc View 1 1 chunk +242 lines, -7 lines 1 comment Download

Messages

Total messages: 7 (0 generated)
Zhenyao Mo
10 years ago (2010-12-16 21:50:44 UTC) #1
Zhenyao Mo
On 2010/12/16 21:50:44, Zhenyao Mo wrote: Please note that this patch does not set all ...
10 years ago (2010-12-16 21:53:38 UTC) #2
Ken Russell (switch to Gerrit)
This mostly looks good. The major issue is around the use of a potentially uninitialized ...
10 years ago (2010-12-18 03:03:27 UTC) #3
Zhenyao Mo
10 years ago (2010-12-20 17:35:57 UTC) #4
Zhenyao Mo
http://codereview.chromium.org/5861007/diff/1/chrome/gpu/gpu_info_collector_linux.cc File chrome/gpu/gpu_info_collector_linux.cc (right): http://codereview.chromium.org/5861007/diff/1/chrome/gpu/gpu_info_collector_linux.cc#newcode123 chrome/gpu/gpu_info_collector_linux.cc:123: // This creates an offscreen GL context fir gl ...
10 years ago (2010-12-20 17:36:47 UTC) #5
nduca
Lgtm. I'll try to generalize the dxdiag stuff today. On 2010/12/20 17:36:47, Zhenyao Mo wrote: ...
10 years ago (2010-12-20 19:26:38 UTC) #6
Ken Russell (switch to Gerrit)
10 years ago (2010-12-20 19:52:53 UTC) #7
LGTM with addition of one comment. No need for me to re-review.

http://codereview.chromium.org/5861007/diff/6001/chrome/gpu/gpu_info_collecto...
File chrome/gpu/gpu_info_collector_linux.cc (right):

http://codereview.chromium.org/5861007/diff/6001/chrome/gpu/gpu_info_collecto...
chrome/gpu/gpu_info_collector_linux.cc:204: if
((interface->pci_lookup_name)(access,
Add a comment indicating that the current implementation of pci_lookup_name
returns the same pointer as that passed in upon success, and a different one
(NULL or a pointer to an error message) upon failure.

Powered by Google App Engine
This is Rietveld 408576698