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

Side by Side Diff: content/test/gpu/gpu_tests/fake_win_amd_gpu_info.py

Issue 2261893003: Remove GpuInfo::can_lose_context. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/renderer/renderer_blink_platform_impl.cc ('k') | gpu/config/gpu_info.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This dictionary of GPU information was reformatted from the output 5 # This dictionary of GPU information was reformatted from the output
6 # of the webgl_conformance tests run on the win_chromium_rel_ng trybot 6 # of the webgl_conformance tests run on the win_chromium_rel_ng trybot
7 # (the step run on Windows with AMD GPU). It helps test 7 # (the step run on Windows with AMD GPU). It helps test
8 # telemetry.internal.platform's GPUInfo class, and specifically the 8 # telemetry.internal.platform's GPUInfo class, and specifically the
9 # attributes it expects to find in the dictionary; if the code changes 9 # attributes it expects to find in the dictionary; if the code changes
10 # in an incompatible way, tests using this fake GPU info will begin 10 # in an incompatible way, tests using this fake GPU info will begin
(...skipping 21 matching lines...) Expand all
32 'rasterization': 'disabled_software', 32 'rasterization': 'disabled_software',
33 'video_decode': 'enabled', 33 'video_decode': 'enabled',
34 'video_encode': 'enabled', 34 'video_encode': 'enabled',
35 'webgl': 'enabled' 35 'webgl': 'enabled'
36 }, 36 },
37 'aux_attributes': 37 'aux_attributes':
38 { 38 {
39 'adapter_luid': 0.0, 39 'adapter_luid': 0.0,
40 'amd_switchable': False, 40 'amd_switchable': False,
41 'basic_info_state': 1, 41 'basic_info_state': 1,
42 'can_lose_context': False,
43 'context_info_state': 1, 42 'context_info_state': 1,
44 'direct_rendering': True, 43 'direct_rendering': True,
45 'driver_date': '11-20-2014', 44 'driver_date': '11-20-2014',
46 'driver_vendor': 'Advanced Micro Devices, Inc.', 45 'driver_vendor': 'Advanced Micro Devices, Inc.',
47 'driver_version': '14.501.1003.0', 46 'driver_version': '14.501.1003.0',
48 'dx_diagnostics_info_state': 0, 47 'dx_diagnostics_info_state': 0,
49 'gl_extensions': 48 'gl_extensions':
50 'GL_OES_element_index_uint GL_OES_packed_depth_stencil ' 49 'GL_OES_element_index_uint GL_OES_packed_depth_stencil '
51 'GL_OES_get_program_binary GL_OES_rgb8_rgba8 ' 50 'GL_OES_get_program_binary GL_OES_rgb8_rgba8 '
52 'GL_EXT_texture_format_BGRA8888 GL_EXT_read_format_bgra ' 51 'GL_EXT_texture_format_BGRA8888 GL_EXT_read_format_bgra '
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 ], 116 ],
118 'driver_bug_workarounds': 117 'driver_bug_workarounds':
119 [ 118 [
120 'clear_uniforms_before_first_program_use', 119 'clear_uniforms_before_first_program_use',
121 'exit_on_context_lost', 120 'exit_on_context_lost',
122 'force_cube_complete', 121 'force_cube_complete',
123 'scalarize_vec_and_mat_constructor_args', 122 'scalarize_vec_and_mat_constructor_args',
124 'texsubimage_faster_than_teximage' 123 'texsubimage_faster_than_teximage'
125 ] 124 ]
126 } 125 }
OLDNEW
« no previous file with comments | « content/renderer/renderer_blink_platform_impl.cc ('k') | gpu/config/gpu_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698