1. b7636d3 Reverting 8313 (SVG turbulence) due to Ubuntu failures by robertphillips@google.com · 12 years ago
  2. 3067cc9 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  3. 6c66d2f remove GetTable* APIs from SkFontHost, and rely on SkTypeface::onGetTable* by reed@google.com · 12 years ago
  4. b58a639 Enable init'ed but unused var warning on windows for closer parity with mac/linux warnings. by bsalomon@google.com · 12 years ago
  5. d9ba9a0 Change the name of SkFlags to SkCommandLineFlags. by scroggo@google.com · 12 years ago
  6. 055180c Use function-ptr instead of SkFontHost api to allow client to handle by reed@google.com · 12 years ago
  7. 1139940 Upstream changes from Android for decoding jpeg images. by djsollen@google.com · 12 years ago
  8. 6e32c46 Remove SK_ENABLE_LIBPNG define as it is no longer needed by Android. by djsollen@google.com · 12 years ago
  9. acef3c4 Reverting r8233 (Use SkSet in PDF) by robertphillips@google.com · 12 years ago
  10. 09fd4d2 Reland r8235 "Switch gm to use SkFlags." by scroggo@google.com · 12 years ago
  11. 65eb4d5 Add stroked ovals and CircleEdgeEffect. by jvanverth@google.com · 12 years ago
  12. 0b73563 Revert "Make gm use SkFlags." by scroggo@google.com · 12 years ago
  13. 7d51930 Make gm use SkFlags. by scroggo@google.com · 12 years ago
  14. 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
  15. 14c3fc6 Adding rects-specific GM by robertphillips@google.com · 12 years ago
  16. f735cb3 Remove SkMMapStream.h from core.gypi by robertphillips@google.com · 12 years ago
  17. bb281f7 Improvements/additions to SkImageCache/SkLazyPixelRef. by scroggo@google.com · 12 years ago
  18. e1575aa reland 8200 w/ fix for android (use fullpath instead of path) by reed@google.com · 12 years ago
  19. 070235e revert 8204 -- what is happening??? by reed@google.com · 12 years ago
  20. 4f7e846 reland 8200 w/ fix for android (need fullpath instead of path) by reed@google.com · 12 years ago
  21. 1311f7e revert 8200 to figure out android break by reed@google.com · 12 years ago
  22. d5ea2ae move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availability by reed@google.com · 12 years ago
  23. 09f6c5c Fix android build by robertphillips@google.com · 12 years ago
  24. d9ef3a2 Create a platform-dependent object for accessing purgeable memory. by scroggo@google.com · 12 years ago
  25. c49cabf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  26. a936e37 Upstream Android modifications to the image encoders/decoders. by commit-bot@chromium.org · 12 years ago
  27. c8e011c Update Android Release build to use -O3. by commit-bot@chromium.org · 12 years ago
  28. 1304bb2 shape ops work in progress by caryclark@google.com · 12 years ago
  29. 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
  30. 91274b9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  31. ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 12 years ago
  32. 512977a re-enable fast blur so I can rebaseline by humper@google.com · 12 years ago
  33. 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
  34. 7eb28aa Adding more warning in core by sugoi@google.com · 12 years ago
  35. dfc867b Turning on warning as error on Linux by sugoi@google.com · 12 years ago
  36. 2d137b6 Fix Windows build - revert r8056 and r8057 by borenet@google.com · 12 years ago
  37. 663a979 Fix build by borenet@google.com · 12 years ago
  38. f8905e4 Fix Windows build by borenet@google.com · 12 years ago
  39. 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
  40. 184487c Collect minidump and print callstack if an app chrashes. by edisonn@google.com · 12 years ago
  41. b58772f PDF: add support for named destinations. by epoger@google.com · 12 years ago
  42. 754a3eb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  43. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 12 years ago
  44. 6918d48 Use vertex array objects on core profiles. by bsalomon@google.com · 12 years ago
  45. 327b9b2 Gyp changes for NaCl debugger by borenet@google.com · 12 years ago
  46. 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 12 years ago
  47. 1cad898 PDF: add support for named destinations by epoger@google.com · 12 years ago
  48. 31ea339 Convert skhello tool to SkFlags API. by commit-bot@chromium.org · 12 years ago
  49. cc69020 Add a way to monitor cache hits and misses for deferred decoding. by scroggo@google.com · 12 years ago
  50. 161e1ba Created my own flag parser, based off of gflags. by scroggo@google.com · 12 years ago
  51. 822bde7 implement fonthost table methods directly in fontconfig backend, _tables now relegated to by reed@google.com · 12 years ago
  52. 6ec97b6 refactor fonthost_tables into wrapper (fonthost) and impl (fontstream) by reed@google.com · 12 years ago
  53. 8333d2a enable fontconfig backend for fonthost on linux by reed@google.com · 12 years ago
  54. b103ed4 eliminate atsuii/coretext distinction, and rename to just _mac by mike@reedtribe.org · 12 years ago
  55. cef21e4 Add freetype to skia_base_libs when building for NaCl by borenet@google.com · 12 years ago
  56. ecd8484 Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 12 years ago
  57. b82c399 Revert 7919 and 7920 (committed wrong version of r7919.) by bsalomon@google.com · 12 years ago
  58. c61c3c3 gm self-test: use a pathologically simple test case instead of dashing2 by commit-bot@chromium.org · 12 years ago
  59. 87c6d7a Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 12 years ago
  60. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 12 years ago
  61. 5bd26d3 revert r7892 by edisonn@google.com · 12 years ago
  62. 194b7cd resubmit after fixing assert issue: https://codereview.appspot.com/6744050 by edisonn@google.com · 12 years ago
  63. 4e0d96b revert fontconfig gyp change for now (need to install it on housekeeper and chromeos bots) by reed@google.com · 12 years ago
  64. f0e92f3 enable fontconfig by default in ports.gyp by reed@google.com · 12 years ago
  65. d1c53aa Revert r7883 by edisonn@google.com · 12 years ago
  66. 676aef0 Use SkSet to fix issue when pdf generates an exp number of resources. by edisonn@google.com · 12 years ago
  67. 5661c5b Build freetype as a standalone_static_library by borenet@google.com · 12 years ago
  68. 1744f97 Use glGetStringi to get extensions when available. by bsalomon@google.com · 12 years ago
  69. 92abe48 move SampleTypeface into gm/typefacestyles by reed@google.com · 12 years ago
  70. 8f94361 Consolidate functions common the the null and debug GL interfaces. by bsalomon@google.com · 12 years ago
  71. 04115a1 Add an SkSet class to be used by Pdf only, for now - reverted because of triggering heap corruption on Win7, original coe review: https://codereview.appspot.com/6749054 by edisonn@google.com · 12 years ago
  72. 1a68805 move SkFDStream out of images into core by reed@google.com · 12 years ago
  73. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 12 years ago
  74. 4a71997 Add chart bench. Review URL: https://codereview.appspot.com/7368051 by bsalomon@google.com · 12 years ago
  75. a1c511b New SkRectShaderImageFilter image filter by sugoi@google.com · 12 years ago
  76. e49ad45 Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexBuffer. by bsalomon@google.com · 12 years ago
  77. 5d0a769 debug dump functions for mathematica visualization by humper@google.com · 12 years ago
  78. 45a8fc6 shape ops work in progress by caryclark@google.com · 12 years ago
  79. 9053c2e Add animated line chart sample by bsalomon@google.com · 12 years ago
  80. 2f10475 Fix moc generation with SK_SUPPORT_GPU defined by robertphillips@google.com · 12 years ago
  81. 522dbd2 match chromium's approach for locating the most appropriate macos SDK to use by humper@google.com · 12 years ago
  82. 5a90ada Add Random unit tests. by jvanverth@google.com · 12 years ago
  83. c3799ad Add a bench for SkBicubicImageFilter. by senorblanco@chromium.org · 12 years ago
  84. 8598328 Remove compile time option to use different types for text vertices. by bsalomon@google.com · 12 years ago
  85. fe1b536 Enhance GL error checking for non-Ganesh GL calls by robertphillips@google.com · 12 years ago
  86. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 12 years ago
  87. beda389 shape ops work in progress by caryclark@google.com · 12 years ago
  88. a519f48 rver r7626, might trigger for some strange reason a heap corruption by edisonn@google.com · 12 years ago
  89. 848b9af Add a true Set class. Current use case is to be used with Pdf generator. by edisonn@google.com · 12 years ago
  90. 377c14a Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into SkImageFilterUtils in https://code.google.com/p/skia/source/detail?r=7467, so it has outlived its usefulness. by senorblanco@chromium.org · 12 years ago
  91. 71cf3ae Use XQuartz's version of OSMesa rather than Mac SDK's. It is newer and has a fix for a bug that unit tests and GM trigger. by bsalomon@google.com · 12 years ago
  92. 83f7c65 add new gms for shallow_gradient, in preparation for improving their quality by reed@google.com · 12 years ago
  93. c1f9011 add benchmark for stroked drawRect/drawOval/drawRRect, to prepare for optimizing by reed@google.com · 12 years ago
  94. 528a556 Fix android errors when unflattening an SkImageRef_ashmem object. by djsollen@google.com · 12 years ago
  95. d62e88e Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of drawIndexedInstances. by bsalomon@google.com · 12 years ago
  96. cfcb1be Add SHA1 and MD5 to utils. https://codereview.appspot.com/7071055/ by bungeman@google.com · 12 years ago
  97. 3b0a9fe Update filter tool to allow more flexible filtering by robertphillips@google.com · 12 years ago
  98. 633c32b optimize region::intersect when one wholly contains the other by reed@google.com · 12 years ago
  99. 8857e7c Add SkImageFilterUtils.h to effects.gypi by robertphillips@google.com · 12 years ago
  100. c2594f4 This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmaps for input and output, and removes the rect param. This allows us to return textures which are larger than the actual result, such as when GrAutoScratchTextures are used. The SkBitmap's size represents the active region, while the GrTexture's size is the full texture size. by senorblanco@chromium.org · 12 years ago