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
/
cc
/
output
/
software_renderer_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
cc: Make a FakeResourceProvider and use it in tests to construct.
danakj
2015-05-26
1
-7
/
+3
*
Remove SK_SUPPORT_LEGACY_PUBLIC_IMAGEINFO_FIELDS
fmalita
2015-05-19
1
-12
/
+12
*
Rename cc::ResourceProvider::ResourceId to cc::ResourceId and move it to its ...
jbauman
2015-05-19
1
-12
/
+9
*
Fix Enum Style Throughout CC.
ericrk
2015-02-20
1
-11
/
+5
*
cc: Stop using TextureUploader for UIResources, HUD, and tests.
danakj
2015-02-19
1
-16
/
+7
*
Fix double lock of texture resource in software renderer
lof84
2015-02-07
1
-6
/
+6
*
[cc] Add nearest neighbor filtering for PictureLayer.
jackhou
2014-12-13
1
-0
/
+3
*
Add cc::RendererSettings for use in with cc::Display
jbauman
2014-11-20
1
-1
/
+1
*
cc: turn on distance field text on animated layers
hendrikw
2014-10-22
1
-2
/
+1
*
Standardize usage of virtual/override/final in cc/
dcheng
2014-10-21
1
-1
/
+1
*
gpu: Compositor management of GpuMemoryBuffer instances.
reveman
2014-10-13
1
-0
/
+1
*
replace OVERRIDE and FINAL with override and final in cc/
mostynb
2014-10-06
1
-1
/
+1
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
1
-3
/
+3
*
Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....
dcheng
2014-09-27
1
-3
/
+3
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
1
-3
/
+3
*
Use custom ListContainer to allocate DrawQuads
weiliangc
2014-09-26
1
-1
/
+1
*
cc: Use correct message loop proxy in BlockingTaskRunner
skyostil
2014-09-04
1
-3
/
+7
*
Make RenderPass::Id an isolated class
weiliangc@chromium.org
2014-08-22
1
-7
/
+7
*
cc: Remove all traces of SkPicture cloning.
reveman@chromium.org
2014-08-22
1
-1
/
+0
*
cc: Use a normal texture for background texture.
dongseong.hwang@intel.com
2014-08-21
1
-12
/
+15
*
Use RenderPass to create DrawQuad in unittests
weiliangc@chromium.org
2014-07-10
1
-20
/
+20
*
setConfig is deprecated, use setInfo or allocPixels instead
reed@google.com
2014-06-30
1
-9
/
+3
*
Removed QuadSink and MockQuadCuller
weiliangc@chromium.org
2014-06-23
1
-1
/
+0
*
cc: Support on demand raster with gpu rasterization
boliu@chromium.org
2014-06-21
1
-0
/
+1
*
Rendering context information added to SharedQuadState
thildebr@chromium.org
2014-06-19
1
-3
/
+6
*
Use Async readbacks in the SoftwareRenderer unit tests.
danakj@chromium.org
2014-05-11
1
-106
/
+105
*
Use RenderPass CreateAndAppendSQS whenever possible
weiliangc@chromium.org
2014-05-08
1
-20
/
+23
*
Add flag to enable rendering of text using signed distance fields.
jvanverth@google.com
2014-05-07
1
-1
/
+2
*
Remove offscreen compositor contexts.
danakj@chromium.org
2014-04-24
1
-6
/
+0
*
Switch to use SharedBitmapManager all the time in cc_unittests
jbauman@chromium.org
2014-03-20
1
-2
/
+5
*
cc: Fix damage when the HUD is enabled.
danakj@chromium.org
2014-03-10
1
-6
/
+0
*
cc: Add visible_rect to Draw*Quad::SetNew().
danakj@chromium.org
2014-03-07
1
-2
/
+6
*
don't explicitly create SkDevice, as it is intended to be private. Skia now h...
reed@google.com
2014-02-27
1
-1
/
+0
*
cc: Remove DeviceViewport and DeviceClip from the RendererClient
danakj@chromium.org
2013-12-10
1
-31
/
+53
*
Pass CompositorFrameMetadata as parameter into Renderer::SwapBuffers()
miletus@chromium.org
2013-11-27
1
-3
/
+0
*
The blink part of this implementation is uploaded at https://codereview.chrom...
rosca@adobe.com
2013-11-26
1
-6
/
+21
*
cc: Reduce command buffer flushes related to creating texture ids.
reveman@chromium.org
2013-11-01
1
-1
/
+1
*
Add delegated rendering support for software renderer.
jbauman@chromium.org
2013-10-22
1
-1
/
+1
*
Make Android WebView filtering depend on scrolling status.
aelias@chromium.org
2013-10-09
1
-6
/
+6
*
cc: Reland r233830. "Adding support for RGBA_4444 tile textures". r223830 had...
kaanb@chromium.org
2013-09-19
1
-10
/
+14
*
Revert "Adding support for RGBA_4444 tile textures"
tomhudson@google.com
2013-09-18
1
-14
/
+10
*
Adding support for RGBA_4444 tile textures
kaanb@chromium.org
2013-09-18
1
-10
/
+14
*
cc: Remove most methods from RendererClient.
danakj@chromium.org
2013-09-09
1
-33
/
+19
*
[cc] Allow resources and ui resources to specify wrap mode
ccameron@chromium.org
2013-09-05
1
-3
/
+6
*
Fix UpdateTilePriorities viewport in Android WebView.
aelias@chromium.org
2013-09-05
1
-0
/
+3
*
cc: Cleanup offscreen context plumbing.
danakj@chromium.org
2013-08-28
1
-6
/
+6
*
Don't draw invisible portions of quads in software renderer.
jbauman@chromium.org
2013-08-27
1
-1
/
+137
*
ContextProvider in OutputSurface
danakj@chromium.org
2013-08-16
1
-0
/
+4
*
Add external stencil support for Android WebView.
aelias@chromium.org
2013-07-30
1
-0
/
+1
*
cc: Pipe visibility and memory allocation to DelegatingRenderer
piman@chromium.org
2013-06-29
1
-2
/
+0
[next]