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

Side by Side Diff: gpu/config/gpu_driver_bug_list.json

Issue 2934733002: Workaround for Intel 6xxx clear to 0/1 bug (Closed)
Patch Set: move gl_workarounds_ to a member of RealGLApi Created 3 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
OLDNEW
1 { 1 {
2 "name": "gpu driver bug list", 2 "name": "gpu driver bug list",
3 "version": "10.17", 3 "version": "10.18",
4 "entries": [ 4 "entries": [
5 { 5 {
6 "id": 1, 6 "id": 1,
7 "description": "Imagination driver doesn't like uploading lots of buffer d ata constantly", 7 "description": "Imagination driver doesn't like uploading lots of buffer d ata constantly",
8 "os": { 8 "os": {
9 "type": "android" 9 "type": "android"
10 }, 10 },
11 "gl_vendor": "Imagination.*", 11 "gl_vendor": "Imagination.*",
12 "features": [ 12 "features": [
13 "use_client_side_arrays_for_stream_buffers" 13 "use_client_side_arrays_for_stream_buffers"
(...skipping 2552 matching lines...) Expand 10 before | Expand all | Expand 10 after
2566 "op": "between", 2566 "op": "between",
2567 "value": "8.0.0", 2567 "value": "8.0.0",
2568 "value2": "8.0.99", 2568 "value2": "8.0.99",
2569 "comment": "Only initial version of O." 2569 "comment": "Only initial version of O."
2570 } 2570 }
2571 }, 2571 },
2572 "gl_renderer": "Adreno \\(TM\\) 4.*", 2572 "gl_renderer": "Adreno \\(TM\\) 4.*",
2573 "disabled_extensions": [ 2573 "disabled_extensions": [
2574 "GL_EXT_multisampled_render_to_texture" 2574 "GL_EXT_multisampled_render_to_texture"
2575 ] 2575 ]
2576 },
2577 {
2578 "id": 236,
2579 "description": "glClearColor does not always work on Intel 6xxx Mac driver s",
2580 "cr_bugs": [710443],
2581 "os": {
2582 "type": "macosx",
2583 "version": {
2584 "op": "<",
2585 "value": "10.12.6"
2586 }
2587 },
2588 "vendor_id": "0x8086",
2589 "device_id": ["0x1626", "0x162B", "0x1622"],
2590 "features": [
2591 "clear_to_zero_or_one_broken"
2592 ]
2576 } 2593 }
2577 ], 2594 ],
2578 "comment": [ 2595 "comment": [
2579 "Please update the version number on top whenever you change this file" 2596 "Please update the version number on top whenever you change this file"
2580 ] 2597 ]
2581 } 2598 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698