index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
fix mac warnings
caryclark@google.com
2011-11-23
*
add test that aaclip.setRegion creates the same mask as the region
mike@reedtribe.org
2011-11-23
*
add SK_OVERRIDE
mike@reedtribe.org
2011-11-23
*
needs to be rebaselined
reed@google.com
2011-11-22
*
delete since it needs to be rebaselined
reed@google.com
2011-11-22
*
improve accuracy for luminance coefficients
reed@google.com
2011-11-22
*
remove obsolete assert
reed@google.com
2011-11-22
*
[GPU] Allow kMulRGBByAlpha_InConfigFlag and kSwapRAndB_InConfigFlag to both b...
bsalomon@google.com
2011-11-22
*
store 3 bits of luminance, but (for now) discretize that in fonthost::filterec
reed@google.com
2011-11-22
*
Add fractional-radius blurs to blur benchmark.
tomhudson@google.com
2011-11-22
*
remove GetGammaFlag from SkFontHost
reed@google.com
2011-11-22
*
Add windowscodecs.lib to images.gyp
bsalomon@google.com
2011-11-21
*
add SetFlags for command line control
caryclark@google.com
2011-11-21
*
use a define for the shift amount for the hinting bits
reed@google.com
2011-11-21
*
reorder bits and remove obsolete kForceAA experimental bit
reed@google.com
2011-11-21
*
ensure we never change the text_encoding of the master paint, since it is used
reed@google.com
2011-11-21
*
Add support for GL_CHROMIUM_flipy
bsalomon@google.com
2011-11-21
*
don't quickReject bitmaps if there is a looper or other possible bounds-modifier
reed@google.com
2011-11-21
*
only call FT_Get_Advance if we really want linear metrics
reed@google.com
2011-11-21
*
assert that resources used with ctx are owned by the ctx
bsalomon@google.com
2011-11-19
*
Resubmit 2717 w/ fix workaround OS X GL bug.
bsalomon@google.com
2011-11-19
*
Revert 2717
bsalomon@google.com
2011-11-18
*
Recommit r2714 with clip fix
bsalomon@google.com
2011-11-18
*
use older, slightly slower, blend math, to retain (mostly) the previous results
reed@google.com
2011-11-18
*
Revert 2714 for debugging of test failure
bsalomon@google.com
2011-11-18
*
Write direct to RT/Tex when possible, use BGRA rather than RGBA intermediate ...
bsalomon@google.com
2011-11-18
*
remove all references to SkGlobals (obsolete)
reed@google.com
2011-11-17
*
remove use of SkGlobals
reed@google.com
2011-11-17
*
remove obsolete SK_USE_RUNTIME_GLOBALS
reed@google.com
2011-11-17
*
add commented line to try to add additional warnings
reed@google.com
2011-11-17
*
use AsMode instead of deprecated IsMode
mike@reedtribe.org
2011-11-17
*
add test for IsMode
mike@reedtribe.org
2011-11-17
*
add SkXfermode::IsMode() and use that in SkDevice
mike@reedtribe.org
2011-11-17
*
fix signed/unsigned warning (use size_t in conjunction with SK_ARRAY_COUNT)
reed@google.com
2011-11-16
*
Make all pixel ops go thru ctx so we can correctly flush. Unify two texture u...
bsalomon@google.com
2011-11-16
*
pass font size explicitly for leopard
caryclark@google.com
2011-11-16
*
This change makes SkImageFilter and SkBlurImageFilter flattenable/unflattenable.
senorblanco@chromium.org
2011-11-16
*
Add support in Android for AdvancedTypefaceMetrics
djsollen@google.com
2011-11-16
*
Fix broken Android build.
djsollen@google.com
2011-11-16
*
update ARM platform procs for blitmask
reed@google.com
2011-11-16
*
Remove unneeded include which is breaking build.
bungeman@google.com
2011-11-15
*
Add paging support for handle based typefaces.
bungeman@google.com
2011-11-15
*
disable reduced checks if we're not enabling fast shadermask
reed@google.com
2011-11-15
*
need to opt-in to faster shadermask until chrome can rebaseline
reed@google.com
2011-11-15
*
delete these, as then need to be rebaselined
reed@google.com
2011-11-15
*
support blitMask+shader natively (1.75x faster for AA, and now we can support
reed@google.com
2011-11-15
*
Add getContext to GrResouce
bsalomon@google.com
2011-11-15
*
Remove allocated size vs content size in textures
bsalomon@google.com
2011-11-15
*
add bench for shader+blitMask
reed@google.com
2011-11-15
*
rename/refactor in preparation for supporting accelerated blits of shader-output
reed@google.com
2011-11-14
[next]