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
...
*
Adding the notion of a volatile bitmap to SkBitmap.
junov@google.com
2011-06-30
*
SkStringPrintf helper fucntion + a new unit test for it.
tomhudson@google.com
2011-06-30
*
extract a new factory when we get a new device
reed@google.com
2011-06-29
*
fix sign/unsigned warnings
reed@google.com
2011-06-28
*
remove unused and untested SkPath::subdivide()
reed@google.com
2011-06-28
*
fix exceeds_dist: don't double the loop counter (the caller has done that)
reed@google.com
2011-06-28
*
add ptr/len and SkData versions of Deflate()
reed@google.com
2011-06-27
*
remove obsolete text codepaths
reed@google.com
2011-06-27
*
remove drawShape from canvas api
reed@google.com
2011-06-27
*
use general SkWStream for parameter
reed@google.com
2011-06-24
*
move common code into shared helper function
reed@google.com
2011-06-24
*
replace detach/getStream apis on dynamicwstream with SkData
reed@google.com
2011-06-24
*
Fixed include statements to correctly link mac/ios libraries
yangsu@google.com
2011-06-24
*
add (replacing SkDataRef)
reed@google.com
2011-06-24
*
rename public SkDataRef to SkData
reed@google.com
2011-06-24
*
add copyToData() to dyanamicwstream
reed@google.com
2011-06-23
*
Add support for 8 bits/component glyphs, to
caryclark@google.com
2011-06-22
*
Fix more coverity defects - Uninitialized class fields.
vandebo@chromium.org
2011-06-22
*
Fix a batch of coverity defects, uninitialized class fields.
vandebo@chromium.org
2011-06-21
*
Handle possibly NULL deref in comparison
vandebo@chromium.org
2011-06-21
*
Add option in flattening to write factory names inline, as we are recording.
reed@google.com
2011-06-21
*
change string read/write to store length as full 32-bit value. This simplifies
reed@google.com
2011-06-21
*
Changed mac specific files to use ApplicationServices rather than Carbon
yangsu@google.com
2011-06-21
*
Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveL...
bsalomon@google.com
2011-06-17
*
make SkDevice constructors explicit between offscreen and on/direct
reed@google.com
2011-06-16
*
Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance war...
epoger@google.com
2011-06-15
*
Increase compatibility with clang, mostly around SK_RESTRICT.
tomhudson@google.com
2011-06-15
*
add SkDataRef (for future use)
reed@google.com
2011-06-14
*
delete all old (non-Gyp) buildfiles
epoger@google.com
2011-06-14
*
add 2nd parameter to SkFontHost::NextLogicalFont()
reed@google.com
2011-06-13
*
check-point for unifying results between runs and mask backends for aa
reed@google.com
2011-06-09
*
Increase use of SkMatrix::hasPerspective(), merge in has_perspective().
tomhudson@google.com
2011-06-06
*
Attempt to correct issue with fixed point from SkMatrix changes in r1512.
tomhudson@google.com
2011-06-06
*
move code inside #ifdef to fix warning
reed@google.com
2011-06-06
*
Benchmarking suggests that replacing some of the conversions from float to int
tomhudson@google.com
2011-06-06
*
committing http://codereview.appspot.com/4515175/
caryclark@google.com
2011-06-01
*
initialize fCurrY
reed@google.com
2011-06-01
*
speed-up SkMatrix::preScale by 3x, by special-casing it instead of just calling
reed@google.com
2011-06-01
*
remember previous x-offset when we re-enter the runs array. speeds up paths
reed@google.com
2011-05-31
*
remove dead code
reed@google.com
2011-05-31
*
Removal of obsolete interface, SkMatrixClipObserver.
twiz@google.com
2011-05-26
*
balance the call to matrix::flatten from r1414. Formerly both of these were
reed@google.com
2011-05-26
*
[PDF] Improve the SkClipStack skipping prefix code.
vandebo@chromium.org
2011-05-25
*
Grab-bag of memory fixes. SkFlatMatrix::Flatten had the same issue as
senorblanco@chromium.org
2011-05-24
*
add copyright notices
reed@google.com
2011-05-24
*
add cross-process option to gpipe
reed@google.com
2011-05-23
*
setHinting modifies fFlags in places, so call it last (after initializing fFl...
reed@google.com
2011-05-18
*
encode current LCD orientation and order into font-cache-key
reed@google.com
2011-05-18
*
get tests closer to passing for SKIA_SCALAR=fixed
epoger@google.com
2011-05-17
*
Change getConvexity() to now compute it if the value is set to kUnkown.
reed@google.com
2011-05-16
[prev]
[next]