summaryrefslogtreecommitdiffstats
path: root/mojo/examples/sample_app
Commit message (Expand)AuthorAgeFilesLines
* Mojo: Include "path/to/foo.mojom.h"darin@chromium.org2014-02-272-3/+3
* Change mojo demo apps to use Application.davemoore@chromium.org2014-02-131-2/+2
* Create Application classdavemoore@chromium.org2014-02-121-63/+43
* Mojo: Introduce InterfaceHandle<S>, Interface<S> and InterfacePipe<S,P>darin@chromium.org2014-02-111-7/+10
* Create GLES2 context synchronously.piman@chromium.org2014-02-043-29/+9
* Mojo: cleanup lifetime management of shell and servicesdarin@chromium.org2014-02-031-2/+5
* Send size to NativeViewportClient::OnCreated instead of GLES2Client::DidCreat...piman@chromium.org2014-01-283-14/+26
* Mojo: re-organize public/bindings/ directorydarin@chromium.org2014-01-282-2/+3
* Add a Launcher App.ben@chromium.org2014-01-271-1/+15
* Internalize the GLES2Client logic into libmojo_gles2piman@chromium.org2014-01-233-19/+41
* Mojo: AsyncWaiter and mojo/public/environmentdarin@chromium.org2014-01-141-3/+1
* Mojo: Remove utility:: namespacedarin@chromium.org2014-01-091-3/+3
* Remove dependencies on base from SampleAppdavemoore@chromium.org2014-01-083-30/+36
* Mojo: abstract interface implementation from generated Stub classesdarin@chromium.org2014-01-073-9/+6
* Mojo: Add MessagePipe to core_cpp.h for conveniencedarin@chromium.org2013-12-251-9/+7
* Implement ServiceManagerdavemoore@chromium.org2013-12-183-101/+66
* Do something more interesting than printf when an event is received by sample...ben@chromium.org2013-12-116-22/+128
* Revert 239910 "Do something more interesting than printf when an..."vadimt@chromium.org2013-12-106-127/+22
* Do something more interesting than printf when an event is received by sample...ben@chromium.org2013-12-106-22/+127
* Move us closer to shutting down cleanly.ben@chromium.org2013-12-092-4/+10
* Wire events through to sample_appben@chromium.org2013-12-062-0/+10
* Mojo: Generate bindings that make use of ScopedMessagePipeHandle.darin@chromium.org2013-12-041-1/+1
* [Mojo] Remove dependency between mojo/public and gpuabarth@chromium.org2013-12-048-94/+98
* [Mojo] Fix race condition in sample_app's SwapBuffersabarth@chromium.org2013-12-023-6/+7
* [Mojo] sample_app should draw a spinning cubeabarth@chromium.org2013-12-014-82/+100
* [Mojo] Introduce gles2 serviceabarth@chromium.org2013-11-285-29/+84
* [Mojo] Draw GL from within sample_appabarth@chromium.org2013-11-285-71/+81
* Use ScopedMessagePipeHande in Connector.davemoore@chromium.org2013-11-273-6/+8
* PIMPL-style wrappers for generated bindings.darin@chromium.org2013-11-261-1/+1
* Mojo: Improved C++ wrappers.viettrungluu@chromium.org2013-11-213-9/+8
* Work in progress for end-to-end bindingsdavemoore@chromium.org2013-11-153-48/+87
* Revert 234975 "Work in progress for end-to-end bindings"mmenke@chromium.org2013-11-143-88/+46
* Work in progress for end-to-end bindingsdavemoore@chromium.org2013-11-143-46/+88
* Add a SpinningCube to Mojo's sample_appabarth@chromium.org2013-11-063-0/+479
* Hook up GL Command buffer on Windows tooben@chromium.org2013-11-061-2/+1
* Adds the skeleton of a NativeViewport concept.ben@chromium.org2013-10-311-8/+11
* Cleanup mojo_shell and sample_app a bitabarth@chromium.org2013-10-281-0/+73