index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
remove auto-upscaling from base class (breaks model for allocators) but improve
reed@android.com
2009-07-29
*
Add runtime detection for missing subpixel support in FreeType.
agl@chromium.org
2009-07-28
*
Revert "Support subpixel text when FreeType is built without such support."
agl@chromium.org
2009-07-28
*
Support subpixel text when FreeType is built without such support.
agl@chromium.org
2009-07-28
*
ws fixes
reed@android.com
2009-07-27
*
add filterrec logic for subpixel and slight-hinting
reed@android.com
2009-07-24
*
Build fix: add FilterRec for Windows.
agl@chromium.org
2009-07-23
*
fix uninitialized library variable
reed@android.com
2009-07-23
*
remove const from function return-type signature (useless, and generates gcc
reed@android.com
2009-07-23
*
fix warnings (unused local var)
reed@android.com
2009-07-23
*
Fix valgrind warnings triggered in vertical mode.
agl@chromium.org
2009-07-22
*
Add SkFontHost::FilterRect() which allows the font host to filter our request
reed@android.com
2009-07-22
*
rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the
reed@android.com
2009-07-22
*
remove crufty #undefs
reed@android.com
2009-07-22
*
fix NaN in path iterator
reed@android.com
2009-07-22
*
Typo fix.
agl@chromium.org
2009-07-21
*
Remove unused variable to fix warning on Windows:
agl@chromium.org
2009-07-21
*
Mac: fix SkFontHost_mac.cpp to work with the new hinting interface.
agl@chromium.org
2009-07-21
*
Delete duplicated code.
agl@chromium.org
2009-07-21
*
Subpixel glyph rendering support.
agl@chromium.org
2009-07-21
*
fix quickReject() to handle perspective correctly (i.e. transform forward into
reed@android.com
2009-07-21
*
add special proc for repeat 16->16 filter bitmap shader
reed@android.com
2009-07-17
*
remove obsolete header
reed@android.com
2009-07-17
*
remove conditional build flag for mipmaps
reed@android.com
2009-07-17
*
first cut at support for HW-specific blits/etc.
reed@android.com
2009-07-16
*
quick return if we just want the bounds
reed@android.com
2009-07-16
*
try our first special-case shaderproc
reed@android.com
2009-07-16
*
add shaderprocs for all-in-one special blits (matrix+sampler)
reed@android.com
2009-07-16
*
handle cap==round for drawPoints
reed@android.com
2009-07-10
*
tweaks to 16bit shaders
reed@android.com
2009-07-10
*
make a deep copy in CreateCGImageRef if we're 565, but first upscale to 32bit.
reed@android.com
2009-07-10
*
speedup 16bit shaders in the blitRect case
reed@android.com
2009-07-10
*
check for underflow in restore() during picture record, and ignore it
reed@android.com
2009-07-09
*
respect preferred config when png is index-based
reed@android.com
2009-07-08
*
fix (aaaargh) white-space
reed@android.com
2009-07-08
*
use scalarcomparetype in matrix tests, so we don't do anything tricky
reed@android.com
2009-07-08
*
add dox for scalarcomparetype
reed@android.com
2009-07-08
*
initial golden-master images for gm tool
reed@android.com
2009-07-08
*
use genericRGB space to ensure that we decode exactly the pixels we encode
reed@android.com
2009-07-08
*
check if the encoder factory returned null
reed@android.com
2009-07-07
*
add support for encoding Index8 bitmaps into png
reed@android.com
2009-07-07
*
add FIXME to comment
reed@android.com
2009-07-07
*
initialize fShapeCount in init()
reed@android.com
2009-07-07
*
fix white-space
reed@android.com
2009-07-07
*
Optimize some alpha blending modes.
deanm@chromium.org
2009-07-03
*
more checks for null shapes in pictures
reed@android.com
2009-07-03
*
fix gradients with alpha to convert to premul *after* the intermediate color
reed@android.com
2009-07-02
*
remove (ack) test code in lineargradient when pos array is null
reed@android.com
2009-07-01
*
Fix a precedence error in an assert in the fontconfig host.
deanm@chromium.org
2009-07-01
*
fix config check to include SkColorPriv.h so we don't get the warning w/o need
reed@android.com
2009-06-29
[next]