Implement gpu driver bug handling mechanism for tizen.
authorPrashant Nevase <prashant.n@samsung.com>
Wed, 4 Feb 2015 10:52:28 +0000 (16:22 +0530)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit647a1eaa59b5e51d26b04d256ccda01e0782ba44
treee44a6a8f294ceb18c24337d0abb91b52fa678b90
parent3099bf1d3850bb6ad3d2978cfeaf0cfc6f90bdf5
Implement gpu driver bug handling mechanism for tizen.

This is base patch which makes driver bug handling mechanism and
black listing mechanism up on tizen platform.

Gpu driver bug list is taken from Android. In many cases Android has
fixes in the driver on latest versions of Android (probably > 4.4).
In current patch these are not resolved as we need to check and verify
each individual bug and test on the tizen platforms, which can be
carried out in subsequent patches later.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=10994
Reviewed by: Antonio Gomes, venu musham

Change-Id: I27855664d70b225bc73a62dd6c751ec344f86bc6
Signed-off-by: Prashant Nevase <prashant.n@samsung.com>
tizen_src/impl/chromium-efl.gyp
tizen_src/impl/chromium-efl.gypi
tizen_src/impl/gpu/config/gpu_driver_bug_list_json_efl.cc [new file with mode: 0644]
tizen_src/impl/gpu/config/software_rendering_list_json_efl.cc [new file with mode: 0644]