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

Issue 1093733002: Disable BGRA support on linux.

Created:
5 years, 8 months ago by ostap
Modified:
5 years, 8 months ago
Reviewers:
CC:
chromium-reviews, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Some OpenGL-ES drivers does not support GL extension for BGRA(GL_BGRA_EXT). But implicitly it does support BGRA format for glReadPixels, Chromium validates BGRA support only based on the query string returned by glGetStrings (GL_EXTENSIONS). Therefore, adding workaround to check for BGRA support for such drivers. Rebase of the patch by m.nataraj@samsung.com BUG=401470

Patch Set 1 #

Patch Set 2 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -2 lines) Patch
M gpu/command_buffer/service/feature_info.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M gpu/config/gpu_driver_bug_list_json.cc View 1 2 chunks +13 lines, -1 line 0 comments Download
M gpu/config/gpu_driver_bug_workaround_type.h View 1 1 chunk +2 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698