1. 010db53 Some simple optimizations for improving GrAtlasTextContext perf by joshualitt · 10 years ago
  2. 64c99cc Add support for rotating / scaling / translating gpu cached distance field textblobs by joshualitt · 10 years ago
  3. 59bcfae Split default and user-supplied event tracers. by mtklein · 10 years ago
  4. ae32c10 Store pointers to GrGlyph directly in BitmapTextBlob. This patch improves performance by avoiding hashmap lookups under normal use by joshualitt · 10 years ago
  5. a4a0aeb Revert of Convert Color32 code to perfect blend. (patchset #6 id:100001 of https://codereview.chromium.org/1098913002/) by mtklein · 10 years ago
  6. 8672f4d Pack BitmapTextBlob a bit tighter by joshualitt · 10 years ago
  7. 25ba7ea reuse scaler across consecutive textbatch flushes by joshualitt · 10 years ago
  8. fcfb9fc A small patch to enable distance field text in textblobs by joshualitt · 10 years ago
  9. 33d73c3 SkTHash: remove() by mtklein · 10 years ago
  10. bc22714 Undo the bounds mapping of bounds for GrOvalRenderer for certain draws by egdaniel · 10 years ago
  11. df386c5 fix valgrind uninitialized var error by caryclark · 10 years ago
  12. f3c2c46 Make the GPU dashing effect MSAA-friendly. by senorblanco · 10 years ago
  13. e1ddb3b Regularize lmp::XXX_element_handler. by bungeman · 10 years ago
  14. d1e7287 Minor modifications to GrProgramDesc.h. by jvanverth · 10 years ago
  15. 9ef1bb1 Return correctly mapped bounds from GrOvalRenderer. by egdaniel · 10 years ago
  16. f61475e Regularize informative messages in Android font parser. by bungeman · 10 years ago
  17. 61221e7 Convert Color32 code to perfect blend. by mtklein · 10 years ago
  18. 1049f12 Now, path ops natively intersect conics, quads, and cubics in any combination. There are still a class of cubic tests that fail and a handful of undiagnosed failures from skps and fuzz tests, but things are much better overall. by caryclark · 10 years ago
  19. 5c476fb apply xfermode after imagefilter when we create a tmp layer by reed · 10 years ago
  20. 6d88bdb Fix point count computation in tessellating path renderer. by senorblanco · 10 years ago
  21. a8ec480 remove dead code from SK_SUPPORT_LEGACY_BLITANTIH2V2 by reed · 10 years ago
  22. e85a754 Respect declared font style on Android. by bungeman · 10 years ago
  23. 21d3ed5 Revert of Respect declared font style on Android. (patchset #6 id:100001 of https://codereview.chromium.org/1092093002/) by jcgregorio · 10 years ago
  24. a8448bc PDF: Correctly embed JPEG images directly into PDF output. by halcanary · 10 years ago
  25. 673e902 Respect declared font style on Android. by bungeman · 10 years ago
  26. 54b666b Trace contention for lockPixels mutex by enne · 10 years ago
  27. afe2ffb Rework SSE and NEON Color32 algorithms to be more correct and faster. by mtklein · 10 years ago
  28. 9d911d5 Remove filename from SkFontDescriptor. by bungeman · 10 years ago
  29. fec19e1 Small change to allow DistanceField and BMP text to coexist in a blob by joshualitt · 10 years ago
  30. 9bd2daf Initial CL to add distance field support to GrAtlasTextContext by joshualitt · 10 years ago
  31. 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
  32. d803cda Add PS 'all' weight name to scanFont. by bungeman · 10 years ago
  33. 5b9f42c Improve tessellating path rasterizer performance on dashed paths. by senorblanco · 10 years ago
  34. 26ffc00 add textblob cache freeall by joshualitt · 10 years ago
  35. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 10 years ago
  36. 9c79820 SkScaledBitmapSampler: fix memory overwritten by zoran.jovanovic · 10 years ago
  37. 72badbd Add ReverseIter to GrTRecorder by cdalton · 10 years ago
  38. bdb0bf5 Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1088383003/) by jcgregorio · 10 years ago
  39. 6ef68ab Don't serialize anything for SkEmptyShader. by mtklein · 10 years ago
  40. aab35d9 remove unused (by clients) SkPathUtils by reed · 10 years ago
  41. f7aaadb Zero jpeg_decompress_struct before calling jpeg_calc_output_dimensions(). by mtklein · 10 years ago
  42. 0b71278 remove older version of cubic->coeff by reed · 10 years ago
  43. 6983f66 Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://codereview.chromium.org/1078413003/)" by reed · 10 years ago
  44. 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
  45. 33afdaa make blitAntiH2 virtual, to prep for larger change by reed · 10 years ago
  46. 639a828 Revert of Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://codereview.chromium.org/1078413003/) by reed · 10 years ago
  47. bed83a6 Don't draw if SkShader::asNewFragmentProcessor fails. by bsalomon · 10 years ago
  48. bc02735 Fix LCD text and add path fix for Mali. by jvanverth · 10 years ago
  49. a024616 Speeup hairline curves (quads and cubics) by reed · 10 years ago
  50. 00b7e5e SkPDF/Device/ImageFilter: Fix ImageFilter fallback code by halcanary · 10 years ago
  51. 221360a Real fix for the Mali bug. by jvanverth · 10 years ago
  52. 793a6dd add blitter api for aa-hairlines by reed · 10 years ago
  53. 6bd5137 Change tessellator sweep direction to depend on path aspect ratio. by senorblanco · 10 years ago
  54. e16b04a SkJpegCodec by msarett · 10 years ago
  55. 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
  56. 7f00acb Return cropBitmap by zoran.jovanovic · 10 years ago
  57. ad802c6 Convert BitmapTextBatch from STArray to AutoSTMalloc by joshualitt · 10 years ago
  58. dd83031 add new blit2 methods in support of antialiased hairlines by reed · 10 years ago
  59. c3c5990 Convert BitmapTextBlob from using STArray to AutoSTMalloc by joshualitt · 10 years ago
  60. 115acee Sk4h and Sk8h for SSE by mtklein · 10 years ago
  61. 9e36c1a Start canonicalizing color for all A8 textblobs by joshualitt · 10 years ago
  62. 8fe8fff Rename SkNi to SkNb. by mtklein · 10 years ago
  63. 5dc6b7d change hairline procs to take array of points by reed · 10 years ago
  64. 7ef63c8 Enable tessellating GPU path renderer. by senorblanco · 10 years ago
  65. f103cd8 Set resScale on stroker when stroking path on gpu. by egdaniel · 10 years ago
  66. 1dda219 Fix minor undercounting in SkRecord::bytesUsed(). by mtklein · 10 years ago
  67. 3033b9f Make GrContext::freeGpuResources() purge the resource cache by bsalomon · 10 years ago
  68. 697ac1c fix valgrind uninitialized issue by caryclark · 10 years ago
  69. 056c424 Revert "Enable tessellating GPU path renderer." by Stephen White · 10 years ago
  70. c185019 Enable tessellating GPU path renderer. by senorblanco · 10 years ago
  71. 53b5f44 Start caching masks / stroke fills for textblobs by joshualitt · 10 years ago
  72. 2a0e9f3 Avoid regenerating cached textblobs on integer scrolls by joshualitt · 10 years ago
  73. 64b309c use fast/inline SkRect::set(p0, p1) for 2 points by reed · 10 years ago
  74. 51985e3 setDrawFilter needs to trigger any deferred saves by reed · 10 years ago
  75. 054eef2 change hairline procs to take SkPoint by value, more efficient on SSE and NEON by reed · 10 years ago
  76. 9416494 Ammend font table data experiment on Mac. by bungeman · 10 years ago
  77. 3c309db Implementing filling for SkBmpCodec by msarett · 10 years ago
  78. 25c40d2 Add serialization of SkBitmapSource's new filterQuality member variable by robertphillips · 10 years ago
  79. f6e97e6 trivial fix for TextBlobCache by joshualitt · 10 years ago
  80. 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
  81. c5e0891 Replace NEON assembly memset16 and memset32 with intrinsic versions. by mtklein · 10 years ago
  82. 9ff378b Rewrite memset benches, then use results to add a small-N optimization. by mtklein · 10 years ago
  83. 2b86155 SkPDF: ResourceDict replaced by factory function by halcanary · 10 years ago
  84. 438b2ad ***Disables swizzles to 565. by msarett · 10 years ago
  85. 2df6fd6 Avoid sending empty bitmaps through proxy canvas by tomhudson · 10 years ago
  86. a67572f Remove ARM assembly memsets. by mtklein · 10 years ago
  87. 055f6b5 [SkTextBlob] Custom run font record by fmalita · 10 years ago
  88. 62db8ba fix for perf regression on ugamsolutions / msaa16 by joshualitt · 10 years ago
  89. 8ed3b9a Rename DistanceFieldTextureEffect.{cpp,h} by jvanverth · 10 years ago
  90. 195f62d BUG=skia: by stephana · 10 years ago
  91. 29b1afc Rearrange SkRecord with small N in mind by mtklein · 10 years ago
  92. e275fdf Add GM to repro crbug.com/472795 by robertphillips · 10 years ago
  93. f57546e Remove SK_SUPPORT_LEGACY_SCALAR_MAPPOINTS by fmalita · 10 years ago
  94. d9f8862 Valgrind sez: new[] wants delete[]. by mtklein · 10 years ago
  95. 35f5576 Revert of Rearrange SkRecord with small N in mind (patchset #8 id:120001 of https://codereview.chromium.org/1061783002/) by mtklein · 10 years ago
  96. e2dd940 Rearrange SkRecord with small N in mind by mtklein · 10 years ago
  97. 16e833d SkString: remove fStr member by halcanary · 10 years ago
  98. 502286d Rename the distance field geoprocs to something more reasonable. by jvanverth · 10 years ago
  99. feaadee SkCanvas::resetForNextPicture() by mtklein · 10 years ago
  100. 3f32432 Add mechanism to proactively purge old resources in GrResourceCache. by bsalomon · 10 years ago