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
/
browser
/
compositor
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove content/port directory and move the 3 remaining interfaces to content/...
jam@chromium.org
2014-05-06
1
-1
/
+1
*
Support 8bpp screens in X11
jbauman@chromium.org
2014-05-05
1
-0
/
+66
*
Revert 267950 "Support 8bpp screens in X11"
jbauman@chromium.org
2014-05-02
1
-66
/
+0
*
Support 8bpp screens in X11
jbauman@chromium.org
2014-05-02
1
-0
/
+66
*
Slice off DelegatedFrameHost from RenderWidgetHostViewAura
ccameron@chromium.org
2014-05-01
2
-0
/
+1163
*
ozone: dri: Composite to intermediate surface & copy
spang@chromium.org
2014-04-25
2
-44
/
+4
*
Remove offscreen compositor contexts.
danakj@chromium.org
2014-04-24
2
-37
/
+2
*
Make ReflectorImpl use mailboxes
piman@chromium.org
2014-04-09
11
-244
/
+189
*
Remove ImageTransportFactory::CreateTransportClient
piman@chromium.org
2014-04-08
6
-109
/
+9
*
Split SurfaceOzone to SurfaceOzoneEGL and Canvas.
kalyan.kondapally@intel.com
2014-04-08
3
-11
/
+17
*
Flush texture id for the mirrored content after it is created.
oshima@chromium.org
2014-04-05
1
-0
/
+1
*
Pass GL context bind_generates_resources flag to GPU Service.
vmiura@chromium.org
2014-04-03
1
-2
/
+0
*
[Ozone] Add default case otherwise compiler complains about missing return
dnicoara@chromium.org
2014-04-03
1
-4
/
+4
*
Fix clang build for ozone.
alexst@chromium.org
2014-04-03
1
-7
/
+3
*
Initialize overlay validator in GpuBrowserCompositorOutputSurface.
alexst@chromium.org
2014-04-03
5
-4
/
+124
*
gpu: Lose context when BeginQueryEXT fails to allocate.
danakj@chromium.org
2014-04-02
1
-1
/
+4
*
Revert of gpu: Raise GL_OUT_OF_MEMORY when BeginQueryEXT fails to allocate. (...
pfeldman@chromium.org
2014-04-02
1
-4
/
+1
*
gpu: Lose context when BeginQueryEXT fails to allocate.
danakj@chromium.org
2014-04-02
1
-1
/
+4
*
[Ozone] Fix content_unittests due to changes in the Ozone API
dnicoara@chromium.org
2014-03-31
1
-12
/
+27
*
ozone: Add OzoneSurface object that is owned by compositor, GLSurface
spang@chromium.org
2014-03-31
2
-15
/
+17
*
Always use a SharedBitmapManager with the compositor.
jbauman@chromium.org
2014-03-31
1
-0
/
+1
*
[Ozone] Update Skia types in SoftwareOutputDeviceOzone to match upstream changes
dnicoara@chromium.org
2014-03-28
1
-9
/
+5
*
Move ContentBrowserTest class to content/public, since it's used by component...
jam@chromium.org
2014-03-27
1
-1
/
+1
*
[Ozone] Remove undefined device_ in SoftwareOutputDeviceOzone
dnicoara@chromium.org
2014-03-25
1
-1
/
+0
*
change SoftwareOutputDevice CopyToBitmap to CopyToPixels, and remove device_ ...
reed@google.com
2014-03-25
3
-12
/
+15
*
Fix "unreachable code" warnings (MSVC warning 4702) in content/.
pkasting@chromium.org
2014-03-19
1
-2
/
+2
*
Revert 257161 "Revert 256955 "Add shared bitmap managers for bro..."
jbauman@chromium.org
2014-03-14
1
-0
/
+2
*
Revert 256955 "Add shared bitmap managers for browser and render..."
jbauman@chromium.org
2014-03-14
1
-2
/
+0
*
Add shared bitmap managers for browser and renderer processes.
jbauman@chromium.org
2014-03-13
1
-0
/
+2
*
Add logs for context creation failure.
piman@chromium.org
2014-03-11
1
-1
/
+3
*
Attach the surface in impl thread when context is gone.
oshima@chromium.org
2014-03-11
3
-34
/
+69
*
don't create SkDevice directly, use SkBitmap or (better) SkCanvas::NewRaster ...
reed@google.com
2014-03-05
1
-1
/
+0
*
Revert 254567 "don't create SkDevice directly, use SkBitmap or (..."
timurrrr@chromium.org
2014-03-04
1
-0
/
+1
*
don't create SkDevice directly, use SkBitmap or (better) SkCanvas::NewRaster ...
reed@google.com
2014-03-03
1
-1
/
+0
*
Fix and enable the RenderWidgetHostViewAuraTest.SwapNotifiesWindow test
danakj@chromium.org
2014-02-27
2
-2
/
+16
*
don't explicitly create SkDevice, as it is intended to be private. Skia now h...
reed@google.com
2014-02-27
1
-4
/
+6
*
content: Make unittests opt into real GL NullDraw contexts.
danakj@chromium.org
2014-02-26
1
-0
/
+11
*
Plumbing explicit share groups through context creation
bajones@chromium.org
2014-02-25
1
-1
/
+2
*
Add bool variables to name the enable_pixel_output param in tests.
danakj@chromium.org
2014-02-20
2
-4
/
+18
*
Leak contexts that are owned by another thread.
danakj@chromium.org
2014-02-19
2
-1
/
+11
*
Remove --ui-enable-software-compositing flag.
danakj@chromium.org
2014-02-19
1
-13
/
+8
*
Remove the --ui-max-frames-pending flag.
danakj@chromium.org
2014-02-19
1
-10
/
+1
*
Use gpu::Mailbox instead of std:string in IPCs
piman@chromium.org
2014-02-15
2
-9
/
+8
*
Revert 251207 "Use gpu::Mailbox instead of std:string in IPCs"
blundell@chromium.org
2014-02-14
2
-8
/
+9
*
Use gpu::Mailbox instead of std:string in IPCs
piman@chromium.org
2014-02-14
2
-9
/
+8
*
Revert 250798 "Revert of Read compositor VSync information from ..."
sergeyu@chromium.org
2014-02-12
9
-52
/
+47
*
Revert of Read compositor VSync information from platform, when possible (htt...
sheu@chromium.org
2014-02-12
9
-47
/
+52
*
Create a separate context so that skia & gl_helper don't step on each others ...
hubbe@chromium.org
2014-02-12
1
-14
/
+7
*
Read compositor VSync information from platform, when possible
sheu@chromium.org
2014-02-11
9
-52
/
+47
*
Aura: Don't create GL context for GetSharedSurfaceHandle()
sievers@chromium.org
2014-02-07
1
-5
/
+0
[next]