| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bunch more type changes as part of the npapi.h merging | stuartmorgan@chromium.org | 2010-06-02 | 1 | -1/+1 |
* | Moved demos.gyp from windows dependency to all platforms. Excluded gpu_demo_f... | alokp@chromium.org | 2010-05-14 | 1 | -0/+5 |
* | Step 1: Changing CommandBufferHelper to only use a portion | gman@chromium.org | 2010-05-12 | 1 | -1/+1 |
* | Adds support for shared resources. | gman@chromium.org | 2010-05-03 | 1 | -1/+2 |
* | Made gpu demo framework plugins fail without crashing if pepper 3D cannot be ... | apatrick@chromium.org | 2010-04-26 | 2 | -11/+33 |
* | - Extracted platform specific code from GLES2 command decoder to platform spe... | apatrick@chromium.org | 2010-04-09 | 1 | -1/+1 |
* | Calling OpenGL from the renderer process | apatrick@chromium.org | 2010-03-25 | 1 | -3/+6 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | Remove redundant nphostapi.h from webkit/glue/plugins, update source files as | dspringer@google.com | 2010-03-15 | 2 | -2/+2 |
* | Change gl2.h to default to C bindings | gman@chromium.org | 2010-03-08 | 1 | -0/+1 |
* | I just put the code that does not compile on ARM. Trybots will fail because I... | apatrick@chromium.org | 2010-02-24 | 7 | -11/+49 |
* | Add build rules for Pepper 3D demos on the Mac. | dspringer@google.com | 2010-02-23 | 2 | -14/+83 |
* | Revert 39530 - GPU plugin forwards repaint events to Pepper plugin. | apatrick@chromium.org | 2010-02-20 | 7 | -49/+11 |
* | GPU plugin forwards repaint events to Pepper plugin. | apatrick@chromium.org | 2010-02-20 | 7 | -11/+49 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -0/+1 |
* | Removed redundant conditionals from gpu/demos.gyp. | alokp@chromium.org | 2010-02-17 | 1 | -20/+13 |
* | Implemented linux-specific NPAPI interface for pepper demos. | alokp@chromium.org | 2010-02-11 | 1 | -7/+46 |
* | A few minor changes to windows implementation on windows. | alokp@chromium.org | 2010-02-10 | 1 | -2/+5 |
* | Implemented window class on linux. Standalone demos are working on linux now. | alokp@chromium.org | 2010-02-04 | 3 | -8/+63 |
* | Added support for lost context recovery on the client side. None of our servi... | apatrick@chromium.org | 2010-02-03 | 2 | -17/+41 |
* | Changes necessary to compile gpu demos on linux. It is not functional yet jus... | alokp@chromium.org | 2010-02-03 | 7 | -247/+329 |
* | Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,... | apatrick@chromium.org | 2010-02-01 | 1 | -1/+1 |
* | Windows now uses the TLS API instead of __declspec(thread) for client side co... | apatrick@chromium.org | 2010-01-27 | 3 | -0/+8 |
* | Hooked all demos to gpu/demos.gyp. Now all demos run as both - standalone exe... | alokp@chromium.org | 2010-01-26 | 8 | -97/+263 |
* | Added infrastructure to run gpu demos under Pepper3D. Created a Demo class th... | alokp@chromium.org | 2010-01-26 | 17 | -256/+781 |
* | Converted all demos to use gpu::demos::Example base class. | alokp@chromium.org | 2010-01-19 | 6 | -302/+90 |
* | Created a base class for examples taken from gles2 book. It encapsulates the ... | alokp@chromium.org | 2010-01-19 | 2 | -50/+90 |
* | Added stencil-test demo. | alokp@chromium.org | 2010-01-15 | 2 | -0/+74 |
* | Added texture wrap demo. | alokp@chromium.org | 2010-01-15 | 2 | -0/+75 |
* | Added variable name as required by style guide. | alokp@chromium.org | 2010-01-15 | 3 | -6/+6 |
* | Added cubemap demo. | alokp@chromium.org | 2010-01-15 | 2 | -0/+74 |
* | Added simple texture demo. | alokp@chromium.org | 2010-01-14 | 2 | -0/+76 |
* | Added mip-mapping demo. | alokp@chromium.org | 2010-01-14 | 2 | -0/+75 |
* | Changed the signature of Application::Draw to accept elapsed time. It will be... | alokp@chromium.org | 2010-01-13 | 4 | -7/+26 |
* | Added simple vertex shader demo. I had to make the following modifications to... | alokp@chromium.org | 2010-01-13 | 2 | -0/+78 |
* | Renamed gles_book_examples.gyp to gles2_book.gyp and hooked eveything back to... | alokp@chromium.org | 2010-01-09 | 1 | -1/+1 |
* | Renamed gles_book_examples to gles2_book to make it shorter and more correct.... | alokp@chromium.org | 2010-01-09 | 3 | -3/+3 |
* | Added hello-triangle demo. | alokp@chromium.org | 2010-01-09 | 3 | -0/+80 |
* | Added an application framework for demos. This framework currently only suppo... | alokp@chromium.org | 2010-01-08 | 4 | -0/+275 |
* | Revert "Resubmit 35500: Added an application framework for demos. Ported hell... | ajwong@chromium.org | 2010-01-06 | 7 | -445/+0 |
* | Resubmit 35500: Added an application framework for demos. Ported hellotriangl... | alokp@chromium.org | 2010-01-06 | 7 | -0/+445 |
* | Revert 35500 - Added an application framework for demos. Ported hellotriangle... | rsesek@chromium.org | 2010-01-05 | 7 | -445/+0 |
* | Added an application framework for demos. Ported hello-triangle example in Op... | alokp@chromium.org | 2010-01-05 | 7 | -0/+445 |