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

Side by Side Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 19579008: Revert "Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO..."" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: previous upload reverts the revert, here are the changes Created 7 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « gpu/command_buffer/tests/gl_readback_unittests.cc ('k') | ui/gl/gl_bindings.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 (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 // Determines whether a certain driver bug exists in the current system. 5 // Determines whether a certain driver bug exists in the current system.
6 // A valid gpu_driver_bug_list.json file are in the format of 6 // A valid gpu_driver_bug_list.json file are in the format of
7 // { 7 // {
8 // "version": "x.y", 8 // "version": "x.y",
9 // "entries": [ 9 // "entries": [
10 // { // entry 1 10 // { // entry 1
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 "op": "contains", 382 "op": "contains",
383 "value": "Mali-400" 383 "value": "Mali-400"
384 }, 384 },
385 "features": [ 385 "features": [
386 "use_non_zero_size_for_client_side_stream_buffers" 386 "use_non_zero_size_for_client_side_stream_buffers"
387 ] 387 ]
388 }, 388 },
389 { 389 {
390 "id": 25, 390 "id": 25,
391 "cr_bugs": [152225], 391 "cr_bugs": [152225],
392 "description": 392 "description": "GL_ARB_sync doesn't work on OSX 10.7",
393 "Intel OSX drivers prior to mountain lion crashes when using PBOs",
394 "os": { 393 "os": {
395 "type": "macosx", 394 "type": "macosx",
396 "version": { 395 "version": {
397 "op": "<", 396 "op": "<",
398 "number": "10.8" 397 "number": "10.8"
399 } 398 }
400 }, 399 },
401 "vendor_id": "0x8086",
402 "features": [ 400 "features": [
403 "disable_async_readpixels" 401 "disable_async_readpixels"
404 ] 402 ]
405 }, 403 },
406 { 404 {
407 "id": 26, 405 "id": 26,
408 "description": "Disable use of Direct3D 11 on Windows", 406 "description": "Disable use of Direct3D 11 on Windows",
409 "os": { 407 "os": {
410 "type": "win" 408 "type": "win"
411 }, 409 },
412 "features": [ 410 "features": [
413 "disable_d3d11" 411 "disable_d3d11"
414 ] 412 ]
415 } 413 }
416 ] 414 ]
417 } 415 }
418 416
419 ); // LONG_STRING_CONST macro 417 ); // LONG_STRING_CONST macro
420 418
421 } // namespace gpu 419 } // namespace gpu
OLDNEW
« no previous file with comments | « gpu/command_buffer/tests/gl_readback_unittests.cc ('k') | ui/gl/gl_bindings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698