1. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  2. 5b819c1 Revert 3507 by bsalomon@google.com · 12 years ago
  3. 5370cd9 Consolidate PixelRef flattables with the standard impl by djsollen@google.com · 12 years ago
  4. a728e35 Fix a bunch of Coverity defects - class members not initialized in the constructor. by vandebo@chromium.org · 12 years ago
  5. 802eee9 Move SkTextBox.h from utils to views. by bungeman@google.com · 12 years ago
  6. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 12 years ago
  7. a5d2203 Use a single GrDrawState in GrContext for direct and buffered drawing by bsalomon@google.com · 12 years ago
  8. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  9. fdf6eb7 fix compilation bug in fixed pt by bsalomon@google.com · 12 years ago
  10. 8fe84b5 Add SkMatrix::cheapEqualTo, use in Gr code by bsalomon@google.com · 12 years ago
  11. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  12. ec51cb8 Improved codec link-forcing system by adding Encoder/Decoder creation entry points by robertphillips@google.com · 12 years ago
  13. 8926b16 apply imagefilter to all draw calls by reed@google.com · 12 years ago
  14. 5e41b37 Remove circular dependency of views and animator. by bungeman@google.com · 12 years ago
  15. 7d6c8f9 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago
  16. 7c95942 Extended debug GL interface to include tracking of render buffers by robertphillips@google.com · 12 years ago
  17. f85abda Remove mutual dependency of gr and skgr. http://codereview.appspot.com/5879043/ by bungeman@google.com · 12 years ago
  18. ec1a7fa Move SkBitSet to utils. by vandebo@chromium.org · 12 years ago
  19. cbd76ae Utils must not depend on Views. http://codereview.appspot.com/5867051/ by bungeman@google.com · 12 years ago
  20. 76d6de0 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 12 years ago
  21. bd960c7 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago
  22. 6970557 Re-attempting Linux debug GL interface compiler complaint fix. by robertphillips@google.com · 12 years ago
  23. 008c498 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 12 years ago
  24. f7f9aa8 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago
  25. e63793a Upstream changes from Android repository. by djsollen@google.com · 12 years ago
  26. 56d3a23 Cast the result of SK_OFFSETOF to size_t to match offsetof() and avoid narrowing conversion errors by reed@google.com · 12 years ago
  27. 5994451 Move SkClampRange into src/effects, where it isn't being advertised as by tomhudson@google.com · 12 years ago
  28. 166e653 Fix scaling issue when drawing text on a path. by djsollen@google.com · 12 years ago
  29. 0b53d59 add optional updateMatrixClip param to getTopDevice(). Chrome should set this by reed@google.com · 12 years ago
  30. 0da3719 Added debug GL Interface. This interface tracks various GL objects in order to find leaks & invalid accesses. by robertphillips@google.com · 12 years ago
  31. 8dd90a9 (SSE2) acceleration for rectangular opaque erases. by tomhudson@google.com · 12 years ago
  32. dddf6f6 Skip unnecessary copies in GrPaint operator == by bsalomon@google.com · 12 years ago
  33. 80e1459 add IRect variant of getBounds() by reed@google.com · 12 years ago
  34. 0beaba5 decal mode babystep by reed@google.com · 12 years ago
  35. f4a9c82 Split GrTextContext into baseclass and subclass by bsalomon@google.com · 12 years ago
  36. fb2d3c6 forward declare SkRect by reed@google.com · 12 years ago
  37. 86b2e43 add getBounds() helper by reed@google.com · 12 years ago
  38. ff02960 Add CreateFallbackForScript to SkTypeface for Android. by djsollen@google.com · 12 years ago
  39. 601d312 Expand SkMatrix type mask from uint8 to uint32, aligning the struct by tomhudson@google.com · 12 years ago
  40. 49794c0 make commonBitmap un-virtual. That was a leftover from previous subclassing by reed@google.com · 12 years ago
  41. 68bc6f7 add kUTF32_TextEncoding by reed@google.com · 12 years ago
  42. 610f716 Fix four memory leaks uncovered by valgrinding gm tests. by vandebo@chromium.org · 12 years ago
  43. 6adf797 add SkFourByteInterp256 variant, when the caller has already scaled the last by reed@google.com · 12 years ago
  44. 188838c [PDF] Fix memory hungry inefficiency in pdf resource tracking. by vandebo@chromium.org · 12 years ago
  45. 4bc0a9d use higher precision (64bit) fixed-point for matrix proc by reed@google.com · 12 years ago
  46. 3b4dd90 Refactor Gaussian blur and morphology from SkGpuDevice into GrContext. by senorblanco@chromium.org · 12 years ago
  47. 84405e0 make skpaint2grpaint functions be local to skgpudevice.cpp by bsalomon@google.com · 12 years ago
  48. 178b8e0 Add SK_OVERRIDE where appropriate. by tomhudson@google.com · 12 years ago
  49. 9b1517e minor improvement, remove some conditionals in GrAAConvexPathRenderer by bsalomon@google.com · 12 years ago
  50. c2099d2 simplify GrPathRenderer interface by bsalomon@google.com · 12 years ago
  51. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 12 years ago
  52. c1dd888 Better workaround for osx / nv bug by bsalomon@google.com · 12 years ago
  53. b4a4ab1 Remove offscreen supersampler. by bsalomon@google.com · 12 years ago
  54. 10d2d4d move the post cleanup of the rec until after we wack it for maskfilter by reed@google.com · 12 years ago
  55. 48a4cbc add experimental files to encapsulate device-level font settings by reed@google.com · 12 years ago
  56. 5ffd5ba Workaround for chrome on mac buffer object performance issue. by bsalomon@google.com · 12 years ago
  57. aefdd06 move SKPaint's defaults (that might be configurable) into a header by reed@google.com · 12 years ago
  58. 5e5a095 reverting r3268 because of test failures by junov@chromium.org · 12 years ago
  59. feba689 SkDeferredCanvas, performance: small refactor to remove unnecessary conditional branches on all canvas API calls by junov@chromium.org · 12 years ago
  60. 92d2a29 reapply r3259 (that was reverted) with fix. by djsollen@google.com · 12 years ago
  61. a907ac3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 12 years ago
  62. 3cc0d8a reverting r3259 because of gm/test failure. by djsollen@google.com · 12 years ago
  63. 42bbef7 Enable quickRejectY in SkCanvas to be inlined. by djsollen@google.com · 12 years ago
  64. 0b5b0ce reverting r3257 because of gm failure. by junov@chromium.org · 12 years ago
  65. 421bcc3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 12 years ago
  66. ddd0ed5 Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not that Chrome's font host has been updated. by bungeman@google.com · 12 years ago
  67. 61c2204 add SkCreateDataProviderFromStream to SkCGUtils by reed@google.com · 12 years ago
  68. 1cc8f6f Adding more unit testing for SkCanvas and derived classes. by junov@chromium.org · 12 years ago
  69. 60abb07 Merge changes from the android repo upstream to Skia by djsollen@google.com · 12 years ago
  70. 278dc69 Use cheapComputeDirection to determine normal facing in GrAAConvexPathRenderer by bsalomon@google.com · 12 years ago
  71. 178964b Misc small fixes to unblock skia roll. by bsalomon@google.com · 12 years ago
  72. d6770e6 SSE2 version of blit_lcd16, courtesy of Jin Yang. by tomhudson@google.com · 12 years ago
  73. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 12 years ago
  74. 8f9ecbd Adding API and unit testing for deferred canvas clearing/purging by junov@chromium.org · 12 years ago
  75. 813d38b if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each component by reed@google.com · 12 years ago
  76. 9639994 Use GrGLContextInfo in shader generator by bsalomon@google.com · 12 years ago
  77. 2857a78 Remove extra SK_API by thakis@chromium.org · 12 years ago
  78. ce6dbb6 enable color-luminance in font cache (disabled by default) by reed@google.com · 12 years ago
  79. b447d21 Fix dumb error of starting loop with 0 instead of 1 that uses shift to increment. by bsalomon@google.com · 12 years ago
  80. 89ec61e Add GrGLContextInfo by bsalomon@google.com · 12 years ago
  81. 368b419 Mark SkColorFilter and SkCreateCGImageRefWithColorspace as SK_API. by thakis@chromium.org · 12 years ago
  82. dfad383 Add SK_API to SkPixelRef and TextureCacheEntry. by senorblanco@chromium.org · 12 years ago
  83. 6e85937 Make SkGLContext's FBO creation more robust (allows test apps to run on Intel GPUs) by bsalomon@google.com · 12 years ago
  84. 2976765 Export the texture pixelref classes via SK_API. This is necessary to reference by senorblanco@chromium.org · 12 years ago
  85. f724c4d Add SK_API to SkTableColorFilter by vandebo@chromium.org · 12 years ago
  86. e7a0a16 store luminance in a new field by reed@google.com · 12 years ago
  87. 1f9767c Fixing backing store access in SkDeferredCanvas. by junov@chromium.org · 12 years ago
  88. 4bcb0c6 Reland 3144 with assertion fix. by bsalomon@google.com · 12 years ago
  89. 0439e56 revert 3144 by bsalomon@google.com · 12 years ago
  90. aa67735 Allow chrome to limit the number of FBO status checks by bsalomon@google.com · 12 years ago
  91. 2c23708 Removing some dead code in SkDeferredCanvas by junov@chromium.org · 12 years ago
  92. f8d1aee Open type table definitions. http://codereview.appspot.com/5577064/ by bungeman@google.com · 12 years ago
  93. 75f9f25 Add code path for Gr client to resolve an Gr-created MSAA render target. by bsalomon@google.com · 12 years ago
  94. 78d6cf9 Remove GrAALevel enum, use explicit sample count by bsalomon@google.com · 12 years ago
  95. 9efd9a0 extend fastbounds impls to include maskfilters and drawloopers. This allows by reed@google.com · 12 years ago
  96. bf6c1e4 Adding a flush method to SkCanvas by junov@chromium.org · 12 years ago
  97. 7d72c45 code cleanup for single_pass_path() and remove enum GrConvexHint by bsalomon@google.com · 12 years ago
  98. 74b4619 Formatting cleanup: remove extra whitespace by vandebo@chromium.org · 12 years ago
  99. 05e7024 Expose functionality to purge the GPU texture cache while running SampleApp. by twiz@google.com · 12 years ago
  100. b1caea0 Rip out GrPlatformSurface (has been deprecated for some time, use GrPlatformTexture or GrPlatformRenderTarget instead) by bsalomon@google.com · 12 years ago