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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 23441050: Add driver bug workaround for SH_INIT_GL_POSITION. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: gpu/config/gpu_driver_bug_list_json.cc
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index e5654fad7aa8703109a98dbb0ff1cbba9b124052..55ca74a44b378df74778c526aff4f241a8a14299 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -85,7 +85,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
{
"name": "gpu driver bug list",
// Please update the version number whenever you change this file.
- "version": "2.8",
+ "version": "2.9",
"entries": [
{
"id": 1,
@@ -462,6 +462,18 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
"features": [
"disable_multimonitor_multisampling"
]
+ },
+ {
+ "id": 31,
+ "cr_bugs": [286468],
+ "description": "Program link fails in NVIDIA Linux if gl_Position is not set",
+ "os": {
+ "type": "linux"
+ },
+ "vendor_id": "0x10de",
+ "features": [
+ "init_gl_position_in_vertex_shader"
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698