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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 164660 - Change CanvasPaintT from a template to just a subclass of gfx...
sergeyu@chromium.org
2012-10-29
6
-0
/
+425
*
Change CanvasPaintT from a template to just a subclass of gfx::Canvas. Greatly
reed@google.com
2012-10-29
6
-425
/
+0
*
Moved SkCanvasVideoRenderer to media/filters.
skaslev@chromium.org
2012-10-24
1
-26
/
+0
*
Sets the proper device scale factor on iOS.
rohitrao@chromium.org
2012-10-23
2
-2
/
+5
*
remove hack in extractSubset
reed@google.com
2012-10-16
2
-3
/
+10
*
Roll Skia DEPS to 5950, add suppressing define in skia.gyp & suppress issue in
robertphillips@google.com
2012-10-15
2
-0
/
+5
*
Revert 161335 - Abandon older drawBitmapRect behavior, to get the new src-can...
robertphillips@google.com
2012-10-12
2
-40
/
+4
*
Abandon older drawBitmapRect behavior, to get the new src-can-be-float behavior.
reed@google.com
2012-10-11
2
-4
/
+40
*
Introduce PlatformBitmap, which is a minimal helper class that wraps an SkBitmap
reed@google.com
2012-10-10
6
-31
/
+148
*
Only define SK_SUPPORT_HINTING_SCALE_FACTOR when building for chromeOS
tdanderson@chromium.org
2012-10-10
1
-6
/
+13
*
Disable VectorCanvasTest.* on Aura since they crash.
jam@chromium.org
2012-10-10
2
-0
/
+12
*
Honor mmintrin.h intrinics when instrumenting Chrome with cygprofiler.
glotov@chromium.org
2012-10-05
1
-28
/
+0
*
Fix skia gyp to allow implementation of SkPixelRef in WebKit
hclam@chromium.org
2012-10-05
1
-0
/
+5
*
Turn on extra debugging around SkPathRef in valgrind builds to track down htt...
bsalomon@google.com
2012-10-04
1
-0
/
+10
*
roll skia DEPS to r5797 & update skia.gyp
robertphillips@google.com
2012-10-04
1
-1
/
+0
*
remove calls to deprecated SkCanvas::setBitmapDevice.
reed@google.com
2012-10-01
1
-7
/
+4
*
Revert 159477 - remove reference to deprecated setBitmapDevice
reed@google.com
2012-10-01
1
-1
/
+10
*
remove reference to deprecated setBitmapDevice
reed@google.com
2012-10-01
1
-10
/
+1
*
setBitmapDevice is going away from Skia (and has no callers in Skia or Chrome)
reed@google.com
2012-10-01
2
-13
/
+0
*
skia: Fix clang warnings about missing virtual and OVERRIDE annotations.
tfarina@chromium.org
2012-09-29
1
-5
/
+6
*
Cleanup: avoid foo ? true : false, part 1.
thestig@chromium.org
2012-09-27
1
-2
/
+2
*
Revert 159096 - Revert 159066 - roll skia to 5710
michaeln@google.com
2012-09-27
1
-0
/
+4
*
Revert 159066 - roll skia to 5710
michaeln@google.com
2012-09-27
1
-4
/
+0
*
roll skia to 5710
reed@google.com
2012-09-27
1
-0
/
+4
*
Call exit(1) if we mean to crash, rather than *(char*)0 = 0
reed@google.com
2012-09-26
1
-1
/
+2
*
Remove layout test suppressions
hclam@chromium.org
2012-09-26
1
-297
/
+0
*
Fix half-pixel misalignment in skia::ImageOperations
hclam@chromium.org
2012-09-25
3
-28
/
+308
*
Properly flip the CGContext during UIImage->SkBitmap conversions.
rohitrao@chromium.org
2012-09-24
1
-0
/
+6
*
check for valid device before using
reed@google.com
2012-09-24
1
-1
/
+1
*
convert comments in the test expectations files from // to #
dpranke@chromium.org
2012-09-21
1
-50
/
+50
*
Fix the iOS build.
droger@chromium.org
2012-09-20
1
-1
/
+1
*
unchecked_malloc() for Skia on OSX.
shess@chromium.org
2012-09-19
1
-0
/
+6
*
Now that we can handle NULL from BitmapPlatformDevice::Create, remove the
reed@google.com
2012-09-18
1
-66
/
+1
*
skia: Rename PlatformDevice::IsNativeFontRenderingAllowed to PlatformDevice::...
reveman@chromium.org
2012-09-18
5
-8
/
+6
*
zero out skia test expectations after jamesr merged the expectations upstream
dpranke@chromium.org
2012-09-17
1
-28
/
+0
*
Define SK_SUPPORT_HINTING_SCALE_FACTOR by default
tdanderson@chromium.org
2012-09-17
1
-0
/
+6
*
repeat http://codereview.chromium.org/10908266/ but w/o the android change,
reed@google.com
2012-09-17
2
-0
/
+18
*
Revert 156969 - Add define to limit recommended offscreen allocations. This a...
ilevy@chromium.org
2012-09-15
3
-21
/
+0
*
Add define to limit recommended offscreen allocations. This avoids some failures
reed@google.com
2012-09-15
3
-0
/
+21
*
When allocating a bitmap canvas on Linux, move the cairo surface allocation v...
senorblanco@chromium.org
2012-09-14
1
-4
/
+4
*
Revert 156912 - This compile-time flag will need to be defined for chromium o...
msw@chromium.org
2012-09-14
1
-5
/
+0
*
This compile-time flag will need to be defined for chromium once https://code...
varunjain@chromium.org
2012-09-14
1
-0
/
+5
*
Adds an iOS implementation of gfx::Image.
rohitrao@chromium.org
2012-09-14
3
-0
/
+115
*
GYP changes to get skia compiling on iOS.
rohitrao@chromium.org
2012-09-11
1
-21
/
+98
*
Set gamma correction settings to match platform.
bungeman@chromium.org
2012-08-29
1
-1
/
+21
*
Roll Skia DEPS to 5310 + skia.gyp & skia_test_expectations changes
robertphillips@google.com
2012-08-28
2
-0
/
+5
*
Retry of warnings-as-errors for Windows third_party.
scottmg@google.com
2012-08-24
1
-1
/
+1
*
Revert 153092 - Turn on warnings as errors for (most) third_party code on Win...
scottmg@google.com
2012-08-24
1
-1
/
+1
*
Turn on warnings as errors for (most) third_party code on Windows
scottmg@chromium.org
2012-08-23
1
-1
/
+1
*
Roll skia to r5250.
bsalomon@google.com
2012-08-23
1
-163
/
+6
[next]