summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/in_process_command_buffer.cc
Commit message (Expand)AuthorAgeFilesLines
* Rearrange GLImage API to create them with a usage typealexst@chromium.org2014-05-061-1/+2
* gpu: Separate GpuControlService from GpuControlboliu@chromium.org2014-05-021-14/+35
* Remove CommandBuffer::GetStatepiman@chromium.org2014-04-301-7/+2
* gpu: InProcessCommandBuffer::DestroyTransferBuffer thread safeboliu@chromium.org2014-04-111-3/+9
* Make ShaderTranslatorCache per thread refcountedboliu@chromium.org2014-04-031-6/+18
* Remove CommandBuffer::GetTransferBuffer.piman@chromium.org2014-04-011-18/+0
* GPU: Reference count gpu::Buffer.epenner@chromium.org2014-03-261-4/+4
* Replace command buffer FlushSync with WaitForTokenInRange and WaitForGetOffse...jbauman@chromium.org2014-03-181-8/+9
* gpu: Mailbox emulation with EGLImagesievers@chromium.org2014-03-141-5/+12
* Fix and enable the RenderWidgetHostViewAuraTest.SwapNotifiesWindow testdanakj@chromium.org2014-02-271-1/+1
* GLInProcessContext: Implement global sync pointssievers@chromium.org2014-02-251-2/+89
* gpu: Generate mailboxes on client sidepiman@chromium.org2014-02-151-7/+0
* Fix video in android webviewboliu@chromium.org2014-02-131-1/+1
* Support multiple service instances with GLInProcessContextsievers@chromium.org2014-02-131-181/+53
* gpu: Use a single container for GLInProcessContext share groupsievers@chromium.org2014-02-121-59/+18
* [gpu] Remove StreamTexture(Manager) concept from command decodersievers@google.com2014-01-271-5/+27
* Pipe SwapBuffers call{,backs} through ContextSupportjamesr@chromium.org2013-12-101-1/+4
* Route surface visibility notifications through ContextSupport/GpuControljamesr@chromium.org2013-12-081-0/+2
* Unify WebGraphicsContext3D::insertSyncPoint implsjamesr@chromium.org2013-12-051-1/+0
* Introduce gpu::Capabilitiesboliu@chromium.org2013-12-041-26/+25
* Give names to a couple base::AutoLocks missing them.mtklein@google.com2013-12-021-3/+3
* gpu: Remove set_testing_force_is_anglesievers@chromium.org2013-11-141-0/+1
* Move memory allocation/stats structs to gpu:: and remove bazillion copiesjamesr@chromium.org2013-10-291-0/+4
* Move in process SignalQuery implementation to service sidejamesr@chromium.org2013-10-091-12/+53
* Add SignalQuery to GpuControl interfacejamesr@chromium.org2013-10-051-0/+5
* Move Insert/SignalSyncPoint() to GpuControljamesr@chromium.org2013-10-021-10/+11
* Route GenMailboxCHROMIUM through GpuControlpiman@chromium.org2013-10-011-1/+9
* Make *CommandBufferProxy* implement GpuControlpiman@chromium.org2013-09-271-0/+6
* FeatureInfo: Remove allowed_extensions and init workarounds earlysievers@chromium.org2013-09-051-4/+0
* [Android] Rename SurfaceTextureBridge to just SurfaceTexture.yfriedman@chromium.org2013-08-291-2/+2
* Support stream textures with the synchronous compositorsievers@chromium.org2013-08-221-2/+25
* gpu: Refactor GpuMemoryBuffer framework for multi-process support.reveman@chromium.org2013-08-161-50/+34
* Add AwGLSurface and use it in WGC3Dboliu@chromium.org2013-08-071-7/+48
* InProcessCommandBuffer: Update state in GetLastToken()sievers@chromium.org2013-08-071-8/+20
* Fix potential uninitialized variable.etienneb@chromium.org2013-08-031-2/+2
* GLInProcessContext: support async flushes and dedicated GPU threadsievers@chromium.org2013-08-011-0/+703