summaryrefslogtreecommitdiffstats
path: root/ui/gfx/gl/gl_surface_wgl.cc
Commit message (Expand)AuthorAgeFilesLines
* ui: Move gl/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-121-366/+0
* Change PluginWindowHandle to AcceleratedWidget in ui/gfx/glpiman@chromium.org2012-02-011-2/+2
* use-gl=desktop mode got broken in r109111. GL proc addresses were not being f...alokp@chromium.org2011-11-171-4/+22
* Fix --use-gl=any command-line option. The current implementation only checks ...alokp@chromium.org2011-11-081-106/+108
* Reland 107243 - Added GLSurfaceAdapter, an implementation of GLSurface that f...apatrick@chromium.org2011-10-261-1/+5
* Revert 107243 - Added GLSurfaceAdapter, an implementation of GLSurface that f...apatrick@chromium.org2011-10-251-5/+1
* Added GLSurfaceAdapter, an implementation of GLSurface that forwards all call...apatrick@chromium.org2011-10-251-1/+5
* Do not allocate depth-stencil buffers for GLSurfaces.apatrick@chromium.org2011-08-091-2/+2
* Moving DCHECK to the return value only.bradnelson@google.com2011-07-121-1/+2
* GLContext no longer holds a pointer to a GLSurface.apatrick@chromium.org2011-05-231-22/+12
* Partially fix WGL backend on windows.apatrick@chromium.org2011-05-121-17/+71
* Split WGL implementations of *GLContext in GLContextWGL and *GLSurfaceWGL.apatrick@chromium.org2011-04-151-0/+297