1. 05e7024 Expose functionality to purge the GPU texture cache while running SampleApp. by twiz@google.com · 13 years ago
  2. b1caea0 Rip out GrPlatformSurface (has been deprecated for some time, use GrPlatformTexture or GrPlatformRenderTarget instead) by bsalomon@google.com · 13 years ago
  3. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
  4. 8bb3ba1 need to include SkColorFilter.h since we reference some methods on it by reed@google.com · 13 years ago
  5. 6d428d3 Make SkRegion::operator== a member function, rather than a privately-declared by reed@google.com · 13 years ago
  6. 4f3c253 Add flag to disable gl error checking when allocating gpu objects by bsalomon@google.com · 13 years ago
  7. 13e812c Interpolate vertical linear gradients for improved quality. by tomhudson@google.com · 13 years ago
  8. dd1be60 Pull xfer mode test out of generic draw-as-hairline test. Use coverage rather than alpha to draw hairlines < 1pix wide in GPU. by bsalomon@google.com · 13 years ago
  9. f4b0732 Somehow this change was missing from the previous commit. by schenney@chromium.org · 13 years ago
  10. a6d04d9 Fixing the behavior of SkPathMeasure to reflect changes in SkPath::Iter. by schenney@chromium.org · 13 years ago
  11. 8351aab add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCD by reed@google.com · 13 years ago
  12. 4370aed Adding class SkDeferredCanvas for deferred rendering. by junov@google.com · 13 years ago
  13. d335d1d automatically inject a moveTo if we see a close followed by a line/quad/cubic by reed@google.com · 13 years ago
  14. dcbd6e3 remove unused bool param to SkMutex constructor by reed@google.com · 13 years ago
  15. dafde9e Remove shadersupport caps bit by bsalomon@google.com · 13 years ago
  16. f66436c android: optimize atomics routines by digit@google.com · 13 years ago
  17. c79fd6e Export SkColorMatrixFilter via SK_API. by senorblanco@chromium.org · 13 years ago
  18. 69a9943 add SkPath::cheapComputeDirection() plus unittests by reed@google.com · 13 years ago
  19. 63d7374 add SkPath::reverseAddPath() by reed@google.com · 13 years ago
  20. a44e6c6 Add ARM optimizations to the build. by djsollen@google.com · 13 years ago
  21. b55deeb add allowImageFilter() so a device can allow/disallow filters by reed@google.com · 13 years ago
  22. 76dd277 add filterImage() entry-point to SkDevice, to allow it to specialize on subclasses by reed@google.com · 13 years ago
  23. 7191840 add asComponentTable() query (will impl in SkTableColorFilter next) by reed@google.com · 13 years ago
  24. d53f7c2 make getOrigin() public so callers can adjust layer by caryclark@google.com · 13 years ago
  25. 280e99f Add support for GL texture storage by bsalomon@google.com · 13 years ago
  26. f58f9f6 remove as these are replaced by SkJSON by mike@reedtribe.org · 13 years ago
  27. 6630d8d Add the ability to iterate through a path without modification. This change is by schenney@chromium.org · 13 years ago
  28. 0e3c9ca add count(), fix bad llist logic in remove() by mike@reedtribe.org · 13 years ago
  29. e4058b4 add Object::remove, some dox, leak debugging code by mike@reedtribe.org · 13 years ago
  30. 50bdad8 Implement the color matrix filter in Ganesh. Also, fix and enable the color by senorblanco@chromium.org · 13 years ago
  31. abf00aa expose isSubpixel() on the cache, so SkDraw can know if it should expect by reed@google.com · 13 years ago
  32. d5d9dad Update header comments to more accurately describe behavior of by tomhudson@google.com · 13 years ago
  33. 0f175a6 experiment #2 for JSON data by mike@reedtribe.org · 13 years ago
  34. 41f1c46 add experimental class for json by mike@reedtribe.org · 13 years ago
  35. 72785c4 Fix problems with SampleApp Fuzzer due to issues in iterating over degenerate paths. by schenney@chromium.org · 13 years ago
  36. a31ac73 Tighten up restrictions on blit width: some shaders assert that they by tomhudson@google.com · 13 years ago
  37. a69b48c Add SkTableColorFilter, as a foundation for several SVG filters by mike@reedtribe.org · 13 years ago
  38. 7012162 add SK_OVERRIDE by mike@reedtribe.org · 13 years ago
  39. 4714359 Bugfixes to antialiased blitting. by tomhudson@google.com · 13 years ago
  40. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  41. 49eac19 New 'blitAntiRect' entry point for blitters, specialized in supersampling by tomhudson@google.com · 13 years ago
  42. b0af6da Protecting changes to the SkPath iteration with an ifdef for Chromium. by schenney@chromium.org · 13 years ago
  43. cf4b818 declare IsVariationSelector to be inline, to fix warning by reed@google.com · 13 years ago
  44. 419f433 add SkUnichar_IsVariationSelector() by reed@google.com · 13 years ago
  45. e5ff3ce Implement SkColorFilter::asColorMatrix() virtual, and override in by senorblanco@chromium.org · 13 years ago
  46. 9d0c6ec fix 'no static globals' for chromium by caryclark@google.com · 13 years ago
  47. ae814c7 A software implementation of the Gaussian blur filter, using 3 box blurs. Also by senorblanco@chromium.org · 13 years ago
  48. 32d25b6 initial impl of SkImageFilters : virtual signature will change! by reed@google.com · 13 years ago
  49. 4da06ab Modifying SkPath to store all verbs provided by the user, and to give by schenney@chromium.org · 13 years ago
  50. 24569b5 sk_float_round isn't a function, so call this instead: sk_float_floor((x) + 0.5f) by reed@google.com · 13 years ago
  51. f86ab84 cleanup font purging functions by caryclark@google.com · 13 years ago
  52. b052129 Exposing the isImmutable/setImmutable API of SkPixelRef in SkBitmap by junov@chromium.org · 13 years ago
  53. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  54. 7c20293 add canvas::isDrawingToLayer(), as a fast query for chrome; faster than by reed@google.com · 13 years ago
  55. aa814fe Access sampler matrices directly, cleanup GrSamplerState::reset()s by bsalomon@google.com · 13 years ago
  56. 1e266f8 Remove GrDrawState::setSampler, use direct access to sampler by bsalomon@google.com · 13 years ago
  57. 1fadb20 Remove static initiazled gClampNearest in gpu backend by bsalomon@google.com · 13 years ago
  58. e51755f add first cut at arithmetic mode by mike@reedtribe.org · 13 years ago
  59. 59204b4 Closing fd for mmap after mapping succeeds. by djsollen@google.com · 13 years ago
  60. 07dd2bf Add support for GL_ANGLE_texture_usage by bsalomon@google.com · 13 years ago
  61. b6e1619 Adding isOpaque method to skia shader classes by junov@chromium.org · 13 years ago
  62. 982cb87 add SK_OVERRIDE, move subclass impls of virtuals into .cpp by reed@google.com · 13 years ago
  63. 7716afb add SK_OVERRIDEs by reed@google.com · 13 years ago
  64. 75d939b add SK_OVERRIDEs, move impl of virtuals into .cpp by reed@google.com · 13 years ago
  65. 59ccef6 add more SK_OVERRIDEs update dox for SkEmptyShader by reed@google.com · 13 years ago
  66. 43d7484 don't specify default parameter values when overriding a method by reed@google.com · 13 years ago
  67. 5ae777d rename sk_float_isNaN to sk_float_isnan to match related functions by reed@google.com · 13 years ago
  68. 1607863 rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed by reed@google.com · 13 years ago
  69. 9791291 Prep for GrDrawState as a class Part 2 by bsalomon@google.com · 13 years ago
  70. 39ee0ff Prep #1 for making GrDrawState a class by bsalomon@google.com · 13 years ago
  71. 5bc34f0 Remove fConfig/fFormat union in GrTextureDesc by bsalomon@google.com · 13 years ago
  72. c2f8e9a make _isnan windows specific by reed@google.com · 13 years ago
  73. 61873a5 add sk_float_isfinite to mask platform differences by reed@google.com · 13 years ago
  74. ef843cd When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep by senorblanco@chromium.org · 13 years ago
  75. a89c77b revert 2783 -- broke debug gm by reed@google.com · 13 years ago
  76. f974a5d New function SkBlitter::blitAntiRect(); specifically accelerated for by tomhudson@google.com · 13 years ago
  77. 05fffdc Doxygen configuration file, documentation and minor cleanup on blitters. by tomhudson@google.com · 13 years ago
  78. b44cd65 Fix Paint == comparison on Android. by djsollen@google.com · 13 years ago
  79. eedef25 Remove suffixes from SK_wGL macros by bsalomon@google.com · 13 years ago
  80. bd7c641 Add SkWGLExtensionInterface for dealing with WGL extensions by bsalomon@google.com · 13 years ago
  81. 06711bd9 Move SkGLCanvas.h to obsolete, delete from gyp by bsalomon@google.com · 13 years ago
  82. ea6805d add 2nd _ to __OpenBSD_ by reed@google.com · 13 years ago
  83. 56d11e0 Add support for GL_ANGLE_pack_reverse_row_order by bsalomon@google.com · 13 years ago
  84. d80a509 replacing Gr* with Sk* in SkTArray.h by junov@chromium.org · 13 years ago
  85. 3138d36 Add more Unix platforms on which Skia for Chromium has been built, by reed@google.com · 13 years ago
  86. fb30951 [GPU] tile when large bitmap pased drawBitmap and only a small fraction is used by bsalomon@google.com · 13 years ago
  87. 1271d78 add bytes() to SkTDArray, which returns the number of bytes in the array, by reed@google.com · 13 years ago
  88. 01224d5 Unroll loops in SkBlurMask for speedup on Windows (benchmarks should see by tomhudson@google.com · 13 years ago
  89. c9d9337 define SK_OVERRIDE based on windows compiler, not windows platform (for mingw) by reed@google.com · 13 years ago
  90. b1277c9 Fix mac debug asserts by bsalomon@google.com · 13 years ago
  91. 6a2134e Fix build by bsalomon@google.com · 13 years ago
  92. 0442380 Add hints for static analysis about when we intend to crash by bsalomon@google.com · 13 years ago
  93. 4ee8aea fix mac warnings http://codereview.appspot.com/5431053/ by caryclark@google.com · 13 years ago
  94. 259210c add SK_OVERRIDE by mike@reedtribe.org · 13 years ago
  95. ffe49f5 store 3 bits of luminance, but (for now) discretize that in fonthost::filterec by reed@google.com · 13 years ago
  96. 1f6b4ae remove GetGammaFlag from SkFontHost prep for retooling of gamma support by reed@google.com · 13 years ago
  97. 54c782c add SetFlags for command line control http://codereview.appspot.com/5416047/ by caryclark@google.com · 13 years ago
  98. f788feb use a define for the shift amount for the hinting bits by reed@google.com · 13 years ago
  99. b6bb5cb reorder bits and remove obsolete kForceAA experimental bit by reed@google.com · 13 years ago
  100. 8426058 ensure we never change the text_encoding of the master paint, since it is used by reed@google.com · 13 years ago