summaryrefslogtreecommitdiffstats
path: root/mojo/examples/compositor_app
Commit message (Expand)AuthorAgeFilesLines
* cc: Parameterize the main thread task runnerskyostil@chromium.org2014-07-181-1/+5
* Attempt at cleaning up a bunch of shutdown issues.ben@chromium.org2014-07-111-1/+2
* Split ServiceProvider into 3davemoore@chromium.org2014-06-251-6/+6
* Move native_viewport.mojom into public/interfacesben@chromium.org2014-06-171-1/+1
* Mojo: Implement support for |Foo&| mojom syntaxdarin@chromium.org2014-05-303-9/+12
* Mojo: more idiomatic C++ bindingsdarin@chromium.org2014-05-293-13/+6
* Simplify Rectben@chromium.org2014-05-291-1/+5
* Support MojoMain() in an Application contextdavemoore@chromium.org2014-05-291-22/+11
* Move geometry to mojo/services, extract input events to their own mojomben@chromium.org2014-05-281-1/+1
* Revert "Move geometry to mojo/services, extract input events to their own mojom"kinuko@chromium.org2014-05-281-1/+1
* Move geometry to mojo/services, extract input events to their own mojomben@chromium.org2014-05-281-1/+1
* Shell / ShellClient -> ServiceProviderdavemoore@chromium.org2014-05-271-5/+6
* Revert 272983 "Change Shell / ShellClient to ServiceProvider"davemoore@chromium.org2014-05-271-6/+5
* Change Shell / ShellClient to ServiceProviderdavemoore@chromium.org2014-05-271-5/+6
* Mojo: Remove SetClient from generated interfacesdarin@chromium.org2014-05-231-1/+1
* Move geometry types to a more central location.ben@chromium.org2014-05-211-1/+1
* cc: Remove CreateAndInitializeOutputSurface from the Proxy interface.danakj@chromium.org2014-05-201-1/+0
* Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpldarin@chromium.org2014-05-091-12/+7
* Shuffles around some filessky@chromium.org2014-05-063-108/+2
* cc: Delete GrContext resources when tab becomes invisible.alokp@chromium.org2014-04-301-0/+1
* cc: Remove the capability to give up and leave compositing mode.danakj@chromium.org2014-04-252-2/+3
* Remove offscreen compositor contexts.danakj@chromium.org2014-04-242-6/+0
* Mojo: Move mojo/public/bindings/*.h to mojo/public/cpp/bindings/*.h.viettrungluu@chromium.org2014-04-011-2/+2
* Change AckEvent into request / responsedavemoore@chromium.org2014-03-311-4/+3
* Mojo: Move mojo/public/shell to mojo/public/{cpp,interfaces}/shell.viettrungluu@chromium.org2014-03-311-2/+2
* Mojo: Move mojo/public/gles2/gles2_cpp.h to mojo/public/cpp/gles2/gles2.h.viettrungluu@chromium.org2014-03-311-1/+1
* Mojo: Move C gles2 header files to mojo/public/c/gles2.viettrungluu@chromium.org2014-03-301-1/+1
* Mojo: Split off the C++ parts of mojo/public/c/system macros.h to their own f...viettrungluu@chromium.org2014-03-281-2/+1
* Mojo: Move mojo/public/system/core_cpp.h to mojo/cpp/public/system/core.h.viettrungluu@chromium.org2014-03-282-2/+2
* Mojo: Move public C system header files to mojo/public/c/system/.viettrungluu@chromium.org2014-03-261-2/+2
* Mojo: Cleanup: MOJO_OVERRIDE -> OVERRIDE in places where we use base/.viettrungluu@chromium.org2014-03-181-4/+5
* Mojo: Include "path/to/foo.mojom.h"darin@chromium.org2014-02-271-2/+2
* Change mojo demo apps to use Application.davemoore@chromium.org2014-02-131-54/+31
* Create Application classdavemoore@chromium.org2014-02-121-1/+2
* Mojo: Introduce InterfaceHandle<S>, Interface<S> and InterfacePipe<S,P>darin@chromium.org2014-02-111-7/+11
* Make LayerTreeHostClient::Animate take TimeTicks instead of doubleajuma@chromium.org2014-02-072-3/+4
* mojo: fix thread issues in MojoContextProvider and share implmentationspiman@chromium.org2014-02-057-147/+114
* Pass gfx structs by const ref (gfx::Vector2d)ajay.berwal@samsung.com2014-02-052-2/+2
* Create GLES2 context synchronously.piman@chromium.org2014-02-045-36/+5
* Send size to NativeViewportClient::OnCreated instead of GLES2Client::DidCreat...piman@chromium.org2014-01-285-21/+19
* Mojo: re-organize public/bindings/ directorydarin@chromium.org2014-01-282-2/+3
* Add a Launcher App.ben@chromium.org2014-01-271-5/+11
* Internalize the GLES2Client logic into libmojo_gles2piman@chromium.org2014-01-233-29/+53
* Revert 245445 "Unifies LayerTreeHost::SetNeedsUpdateLayers and S..."mark@chromium.org2014-01-171-1/+1
* cc: Delete ContextProvider::MakeGrContextCurrent.alokp@chromium.org2014-01-171-1/+0
* Unifies LayerTreeHost::SetNeedsUpdateLayers and SetNeedsAnimate -- V2trchen@chromium.org2014-01-171-1/+1
* Remove WebGraphicsContext3D getter from cc::ContextProviderjamesr@chromium.org2014-01-161-1/+0
* Mojo: AsyncWaiter and mojo/public/environmentdarin@chromium.org2014-01-141-5/+0
* Remove dependencies on base from SampleAppdavemoore@chromium.org2014-01-082-0/+3
* Mojo: abstract interface implementation from generated Stub classesdarin@chromium.org2014-01-073-9/+6