|
Display GL window system binding information in about:gpu
This patch adds information about the GL window system binding layer
implementation to about:gpu. Depending on which binding layer is used,
the following information is displayed:
- EGL: vendor, version, extension string
- GLX: vendor, version, extension string
- WGL: extension string
TEST=Check that the above shows up in about:gpu
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203167
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+132 lines, -0 lines) |
Patch |
 |
M |
content/browser/gpu/gpu_internals_ui.cc
|
View
|
1
2
3
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/gpu_messages.h
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gpu/config/gpu_info.h
|
View
|
1
2
3
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gpu/config/gpu_info_collector.cc
|
View
|
1
2
|
3 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gpu/config/gpu_info_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gl/gl_egl_api_implementation.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gl/gl_egl_api_implementation.cc
|
View
|
1
|
2 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gl/gl_glx_api_implementation.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gl/gl_glx_api_implementation.cc
|
View
|
1
|
2 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gl/gl_implementation.h
|
View
|
1
2
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gl/gl_implementation_android.cc
|
View
|
1
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gl/gl_implementation_mac.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gl/gl_implementation_win.cc
|
View
|
1
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gl/gl_implementation_x11.cc
|
View
|
1
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gl/gl_wgl_api_implementation.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gl/gl_wgl_api_implementation.cc
|
View
|
1
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
Total messages: 17 (0 generated)
|