index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
common
/
gpu
/
client
/
command_buffer_proxy_impl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpu: Remove unnecessary media references
fsamuel
2016-03-23
1
-5
/
+0
*
mustash: Towards decoupling media from client-side of gpu service
fsamuel
2016-03-14
1
-16
/
+0
*
Introducing gpu::CommandBufferId as a distinct, IdType<...>-based type.
lukasza
2016-02-16
1
-2
/
+3
*
Removed last references to old sync points.
dyen
2016-01-22
1
-5
/
+0
*
Harden CommandBufferProxyImpl
piman
2016-01-14
1
-0
/
+13
*
Added method to synchronize command buffers within GpuControl.
dyen
2016-01-05
1
-0
/
+1
*
Switch to standard integer types in content/common/.
avi
2015-12-25
1
-34
/
+38
*
Reland "Added an extra sync token field for extra command buffer..."
dyen
2015-12-09
1
-0
/
+1
*
Revert of Added an extra sync token field for extra command buffer identifica...
ajuma
2015-12-04
1
-1
/
+0
*
Added an extra sync token field for extra command buffer identification.
dyen
2015-12-04
1
-0
/
+1
*
Cleanup SurfaceVisibility code.
sohan.jyoti
2015-11-30
1
-1
/
+0
*
Remove CreateStreamTexture from GL interfaces.
siva.gunturi
2015-11-15
1
-1
/
+1
*
Re-land: Converted video frame and image callbacks to use new sync tokens.
dyen
2015-11-06
1
-2
/
+2
*
Revert of Converted video frame and image callbacks to use new sync tokens. (...
nhiroki
2015-11-05
1
-2
/
+2
*
Converted video frame and image callbacks to use new sync tokens.
dyen
2015-11-05
1
-2
/
+2
*
Added support for sync token signals.
dyen
2015-10-22
1
-1
/
+4
*
Added method to wait on fence syncs which do not need to be flushed.
dyen
2015-10-14
1
-0
/
+2
*
Implemented new fence syncs which replaces the old sync points.
dyen
2015-10-07
1
-0
/
+18
*
Move gpu memory calculations to Compositor.
sohan.jyoti
2015-10-05
1
-7
/
+0
*
Added a unique command buffer ID for command buffers.
dyen
2015-09-18
1
-0
/
+3
*
content/gpu: Lay the groundwork for GPU streams on the client side.
sunnyps
2015-08-10
1
-4
/
+9
*
content/gpu: Ownership and lifetime cleanup for CommandBufferProxyImpl.
sunnyps
2015-08-04
1
-2
/
+3
*
content: Remove unused member in CommandBufferProxyImpl.
reveman
2015-06-16
1
-5
/
+0
*
DCHECK if shader compilation fails that it's due to context loss.
danakj
2015-06-09
1
-0
/
+1
*
Replace more ObserverList with base::ObserverList.
brettw
2015-06-03
1
-1
/
+1
*
Adding status to swap buffers completion
achaulk
2015-05-29
1
-2
/
+5
*
Revert of Adding status to swap complete (patchset #18 id:340001 of https://c...
vabr
2015-05-29
1
-5
/
+2
*
Adding status to swap buffers completion
achaulk
2015-05-29
1
-2
/
+5
*
Change ScopedPtrHashMap's 2nd template parameter
kcwu
2015-04-28
1
-1
/
+1
*
gpu: Fix some context lost marking glitches+leaks and add UMA stats
sievers
2015-04-28
1
-3
/
+4
*
Change routing of UpdateVSyncParameters to the CommandBufferProxyImpl.
danakj
2015-02-20
1
-2
/
+10
*
Add support for multithreading the GPU command buffer.
jbauman
2015-02-12
1
-0
/
+8
*
Add OrderingBarrierCHROMIUM API.
vmiura
2015-02-06
1
-0
/
+2
*
Standardize usage of virtual/override/final in content/
dcheng
2014-10-21
1
-33
/
+32
*
gpu: Compositor management of GpuMemoryBuffer instances.
reveman
2014-10-13
1
-6
/
+9
*
Remove GpuHostMsg_FrameDrawn and replace with client channel swap ack
sievers
2014-10-09
1
-0
/
+7
*
Replace OVERRIDE and FINAL with override and final in content/common/[a-s]*
anand.ratn
2014-10-07
1
-22
/
+22
*
gpu: Remove Echo and SwapCompletion GL interfaces
sievers
2014-10-02
1
-5
/
+0
*
Merge GpuCommandBufferMsg_SetLatencyInfo into GpuCommandBufferMsg_AsyncFlush
miletus
2014-09-15
1
-0
/
+2
*
When use the Pepper MapTexSubImage2DCHROMIUM() and the Compositor API togethe...
penghuang
2014-09-09
1
-0
/
+4
*
gpu: Remove Create/DeleteImage IPC by adding an X11_PIXMAP_BUFFER GpuMemoryBu...
reveman@chromium.org
2014-07-18
1
-5
/
+3
*
Add support for strong future sync points.
jbauman@chromium.org
2014-07-01
1
-0
/
+2
*
Removed ManagedMemoryStats.
vmpstr@chromium.org
2014-06-19
1
-2
/
+0
*
Rearrange GLImage API to create them with a usage type
alexst@chromium.org
2014-05-06
1
-5
/
+5
*
gpu: Separate GpuControlService from GpuControl
boliu@chromium.org
2014-05-02
1
-1
/
+1
*
Remove CommandBuffer::GetState
piman@chromium.org
2014-04-30
1
-1
/
+0
*
Make VEA client of command buffer; move sync. IPC to VDA/VEA::Initialize()
sheu@chromium.org
2014-04-03
1
-7
/
+15
*
Remove CommandBuffer::GetTransferBuffer.
piman@chromium.org
2014-04-01
1
-9
/
+0
*
GPU: Reference count gpu::Buffer.
epenner@chromium.org
2014-03-26
1
-4
/
+4
*
Replace command buffer FlushSync with WaitForTokenInRange and WaitForGetOffse...
jbauman@chromium.org
2014-03-18
1
-1
/
+2
[next]