index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
...
*
remove const modifiers on function return types (unneeded, and caused an error
reed@android.com
2009-11-13
*
update dox for SkAvoidXfermode (as best I could)
reed@android.com
2009-11-09
*
SSE2 optimizations for 32bit blending blitters.
senorblanco@chromium.org
2009-11-04
*
add SkEvalCubicInterval
reed@android.com
2009-11-03
*
add OVerView slide to samplecode
reed@android.com
2009-11-03
*
rename gamma to table, since it is more general than just gamma
reed@android.com
2009-10-29
*
add gamma maskfilter, especially nice when applied after a blur
reed@android.com
2009-10-29
*
move boundarypatch into utils
reed@android.com
2009-10-28
*
update on boundary patches
reed@android.com
2009-10-28
*
check-point for reviving animator
reed@android.com
2009-10-13
*
record dither setting so we can replay it when we (re)decode
reed@android.com
2009-09-24
*
add BlitRow procs for 32->32, to allow for neon and other optimizations.
reed@android.com
2009-09-23
*
don't put the class name in front of the method
reed@android.com
2009-09-23
*
Two-point radial gradient implementation.
senorblanco@chromium.org
2009-09-22
*
add neon opts for matrix procs
reed@android.com
2009-09-15
*
add boolean tests and IF/ELSE/END
reed@android.com
2009-08-30
*
expand SkShader's flag kConstInY to 16 and 32 variants, allowing a shader
reed@android.com
2009-08-27
*
special case 1x1 bitmaps when drawn as a shader (treat as a solid color)
reed@android.com
2009-08-25
*
add detach() method
reed@android.com
2009-08-25
*
fixes around isOpaque and dithering
reed@android.com
2009-08-22
*
Fix compliation on gcc-4.3 and ARMv5T
deanm@chromium.org
2009-08-21
*
add 'r' (rotate) 's' (scale) options to SampleApp to test those matrix ops on
reed@android.com
2009-08-14
*
Remove assertion in getAddrLCD.
agl@chromium.org
2009-08-11
*
add -forceFilter to bench tool
reed@android.com
2009-08-04
*
add GetFileName api to SkFontHost
reed@android.com
2009-07-31
*
ws fixes
reed@android.com
2009-07-27
*
remove const from function return-type signature (useless, and generates gcc
reed@android.com
2009-07-23
*
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
*
Typo fix.
agl@chromium.org
2009-07-21
*
Subpixel glyph rendering support.
agl@chromium.org
2009-07-21
*
remove conditional build flag for mipmaps
reed@android.com
2009-07-17
*
respect preferred config when png is index-based
reed@android.com
2009-07-08
*
fix (aaaargh) white-space
reed@android.com
2009-07-08
*
add dox for scalarcomparetype
reed@android.com
2009-07-08
*
more checks for null shapes in pictures
reed@android.com
2009-07-03
*
use sk_bzero instead of bzero, since it isn't always available.
reed@android.com
2009-06-29
*
add unittest for matrix::flatten
reed@android.com
2009-06-29
*
add shape flatten so they work properly in pictures
reed@android.com
2009-06-29
*
detect nearly translate-only matrices when drawing bitmaps (for speed)
reed@android.com
2009-06-24
*
remove remaining references to porterduff
reed@android.com
2009-06-23
*
remove deprecated use of porterduff enum
reed@android.com
2009-06-23
*
move xfermode modes from porterduff into xfermode itself
reed@android.com
2009-06-22
*
almost there on gm (need to fix image writes/reads/compares)
reed@android.com
2009-06-21
*
add width()/height() getters
reed@android.com
2009-06-20
*
Fix MSVC builds by avoiding a uint to bool warning.
deanm@chromium.org
2009-06-18
*
ws fixes
reed@android.com
2009-06-15
*
add optional Format* parameter to decoder helper functions.
reed@android.com
2009-06-15
*
add shader flag kConstInY_Flag
reed@android.com
2009-06-12
*
add equals()
reed@android.com
2009-06-12
[prev]
[next]