1. 07a8ea0 Reverting r8654 by robertphillips@google.com · 12 years ago
  2. c10531b Add testing of optimizations to GM by robertphillips@google.com · 12 years ago
  3. d2b1d90 revert path ops unit test until errors are fixed by caryclark@google.com · 12 years ago
  4. 7abfa49 turn on pathops unit test by caryclark@google.com · 12 years ago
  5. 908f583 rename SkBitmapChecksummer as SkBitmapHasher, and prepare for it to possibly use by epoger@google.com · 12 years ago
  6. 3f17828 Fix the NaCl build. by scroggo@google.com · 12 years ago
  7. 5a6324e Better fix for the patched build. by scroggo@google.com · 12 years ago
  8. 9c5f969 Include gif image decoding in images/ on linux. by scroggo@google.com · 12 years ago
  9. 83165a5 add fontmgr tests, and optional --verboseFontMgr flag (or -vfm) for more output by reed@google.com · 12 years ago
  10. ba59d64 use commandlineflags for tests/ by commit-bot@chromium.org · 12 years ago
  11. b41ff95 Updates for the skimage tool. by scroggo@google.com · 12 years ago
  12. db60de7 shape ops test fixes by caryclark@google.com · 12 years ago
  13. 66089e4 Make parallel unit testing work on windows by caryclark@google.com · 12 years ago
  14. 686bcb8 Reland of 8525 with fix for case when GrRT outlives GrTexture. by bsalomon@google.com · 12 years ago
  15. 75e3ca1 Error checking / reporting API by humper@google.com · 12 years ago
  16. 4961201 saving the old before blowing away by caryclark@google.com · 12 years ago
  17. d043cce Allow single-pass filters (which use asNewEffect()) to participate in the image filter DAG. This was done by introducing the SkSinglePassImageFilter abstract base class, which implements canFilterImageGPU() and filterImageGPU() on behalf of the derived class. The derived class still only needs to asNewEffect(). This allows us to recurse on the filter input in SkSinglePassImageFilter::onFilterImageGPU(). It also allows us to remove any knowledge of single-pass image filters from SkGpuDevice and from the SkImageFilter base class as well. by senorblanco@chromium.org · 12 years ago
  18. 818b0cc Add implementation of path ops by caryclark@google.com · 12 years ago
  19. e3b4c50 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  20. bde506c Revert Skia to use -02. by djsollen@google.com · 12 years ago
  21. e06f8ef Revert 8525,8526 pending investigation of bench_pictures crashes. by bsalomon@google.com · 12 years ago
  22. d02e880 Remove GrTexture::releaseRenderTarget() and add GrSurface::isSameAs(). by bsalomon@google.com · 12 years ago
  23. 534cb63 Revert Skia to use -02. by djsollen@google.com · 12 years ago
  24. 90c240a Move edge GrEffects to locally defined classes. by commit-bot@chromium.org · 12 years ago
  25. af3b510 Revert Skia to use -02. by commit-bot@chromium.org · 12 years ago
  26. 6addb19 resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we by edisonn@google.com · 12 years ago
  27. 07a69f8 Name table iterator. https://codereview.appspot.com/8180043/ by bungeman@google.com · 12 years ago
  28. 20edf38 Add GM mixed_xfermodes. This is a work in progress and will be used to test fixes for GPU Xfermodes effects. by bsalomon@google.com · 12 years ago
  29. d7aaf60 Add Xfermode bench. Also clear before rendering in bench (rather than after). by commit-bot@chromium.org · 12 years ago
  30. 995beb6 Adding unit test for verifying copy on write in SkSurface + bug fix in SkCanvas::clear by junov@chromium.org · 12 years ago
  31. af0fa6a add gm for experimental fontmgr api by reed@google.com · 12 years ago
  32. 798c8c4 Move GrGLProgramDesc::Build to new cpp file. by bsalomon@google.com · 12 years ago
  33. 31ec798 Move GrGLProgram::Desc out of GrGLProgram. by bsalomon@google.com · 12 years ago
  34. 4647f90 Replace edge types with GrEdgeEffect. by bsalomon@google.com · 12 years ago
  35. 8cf10ef Reverting r8376, r8373 and r8371 due to Android shader compilation failures by robertphillips@google.com · 12 years ago
  36. 2daa365 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  37. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 12 years ago
  38. 8131283 Move oval rendering code to GrOvalRenderer. by commit-bot@chromium.org · 12 years ago
  39. 292b1d4 remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream() by reed@google.com · 12 years ago
  40. cb69319 Update gyp\images.gyp for move of SkJpegUtility.h from include\images to src\images (in r8267) by robertphillips@google.com · 12 years ago
  41. a72aef8 Refactor skia_warnings_as_errors by borenet@google.com · 12 years ago
  42. b7636d3 Reverting 8313 (SVG turbulence) due to Ubuntu failures by robertphillips@google.com · 12 years ago
  43. 3067cc9 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  44. 6c66d2f remove GetTable* APIs from SkFontHost, and rely on SkTypeface::onGetTable* by reed@google.com · 12 years ago
  45. b58a639 Enable init'ed but unused var warning on windows for closer parity with mac/linux warnings. by bsalomon@google.com · 12 years ago
  46. d9ba9a0 Change the name of SkFlags to SkCommandLineFlags. by scroggo@google.com · 12 years ago
  47. 055180c Use function-ptr instead of SkFontHost api to allow client to handle by reed@google.com · 12 years ago
  48. 1139940 Upstream changes from Android for decoding jpeg images. by djsollen@google.com · 12 years ago
  49. 6e32c46 Remove SK_ENABLE_LIBPNG define as it is no longer needed by Android. by djsollen@google.com · 12 years ago
  50. acef3c4 Reverting r8233 (Use SkSet in PDF) by robertphillips@google.com · 12 years ago
  51. 09fd4d2 Reland r8235 "Switch gm to use SkFlags." by scroggo@google.com · 12 years ago
  52. 65eb4d5 Add stroked ovals and CircleEdgeEffect. by jvanverth@google.com · 12 years ago
  53. 0b73563 Revert "Make gm use SkFlags." by scroggo@google.com · 12 years ago
  54. 7d51930 Make gm use SkFlags. by scroggo@google.com · 12 years ago
  55. 66bedbb resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we added capability to collect minidump and callstack if buildbot fails with heap coruption in windows. a few minor conflicts have been resolved) by edisonn@google.com · 12 years ago
  56. 14c3fc6 Adding rects-specific GM by robertphillips@google.com · 12 years ago
  57. f735cb3 Remove SkMMapStream.h from core.gypi by robertphillips@google.com · 12 years ago
  58. bb281f7 Improvements/additions to SkImageCache/SkLazyPixelRef. by scroggo@google.com · 12 years ago
  59. e1575aa reland 8200 w/ fix for android (use fullpath instead of path) by reed@google.com · 12 years ago
  60. 070235e revert 8204 -- what is happening??? by reed@google.com · 12 years ago
  61. 4f7e846 reland 8200 w/ fix for android (need fullpath instead of path) by reed@google.com · 12 years ago
  62. 1311f7e revert 8200 to figure out android break by reed@google.com · 12 years ago
  63. d5ea2ae move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availability by reed@google.com · 12 years ago
  64. 09f6c5c Fix android build by robertphillips@google.com · 12 years ago
  65. d9ef3a2 Create a platform-dependent object for accessing purgeable memory. by scroggo@google.com · 12 years ago
  66. c49cabf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  67. a936e37 Upstream Android modifications to the image encoders/decoders. by commit-bot@chromium.org · 12 years ago
  68. c8e011c Update Android Release build to use -O3. by commit-bot@chromium.org · 12 years ago
  69. 1304bb2 shape ops work in progress by caryclark@google.com · 12 years ago
  70. 059a4c7 refactor android defines to implicitly assume NDK compliance unless it is explicitly marked as being specific to the android framework. by commit-bot@chromium.org · 12 years ago
  71. 91274b9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  72. ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 12 years ago
  73. 512977a re-enable fast blur so I can rebaseline by humper@google.com · 12 years ago
  74. d4d5730 add proper support for solid style, and temporarily turn off my change so the bots can go green | by humper@google.com · 12 years ago
  75. 7eb28aa Adding more warning in core by sugoi@google.com · 12 years ago
  76. dfc867b Turning on warning as error on Linux by sugoi@google.com · 12 years ago
  77. 2d137b6 Fix Windows build - revert r8056 and r8057 by borenet@google.com · 12 years ago
  78. 663a979 Fix build by borenet@google.com · 12 years ago
  79. f8905e4 Fix Windows build by borenet@google.com · 12 years ago
  80. 8819d1a Add build condition not to build in iOS an unused lib (failing to build empty lib in iOS). Unreviewed. by edisonn@google.com · 12 years ago
  81. 184487c Collect minidump and print callstack if an app chrashes. by edisonn@google.com · 12 years ago
  82. b58772f PDF: add support for named destinations. by epoger@google.com · 12 years ago
  83. 754a3eb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  84. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 12 years ago
  85. 6918d48 Use vertex array objects on core profiles. by bsalomon@google.com · 12 years ago
  86. 327b9b2 Gyp changes for NaCl debugger by borenet@google.com · 12 years ago
  87. 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 12 years ago
  88. 1cad898 PDF: add support for named destinations by epoger@google.com · 12 years ago
  89. 31ea339 Convert skhello tool to SkFlags API. by commit-bot@chromium.org · 12 years ago
  90. cc69020 Add a way to monitor cache hits and misses for deferred decoding. by scroggo@google.com · 12 years ago
  91. 161e1ba Created my own flag parser, based off of gflags. by scroggo@google.com · 12 years ago
  92. 822bde7 implement fonthost table methods directly in fontconfig backend, _tables now relegated to by reed@google.com · 12 years ago
  93. 6ec97b6 refactor fonthost_tables into wrapper (fonthost) and impl (fontstream) by reed@google.com · 12 years ago
  94. 8333d2a enable fontconfig backend for fonthost on linux by reed@google.com · 12 years ago
  95. b103ed4 eliminate atsuii/coretext distinction, and rename to just _mac by mike@reedtribe.org · 12 years ago
  96. cef21e4 Add freetype to skia_base_libs when building for NaCl by borenet@google.com · 12 years ago
  97. ecd8484 Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 12 years ago
  98. b82c399 Revert 7919 and 7920 (committed wrong version of r7919.) by bsalomon@google.com · 12 years ago
  99. c61c3c3 gm self-test: use a pathologically simple test case instead of dashing2 by commit-bot@chromium.org · 12 years ago
  100. 87c6d7a Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 12 years ago