summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/ggl
Commit message (Expand)AuthorAgeFilesLines
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-2/+6
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-6/+2
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-2/+6
* Move limiting how many SwapBuffer calls the clientgman@chromium.org2010-12-071-22/+0
* Add flow control between renderer and GPU processes, and, on Mac OS X,kbr@google.com2010-11-261-0/+21
* Added ggl::IsCommandBufferContextLost that checks the state of the command bu...amarinichev@google.com2010-11-222-0/+15
* Renames Chrome only GL extension functions to followgman@chromium.org2010-11-181-1/+2
* - Relanding 61718.apatrick@chromium.org2010-11-091-1/+1
* Reland r65152 with mac and linux fix.apatrick@chromium.org2010-11-062-31/+37
* Revert 65152 - Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-052-37/+31
* Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-052-31/+37
* Revert 63388 - http://build.chromium.org/buildbot/waterfall/builders/Mac10.6%...stoyan@chromium.org2010-10-211-1/+1
* Relanding 61718.apatrick@chromium.org2010-10-211-1/+1
* Add Ability to pass in allowed extensions to GPU contexts.gman@chromium.org2010-10-192-7/+15
* GpuVideoDecoderHost runs on IO thread instead of Render threadhclam@chromium.org2010-10-071-1/+1
* Make FakeGlVideoDecodeEngine works in the hardware video decoding architecturehclam@chromium.org2010-10-072-8/+9
* Revert 61718 - GPU process terminates on hang.mnissler@chromium.org2010-10-071-1/+1
* GPU process terminates on hang.apatrick@chromium.org2010-10-061-1/+1
* Add offscreen context creation attributes to GGL.enne@chromium.org2010-10-012-12/+73
* Resubmit - Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoderhclam@chromium.org2010-09-292-7/+37
* Revert 60912 - Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoderjochen@chromium.org2010-09-292-37/+7
* Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoderhclam@chromium.org2010-09-292-7/+37
* Connect GpuVideoDecodeServiceHost with ggl::Context and CommandBufferProxyhclam@chromium.org2010-09-032-0/+17
* Add way to create a texture in parent's context and copy into itjamesr@chromium.org2010-08-282-0/+66
* Fixed race where GPU process rendered to invalid window handle.apatrick@chromium.org2010-08-181-1/+4
* Fix building with enable_gpu=0neb@chromium.org2010-08-131-0/+2
* SwapBuffers notification is sent from GPU process to renderer process.apatrick@chromium.org2010-08-062-0/+28
* Initial port of accelerated compositor to Mac OS X 10.6. Reusedkbr@google.com2010-08-042-7/+56
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Fix a race where WebGL would attempt to use the GpuChannel before it was in t...apatrick@chromium.org2010-07-151-1/+1
* 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