summaryrefslogtreecommitdiffstats
path: root/gpu/demos/framework
Commit message (Expand)AuthorAgeFilesLines
* Reland r65152 with mac and linux fix.apatrick@chromium.org2010-11-061-23/+22
* Revert 65152 - Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-051-22/+23
* Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-051-23/+22
* Add Ability to pass in allowed extensions to GPU contexts.gman@chromium.org2010-10-191-2/+2
* Add offscreen context creation attributes to GGL.enne@chromium.org2010-10-011-2/+2
* Made GLES demos work on PPAPI.neb@chromium.org2010-09-132-0/+114
* Fixed standalone command buffer demos.apatrick@chromium.org2010-07-201-1/+7
* Fix a bunch more type changes as part of the npapi.h mergingstuartmorgan@chromium.org2010-06-021-1/+1
* Step 1: Changing CommandBufferHelper to only use a portiongman@chromium.org2010-05-121-1/+1
* Adds support for shared resources.gman@chromium.org2010-05-031-1/+2
* Made gpu demo framework plugins fail without crashing if pepper 3D cannot be ...apatrick@chromium.org2010-04-262-11/+33
* - Extracted platform specific code from GLES2 command decoder to platform spe...apatrick@chromium.org2010-04-091-1/+1
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-251-3/+6
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Remove redundant nphostapi.h from webkit/glue/plugins, update source files asdspringer@google.com2010-03-152-2/+2
* I just put the code that does not compile on ARM. Trybots will fail because I...apatrick@chromium.org2010-02-246-11/+45
* Add build rules for Pepper 3D demos on the Mac.dspringer@google.com2010-02-231-0/+46
* Revert 39530 - GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-206-45/+11
* GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-206-11/+45
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Implemented linux-specific NPAPI interface for pepper demos.alokp@chromium.org2010-02-111-7/+46
* A few minor changes to windows implementation on windows.alokp@chromium.org2010-02-101-2/+5
* Implemented window class on linux. Standalone demos are working on linux now.alokp@chromium.org2010-02-042-2/+52
* Added support for lost context recovery on the client side. None of our servi...apatrick@chromium.org2010-02-032-17/+41
* Changes necessary to compile gpu demos on linux. It is not functional yet jus...alokp@chromium.org2010-02-036-140/+192
* Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,...apatrick@chromium.org2010-02-011-1/+1
* Windows now uses the TLS API instead of __declspec(thread) for client side co...apatrick@chromium.org2010-01-273-0/+8
* Added infrastructure to run gpu demos under Pepper3D. Created a Demo class th...alokp@chromium.org2010-01-2612-0/+761