1. 0b6dc19 Rebaseline script: check for .git and .svn in the current directory as well. Add mesa to list of configs to update. by senorblanco@chromium.org · 12 years ago
  2. 4595426 cache fontmetrics in picture-record by reed@google.com · 12 years ago
  3. 8f30fb7 add cityhash to SVN dependencies, not just DEPS file by epoger@google.com · 12 years ago
  4. b485832 Mark 64-bit constants as ULL to fix broken 32-bit Mac 10.6 build by epoger@google.com · 12 years ago
  5. c52295f mark bitmaps as immutable as we deserialize them into picture-playback by reed@google.com · 12 years ago
  6. d27fe34 comment-only fix by epoger@google.com · 12 years ago
  7. 0bba6bd Replace SkConsistentChecksum with SkCityHash (now including CityHash via DEPS) by epoger@google.com · 12 years ago
  8. d21444a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  9. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  10. 4eeda37 shape ops work in progress by caryclark@google.com · 12 years ago
  11. 4c2443e Use ReduceClipStack in ClipMaskManager. by bsalomon@google.com · 12 years ago
  12. 12b4e27 As part of preliminary groundwork for a chromium fix, this changelist is deprecating GrPathFill so that SkPath::FillType is used everywhere in order to remove some code duplication between Skia and Ganesh. by sugoi@google.com · 12 years ago
  13. df6fe60 No longer generating 4444, remove from rebaseline tool. by bungeman@google.com · 12 years ago
  14. eb77612 add query to pixelref for its encoded data (if it has any) by reed@google.com · 12 years ago
  15. 34cd70a Make the clip reducer operate on int rects. Remove redundant Gr from func name. by bsalomon@google.com · 12 years ago
  16. 0264fb4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  17. 170bd79 Move GrReducedClip to its own files. by bsalomon@google.com · 12 years ago
  18. 99b5c7f optimize translate and scale by reed@google.com · 12 years ago
  19. 128db20 Add newline at end of tools/skdiff_html.h to happify the housekeeping bot by epoger@google.com · 12 years ago
  20. 8a6f13a Add script to help rebaseline gm self-tests, and run it right now by epoger@google.com · 12 years ago
  21. dbbca9a Delete no-longer-expected 4444 output images from gm self-test by epoger@google.com · 12 years ago
  22. e3c8ddf Update skdiff. https://codereview.appspot.com/6850115/ by bungeman@google.com · 12 years ago
  23. b959a9c Delete no-longer-used 4444 gm-selftest input images by epoger@google.com · 12 years ago
  24. 51185fe Add display of a path's filltype to debugger by robertphillips@google.com · 12 years ago
  25. 935ad02 Add drawPoints dash bench by robertphillips@google.com · 12 years ago
  26. f6c7e72 Clean up SkFontHost_mac_coretext. https://codereview.appspot.com/6843087/ by bungeman@google.com · 12 years ago
  27. 7cdea64 The goal is to make the ClangCompile buildstep in the Housekeeping bot turn red if there is a warning. by rmistry@google.com · 12 years ago
  28. 8958dc9 Add operator delete to match operator new for SkTLList. by bsalomon@google.com · 12 years ago
  29. fdabcb5 Add missing SK_API definition at request of Chromium callers by djsollen@google.com · 12 years ago
  30. 3b8f472 add test for adding outer contour first and second by reed@google.com · 12 years ago
  31. 73b140a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  32. b1c8827 add gm/pathinterior.cpp in advance of cary's path api by reed@google.com · 12 years ago
  33. 8c685c5 Expand dashing3 GM to include additional dashing cases by robertphillips@google.com · 12 years ago
  34. a444430 Make GrReduceClipStack use a caller provided query rect rather than return a by bsalomon@google.com · 12 years ago
  35. 4b90b11 Handle recording a bitmap if copy fails. by scroggo@google.com · 12 years ago
  36. ebce030 Fix stale iterators in LList test. Add newline to end of SkTLList.h by bsalomon@google.com · 12 years ago
  37. 4a9a612 Pull SkMergeImageFilter out into its own file. by senorblanco@chromium.org · 12 years ago
  38. 8182fa0 Make SkClipStack::Iter use SkClipStack::Element. by bsalomon@google.com · 12 years ago
  39. e659c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  40. b8b8ba0 Fix compiler error in SkTInternalList.h by robertphillips@google.com · 12 years ago
  41. fe05df7 Provide default guess at font type in Mac CoreText font host, since CT's detection is unreliable. by bungeman@google.com · 12 years ago
  42. e26f2dd The short version of the 'loca' table stores offsets divided by 2. by bungeman@google.com · 12 years ago
  43. bc293c4 Added SK_BUILD_FOR_NACL to SkPreConfig.h by borenet@google.com · 12 years ago
  44. 7d68335 add getTypes() to SkMatrix44, to cache how complex the matrix is. add bench by reed@google.com · 12 years ago
  45. dd3f7a9 Reland r6649 with fix for build errors. by bsalomon@google.com · 12 years ago
  46. acc71aa Revert 6649 due to build breaks. by bsalomon@google.com · 12 years ago
  47. 1878a4e Templatize AutoCFRelease and use it. https://codereview.appspot.com/6855113/ by bungeman@google.com · 12 years ago
  48. 4928f86 Insert in middle of SkTInternalLList and SkTLList, in place cons for SkTLList. by bsalomon@google.com · 12 years ago
  49. bbe5290 Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
  50. 93f0332 Fixed remaining clang compiler warnings by robertphillips@google.com · 12 years ago
  51. 08cb728 Revert change accidentally committed. by bsalomon@google.com · 12 years ago
  52. d29902e Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
  53. 42619d8 Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for forthcoming SkTLList. by bsalomon@google.com · 12 years ago
  54. 1d3c411 Fix clang 'overloaded-virtual' warnings. by tfarina@chromium.org · 12 years ago
  55. 0da23a5 Tweak an enum declaration to make the clang compiler happy. by tomhudson@google.com · 12 years ago
  56. 47c8899 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  57. 9f0af0a Create aliases AddRef() and Release() to SkRefCnt for compatibility with scoped_refptr by reed@google.com · 12 years ago
  58. 000dea7 Disabling validation of the glyph cache for standard debug builds. by djsollen@google.com · 12 years ago
  59. 70ffc9a Add auto table ref for coretext. https://codereview.appspot.com/6849117/ by bungeman@google.com · 12 years ago
  60. cd63fb5 Adds BENCH_ALLOWED_NOISE to widen expected bench ranges. by bensong@google.com · 12 years ago
  61. c3d7d90 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  62. 1c2c2fe Fix for roll-blocking compiler error in SkRRect.cpp by robertphillips@google.com · 12 years ago
  63. 528952b Clean up some Windows compiler warnings. by senorblanco@chromium.org · 12 years ago
  64. 123a0b5 rebaseline.py: Allow multiple testnames on the command line. by senorblanco@chromium.org · 12 years ago
  65. 69dc4ff remove 4444 support (for now) form gm -- not used (afaik) and slows us down by reed@google.com · 12 years ago
  66. deb4c16 Keep track of identity SkMatrix44s by jamesr@chromium.org · 12 years ago
  67. 5fac58c Remove SkClipStack::Iter::combinedNext. by bsalomon@google.com · 12 years ago
  68. 9f686f3 Create a factory to decode an SkBitmap from an SkData. by scroggo@google.com · 12 years ago
  69. 8a98e3b Make SkClipStack::Element public. by bsalomon@google.com · 12 years ago
  70. 2d47a21 use fast-pt case when radius <= 1/2, instead of just hairlines by reed@google.com · 12 years ago
  71. fe7b1ed add SkPictureUtils::GatherPixelRefs() by reed@google.com · 12 years ago
  72. 417bc13 Change SkClipStack::Element::State to SkClipStack::Type, rename Comine* members to combine* by bsalomon@google.com · 12 years ago
  73. 0cb6e53 Turn on the separable blur (release the hounds!). This will require rebaselines of the following Skia tests: tilemodes, texteffects, shadows, drawlooper, drawbitmaprect, circles, blurrect_grad, blurrect, blurs, drawbitmapmatrix (max. pixel change in 8888 is 5). by senorblanco@chromium.org · 12 years ago
  74. 9128edc Rename SkClipStack::Rec to SkClipStack::Element by bsalomon@google.com · 12 years ago
  75. 83a853a Fix the gr/gl destruction order in Test.cpp by bsalomon@google.com · 12 years ago
  76. 91f489a Modify the blur bench to add tests for high-quality blurs, and large non-integer blurs. Change the Coarse flag (which just turns on separable blurs) to an #ifdef, since separable is no longer just Coarse. (This #ifdef will hopefully be shortlived, once Chrome has switched). by senorblanco@chromium.org · 12 years ago
  77. f4d1b39 Remove legacy flag for android from tests by djsollen@google.com · 12 years ago
  78. 0945bde Fix test app to ensure that we destroy our GPU resources. by djsollen@google.com · 12 years ago
  79. 5afbbc4 Enable profiling options to be selectively enabled for a given build by djsollen@google.com · 12 years ago
  80. 7fce0de shape ops work in progress by caryclark@google.com · 12 years ago
  81. 8520301 Add newline at end of SkRRect.h by robertphillips@google.com · 12 years ago
  82. 5985e7c SkRoundRect start by robertphillips@google.com · 12 years ago
  83. 687c57c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  84. ffd7907 Remove what turns out to be a bogus assert. by bungeman@google.com · 12 years ago
  85. 5e5885a update dox by reed@google.com · 12 years ago
  86. d59a3fe Write correct type of sfnt file in mac coretext open stream. by bungeman@google.com · 12 years ago
  87. 661aeee Update bench_expectations.txt with new codes in issue 6842112. by bensong@google.com · 12 years ago
  88. 570aafe Update gm self-test to pass again after r6585 by epoger@google.com · 12 years ago
  89. 629ab54 Added dashing fast path by robertphillips@google.com · 12 years ago
  90. edb26fd Set empty/wide-open genID on clip stack in more places and fix a bug in GrReduceClipStack. by bsalomon@google.com · 12 years ago
  91. ab5e911 Update gyp to allow alternative out directories by djsollen@google.com · 12 years ago
  92. ab38f7a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  93. 9b0d4d7 Implement radius interpolation for separable blur. Unroll both separable implementations, which yields up to 2X perf improvement. by senorblanco@chromium.org · 12 years ago
  94. dc2dd2e update bench_expectations with wider range before further investigations and discussions; change precision of bench values to 0.001. by bensong@google.com · 12 years ago
  95. e2f8c7c capture repro case for gradient bug (inside if-false for now) by reed@google.com · 12 years ago
  96. 68d6bb0 revert prev change to reset by reed@google.com · 12 years ago
  97. fa1d4ea add skp bench expectations and watch for alerts. by bensong@google.com · 12 years ago
  98. 4efd9d9 guard for self-assignment in reset() by reed@google.com · 12 years ago
  99. 26daa8b Temporarily disable clip stack reduce test while working on fix. by bsalomon@google.com · 12 years ago
  100. 0699e02 Close pending save() calls in QT debugger to avoid saveLayer() corruption. by tomhudson@google.com · 12 years ago