- 54b666b Trace contention for lockPixels mutex by enne · 10 years ago
- afe2ffb Rework SSE and NEON Color32 algorithms to be more correct and faster. by mtklein · 10 years ago
- 9d911d5 Remove filename from SkFontDescriptor. by bungeman · 10 years ago
- fec19e1 Small change to allow DistanceField and BMP text to coexist in a blob by joshualitt · 10 years ago
- f4fddfc Correct SkFixedToDouble. by bungeman · 10 years ago
- 9bd2daf Initial CL to add distance field support to GrAtlasTextContext by joshualitt · 10 years ago
- 523ed6c adding new gm to rotate, translate, and scale textblobs by joshualitt · 10 years ago
- e5043b7 Allow NEON on iOS. by mtklein · 10 years ago
- 4afe21e add a GM to demo the blend bug by mtklein · 10 years ago
- ca1a22e Revert of Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1060703003/) by reed · 10 years ago
- d803cda Add PS 'all' weight name to scanFont. by bungeman · 10 years ago
- ea6075e Default iOS builds to our code signing identity. by mtklein · 10 years ago
- 1df3325 contrib: Simplify the command to create a feature branch. by tfarina · 10 years ago
- a863e41 This section is moot: we divert ios to opts_none above. by mtklein · 10 years ago
- fd0ecf4 Add SkTPin. by bungeman · 10 years ago
- 5b9f42c Improve tessellating path rasterizer performance on dashed paths. by senorblanco · 10 years ago
- 26ffc00 add textblob cache freeall by joshualitt · 10 years ago
- 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 10 years ago
- 9c79820 SkScaledBitmapSampler: fix memory overwritten by zoran.jovanovic · 10 years ago
- 72badbd Add ReverseIter to GrTRecorder by cdalton · 10 years ago
- bdb0bf5 Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1088383003/) by jcgregorio · 10 years ago
- 6ef68ab Don't serialize anything for SkEmptyShader. by mtklein · 10 years ago
- 6318016 widen output png size of bmp_filter_quality_repeat by Brian Salomon · 10 years ago
- 8cf1d95 Add GM that tests bmp filter qualities with repeat mode by bsalomon · 10 years ago
- aab35d9 remove unused (by clients) SkPathUtils by reed · 10 years ago
- f7aaadb Zero jpeg_decompress_struct before calling jpeg_calc_output_dimensions(). by mtklein · 10 years ago
- 0b71278 remove older version of cubic->coeff by reed · 10 years ago
- 6983f66 Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://codereview.chromium.org/1078413003/)" by reed · 10 years ago
- a12225b Revert of make blitAntiH2 virtual, to prep for larger change (patchset #1 id:1 of https://codereview.chromium.org/1048323005/) by reed · 10 years ago
- 33afdaa make blitAntiH2 virtual, to prep for larger change by reed · 10 years ago
- 639a828 Revert of Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://codereview.chromium.org/1078413003/) by reed · 10 years ago
- bed83a6 Don't draw if SkShader::asNewFragmentProcessor fails. by bsalomon · 10 years ago
- bc02735 Fix LCD text and add path fix for Mali. by jvanverth · 10 years ago
- a024616 Speeup hairline curves (quads and cubics) by reed · 10 years ago
- 00b7e5e SkPDF/Device/ImageFilter: Fix ImageFilter fallback code by halcanary · 10 years ago
- 221360a Real fix for the Mali bug. by jvanverth · 10 years ago
- ddb714b remove randomness in dstreadshuffle by joshualitt · 10 years ago
- 793a6dd add blitter api for aa-hairlines by reed · 10 years ago
- 6bd5137 Change tessellator sweep direction to depend on path aspect ratio. by senorblanco · 10 years ago
- e16b04a SkJpegCodec by msarett · 10 years ago
- f91e676 Revert of add new blit2 methods in support of antialiased hairlines guard flag SK_SUPPORT_LEGACY_BLITANTIH2V2 (patchset #2 id:20001 of https://codereview.chromium.org/1060153003/) by jcgregorio · 10 years ago
- 7f00acb Return cropBitmap by zoran.jovanovic · 10 years ago
- ad802c6 Convert BitmapTextBatch from STArray to AutoSTMalloc by joshualitt · 10 years ago
- a49a742 Roll common DEPS: fix string concat error in gs_utils upload by borenet · 10 years ago
- dd83031 add new blit2 methods in support of antialiased hairlines by reed · 10 years ago
- c3c5990 Convert BitmapTextBlob from using STArray to AutoSTMalloc by joshualitt · 10 years ago
- 7e79818 DM: add --multiPage option by halcanary · 10 years ago
- 115acee Sk4h and Sk8h for SSE by mtklein · 10 years ago
- a669bc3 cleanup codec names being produced by dm and uploaded to gold by djsollen · 10 years ago
- 9e36c1a Start canonicalizing color for all A8 textblobs by joshualitt · 10 years ago
- 8fe8fff Rename SkNi to SkNb. by mtklein · 10 years ago
- 5dc6b7d change hairline procs to take array of points by reed · 10 years ago
- b5de630 Update common DEPS: adding retries to GS upload by borenet · 10 years ago
- f5ac972 Add GM to exercise high quality anisotropic scaling by robertphillips · 10 years ago
- 86e5ab6 GM: add fadefilter gm by halcanary · 10 years ago
- 30ac464 early return from stream peek by caryclark · 10 years ago
- 164d5b0 Fixing use of initialized memory. by msarett · 10 years ago
- 7ef63c8 Enable tessellating GPU path renderer. by senorblanco · 10 years ago
- 22ecae8 Blacklist desk_wikipedia pdf on Valgrind bots by borenet · 10 years ago
- f103cd8 Set resScale on stroker when stroking path on gpu. by egdaniel · 10 years ago
- 1dda219 Fix minor undercounting in SkRecord::bytesUsed(). by mtklein · 10 years ago
- 9645ce1 crank up innerloop to make hairlinebench more usable/reliable by reed · 10 years ago
- 3033b9f Make GrContext::freeGpuResources() purge the resource cache by bsalomon · 10 years ago
- 697ac1c fix valgrind uninitialized issue by caryclark · 10 years ago
- 056c424 Revert "Enable tessellating GPU path renderer." by Stephen White · 10 years ago
- c185019 Enable tessellating GPU path renderer. by senorblanco · 10 years ago
- e80a122 Update rebaselining process to be less Florin intensive by robertphillips · 10 years ago
- 53b5f44 Start caching masks / stroke fills for textblobs by joshualitt · 10 years ago
- 2a0e9f3 Avoid regenerating cached textblobs on integer scrolls by joshualitt · 10 years ago
- 64b309c use fast/inline SkRect::set(p0, p1) for 2 points by reed · 10 years ago
- 9aeb2a1 always layout w/ same bounds by reed · 10 years ago
- ffab15f use anon namespace to avoid (silent) collisions between local test classes by reed · 10 years ago
- 51985e3 setDrawFilter needs to trigger any deferred saves by reed · 10 years ago
- 054eef2 change hairline procs to take SkPoint by value, more efficient on SSE and NEON by reed · 10 years ago
- 9416494 Ammend font table data experiment on Mac. by bungeman · 10 years ago
- 3c309db Implementing filling for SkBmpCodec by msarett · 10 years ago
- 25c40d2 Add serialization of SkBitmapSource's new filterQuality member variable by robertphillips · 10 years ago
- f6e97e6 trivial fix for TextBlobCache by joshualitt · 10 years ago
- 0db6dfa The TextBlobCache needs the ability to trigger a flush because otherwise its entire budget can be used up, but it will not be able to free up any space due to blobs being stuck in the GrInOrderDrawBuffer. This was causing a segfault. After this CL the cache will try to purge, and then flush if it cannot purge enough. It will not purge the most recent addition to the cache. by joshualitt · 10 years ago
- c5e0891 Replace NEON assembly memset16 and memset32 with intrinsic versions. by mtklein · 10 years ago
- d0b5c33 Adding draw looper gm for textblobs by joshualitt · 10 years ago
- 9ff378b Rewrite memset benches, then use results to add a small-N optimization. by mtklein · 10 years ago
- a1e41c6 default to 8888 for ganesh in sampleapp on iOS by reed · 10 years ago
- 2b86155 SkPDF: ResourceDict replaced by factory function by halcanary · 10 years ago
- 29be795 Fix ASAN error by msarett · 10 years ago
- 438b2ad ***Disables swizzles to 565. by msarett · 10 years ago
- 16b254a Change some more GMs to clear to opaque black, not transparent black. by senorblanco · 10 years ago
- 2df6fd6 Avoid sending empty bitmaps through proxy canvas by tomhudson · 10 years ago
- a67572f Remove ARM assembly memsets. by mtklein · 10 years ago
- 055f6b5 [SkTextBlob] Custom run font record by fmalita · 10 years ago
- 0b18c35 add test for opaque-preserving colormatrixfilters by reed · 10 years ago
- 62db8ba fix for perf regression on ugamsolutions / msaa16 by joshualitt · 10 years ago
- 8ed3b9a Rename DistanceFieldTextureEffect.{cpp,h} by jvanverth · 10 years ago
- 195f62d BUG=skia: by stephana · 10 years ago
- 29b1afc Rearrange SkRecord with small N in mind by mtklein · 10 years ago
- 7178a3b Update DEPS to use a cloned copy of libpng by djsollen · 10 years ago
- e275fdf Add GM to repro crbug.com/472795 by robertphillips · 10 years ago
- f57546e Remove SK_SUPPORT_LEGACY_SCALAR_MAPPOINTS by fmalita · 10 years ago
- 7d1b945 Mark SkPictureRecorder::endRecording as SK_WARN_UNUSED_RESULT. by jbroman · 10 years ago
- d9f8862 Valgrind sez: new[] wants delete[]. by mtklein · 10 years ago