summaryrefslogtreecommitdiffstats
path: root/mojo/gles2/command_buffer_client_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove RequestAnimationFrame from mojo, add delayed tasks to RunLoopjamesr@chromium.org2014-07-251-13/+0
* Mojo: Use InterfaceFactory<Interface> for service registrationjamesr@chromium.org2014-07-241-1/+1
* mojo: Make InterfacePtr<> testable in if() statements without .get().erg@chromium.org2014-07-191-1/+1
* Mojo: Eliminate SyncDispatcher in favor of WaitForIncomingMethodCalldarin@chromium.org2014-07-101-25/+48
* Add support for strong future sync points.jbauman@chromium.org2014-07-011-0/+11
* Removed ManagedMemoryStats.vmpstr@chromium.org2014-06-191-6/+0
* Mojo: Make |MojoAsyncWaiter|s const and remove the MojoAsyncWaiter* argument ...viettrungluu@chromium.org2014-06-141-1/+1
* Mojo: Implement support for |Foo&| mojom syntaxdarin@chromium.org2014-05-301-2/+1
* Mojo: more idiomatic C++ bindingsdarin@chromium.org2014-05-291-6/+3
* Mojo: Remove SetClient from generated interfacesdarin@chromium.org2014-05-231-1/+1
* Make Mojo sample app work again.aa@chromium.org2014-05-151-2/+4
* Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpldarin@chromium.org2014-05-091-7/+16
* Rearrange GLImage API to create them with a usage typealexst@chromium.org2014-05-061-0/+1
* Remove CommandBuffer::GetStatepiman@chromium.org2014-04-301-5/+0
* mojo/gpu: use SharedBuffer instead of base::SharedMemory with hackspiman@chromium.org2014-04-031-18/+44
* Refactor gpu::Buffer to allow different types of backingpiman@chromium.org2014-04-021-1/+1
* Mojo: Move mojo/public/bindings/*.h to mojo/public/cpp/bindings/*.h.viettrungluu@chromium.org2014-04-011-2/+2
* Remove CommandBuffer::GetTransferBuffer.piman@chromium.org2014-04-011-37/+0
* GPU: Reference count gpu::Buffer.epenner@chromium.org2014-03-261-14/+12
* Revert of Add creation of ServiceManager to Content (https://codereview.chrom...vandebo@chromium.org2014-03-211-1/+1
* Add creation of ServiceManager to Contentdavemoore@chromium.org2014-03-211-1/+1
* Revert 258438 "Add creation of ServiceManager to Content"davemoore@chromium.org2014-03-201-1/+1
* Add creation of ServiceManager to Contentdavemoore@chromium.org2014-03-201-1/+1
* Fix typo in mojo CommandBufferClientImpl::WaitForGetOffsetInRangejamesr@chromium.org2014-03-191-1/+1
* Replace command buffer FlushSync with WaitForTokenInRange and WaitForGetOffse...jbauman@chromium.org2014-03-181-6/+13
* Mojo: request/response C++ bindingsdarin@chromium.org2014-03-171-8/+1
* gpu: Generate mailboxes on client sidepiman@chromium.org2014-02-151-8/+0
* Mojo: Introduce InterfaceHandle<S>, Interface<S> and InterfacePipe<S,P>darin@chromium.org2014-02-111-5/+5
* Implement gpu::CommandBuffer over mojo IPCs and have mojo::gles2 use that.piman@chromium.org2014-02-071-0/+293