summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/ggl
Commit message (Expand)AuthorAgeFilesLines
* Added support for allowing a parent GGL context to be destroyed before all of...apatrick@chromium.org2010-06-291-6/+7
* Refactored ggl::SwapBuffers to take the GGL context as an argument. apatrick@chromium.org2010-06-232-3/+2
* When creating a child ggl context, flush commands in the parent context first...vangelis@chromium.org2010-06-221-0/+4
* Makes shader translation a runtime switch.gman@chromium.org2010-05-172-0/+20
* Step 1: Changing CommandBufferHelper to only use a portiongman@chromium.org2010-05-121-1/+1
* Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5evan@chromium.org2010-05-061-1/+1
* Adds support for shared resources.gman@chromium.org2010-05-031-1/+2
* Changes the code to use separate ids namspacesgman@chromium.org2010-04-271-2/+2
* Added command buffer implementation of WebGL which runs in the sandbox.kbr@google.com2010-03-271-0/+2
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-252-16/+106
* Fixing ARM build. ARM cannot compile code in src/gpu/ directory.apatrick@chromium.org2010-03-081-1/+4
* GGL library is a variant of the WGL, EGL and PGL libraries.apatrick@chromium.org2010-03-082-0/+335