summaryrefslogtreecommitdiffstats
path: root/ui/gl/gl_fence_egl.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove implicit conversions from scoped_refptr to T* in ui/dcheng2014-08-251-2/+2
| | | | | | | | | | | This patch was generated by running the rewrite_scoped_refptr clang tool on a Linux build. BUG=110610 Review URL: https://codereview.chromium.org/496313004 Cr-Commit-Position: refs/heads/master@{#291764}
* gpu: Handle EGL_KHR_fence_sync test failuresievers@chromium.org2014-08-191-1/+5
| | | | | | | | | | BUG=398964 NOTRY=True Review URL: https://codereview.chromium.org/492513002 Cr-Commit-Position: refs/heads/master@{#290679} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290679 0039d316-1c4b-4281-b951-d872f2087c98
* gpu: Expose GLFence impls sievers@chromium.org2014-06-251-0/+53
Move implementations to their own header+source files. Then specifically use EGL_KHR_fence_sync implementation for mailbox synchronizing because it's the only one working across contexts and share groups. Review URL: https://codereview.chromium.org/337783005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279621 0039d316-1c4b-4281-b951-d872f2087c98