aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri...Gravatar junov@chromium.org2012-02-24
* Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not...Gravatar bungeman@google.com2012-02-24
* Remove unused member from GrInOrderDrawBufferGravatar bsalomon@google.com2012-02-24
* check for null-device in iteratorGravatar reed@google.com2012-02-24
* add SkCreateDataProviderFromStream to SkCGUtilsGravatar reed@google.com2012-02-24
* Fix for crash in SkDeferredCanvas when optional SkPaint argument is NULLGravatar junov@chromium.org2012-02-23
* Fix math in coverage_to_alpha() (renamed coverage_to_partial_alpha()), behindGravatar tomhudson@google.com2012-02-23
* always allocate (only) the width of the clip for the AA row, since it willGravatar reed@google.com2012-02-23
* In convex path renderer, translate polygon to origin for fanPt computationGravatar bsalomon@google.com2012-02-23
* remove bogus assert (leftover from some long-forgotten debugging session)Gravatar reed@google.com2012-02-23
* Fix memory leak in GetTableData() and add unittests for itGravatar reed@google.com2012-02-23
* GPU device preserves pixel values across read/write/read of unpremul pixel va...Gravatar bsalomon@google.com2012-02-23
* remove unused variableGravatar bsalomon@google.com2012-02-23
* Provide fallbacks for web fonts.Gravatar caryclark@google.com2012-02-23
* Use nested template expansions to implement Config8888 conversions.Gravatar bsalomon@google.com2012-02-22
* Adding more unit testing for SkCanvas and derived classes.Gravatar junov@chromium.org2012-02-22
* SSE2 version of ClampX_ClampY_{no}filter_scale; yields 10-20% speedup inGravatar tomhudson@google.com2012-02-22
* Remove incorrect GrAssert calls in GrResourceCache::removeAllGravatar twiz@google.com2012-02-21
* Change append to appendf for call sites with no format arguments.Gravatar vandebo@chromium.org2012-02-21
* Use intrinsics for atomic inc and dec on Windows.Gravatar bungeman@google.com2012-02-17
* Remove SkFontHost::ValidFontID PART 1: remove only caller.Gravatar bungeman@google.com2012-02-17
* Revert r3036. This change breaks loading images asGravatar caryclark@google.com2012-02-17
* Added BSD license language where missing.Gravatar caryclark@google.com2012-02-17
* Make cross_prod used in SkPath::cheapComputeDirection fallback to double comp...Gravatar bsalomon@google.com2012-02-17
* Remove two static initializers from debug buildsGravatar digit@google.com2012-02-16
* Remove on static initializer in GrGpu.cppGravatar digit@google.com2012-02-16
* Lazily allocate our global pool for imagerefsGravatar reed@google.com2012-02-16
* be sure to mark fLastY with the bottom of the rect in blitRectGravatar reed@google.com2012-02-16
* aaclip needs to handle paths with holesGravatar reed@google.com2012-02-16
* add a todoGravatar reed@google.com2012-02-16
* Lazily allocate gNameList, and protect its usage behind the global mutex.Gravatar djsollen@google.com2012-02-16
* cast to doubleGravatar reed@google.com2012-02-16
* Fix TypefaceCache races. Gravatar bungeman@google.com2012-02-16
* Revert 3191Gravatar bsalomon@google.com2012-02-15
* Fix regression where we disable fonts with no specified nameGravatar djsollen@google.com2012-02-15
* fix SkFixed build (I hope)Gravatar reed@google.com2012-02-15
* Fix a case missed in r3198 where left/right direction of setOrthog matters (m...Gravatar bsalomon@google.com2012-02-15
* Merge changes from the android repo upstream to SkiaGravatar djsollen@google.com2012-02-15
* Use cheapComputeDirection to determine normal facing in GrAAConvexPathRendererGravatar bsalomon@google.com2012-02-15
* suport A8 grayscale text with COLOR_LUMINANCE build optionGravatar reed@google.com2012-02-15
* Misc small fixes to unblock skia roll.Gravatar bsalomon@google.com2012-02-15
* Attempt to make Windows and Mac compilers happy after breakage in r3193.Gravatar tomhudson@google.com2012-02-14
* Add SSSE3 acceleration for S32_{opaque,alpha}_D32_filter_DX; should yieldGravatar tomhudson@google.com2012-02-14
* Fix compile errors.Gravatar bsalomon@google.com2012-02-14
* Add test to detect bias in conversion of frag shader floats to bytesGravatar bsalomon@google.com2012-02-14
* SSE2 version of blit_lcd16, courtesy of Jin Yang.Gravatar tomhudson@google.com2012-02-14
* Fix include paths in non-standard targets.Gravatar tomhudson@google.com2012-02-14
* Update cross-platform #include paths to new include/gpu/gl directoryGravatar tomhudson@google.com2012-02-14
* Move GL-specific include files to their own subdirectory, to betterGravatar tomhudson@google.com2012-02-14
* Make GLCaps be standalone and be a member of GrGLContextInfoGravatar bsalomon@google.com2012-02-14