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
/
skia
/
ext
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some printers has issue with metafiles produces from PDF so added switch and ...
vitalybuka@chromium.org
2012-08-22
4
-18
/
+1
*
mac: Remove implicit conversion from ImageSkia to SkBitmap.
sadrul@chromium.org
2012-08-21
2
-1
/
+10
*
Handle link annotations in Skia EMF device.
vandebo@chromium.org
2012-08-20
1
-0
/
+5
*
Made result_filefaceid output optional in FontConfigIPC::Match. There are cas...
alokp@chromium.org
2012-08-18
1
-2
/
+4
*
Fix two harmless int-to-pointer conversions that a new clang warns about.
thakis@chromium.org
2012-08-10
1
-1
/
+1
*
mac: Delete more 10.5-only code
thakis@chromium.org
2012-08-09
1
-26
/
+9
*
implement Serialize/Deserialize, so we can serialize pictures
reed@google.com
2012-08-09
1
-9
/
+38
*
Temporarily disable buggy SSE2 code.
tomhudson@chromium.org
2012-08-07
1
-2
/
+3
*
return NULL if we failed to allocate a cairo surface, rather than waiting for...
reed@google.com
2012-07-30
1
-0
/
+4
*
Coverity: Fix several pass-by-values.
jhawkins@chromium.org
2012-07-27
1
-1
/
+1
*
Reenables previously failing tests in SkiaUtilsMacTest.*
pkotwicz@chromium.org
2012-07-27
1
-3
/
+3
*
[Android] Fix ImageOperations.ResizeShouldAverageColors
yfriedman@chromium.org
2012-07-26
2
-2
/
+2
*
Upstream the rest of skia diff
michaelbai@chromium.org
2012-07-24
2
-7
/
+6
*
Fix memory leaks in RenderTextMac.
asvitkine@chromium.org
2012-07-23
2
-2
/
+2
*
Initial RenderTextMac implementation using CoreText.
asvitkine@chromium.org
2012-07-23
1
-2
/
+2
*
Remove all the OS X 10.6 SDK forward declarations.
rsesek@chromium.org
2012-07-18
1
-17
/
+0
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
23
-23
/
+0
*
Add ability to build a canvas with a target scale factor.
pkotwicz@chromium.org
2012-06-27
2
-13
/
+13
*
Teach CanvasSkiaPaint about HiDPI contexts.
avi@chromium.org
2012-06-23
1
-15
/
+24
*
Minor skia fixes for Android
steveblock@chromium.org
2012-06-22
1
-3
/
+3
*
ImageSkia is 1:1 to NSImage. This patch adds conversions between ImageSkia an...
pkotwicz@chromium.org
2012-06-14
2
-8
/
+0
*
mac: Use NSWidth() and friends in a few more places.
thakis@chromium.org
2012-06-07
2
-9
/
+6
*
Pass the global matrix to CG always.
caryclark@google.com
2012-05-29
1
-26
/
+101
*
Disable VectorCanvasTest.PathEffects on Win
steveblock@chromium.org
2012-05-23
1
-1
/
+6
*
This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...
pkotwicz@chromium.org
2012-05-16
3
-67
/
+31
*
Add atomics for Skia in preperation for landing http://codereview.appspot.com...
bungeman@chromium.org
2012-05-16
1
-6
/
+49
*
Revert 136332 - This patch makes ImageSkia more like SkBitmap. The goal is to...
pkotwicz@chromium.org
2012-05-14
3
-30
/
+66
*
This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...
pkotwicz@chromium.org
2012-05-10
3
-66
/
+30
*
Revert 136304 - This patch makes ImageSkia more like SkBitmap. The goal is to...
pkotwicz@chromium.org
2012-05-10
3
-31
/
+67
*
roll skia to 3891
reed@google.com
2012-05-10
1
-0
/
+1
*
This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...
pkotwicz@chromium.org
2012-05-10
3
-67
/
+31
*
Roll Skia to 3866.
bsalomon@google.com
2012-05-08
1
-2
/
+1
*
Fix win32 error checking in platform_canvas_skia.cc by moving code into bitma...
reveman@chromium.org
2012-04-17
3
-84
/
+69
*
remove call to getTotalClip, which is being deprecated. Use save/restore pattern
reed@google.com
2012-04-12
1
-3
/
+2
*
Create a local bitmap to capture CoreGraphics rendering
caryclark@google.com
2012-04-11
3
-17
/
+70
*
Remove log-spam from Convolver.SIMDVerification.
fischman@chromium.org
2012-04-10
1
-6
/
+6
*
Don't get screen dc when creating BitmapPlatformDevice
jbauman@chromium.org
2012-04-10
2
-22
/
+4
*
Remove WAYLAND port
oshima@chromium.org
2012-04-07
3
-238
/
+3
*
Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK
oshima@chromium.org
2012-04-05
1
-1
/
+1
*
Adding build-time option to enable the tracing of skia events in
junov@chromium.org
2012-04-03
1
-0
/
+18
*
BitmapPlatformDevice multiply-inherits from PlatformDevice and SkDevice, in
senorblanco@chromium.org
2012-03-29
6
-6
/
+6
*
Default initialize CanvasPaintT<T> bitmaps to 0, 0, 0, 0.
twiz@chromium.org
2012-03-23
5
-0
/
+13
*
aura: Use platform independent canvas by default.
reveman@chromium.org
2012-03-23
1
-0
/
+121
*
Revert 128039 - aura: Use platform independent canvas by default.
wez@chromium.org
2012-03-21
1
-41
/
+0
*
aura: Use platform independent canvas by default.
reveman@chromium.org
2012-03-21
1
-0
/
+41
*
use getTopLayer(now with updatematrixclip) instead of (should be private) Lay...
reed@google.com
2012-03-20
1
-2
/
+1
*
Implement input type=color UI
keishi@chromium.org
2012-03-20
2
-0
/
+25
*
ui/gfx: Do not use the deprecated SkBitmap::getConfig() function.
tfarina@chromium.org
2012-03-19
1
-1
/
+1
*
Remove redundant memory clears when constructing BitmapPlatformDevice instanc...
twiz@chromium.org
2012-03-16
15
-78
/
+121
*
skia/ext: Add SK_API to a function used from a test
thakis@chromium.org
2012-03-16
1
-2
/
+2
[next]