Adresa
:
[go:
nahoru
,
domu
]
Sign in
chromium
/
chromium
/
src
/
92015685c3dc2ef005e58c975269f532468e68b8
/
content
/
browser
/
compositor
/
gpu_process_transport_factory.cc
92015685
cc: Move files out of cc/resources/.
by danakj
· 9 years ago
8fe39cc
Share backing canvases between browser compositors.
by jbauman
· 9 years ago
e627c52
Revert of Enable BeginFrame scheduling on aura (patchset #15 id:270001 of https://codereview.chromium.org/1016033006/)
by dbeam
· 10 years ago
62a759e
Enable BeginFrame scheduling on aura
by simonhong
· 10 years ago
6ef5787
Introduce OffscreenBrowsreCompositorOutputSurface for offscreen desktop rendering
by oshima
· 10 years ago
fbaa5dc
gpu: Fix some context lost marking glitches+leaks and add UMA stats
by sievers
· 10 years ago
8d5d727
Mac: Fix black flashing during tab switch
by ccameron
· 10 years ago
6c845bd7
Disable overlays when SW mirroring is enabled
by achaulk
· 10 years ago
8feb589
Revert of Enable BeginFrame scheduling on aura (patchset #12 id:210001 of https://codereview.chromium.org/1016033006/)
by danakj
· 10 years ago
17dd2f1
Enable BeginFrame scheduling on aura
by simonhong
· 10 years ago
a51f116
Restore compositor worker thread names.
by reveman
· 10 years ago
34b7a152
cc: Move worker threads to RenderThreadImpl.
by reveman
· 10 years ago
a3e011e
Instrument SingleThreadProxy::ScheduleRequestNewOutputSurface Codepaths to Find Jank
by robliao
· 10 years ago
24a14a32
[ozone] Add an about flag to enable ozone overlay testing.
by alexst
· 10 years ago
e3537554
Revert "[ozone] Add an about flag to enable ozone overlay testing."
by Carlos Pizano
· 10 years ago
59e9a99
[ozone] Add an about flag to enable ozone overlay testing.
by alexst
· 10 years ago
e6eb185c
ui: Pass correct image texture target and one-copy settings to cc.
by danakj
· 10 years ago
b581429
ui: Simplify Reflector and browser OutputSurfaces for single thread.
by danakj
· 10 years ago
13d9708
ui: Move software fallback decisions to GpuProcessTransportFactory.
by danakj
· 10 years ago
ef81340
ChromeOS: Remove all the multi-thread logic from ReflectorImpl.
by danakj
· 10 years ago
0e5a4b4
cc: Remove the unused compositor thread variable and interface.
by danakj
· 10 years ago
5c83e36
Change routing of UpdateVSyncParameters to the CommandBufferProxyImpl.
by danakj
· 10 years ago
71ed0163
Flip flag to turn CrOS Browser Compositor Single Threaded
by weiliangc
· 10 years ago
f400ce53
Composite to cc::Display from ui::InProcessContextFactory.
by jbauman
· 10 years ago
67bf7866
Revert of Flip flag to turn CrOS Browser Compositor Single Threaded (patchset #5 id:80001 of https://codereview.chromium.org/781163003/)
by weiliangc
· 10 years ago
e111a7d6
Flip flag to turn CrOS Browser Compositor Single Threaded
by weiliangc
· 10 years ago
ebe974f0
Cleanup: Update the path to gfx size headers.
by tfarina
· 10 years ago
a06e2e6f
Remove the glFinish done at tab-switch on Mac
by ccameron
· 10 years ago
6934562
Plumb surface id to GpuMemoryBuffer allocation.
by alexst
· 10 years ago
616238a
Ensure Surface size always matches window size on swap
by jbauman
· 10 years ago
c5be44c
Add cc::RendererSettings for use in with cc::Display
by jbauman
· 10 years ago
f9a8a23
cc: Move GpuMemoryBufferManager interface to gpu namespace.
by reveman
· 10 years ago
1a7a512
Make browser GPU channel creation async.
by jbauman
· 10 years ago
7cfdab4
Fix race condition in surfaceless partial swap.
by achaulk
· 10 years ago
923ac87
Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.
by dcheng
· 10 years ago
22dd929
gpu: Compositor management of GpuMemoryBuffer instances.
by reveman
· 10 years ago
fdc3baa
Avoid destroying surface before the parent surface stops referencing it.
by jbauman
· 10 years ago
70672e9
content: Use CHROMIUM_gpu_memory_buffer_image instead of CHROMIUM_image for BufferQueue.
by reveman
· 10 years ago
a8c5cc9
Make browser compositor and display share a context
by jbauman
· 10 years ago
ef40ec9
Remove TextureImageTransportSurface
by sievers
· 10 years ago
c6bf8b94
Support distributing vsync info with surfaces.
by jbauman
· 10 years ago
371ad914
Refactoring the weak_ptr_factory order content/browser folder
by mohan.reddy
· 10 years ago
d438d27
Surfaceless OutputSurface implementation.
by achaulk
· 10 years ago
0ccc59f7
Unify checking of --use-surfaces flag.
by jbauman
· 10 years ago
9a9327c
Use GpuBrowserCompositorOutputSurface with Surfaces.
by jbauman
· 10 years ago
6a94f28
Remove implicit conversions from scoped_refptr to T* in content/browser/compositor
by dcheng
· 10 years ago
c90f0d8
Enqueuing new frames in a Surface should cause Displays to reaggregate it
by jbauman@chromium.org
· 10 years ago
47927870
Add base:: qualification to some COmmandLine references in content.
by brettw@chromium.org
· 10 years ago
ca2c3ea
Use Surfaces to hold delegated renderer contents.
by jbauman@chromium.org
· 10 years ago
b75ef71
Setup GPU process host-output surface mapping with surfaces.
by jbauman@chromium.org
· 10 years ago
cde79213
Allocate surface IDs on client side
by jamesr@chromium.org
· 10 years ago
387b59d
Use a SurfaceFactory and manage resources for that group of surfaces
by jamesr@chromium.org
· 10 years ago
0e37fc20
ozone: Move the factory interfaces into a common target.
by sadrul@chromium.org
· 10 years ago
2f841f8
Signal observer that the GLHelper is going away on destruction
by piman@chromium.org
· 10 years ago
7e7593b
Mac ÜC: Enable back-pressure for the browser compositor
by ccameron@chromium.org
· 10 years ago
0a455788
Add software renderer support for surfaces.
by jbauman@chromium.org
· 10 years ago
b95a2ee
Add use-surfaces command-line flag
by jbauman@chromium.org
· 10 years ago
7b4bff5
Make delegated software renderer work on Mac
by ccameron@chromium.org
· 10 years ago
7898d19
ui/compositor: move the browser compositor thread to the ContextFactory
by piman@chromium.org
· 10 years ago
198beb13
Adds getter for ContextFactory to content
by sky@chromium.org
· 10 years ago
8cd6c22
Remove SharedBitmapManager global in ui/compositor
by piman@chromium.org
· 11 years ago
3b2eb88
Remove offscreen compositor contexts.
by danakj@chromium.org
· 11 years ago
4508b15
Make ReflectorImpl use mailboxes
by piman@chromium.org
· 11 years ago
079094e
Remove ImageTransportFactory::CreateTransportClient
by piman@chromium.org
· 11 years ago
6eda682
Pass GL context bind_generates_resources flag to GPU Service.
by vmiura@chromium.org
· 11 years ago
3950477d
Initialize overlay validator in GpuBrowserCompositorOutputSurface.
by alexst@chromium.org
· 11 years ago
828a393
gpu: Lose context when BeginQueryEXT fails to allocate.
by danakj@chromium.org
· 11 years ago
16578a8
Revert of gpu: Raise GL_OUT_OF_MEMORY when BeginQueryEXT fails to allocate. (https://codereview.chromium.org/199443004/)
by pfeldman@chromium.org
· 11 years ago
39aa139
gpu: Lose context when BeginQueryEXT fails to allocate.
by danakj@chromium.org
· 11 years ago
e830662
Fix "unreachable code" warnings (MSVC warning 4702) in content/.
by pkasting@chromium.org
· 11 years ago
d7c2942
Add logs for context creation failure.
by piman@chromium.org
· 11 years ago
c383f8bd
Attach the surface in impl thread when context is gone.
by oshima@chromium.org
· 11 years ago
4f8fd780
Plumbing explicit share groups through context creation
by bajones@chromium.org
· 11 years ago
7cc1237
Leak contexts that are owned by another thread.
by danakj@chromium.org
· 11 years ago
d7fbfb01
Remove --ui-enable-software-compositing flag.
by danakj@chromium.org
· 11 years ago
7c6c09e
Use gpu::Mailbox instead of std:string in IPCs
by piman@chromium.org
· 11 years ago
f0417f80
Revert 251207 "Use gpu::Mailbox instead of std:string in IPCs"
by blundell@chromium.org
· 11 years ago
1612da9c
Use gpu::Mailbox instead of std:string in IPCs
by piman@chromium.org
· 11 years ago
2bd1fcf0
Revert 250798 "Revert of Read compositor VSync information from ..."
by sergeyu@chromium.org
· 11 years ago
aa6b282
Revert of Read compositor VSync information from platform, when possible (https://chromiumcodereview.appspot.com/138903025/)
by sheu@chromium.org
· 11 years ago
06482601
Create a separate context so that skia & gl_helper don't step on each others toes.
by hubbe@chromium.org
· 11 years ago
065f99f
Read compositor VSync information from platform, when possible
by sheu@chromium.org
· 11 years ago
a83061f
Aura: Don't create GL context for GetSharedSurfaceHandle()
by sievers@chromium.org
· 11 years ago
e7ae792
aura: Prevent GLHelper creation after all compositors are destroyed.
by danakj@chromium.org
· 11 years ago
f8b470c
aura: Don't leak GLHelper when destroying causes new one to be made.
by danakj@chromium.org
· 11 years ago
33ed5f8e9
Remove Windows accelerated surface support.
by jbauman@chromium.org
· 11 years ago
fb6c00f4
Force software for menus to work around corruption in classic
by scottmg@chromium.org
· 11 years ago
6dc38f7
Add the UI compositor to the Mac build
by ccameron@chromium.org
· 11 years ago
[Renamed (95%) from content/browser/aura/gpu_process_transport_factory.cc]
0d8f25d
Revert 245131 "Add the UI compositor to the Mac build", which caused Mac ASan redness
by glider@chromium.org
· 11 years ago
[Renamed (95%) from content/browser/compositor/gpu_process_transport_factory.cc]
b7c82d74
Add the UI compositor to the Mac build
by ccameron@chromium.org
· 11 years ago
[Renamed (95%) from content/browser/aura/gpu_process_transport_factory.cc]
953e5c6f
Remove LOG(ERROR)
by sievers@google.com
· 11 years ago
40d02258
Remove WGC3DCBImpl::GetGPUProcessID()
by sievers@google.com
· 11 years ago
8261d96
aura: Remove sync point methods from ImageTransportFactory api.
by danakj@chromium.org
· 11 years ago
9056e73
Port content::GLHelper over to GLES2Interface
by jamesr@chromium.org
· 11 years ago
a770f2a
Remove unneeded WebGraphicsContext3D refs from content
by jamesr@chromium.org
· 11 years ago
cd86387
Don't allow software fallback for UI compositor on CrOS
by ccameron@chromium.org
· 11 years ago
206815d10
Revert 241425 "Aura: Don't create GL context for CreateSharedSur..."
by ksakamoto@chromium.org
· 11 years ago
487ef28
Aura: Don't create GL context for CreateSharedSurfaceHandle()
by sievers@chromium.org
· 11 years ago
8232f8fd
Remove uses of WebGraphicsContext3D from ui/compositor
by jamesr@chromium.org
· 11 years ago
d9a5460
Pipe SwapBuffers call{,backs} through ContextSupport
by jamesr@chromium.org
· 11 years ago
Next »