summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/ggl
Commit message (Expand)AuthorAgeFilesLines
* 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