summaryrefslogtreecommitdiffstats
path: root/content/browser/compositor
Commit message (Expand)AuthorAgeFilesLines
* Remove content/port directory and move the 3 remaining interfaces to content/...jam@chromium.org2014-05-061-1/+1
* Support 8bpp screens in X11jbauman@chromium.org2014-05-051-0/+66
* Revert 267950 "Support 8bpp screens in X11"jbauman@chromium.org2014-05-021-66/+0
* Support 8bpp screens in X11jbauman@chromium.org2014-05-021-0/+66
* Slice off DelegatedFrameHost from RenderWidgetHostViewAuraccameron@chromium.org2014-05-012-0/+1163
* ozone: dri: Composite to intermediate surface & copyspang@chromium.org2014-04-252-44/+4
* Remove offscreen compositor contexts.danakj@chromium.org2014-04-242-37/+2
* Make ReflectorImpl use mailboxespiman@chromium.org2014-04-0911-244/+189
* Remove ImageTransportFactory::CreateTransportClientpiman@chromium.org2014-04-086-109/+9
* Split SurfaceOzone to SurfaceOzoneEGL and Canvas.kalyan.kondapally@intel.com2014-04-083-11/+17
* Flush texture id for the mirrored content after it is created.oshima@chromium.org2014-04-051-0/+1
* Pass GL context bind_generates_resources flag to GPU Service.vmiura@chromium.org2014-04-031-2/+0
* [Ozone] Add default case otherwise compiler complains about missing returndnicoara@chromium.org2014-04-031-4/+4
* Fix clang build for ozone.alexst@chromium.org2014-04-031-7/+3
* Initialize overlay validator in GpuBrowserCompositorOutputSurface.alexst@chromium.org2014-04-035-4/+124
* gpu: Lose context when BeginQueryEXT fails to allocate.danakj@chromium.org2014-04-021-1/+4
* Revert of gpu: Raise GL_OUT_OF_MEMORY when BeginQueryEXT fails to allocate. (...pfeldman@chromium.org2014-04-021-4/+1
* gpu: Lose context when BeginQueryEXT fails to allocate.danakj@chromium.org2014-04-021-1/+4
* [Ozone] Fix content_unittests due to changes in the Ozone APIdnicoara@chromium.org2014-03-311-12/+27
* ozone: Add OzoneSurface object that is owned by compositor, GLSurfacespang@chromium.org2014-03-312-15/+17
* Always use a SharedBitmapManager with the compositor.jbauman@chromium.org2014-03-311-0/+1
* [Ozone] Update Skia types in SoftwareOutputDeviceOzone to match upstream changesdnicoara@chromium.org2014-03-281-9/+5
* Move ContentBrowserTest class to content/public, since it's used by component...jam@chromium.org2014-03-271-1/+1
* [Ozone] Remove undefined device_ in SoftwareOutputDeviceOzonednicoara@chromium.org2014-03-251-1/+0
* change SoftwareOutputDevice CopyToBitmap to CopyToPixels, and remove device_ ...reed@google.com2014-03-253-12/+15
* Fix "unreachable code" warnings (MSVC warning 4702) in content/.pkasting@chromium.org2014-03-191-2/+2
* Revert 257161 "Revert 256955 "Add shared bitmap managers for bro..."jbauman@chromium.org2014-03-141-0/+2
* Revert 256955 "Add shared bitmap managers for browser and render..."jbauman@chromium.org2014-03-141-2/+0
* Add shared bitmap managers for browser and renderer processes.jbauman@chromium.org2014-03-131-0/+2
* Add logs for context creation failure.piman@chromium.org2014-03-111-1/+3
* Attach the surface in impl thread when context is gone.oshima@chromium.org2014-03-113-34/+69
* don't create SkDevice directly, use SkBitmap or (better) SkCanvas::NewRaster ...reed@google.com2014-03-051-1/+0
* Revert 254567 "don't create SkDevice directly, use SkBitmap or (..."timurrrr@chromium.org2014-03-041-0/+1
* don't create SkDevice directly, use SkBitmap or (better) SkCanvas::NewRaster ...reed@google.com2014-03-031-1/+0
* Fix and enable the RenderWidgetHostViewAuraTest.SwapNotifiesWindow testdanakj@chromium.org2014-02-272-2/+16
* don't explicitly create SkDevice, as it is intended to be private. Skia now h...reed@google.com2014-02-271-4/+6
* content: Make unittests opt into real GL NullDraw contexts.danakj@chromium.org2014-02-261-0/+11
* Plumbing explicit share groups through context creationbajones@chromium.org2014-02-251-1/+2
* Add bool variables to name the enable_pixel_output param in tests.danakj@chromium.org2014-02-202-4/+18
* Leak contexts that are owned by another thread.danakj@chromium.org2014-02-192-1/+11
* Remove --ui-enable-software-compositing flag.danakj@chromium.org2014-02-191-13/+8
* Remove the --ui-max-frames-pending flag.danakj@chromium.org2014-02-191-10/+1
* Use gpu::Mailbox instead of std:string in IPCspiman@chromium.org2014-02-152-9/+8
* Revert 251207 "Use gpu::Mailbox instead of std:string in IPCs"blundell@chromium.org2014-02-142-8/+9
* Use gpu::Mailbox instead of std:string in IPCspiman@chromium.org2014-02-142-9/+8
* Revert 250798 "Revert of Read compositor VSync information from ..."sergeyu@chromium.org2014-02-129-52/+47
* Revert of Read compositor VSync information from platform, when possible (htt...sheu@chromium.org2014-02-129-47/+52
* Create a separate context so that skia & gl_helper don't step on each others ...hubbe@chromium.org2014-02-121-14/+7
* Read compositor VSync information from platform, when possiblesheu@chromium.org2014-02-119-52/+47
* Aura: Don't create GL context for GetSharedSurfaceHandle()sievers@chromium.org2014-02-071-5/+0