summaryrefslogtreecommitdiffstats
path: root/ui/gl/gl_fence.cc
Commit message (Expand)AuthorAgeFilesLines
* gpu: Expose GLFence impls sievers@chromium.org2014-06-251-148/+6
* Add common GLFence::IsSupported() checksievers@google.com2014-06-201-21/+35
* Prefer GL_ARB_sync/ES3 fencessievers@google.com2014-05-121-4/+4
* gpu: Use ARB_sync extension for GLFence implementation when GL version is Ope...reveman@chromium.org2014-04-191-1/+3
* Revert r258965 aka reland r258122sievers@chromium.org2014-04-031-12/+47
* Revert 258122 "gpu: Allow fences to check whether a flush has oc..."sievers@google.com2014-03-241-47/+12
* gpu: Allow fences to check whether a flush has occurredsievers@chromium.org2014-03-191-12/+47
* gpu: Prefer GL_ARB_sync over GL_NV_fence.sievers@chromium.org2014-03-141-2/+3
* gpu: Mailbox emulation with EGLImagesievers@chromium.org2014-03-141-16/+41
* Support async readbacks on OpenGL ES 3.0 driverssievers@chromium.org2013-08-271-1/+2
* work around a bug in GL_ARB_sync on mac 10.7hubbe@chromium.org2013-07-261-8/+4
* gpu: Add EGL fence support.epenner@chromium.org2013-06-221-5/+46
* Do not call glGetGraphicsResetStatusARB in GLFence implementations.apatrick@chromium.org2013-04-121-17/+2
* Revert "Revert 164047 - Make GL calls go through subclassable class."gman@chromium.org2012-10-251-3/+4
* Revert 164047 - Make GL calls go through subclassable class.bartfab@chromium.org2012-10-251-4/+3
* Make GL calls go through subclassable class.gman@chromium.org2012-10-251-3/+4
* gl: Fix more clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-09-061-2/+2
* Use EXT_robustness where available on GLES2 platforms to detect and respond t...kbr@chromium.org2012-07-271-2/+2
* ui: Move gl/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-121-0/+108