index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
expand SkShader's flag kConstInY to 16 and 32 variants, allowing a shader
reed@android.com
2009-08-27
*
allow the gamma to be changed at runtime
reed@android.com
2009-08-26
*
special case 1x1 bitmaps when drawn as a shader (treat as a solid color)
reed@android.com
2009-08-25
*
fix overflow in qsort compare proc
reed@android.com
2009-08-25
*
fix warning in sampler
reed@android.com
2009-08-24
*
fixes around isOpaque and dithering
reed@android.com
2009-08-22
*
Add a sanity check to MaskSuperBlitter::blitH(), to avoid a subsequent
senorblanco@chromium.org
2009-08-21
*
respect dither setting in index8->565 sprite case
reed@android.com
2009-08-20
*
Fix flipped text orientation on Windows.
deanm@chromium.org
2009-08-14
*
close out previous contour (so we don't miss the last segment)
reed@android.com
2009-08-14
*
add 'r' (rotate) 's' (scale) options to SampleApp to test those matrix ops on
reed@android.com
2009-08-14
*
fix typo in matrix proc index computation, where we were always taking the
reed@android.com
2009-08-14
*
add method to compute max count for a given buffer size in the bitmap shader.
reed@android.com
2009-08-14
*
bzero SkPaint in its constructor, to allow us to cleanly use memcmp in our
reed@android.com
2009-08-13
*
add special matrixprocs when the matrix is at most translate. These are faster
reed@android.com
2009-08-13
*
Add some SkASSERT's, to try to track down a reliability issue in Chrome.
senorblanco@chromium.org
2009-08-12
*
remove unneeded (empty) virtual destructor
reed@android.com
2009-08-12
*
fixes wacky build on android. no other explanation received
reed@android.com
2009-08-11
*
fix validate() to note that an empty path can (by side-effect) have an empty but
reed@android.com
2009-08-11
*
FreeType: fix garbled bitmap glyphs.
agl@chromium.org
2009-08-11
*
FreeType: don't use bitmap strikes when antialiasing
agl@chromium.org
2009-08-07
*
more neon work:
reed@android.com
2009-08-07
*
update make for nwaycanvas
reed@android.com
2009-08-04
*
add -forceFilter to bench tool
reed@android.com
2009-08-04
*
add proper includes for arm optimizations
reed@android.com
2009-08-04
*
arm/neon optimizations for bitmap shader
reed@android.com
2009-08-03
*
add platformProcs() porting function
reed@android.com
2009-08-03
*
clean up SkBitmapProcState in preparation for adding porting-layer functions
reed@android.com
2009-08-03
*
add GetFileName api to SkFontHost
reed@android.com
2009-07-31
*
fix #endif placement so it works when LCD support is not defined
reed@android.com
2009-07-31
*
add opts for neon
reed@android.com
2009-07-30
*
add opts files to the make
reed@android.com
2009-07-30
*
add optimization table for blitproc functions
reed@android.com
2009-07-30
*
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
*
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
*
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
*
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
[next]