summaryrefslogtreecommitdiffstats
path: root/gpu/demos
Commit message (Expand)AuthorAgeFilesLines
* 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
* Created a base class for examples taken from gles2 book. It encapsulates the ...alokp@chromium.org2010-01-192-50/+90
* Added stencil-test demo.alokp@chromium.org2010-01-152-0/+74
* Added texture wrap demo.alokp@chromium.org2010-01-152-0/+75
* Added variable name as required by style guide.alokp@chromium.org2010-01-153-6/+6
* Added cubemap demo.alokp@chromium.org2010-01-152-0/+74
* Added simple texture demo.alokp@chromium.org2010-01-142-0/+76
* Added mip-mapping demo.alokp@chromium.org2010-01-142-0/+75
* Changed the signature of Application::Draw to accept elapsed time. It will be...alokp@chromium.org2010-01-134-7/+26
* Added simple vertex shader demo. I had to make the following modifications to...alokp@chromium.org2010-01-132-0/+78
* Renamed gles_book_examples.gyp to gles2_book.gyp and hooked eveything back to...alokp@chromium.org2010-01-091-1/+1
* Renamed gles_book_examples to gles2_book to make it shorter and more correct....alokp@chromium.org2010-01-093-3/+3
* Added hello-triangle demo.alokp@chromium.org2010-01-093-0/+80
* Added an application framework for demos. This framework currently only suppo...alokp@chromium.org2010-01-084-0/+275
* Revert "Resubmit 35500: Added an application framework for demos. Ported hell...ajwong@chromium.org2010-01-067-445/+0
* Resubmit 35500: Added an application framework for demos. Ported hellotriangl...alokp@chromium.org2010-01-067-0/+445
* Revert 35500 - Added an application framework for demos. Ported hellotriangle...rsesek@chromium.org2010-01-057-445/+0
* Added an application framework for demos. Ported hello-triangle example in Op...alokp@chromium.org2010-01-057-0/+445