index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
Commit message (
Expand
)
Author
Age
*
Initialize bounds even if the text length is zero.
djsollen@google.com
2013-03-04
*
refactor fonthost_tables into wrapper (fonthost) and impl (fontstream)
reed@google.com
2013-03-04
*
short-circuit if the requested typeface matches what we've been given.
reed@google.com
2013-03-04
*
Change random number generator for 'tests' to SkMWCRandom. Also removes some
jvanverth@google.com
2013-03-04
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-03
*
move some of the impl in fonthost into typeface virtuals
mike@reedtribe.org
2013-03-03
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-02
*
Reland r7918 & r7916
robertphillips@google.com
2013-03-01
*
Revert r7918 & r7916 due to Linux rendering issues
robertphillips@google.com
2013-03-01
*
Fix for Mac compiler problem in 7916
robertphillips@google.com
2013-03-01
*
Fix for skp chunk sizes when clips are used outside of any save
robertphillips@google.com
2013-03-01
*
Collapse saveLayer/drawBitmapRect/restore trios to drawBitmapRect when possible
robertphillips@google.com
2013-03-01
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-01
*
Make SkTDArray accessors const-friendly.
commit-bot@chromium.org
2013-02-28
*
Only print error message in debug mode.
scroggo@google.com
2013-02-28
*
Sort GL extension strings and search to find.
bsalomon@google.com
2013-02-27
*
Change SkTileGride geometry calculations to match the Chromium compositor.
junov@chromium.org
2013-02-27
*
Fixed sk_getMetrics_utf32_xy function
sugoi@google.com
2013-02-26
*
Fix a bunch of warnings, mainly around rowBytes.
scroggo@google.com
2013-02-25
*
remove duplicate impl for getFileName() on SkFDStream
reed@google.com
2013-02-25
*
add --tmpDir foo option to tests, to allow unittests that want to write/read ...
reed@google.com
2013-02-25
*
don't #include <unistd.h> if we're windows
reed@google.com
2013-02-25
*
don't try to access filedescriptors on windows
reed@google.com
2013-02-25
*
move SkFDStream out of images into core
reed@google.com
2013-02-25
*
Remove bogus ability for creating an SkPicturePlayback to fail.
scroggo@google.com
2013-02-25
*
Use size_t for rowBytes.
scroggo@google.com
2013-02-25
*
Always round text position correctly.
bungeman@google.com
2013-02-25
*
Remove SkSerializationHelpers.
scroggo@google.com
2013-02-22
*
Create SkLazyPixelRef which performs lazy decoding.
scroggo@google.com
2013-02-22
*
remove obsolete build flags:
reed@google.com
2013-02-22
*
Avoid an unitialized warning on linux.
scroggo@google.com
2013-02-22
*
Fix a warning on Android.
scroggo@google.com
2013-02-22
*
Fix a warning on linux.
scroggo@google.com
2013-02-22
*
remove obsolete build flag SK_IGNORE_CONVEX_QUAD_OPT
reed@google.com
2013-02-22
*
remove obsolete build flag SK_IGNORE_SETLINE_FIX
reed@google.com
2013-02-22
*
New SkRectShaderImageFilter image filter
sugoi@google.com
2013-02-21
*
Fix compare of scalar against (int) kMaxTValue.
reed@google.com
2013-02-20
*
remove experimental code that accidentally got delivered
robertphillips@google.com
2013-02-19
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-16
*
non-SK_DEVELOPER-mode patch for r7752
robertphillips@google.com
2013-02-15
*
Add NOOP "command" to picture format
robertphillips@google.com
2013-02-15
*
Fix for skp chunk sizes when clips are used outside of any save
robertphillips@google.com
2013-02-15
*
Now store chunk size in skp file format
robertphillips@google.com
2013-02-15
*
Move SkPaint::toString from debugger to SkPaint
robertphillips@google.com
2013-02-14
*
call through to to the virtual drawPath from drawOval, for subclasses (e.g. pdf)
reed@google.com
2013-02-12
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-09
*
Adding comments based on review https://codereview.appspot.com/7300072/
junov@chromium.org
2013-02-08
*
Adding option to SkTileGrid for specifying border pixels.
junov@chromium.org
2013-02-08
*
Fix errors when compiling with -Wall -Werror on Android.
djsollen@google.com
2013-02-07
*
Implement support for origin-TopLeft render targets in GL backend.
scroggo@google.com
2013-02-05
[next]