summaryrefslogtreecommitdiffstats
path: root/gpu/demos
Commit message (Expand)AuthorAgeFilesLines
* Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2011-01-051-10/+20
* Added ppapi::Surface3D. This CL completes the new Pepper3D interface. The imp...alokp@chromium.org2010-12-281-4/+10
* Added ppapi::Context3D interface. The API has already been reviewed. I am add...alokp@chromium.org2010-12-231-11/+12
* Removed the depedency of gpu::demos on base.alokp@chromium.org2010-12-217-53/+25
* Moved the logic of maintaining the current context to gles2 helper library.alokp@chromium.org2010-12-212-9/+31
* Added --enable-accelerated-layers to run_as block of ppapi demos.alokp@chromium.org2010-12-161-0/+2
* Reland r65152 with mac and linux fix.apatrick@chromium.org2010-11-063-28/+25
* Revert 65152 - Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-053-25/+28
* Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-053-28/+25
* Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land f...brettw@chromium.org2010-11-021-4/+4
* Revert PPAPI change due to Linux compile failures.brettw@chromium.org2010-11-021-4/+4
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-021-4/+4
* Revert PPAPI change.brettw@chromium.org2010-11-021-4/+4
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-021-4/+4
* Revert 64716 - Switch to the new PPAPI repository. This removes the DEPS entr...brettw@chromium.org2010-11-021-4/+4
* Switch to the new PPAPI repository. This removes the DEPS entry that refers tobrettw@chromium.org2010-11-021-4/+4
* 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-1311-14/+305
* Removed dependencies on base from GPU common and client code.apatrick@chromium.org2010-09-082-0/+6
* Linux: Switch to DWARF for official builds. Good riddence.thestig@chromium.org2010-08-261-4/+0
* Revert 55766 - Enable -fPIC by default on x64mirandac@chromium.org2010-08-121-3/+8
* Enable -fPIC by default on x64nirnimesh@chromium.org2010-08-111-8/+3
* 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
* Moved demos.gyp from windows dependency to all platforms. Excluded gpu_demo_f...alokp@chromium.org2010-05-141-0/+5
* 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
* Change gl2.h to default to C bindingsgman@chromium.org2010-03-081-0/+1
* I just put the code that does not compile on ARM. Trybots will fail because I...apatrick@chromium.org2010-02-247-11/+49
* Add build rules for Pepper 3D demos on the Mac.dspringer@google.com2010-02-232-14/+83
* Revert 39530 - GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-207-49/+11
* GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-207-11/+49
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Removed redundant conditionals from gpu/demos.gyp.alokp@chromium.org2010-02-171-20/+13
* 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-043-8/+63
* 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-037-247/+329
* 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
* Hooked all demos to gpu/demos.gyp. Now all demos run as both - standalone exe...alokp@chromium.org2010-01-268-97/+263
* Added infrastructure to run gpu demos under Pepper3D. Created a Demo class th...alokp@chromium.org2010-01-2617-256/+781
* Converted all demos to use gpu::demos::Example base class.alokp@chromium.org2010-01-196-302/+90