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

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

Issue 2821913002: Force cube map texture complete on Linux AMD (Closed)
Patch Set: remove webgl2ores3 condition Created 3 years, 8 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.3", 3 "version": "10.4",
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 2341 matching lines...) Expand 10 before | Expand all | Expand 10 after
2355 "id": 222, 2355 "id": 222,
2356 "description": "Software to Accelerated canvas update breaks Linux AMD", 2356 "description": "Software to Accelerated canvas update breaks Linux AMD",
2357 "cr_bugs": [710029], 2357 "cr_bugs": [710029],
2358 "os": { 2358 "os": {
2359 "type": "linux" 2359 "type": "linux"
2360 }, 2360 },
2361 "vendor_id": "0x1002", 2361 "vendor_id": "0x1002",
2362 "features": [ 2362 "features": [
2363 "disable_software_to_accelerated_canvas_upgrade" 2363 "disable_software_to_accelerated_canvas_upgrade"
2364 ] 2364 ]
2365 },
2366 {
2367 "id": 223,
2368 "description": "Force integer or srgb cube map texture complete on Linux A MD",
2369 "cr_bugs": [712117],
2370 "os": {
2371 "type": "linux"
2372 },
2373 "vendor_id": "0x1002",
2374 "features": [
2375 "force_int_or_srgb_cube_texture_complete"
2376 ]
2365 } 2377 }
2366 ], 2378 ],
2367 "comment": [ 2379 "comment": [
2368 "Please update the version number on top whenever you change this file" 2380 "Please update the version number on top whenever you change this file"
2369 ] 2381 ]
2370 } 2382 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/texture_manager.cc ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698