Adresa
:
[go:
nahoru
,
domu
]
Sign in
chromium
/
chromium
/
src
/
453665357e16a16815cf2c11cd2f737fcb03b097
/
cc
df1094e
oop: Add more types to PaintOpHelper::ToString + fix comparison.
by Vladimir Levin
· 7 years ago
33ae29f
oop: Switch oop tests to use StrictMock and fix tests.
by Vladimir Levin
· 7 years ago
84a05da
GPU Image Decode Cache: Restrict DeleteSkImageAndPreventCaching to GPU images
by Eric Karl
· 7 years ago
8738071
cc: PaintOp serialization requires a canvas
by Adrienne Walker
· 7 years ago
634d54b
Use TestContextProvider to create a null-GL backed GrContext in raster perf tests
by Brian Salomon
· 7 years ago
288809e
Validate SurfaceId for classic IPC
by Jonathan
· 7 years ago
db6961c
Make scroll element id SetNeedsCommit
by David Bokan
· 7 years ago
040a5f3
MakeLargest is deprecated in skia, so inline as needed
by Mike Reed
· 7 years ago
c9f49cf
Reland "Surface synchronization: LocalSurfaceId: parent_id => parent_sequence_number"
by Fady Samuel
· 7 years ago
4d36381
[viz] Split ScopedSkSurface and misc from ResourceProvider to LayerTree and Display
by Xu Xing
· 7 years ago
72a7e44
Remove GL Composited borders leftovers.
by Daniele Castagna
· 7 years ago
7db283d
GPU raster tile size calculation should account for DSF rounding
by Eric Karl
· 7 years ago
0fead93e
Add a flag to tint GL-composite contents.
by Daniele Castagna
· 7 years ago
22b01e0
oop: Serialize non-image filters.
by Vladimir Levin
· 7 years ago
34cfc6e4
cc: Make solid color non-mask layers ignore contents scale
by sunxd
· 7 years ago
beb6e28
Revert "Surface synchronization: LocalSurfaceId: parent_id => parent_sequence_number"
by Zhenyao Mo
· 7 years ago
2f9cdf2
cc: Avoid main thread latency recovery during loading.
by Khushal
· 7 years ago
d5faa28
Surface synchronization: LocalSurfaceId: parent_id => parent_sequence_number
by Fady Samuel
· 7 years ago
cc2c57a
cc: Remove PaintFlags::getSkShader.
by Khushal
· 7 years ago
7899efd
cc: Switch LTHI and Scheduler destruction order.
by Khushal
· 7 years ago
0552d25
OOP: Check for reader validity in PaintImage deserialization
by Eric Karl
· 7 years ago
9e776602
VideoPixelFormat: Use PIXEL_FORMAT_I420 ISO YV12 where needed
by Miguel Casas
· 7 years ago
c732605e
OOP: Fix incorrect init in fuzzer
by Eric Karl
· 7 years ago
d3da46a3
[viz] Move resource's create and write APIs into LayerTree
by Xu Xing
· 7 years ago
9c272562
OOP: Size canvas correctly for serialization
by Eric Karl
· 7 years ago
184aac3a8
oop: Serialize a few more PaintFilter.
by Vladimir Levin
· 7 years ago
02de6ee
Surface synchronization: Update the background color from the renderer
by Fady Samuel
· 7 years ago
ee1b38e
cc: Remove GetTextureHint() from ResourceProvider.
by danakj
· 7 years ago
93c6eb7
test_web_graphics_context_3d over-simplifies caching of the bound buffers.
by Zhenyao Mo
· 7 years ago
6f33bc10
oop: Serialize blur paint filter.
by Vladimir Levin
· 7 years ago
cf8a658
oop: Destroy the ignored eq fuzzer op to prevent leaks.
by Vladimir Levin
· 7 years ago
cabdfac
Move texture target exception list handling to GPU context capabilities.
by Victor Miura
· 7 years ago
8b84369
OOP: Image Support
by Eric Karl
· 7 years ago
7d25f2f
Latch to the node with non-auto overscroll-behavior
by Sandra Sun
· 7 years ago
a264968
oop: Ignore DrawTextBlob ops in the paint op buffer equality fuzzer.
by Vladimir Levin
· 7 years ago
bf124ca
Give ScopedResource a LayerTreeResourceProvider.
by danakj
· 7 years ago
c7861ba7
VideoResourceUpdater: cleanup CreateForSoftwarePlanes()
by Miguel Casas-Sanchez
· 7 years ago
52e1d55c
Replace use of ResourcePool with owned ScopedGpuMemoryBufferTexture
by danakj
· 7 years ago
0342a791
cc/images: Refactor SW image cache into a helper and a main class.
by Vladimir Levin
· 7 years ago
c5396fc
VideoResourceUpdater: use libyuv functions for copy/copy+shift
by Miguel Casas-Sanchez
· 7 years ago
07fe0b6
Reduce fragmentation of gpu memory by rounding RenderPass textures.
by danakj
· 7 years ago
a69bb4d0
Revert "Reduce fragmentation of gpu memory by rounding RenderPass textures."
by Dominic Battré
· 7 years ago
ea859b0
Prevent Skia From Caching Uploaded Images w/ Color Conversion
by Eric Karl
· 7 years ago
9339c8f
[viz] Move CreateResource to LayerTree in RendererPixelTest and GLRendererTest
by Xu Xing
· 7 years ago
5c4d3d4
Reduce fragmentation of gpu memory by rounding RenderPass textures.
by danakj
· 7 years ago
361989e
cc: Remove DecodedDrawImage at raster decode flag.
by Vladimir Levin
· 7 years ago
90aeb8f
Revert "Revert "Remove use of DeferredTextureImageData APIs and Support Decode to Scale""
by Eric Karl
· 7 years ago
d0e666e9
Rename ChildAt and Parent to get unique names.
by Daniel Bratell
· 7 years ago
9cce170
cc: Add a test for always using ImageProvider during raster.
by Khushal
· 7 years ago
feab239
gpu: Split non-GLES2 specifics from :gles2_utils into :common
by Antoine Labour
· 7 years ago
a976b87
Avoid hit testing for mouse move on compositor
by Dave Tapuska
· 7 years ago
0ce8b0d
Remove ResourceProvider::CreateResource, expose gpu/software choice.
by danakj
· 7 years ago
aefa586
cc: don't ProcessScheduledActions inside BeginImplFrame
by James Wallace-Lee
· 7 years ago
006301b
VideoPixelFormat: s/PIXEL_FORMAT_YV12A/PIXEL_FORMAT_I420A/
by Miguel Casas
· 7 years ago
ff648861
cc: Remove support for non-async compositor worker mode.
by Victor Miura
· 7 years ago
2698e4b
Round half-width tiles and correct order
by Eric Karl
· 7 years ago
0fc736e
Reland "cc/images: Introduce ProcessingType enum to SW image decode cache."
by Kenneth Russell
· 7 years ago
c9a1fec5
[viz] Move CreateResource to LayerTree in ResourceProviderTest
by Xu Xing
· 7 years ago
db1759e
gpu: Remove unused extra_data_field from sync token.
by Sunny Sachanandani
· 7 years ago
27db1b32
Revert "cc/images: Introduce ProcessingType enum to SW image decode cache."
by Kenneth Russell
· 7 years ago
a0d15cf
cc: Reduce tracing spam on many layer cases.
by Vladimir Levin
· 7 years ago
0a3fd92
VideoPixelFormat: remove unused PIXEL_FORMAT_Y8
by Miguel Casas-Sanchez
· 7 years ago
4970ca50
cc/images: Introduce ProcessingType enum to SW image decode cache.
by Vladimir Levin
· 7 years ago
c8bc830d
cc: Expand the required rect by top controls sometimes.
by Vladimir Levin
· 7 years ago
0711bba
Share SnapPoints data between cc and blink
by Sandra Sun
· 7 years ago
685f0325
remove unneeded/deprecated include
by Mike Reed
· 7 years ago
16690101
VideoPixelFormat: s/PIXEL_FORMAT_YV24/PIXEL_FORMAT_I444/
by Miguel Casas
· 7 years ago
29b7ea3d
oop: Split viz::ContextProvider interface into GL and Raster interfaces.
by Victor Miura
· 7 years ago
316df8d
Report 8 vertex attributes supported in TestGLES2InterfaceForContextProvider.
by Brian Salomon
· 7 years ago
4e919ec
cc: Don't report UMAs on temporary CacheEntry objects in the image cache.
by Vladimir Levin
· 7 years ago
3efa83fb4
VideoPixelFormat: s/PIXEL_FORMAT_YV16/PIXEL_FORMAT_I422/
by Miguel Casas-Sanchez
· 7 years ago
134e4664
VideoFrame::BitsPerChannel() doesn't need the parameter
by Miguel Casas-Sanchez
· 7 years ago
10034ee
cc: Remove unused AnalysisCanvas and abort callback from DIL calls.
by Vladimir Levin
· 7 years ago
7452277
Revert "Remove use of DeferredTextureImageData APIs and Support Decode to Scale"
by Eric Karl
· 7 years ago
406891a
oop: Add more APIs to RasterInterface.
by Victor Miura
· 7 years ago
c94b8de
gpu: Simplify CHROMIUM_sync_point API.
by Sunny Sachanandani
· 7 years ago
e46874e8
VideoPixelFormat: remove unused PIXEL_FORMAT_I422
by Miguel Casas
· 7 years ago
1a23a18
oop: Convert trasfer cache client api to be bulk unlock.
by Vladimir Levin
· 7 years ago
fe9adb9
cc: Always create PlaybackImageProvider for raster playback.
by Khushal
· 7 years ago
4310c895
Log deleted GPU discardable entries as 0 size
by Eric Karl
· 7 years ago
af62bb3a
oop: Fix nullptr dereference in a fuzz test case.
by Vladimir Levin
· 7 years ago
3ebe965a
cc/images: Enable async decoding for explicitly marked images.
by Vladimir Levin
· 7 years ago
7273cfe05
oop: Use TransferCache for PaintTypeface serialization and transport.
by Vladimir Levin
· 7 years ago
1bb05e1
OOPIFs shouldn't invoke snap-to-min on PinchEnd.
by W. James MacLean
· 7 years ago
e78fb73
SkPixelSerializer is deprecated, update call-sites
by Mike Reed
· 7 years ago
562da3d
Reland software image cache rework patches. (again)
by Vladimir Levin
· 7 years ago
3a4ad4f8
oop: Create a RasterInterface, and use it for Compositor Worker contexts.
by Victor Miura
· 7 years ago
6c1d127a
[jumbo] avoid g_next_id collision in cc
by Mostyn Bramley-Moore
· 7 years ago
321f2f9
Update GrContext creation to use newer factories.
by Brian Salomon
· 7 years ago
158d26d
cc: Tear down frame sink when worker context is lost.
by Sunny Sachanandani
· 7 years ago
5d3f4ab
oop: Make transfer cache accept type/id pairs instead of generating ids.
by Vladimir Levin
· 7 years ago
2c30e2d6
Use TestGLES2Interface in paint op buffer fuzzer
by Brian Salomon
· 7 years ago
f579c56a
Move DecodeStashingImageProvider into its own file.
by Eric Karl
· 7 years ago
17b77d9
cc: Change heuristics for prioritizing impl-side invalidations.
by Khushal
· 7 years ago
e66cc7d
GpuFence implementation
by Klaus Weidner
· 7 years ago
e48b26a
Remove base::Value::IsType
by jdoerrie
· 7 years ago
8ac366f
Add TransferCacheDeserializeHelper and cleanup.
by Eric Karl
· 7 years ago
e7763ac
oop: Add PaintTypeface transfer cache entry and use it in reader/writer.
by Vladimir Levin
· 7 years ago
4eb20dc
Make transfer cache command buffer commands INTERNAL
by Eric Karl
· 7 years ago
ed5a6a1
cc: Add UKM for images checkerboarded on a page.
by Khushal
· 7 years ago
Next »