1. 4bc0a9d use higher precision (64bit) fixed-point for matrix proc by reed@google.com · 12 years ago
  2. 3b4dd90 Refactor Gaussian blur and morphology from SkGpuDevice into GrContext. by senorblanco@chromium.org · 12 years ago
  3. 84405e0 make skpaint2grpaint functions be local to skgpudevice.cpp by bsalomon@google.com · 12 years ago
  4. 178b8e0 Add SK_OVERRIDE where appropriate. by tomhudson@google.com · 12 years ago
  5. 9b1517e minor improvement, remove some conditionals in GrAAConvexPathRenderer by bsalomon@google.com · 12 years ago
  6. c2099d2 simplify GrPathRenderer interface by bsalomon@google.com · 12 years ago
  7. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 12 years ago
  8. c1dd888 Better workaround for osx / nv bug by bsalomon@google.com · 12 years ago
  9. b4a4ab1 Remove offscreen supersampler. by bsalomon@google.com · 12 years ago
  10. 10d2d4d move the post cleanup of the rec until after we wack it for maskfilter by reed@google.com · 12 years ago
  11. 48a4cbc add experimental files to encapsulate device-level font settings by reed@google.com · 12 years ago
  12. 5ffd5ba Workaround for chrome on mac buffer object performance issue. by bsalomon@google.com · 12 years ago
  13. aefdd06 move SKPaint's defaults (that might be configurable) into a header by reed@google.com · 12 years ago
  14. 5e5a095 reverting r3268 because of test failures by junov@chromium.org · 12 years ago
  15. feba689 SkDeferredCanvas, performance: small refactor to remove unnecessary conditional branches on all canvas API calls by junov@chromium.org · 12 years ago
  16. 92d2a29 reapply r3259 (that was reverted) with fix. by djsollen@google.com · 12 years ago
  17. a907ac3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 12 years ago
  18. 3cc0d8a reverting r3259 because of gm/test failure. by djsollen@google.com · 12 years ago
  19. 42bbef7 Enable quickRejectY in SkCanvas to be inlined. by djsollen@google.com · 12 years ago
  20. 0b5b0ce reverting r3257 because of gm failure. by junov@chromium.org · 12 years ago
  21. 421bcc3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 12 years ago
  22. 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
  23. 61c2204 add SkCreateDataProviderFromStream to SkCGUtils by reed@google.com · 12 years ago
  24. 1cc8f6f Adding more unit testing for SkCanvas and derived classes. by junov@chromium.org · 12 years ago
  25. 60abb07 Merge changes from the android repo upstream to Skia by djsollen@google.com · 13 years ago
  26. 278dc69 Use cheapComputeDirection to determine normal facing in GrAAConvexPathRenderer by bsalomon@google.com · 13 years ago
  27. 178964b Misc small fixes to unblock skia roll. by bsalomon@google.com · 13 years ago
  28. d6770e6 SSE2 version of blit_lcd16, courtesy of Jin Yang. by tomhudson@google.com · 13 years ago
  29. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 13 years ago
  30. 8f9ecbd Adding API and unit testing for deferred canvas clearing/purging by junov@chromium.org · 13 years ago
  31. 813d38b if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each component by reed@google.com · 13 years ago
  32. 9639994 Use GrGLContextInfo in shader generator by bsalomon@google.com · 13 years ago
  33. 2857a78 Remove extra SK_API by thakis@chromium.org · 13 years ago
  34. ce6dbb6 enable color-luminance in font cache (disabled by default) by reed@google.com · 13 years ago
  35. b447d21 Fix dumb error of starting loop with 0 instead of 1 that uses shift to increment. by bsalomon@google.com · 13 years ago
  36. 89ec61e Add GrGLContextInfo by bsalomon@google.com · 13 years ago
  37. 368b419 Mark SkColorFilter and SkCreateCGImageRefWithColorspace as SK_API. by thakis@chromium.org · 13 years ago
  38. dfad383 Add SK_API to SkPixelRef and TextureCacheEntry. by senorblanco@chromium.org · 13 years ago
  39. 6e85937 Make SkGLContext's FBO creation more robust (allows test apps to run on Intel GPUs) by bsalomon@google.com · 13 years ago
  40. 2976765 Export the texture pixelref classes via SK_API. This is necessary to reference by senorblanco@chromium.org · 13 years ago
  41. f724c4d Add SK_API to SkTableColorFilter by vandebo@chromium.org · 13 years ago
  42. e7a0a16 store luminance in a new field by reed@google.com · 13 years ago
  43. 1f9767c Fixing backing store access in SkDeferredCanvas. by junov@chromium.org · 13 years ago
  44. 4bcb0c6 Reland 3144 with assertion fix. by bsalomon@google.com · 13 years ago
  45. 0439e56 revert 3144 by bsalomon@google.com · 13 years ago
  46. aa67735 Allow chrome to limit the number of FBO status checks by bsalomon@google.com · 13 years ago
  47. 2c23708 Removing some dead code in SkDeferredCanvas by junov@chromium.org · 13 years ago
  48. f8d1aee Open type table definitions. http://codereview.appspot.com/5577064/ by bungeman@google.com · 13 years ago
  49. 75f9f25 Add code path for Gr client to resolve an Gr-created MSAA render target. by bsalomon@google.com · 13 years ago
  50. 78d6cf9 Remove GrAALevel enum, use explicit sample count by bsalomon@google.com · 13 years ago
  51. 9efd9a0 extend fastbounds impls to include maskfilters and drawloopers. This allows by reed@google.com · 13 years ago
  52. bf6c1e4 Adding a flush method to SkCanvas by junov@chromium.org · 13 years ago
  53. 7d72c45 code cleanup for single_pass_path() and remove enum GrConvexHint by bsalomon@google.com · 13 years ago
  54. 74b4619 Formatting cleanup: remove extra whitespace by vandebo@chromium.org · 13 years ago
  55. 05e7024 Expose functionality to purge the GPU texture cache while running SampleApp. by twiz@google.com · 13 years ago
  56. b1caea0 Rip out GrPlatformSurface (has been deprecated for some time, use GrPlatformTexture or GrPlatformRenderTarget instead) by bsalomon@google.com · 13 years ago
  57. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
  58. 8bb3ba1 need to include SkColorFilter.h since we reference some methods on it by reed@google.com · 13 years ago
  59. 6d428d3 Make SkRegion::operator== a member function, rather than a privately-declared by reed@google.com · 13 years ago
  60. 4f3c253 Add flag to disable gl error checking when allocating gpu objects by bsalomon@google.com · 13 years ago
  61. 13e812c Interpolate vertical linear gradients for improved quality. by tomhudson@google.com · 13 years ago
  62. 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
  63. f4b0732 Somehow this change was missing from the previous commit. by schenney@chromium.org · 13 years ago
  64. a6d04d9 Fixing the behavior of SkPathMeasure to reflect changes in SkPath::Iter. by schenney@chromium.org · 13 years ago
  65. 8351aab add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCD by reed@google.com · 13 years ago
  66. 4370aed Adding class SkDeferredCanvas for deferred rendering. by junov@google.com · 13 years ago
  67. d335d1d automatically inject a moveTo if we see a close followed by a line/quad/cubic by reed@google.com · 13 years ago
  68. dcbd6e3 remove unused bool param to SkMutex constructor by reed@google.com · 13 years ago
  69. dafde9e Remove shadersupport caps bit by bsalomon@google.com · 13 years ago
  70. f66436c android: optimize atomics routines by digit@google.com · 13 years ago
  71. c79fd6e Export SkColorMatrixFilter via SK_API. by senorblanco@chromium.org · 13 years ago
  72. 69a9943 add SkPath::cheapComputeDirection() plus unittests by reed@google.com · 13 years ago
  73. 63d7374 add SkPath::reverseAddPath() by reed@google.com · 13 years ago
  74. a44e6c6 Add ARM optimizations to the build. by djsollen@google.com · 13 years ago
  75. b55deeb add allowImageFilter() so a device can allow/disallow filters by reed@google.com · 13 years ago
  76. 76dd277 add filterImage() entry-point to SkDevice, to allow it to specialize on subclasses by reed@google.com · 13 years ago
  77. 7191840 add asComponentTable() query (will impl in SkTableColorFilter next) by reed@google.com · 13 years ago
  78. d53f7c2 make getOrigin() public so callers can adjust layer by caryclark@google.com · 13 years ago
  79. 280e99f Add support for GL texture storage by bsalomon@google.com · 13 years ago
  80. f58f9f6 remove as these are replaced by SkJSON by mike@reedtribe.org · 13 years ago
  81. 6630d8d Add the ability to iterate through a path without modification. This change is by schenney@chromium.org · 13 years ago
  82. 0e3c9ca add count(), fix bad llist logic in remove() by mike@reedtribe.org · 13 years ago
  83. e4058b4 add Object::remove, some dox, leak debugging code by mike@reedtribe.org · 13 years ago
  84. 50bdad8 Implement the color matrix filter in Ganesh. Also, fix and enable the color by senorblanco@chromium.org · 13 years ago
  85. abf00aa expose isSubpixel() on the cache, so SkDraw can know if it should expect by reed@google.com · 13 years ago
  86. d5d9dad Update header comments to more accurately describe behavior of by tomhudson@google.com · 13 years ago
  87. 0f175a6 experiment #2 for JSON data by mike@reedtribe.org · 13 years ago
  88. 41f1c46 add experimental class for json by mike@reedtribe.org · 13 years ago
  89. 72785c4 Fix problems with SampleApp Fuzzer due to issues in iterating over degenerate paths. by schenney@chromium.org · 13 years ago
  90. a31ac73 Tighten up restrictions on blit width: some shaders assert that they by tomhudson@google.com · 13 years ago
  91. a69b48c Add SkTableColorFilter, as a foundation for several SVG filters by mike@reedtribe.org · 13 years ago
  92. 7012162 add SK_OVERRIDE by mike@reedtribe.org · 13 years ago
  93. 4714359 Bugfixes to antialiased blitting. by tomhudson@google.com · 13 years ago
  94. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  95. 49eac19 New 'blitAntiRect' entry point for blitters, specialized in supersampling by tomhudson@google.com · 13 years ago
  96. b0af6da Protecting changes to the SkPath iteration with an ifdef for Chromium. by schenney@chromium.org · 13 years ago
  97. cf4b818 declare IsVariationSelector to be inline, to fix warning by reed@google.com · 13 years ago
  98. 419f433 add SkUnichar_IsVariationSelector() by reed@google.com · 13 years ago
  99. e5ff3ce Implement SkColorFilter::asColorMatrix() virtual, and override in by senorblanco@chromium.org · 13 years ago
  100. 9d0c6ec fix 'no static globals' for chromium by caryclark@google.com · 13 years ago