skia2/tools/gpu/gl
Brian Salomon 7db0e2f942 Remove wrapping of GL sync objects around EGL syncs in EGL test contexts
We did this to allow pipelining of GPU/CPU work in nanobench on devices
that don't have GL sync objects (or NV fence). However, we've found
that on the AndroidOne/Mali400 and Nexus7/Tegra3 devices that the
majority of a frame's work can be reordered to complete before an
earlier EGL sync. This makes the results unreliable, especially the
min_ms result. Just accept that we will sync the CPU and GPU on these
devices.

Change-Id: I04d168cbb05504d367f6a06b7b4903163ab2aa79
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/414897
Commit-Queue: Brian Salomon <bsalomon@google.com>
Commit-Queue: Adlai Holler <adlai@google.com>
Auto-Submit: Brian Salomon <bsalomon@google.com>
Reviewed-by: Adlai Holler <adlai@google.com>
2021-06-02 16:21:43 +00:00
..
angle GrConvertPixels takes pixmaps 2021-03-31 00:23:17 +00:00
command_buffer add Sk- prefix to SkOSLibrary functions 2020-07-10 16:55:03 +00:00
egl Remove wrapping of GL sync objects around EGL syncs in EGL test contexts 2021-06-02 16:21:43 +00:00
glx Clean up remaining NVPR bits & bobs 2021-03-23 19:12:12 +00:00
interface Remove NVPR entry points from Skia's GL interface 2021-03-22 17:44:16 +00:00
iOS Reland "Remove ARC from tools lib." 2021-02-22 17:55:52 +00:00
mac Reland "Set up eGPU/discrete support for MacOS." 2020-03-18 19:27:41 +00:00
none rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
win Clean up remaining NVPR bits & bobs 2021-03-23 19:12:12 +00:00
GLTestContext.cpp Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
GLTestContext.h Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00