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

Side by Side Diff: gpu/config/gpu_control_list_format.txt

Issue 1592403002: update obsolete code.google.com documentation links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 4 years, 10 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 | « extensions/common/api/events.json ('k') | remoting/base/dispatch_win.h.pump » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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 // A valid gpu control list json file is in the format of 5 // A valid gpu control list json file is in the format of
6 // { 6 // {
7 // "version": "x.y", 7 // "version": "x.y",
8 // "entries": [ 8 // "entries": [
9 // { // entry 1 9 // { // entry 1
10 // }, 10 // },
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 // Only "driver_version" supports lexical style if the format is major.minor; 72 // Only "driver_version" supports lexical style if the format is major.minor;
73 // in that case, major is still numerical, but minor is lexical. 73 // in that case, major is still numerical, but minor is lexical.
74 // 74 //
75 // FLOAT includes "op" "value", and "value2". "op" can be any of the 75 // FLOAT includes "op" "value", and "value2". "op" can be any of the
76 // following values: "=", "<", "<=", ">", ">=", "any", "between". "value2" is 76 // following values: "=", "<", "<=", ">", ">=", "any", "between". "value2" is
77 // only used if "op" is "between". "value" is used for all "op" values except 77 // only used if "op" is "between". "value" is used for all "op" values except
78 // "any". "value" and "value2" are valid float numbers. 78 // "any". "value" and "value2" are valid float numbers.
79 // INT is very much like FLOAT, except that the values need to be integers. 79 // INT is very much like FLOAT, except that the values need to be integers.
80 // 80 //
81 // String pattern syntax can be found at 81 // String pattern syntax can be found at
82 // https://code.google.com/p/re2/wiki/Syntax. 82 // https://github.com/google/re2/blob/master/doc/syntax.txt
OLDNEW
« no previous file with comments | « extensions/common/api/events.json ('k') | remoting/base/dispatch_win.h.pump » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698