aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Improve performance of highQualityFilterGravatar qiankun.miao2014-08-26
* Remove SkQuadTree.Gravatar mtklein2014-08-26
* Make GrGpuResources register with GrResourceCache2 after fully constructed.Gravatar bsalomon2014-08-26
* Ensure SkFontMgr_fontconfig debug thread locking is initialized.Gravatar bungeman2014-08-26
* Revert of Make GrGpuResources register with GrResourceCache2 after fully cons...Gravatar bsalomon2014-08-26
* Make GrGpuResources register with GrResourceCache2 after fully constructed.Gravatar bsalomon2014-08-26
* Reimplement deserialization of SkImageFilter's uniqueID.Gravatar senorblanco2014-08-26
* Create Read-only Base class for GrDrawState that holds data members and gettersGravatar egdaniel2014-08-26
* Fallback to moveTo when unable to find the first tangent in cubicToGravatar piotaixr2014-08-26
* Remove reliance on linked in GL functions for assembling GLES interfaces.Gravatar bsalomon2014-08-26
* Prevent malformed ICO files from recursively decodingGravatar djsollen2014-08-26
* Always use cpu-features library on android.Gravatar djsollen2014-08-26
* remove (unused) scale parameter from measureTextGravatar reed2014-08-26
* remove commented-out codeGravatar reed2014-08-26
* retool image cache to be generic cache, allowing the client to subclass "Rec"...Gravatar reed2014-08-26
* Fix overflow when comparing two ints by promoting the sum to 64-bits.Gravatar djsollen2014-08-26
* SkTextBlob plumbingGravatar fmalita2014-08-26
* Remove unused header file in SkScaledImageCache.cppGravatar qiankun.miao2014-08-26
* Implement NV_path_rendering on OpenGL ESGravatar kkinnunen2014-08-25
* Bound everything except drawText().Gravatar mtklein2014-08-25
* Unfurl catch-all bounds(). This makes it a little easier to track progress.Gravatar mtklein2014-08-25
* Fix recursive computation of filter bounds for drop shadow,Gravatar senorblanco2014-08-25
* Add a working SkFontMgr_fontconfig.Gravatar bungeman2014-08-25
* Require length in sk_wchar_to_string.Gravatar bungeman2014-08-25
* Revert of Fix recursive computation of filter bounds for drop shadow, (patchs...Gravatar djsollen2014-08-25
* Fix recursive computation of filter bounds for drop shadow,Gravatar senorblanco2014-08-25
* XPS to use PathOps for inverse winding paths.Gravatar bungeman2014-08-25
* Reverse swap order in DirectWrite typeface.Gravatar bungeman2014-08-25
* add const to arrays of member functionsGravatar caryclark2014-08-25
* remove SkPurgeGlobalDiscardableMemoryPoolGravatar halcanary2014-08-25
* Clean up useless comments in SkScaledImageCache.hGravatar qiankun.miao2014-08-25
* Don't leak the shader by reffing twice in SkRectShaderImageFilter.Gravatar mtklein2014-08-22
* Disable Neon optimization of bad S32A/D565 blend.Gravatar mtklein2014-08-22
* Add testing flag for XPS for deterministic ids.Gravatar Ben Wagner2014-08-22
* Fix leak of GrResourceCacheEntryGravatar bsalomon2014-08-22
* Disable Neon optimization of bad S32A/D565 blend.Gravatar mtklein2014-08-22
* Support comment groups in SkRecord.Gravatar mtklein2014-08-22
* Fix saveLayer() with a pixel-moving filter vs SkBBoxHierarchyRecord / SkRecor...Gravatar mtklein2014-08-22
* [SkTextBlob] Merge run font data at draw time.Gravatar fmalita2014-08-22
* extend SkShader to report a luminance-color to be used for gamma correctionGravatar reed2014-08-22
* disable neon proc that is triggering assertsGravatar reed2014-08-22
* fix numerical overflows in 565 blendsGravatar reed2014-08-22
* Store vertex size in DrawState when setVertexAttribs is calledGravatar egdaniel2014-08-22
* fix leak in new createprocGravatar reed2014-08-22
* Initial refactor of shaderbuilder to prepare for geometry shadersGravatar joshualitt2014-08-21
* Revert of Revert back to SkPictureData pictures. Huge perf regression. (patc...Gravatar mtklein2014-08-21
* 1.5x -> 2x text size for y pad.Gravatar mtklein2014-08-21
* Ignore small text sizes in the text bounding assert.Gravatar mtklein2014-08-21
* SkMultiPictureDraw APIGravatar robertphillips2014-08-21
* Split up monolithic EXPERIMENTAL_drawPicture methodGravatar robertphillips2014-08-21