summaryrefslogtreecommitdiffstats
path: root/mojo/examples/compositor_app
Commit message (Expand)AuthorAgeFilesLines
* 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
* Run aura_demo as a mojo app.ben@chromium.org2014-01-071-0/+1
* Sample mojo app using the compositorjamesr@chromium.org2013-12-216-0/+406