From f61ab1ac7f855cd281809255c0aedbb1895e1823 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Wed, 15 Jul 2015 16:42:28 +0200 Subject: 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 --- chromium/gpu/config/gpu_driver_bug_list_json.cc | 18 +++++++++++++++++- chromium/gpu/config/gpu_driver_bug_workaround_type.h | 2 ++ 2 files changed, 19 insertions(+), 1 deletion(-) (limited to 'chromium/gpu') 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, \ -- cgit v1.2.1