summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webgles2context_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Mac: Correctly show/hide compositor on navigations.thakis@chromium.org2010-08-241-3/+17
* Initial port of accelerated compositor to Mac OS X 10.6. Reusedkbr@google.com2010-08-041-2/+16
* Fix a race where WebGL would attempt to use the GpuChannel before it was in t...apatrick@chromium.org2010-07-151-1/+1
* Fix compile (add include of WebSize to webgles2context_impl.h)jamesr@chromium.org2010-07-081-1/+0
* Switch WebGLES2Context::resizeOffscreenContent to use a WebSize instead of in...jamesr@chromium.org2010-07-081-2/+3
* Expose functions to resize and get the texture ID from offscreen GLES2 contextsjamesr@chromium.org2010-07-081-0/+8
* Refactored ggl::SwapBuffers to take the GGL context as an argument. apatrick@chromium.org2010-06-231-1/+1
* Allow WebGLES2 contexts to be initialized with a parent context for the purposesvangelis@chromium.org2010-06-221-1/+20
* Adding the chromium implementation of the GLES2context class whichvangelis@chromium.org2010-04-221-0/+60