summaryrefslogtreecommitdiff
path: root/chromium/gpu
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-07-15 16:42:28 +0200
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-07-29 08:12:04 +0000
commitf61ab1ac7f855cd281809255c0aedbb1895e1823 (patch)
treea0ba62c38849e1f6ac9fa4e5d7b5353831dacc78 /chromium/gpu
parentb80be2a302fe1e662a4a2b269d7ee8b7875581df (diff)
downloadqtwebengine-chromium-f61ab1ac7f855cd281809255c0aedbb1895e1823.tar.gz
BASELINE: Update chromium to 44.0.2403.91
Also adds missing compile_test tool, and removed two unused third_party modules. Change-Id: Ie6135c2a57c8c9519aa093eb0a259a605b26a111 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'chromium/gpu')
-rw-r--r--chromium/gpu/config/gpu_driver_bug_list_json.cc18
-rw-r--r--chromium/gpu/config/gpu_driver_bug_workaround_type.h2
2 files changed, 19 insertions, 1 deletions
diff --git a/chromium/gpu/config/gpu_driver_bug_list_json.cc b/chromium/gpu/config/gpu_driver_bug_list_json.cc
index c9722b8f254..7a270dfc20a 100644
--- a/chromium/gpu/config/gpu_driver_bug_list_json.cc
+++ b/chromium/gpu/config/gpu_driver_bug_list_json.cc
@@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
{
"name": "gpu driver bug list",
// Please update the version number whenever you change this file.
- "version": "8.12",
+ "version": "8.19",
"entries": [
{
"id": 1,
@@ -1352,6 +1352,22 @@ LONG_STRING_CONST(
"features": [
"exit_on_context_lost"
]
+ },
+ {
+ "id": 124,
+ "description": "Certain Adreno 4xx drivers often crash in glProgramBinary.",
+ "cr_bugs": [486117],
+ "os": {
+ "type": "android"
+ },
+ "driver_version": {
+ "op": "=",
+ "value": "103.0"
+ },
+ "gl_renderer": "Adreno \\(TM\\) 4.*",
+ "features": [
+ "disable_program_cache"
+ ]
}
]
}
diff --git a/chromium/gpu/config/gpu_driver_bug_workaround_type.h b/chromium/gpu/config/gpu_driver_bug_workaround_type.h
index b9dbb295425..27243563291 100644
--- a/chromium/gpu/config/gpu_driver_bug_workaround_type.h
+++ b/chromium/gpu/config/gpu_driver_bug_workaround_type.h
@@ -50,6 +50,8 @@
disable_oes_standard_derivatives) \
GPU_OP(DISABLE_POST_SUB_BUFFERS_FOR_ONSCREEN_SURFACES, \
disable_post_sub_buffers_for_onscreen_surfaces) \
+ GPU_OP(DISABLE_PROGRAM_CACHE, \
+ disable_program_cache) \
GPU_OP(ETC1_POWER_OF_TWO_ONLY, \
etc1_power_of_two_only) \
GPU_OP(EXIT_ON_CONTEXT_LOST, \