1. 219f18f C API: Add SK_API, also documentation of an example. by halcanary · 9 years ago
  2. 73fa616 Added SkComposeShader GPU implementation by wangyix · 9 years ago
  3. dac7005 Remove GrGpuTraceMarker hooks until we rethink the design by joshualitt · 9 years ago
  4. b2885d5 Document SkString::resize(int) as destructive. by bungeman · 9 years ago
  5. afcd7cd Rename flag from "distance field" to "device independent." by bsalomon · 9 years ago
  6. 5ef194c Suppress embedding fonts when the skp's fonts match the OS fonts. by caryclark · 9 years ago
  7. 5406d6f Scanline decoding for bmp by msarett · 9 years ago
  8. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  9. a511e6a Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ ) by rmistry · 9 years ago
  10. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  11. b236d1a change colortable to use factory for reinflating, check for empty by reed · 9 years ago
  12. 62ce030 Replace SkPin32 with SkTPin and remove. by bungeman · 9 years ago
  13. 7445cef Remove sys/types.h include from SkTypes.h. by bungeman · 9 years ago
  14. 761cf61 Clean up SkTLogic. by bungeman · 9 years ago
  15. 4204800 Convert child FPs from refs to pending executions when parent converts by bsalomon · 9 years ago
  16. 38f1f6f Remove overly complicated GR_CREATE_STATIC_PROCESSOR macro by mdempsky · 9 years ago
  17. 885bf09 skia: add ability to load command_buffer_gles2 by hendrikw · 9 years ago
  18. 33c594c [tracing] Add support for skia caches to dump memory stats by ssid · 9 years ago
  19. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  20. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  21. 5cb00a9 zero-length cap fix by caryclark · 9 years ago
  22. 4bf69f7b Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
  23. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  24. 60e0fee Remove include of stdlib.h from SkTypes.h. by bungeman · 9 years ago
  25. afd7c74 Remove SK_OFFSETOF from SkTypes, clean up offsetof usage. by bungeman · 9 years ago
  26. ab5d5de Enable debug builds in the Android framework by djsollen · 9 years ago
  27. ab374cf Explicitly friend ::SkPrivateEffectInitializer to flattenables. by mtklein · 9 years ago
  28. 5141d90 Add build targets for advanced Intel instruction sets (1 of 3). by mtklein · 9 years ago
  29. 21b998b Revert of experiment with zero-length round capped line segments (patchset #4 id:60001 of https://codereview.chromium.org/1309753002/ ) by caryclark · 9 years ago
  30. dd3c165 experiment with zero-length round capped line segments by caryclark · 9 years ago
  31. b6b513b Create separate entry points for the various flavors of drawRect by joshualitt · 9 years ago
  32. 0abdf76 Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id:1 of https://codereview.chromium.org/1300403003/ ) by senorblanco · 9 years ago
  33. 6392668 Add ANGLE workaround to prefer flushes over VRAM usage by robertphillips · 9 years ago
  34. 12d8472 Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id:130001 of https://codereview.chromium.org/1296943002/ ) by herb · 9 years ago
  35. ddbbdda SkImage method for detecting lazy decoding by fmalita · 9 years ago
  36. 9a5bd7e Introduce interface for memory dumps by primiano · 9 years ago
  37. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  38. 915881f Implement canComputeFastBounds() for image filters. by senorblanco · 9 years ago
  39. 2f0dbc7 Update SkLightingShader to support rotation by robertphillips · 9 years ago
  40. d1c6b7c SkColorCubeFilter: require alpha == 0xFF. by mtklein · 9 years ago
  41. f7d602a Revert "Update SkLightingShader to support rotation" by robertphillips · 9 years ago
  42. 216b643 private iterator to visit all resource cache entries by reed · 9 years ago
  43. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  44. f582282 change asABitmap to isABitmap on shader by reed · 9 years ago
  45. 790d74f No need to re-declare pure virtual name(). by mtklein · 9 years ago
  46. 45b59ed Update SkLightingShader to support rotation by robertphillips · 9 years ago
  47. 95b96d6 Revert of cast SK_ARRAY_COUNT to make it sign agnostic (patchset #1 id:1 of https://codereview.chromium.org/1299943002/ ) by caryclark · 9 years ago
  48. bca8620 cast SK_ARRAY_COUNT to make it sign agnostic by caryclark · 9 years ago
  49. 7dea7b7 Use calloc to allocate data that will be uploaded to vertex/index buffers in Chrome by bsalomon · 9 years ago
  50. 93ab254 This change is in preparation for updating how processor keys and meta keys are generated for frag procs. by wangyix · 9 years ago
  51. 451af50 remove SkDeferredCanvas by reed · 9 years ago
  52. da04e0e Allow setting of GrBatchFontCache atlas sizes by joshualitt · 9 years ago
  53. b32758a Test scaling for small images by msarett · 9 years ago
  54. b1daa86 When getGLInstance is called on a frag proc, the resulting GrGLFragmentProcessor will be the root of a tree of GrGLFragmentProcessors that mirrors the GrFragmentProcessor's tree. This allows setData() to be called recursively (removing the responsibility from compose shader) and allows gl instances direct access to their children gl instances so they can emit their code. by wangyix · 9 years ago
  55. 935d6cf Add subsets to SkImageGenerator and SkImageCacherator by reed · 9 years ago
  56. 0c263fa Deduplicate typefaces across sub-pictures by mtklein · 9 years ago
  57. 54017d7 Made isEqual in GrFragmentProcessor recursive by wangyix · 9 years ago
  58. 69ed114 Added class AutoFragmentChildProcAdvance to be constructed before a child emitCode and destructed after by wangyix · 9 years ago
  59. 95dd177 Revert[8] "move some public headers into private" by reed · 9 years ago
  60. f433bb2 SkPaintFilterCanvas should inherit the target canvas state by fmalita · 9 years ago
  61. fb28cd2 Revert[7] "move some public headers into private" by reed · 9 years ago
  62. e027169 Revert[6] "move some public headers into private" by reed · 9 years ago
  63. 8f4ba76 SkScaledCodec class by emmaleer · 9 years ago
  64. b0a32cc Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.chromium.org/1260673002/ ) by egdaniel · 9 years ago
  65. b157917 SkScaledCodec class by emmaleer · 9 years ago
  66. 8f4fe37 some catchup CL revisions by reed · 9 years ago
  67. 7e6d9c0 Every pixel ref gets its own mutex. by mtklein · 9 years ago
  68. c7993d7 Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  69. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  70. 8f34372 Extend SkImageGenerator to support natively generated GrTextures. As part of this, added uniqueID() to the generator, and made it be in the same namespace is bitmaps, pixelrefs, images. by reed · 9 years ago
  71. d518ea7 SkScaledCodec class by emmaleer · 9 years ago
  72. e5aaa07 Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  73. 0944100 SkScaledCodec class by emmaleer · 9 years ago
  74. d5b7563 add SkImage::NewFromPicture and a GM to test it by reed · 9 years ago
  75. 7ef45a1 Added mangleString member and onBefore*, onAfter* functions to GrGLFragmentShaderBuilder by wangyix · 9 years ago
  76. 6e83ac7 Defer flushes if kPreferNoIO is specified by robertphillips · 9 years ago
  77. cc1229c Revert "Revert[4] "move some public headers into private"" by reed · 9 years ago
  78. 72440a3 Use forwarding with SkTLazy::init. by bungeman · 9 years ago
  79. 9bc3954 Refactor helper function for SkBitmapShader to GrFragmentProcessor by joshualitt · 9 years ago
  80. 33e00db Revert[4] "move some public headers into private" by reed · 9 years ago
  81. a50e17a Add support for a new GPU interface by jvanverth · 9 years ago
  82. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  83. 58d890b All child GrFragmentProcs' transforms and textures will be stored in the root GrFragmentProc in preorder by wangyix · 9 years ago
  84. 65cc3e4 C API: add radial, sweep, and two-point conical gradient shaders by halcanary · 9 years ago
  85. b427db1 Consolidate SkCodec functions for handling rewind by scroggo · 9 years ago
  86. 9cdcabe Revert[3] "move some public headers into private" by reed · 9 years ago
  87. 9d20ee5 Revert[2] "move some public headers into private" by reed · 9 years ago
  88. a387a11 Make GrBatch carry its own GrPipeline by bsalomon · 9 years ago
  89. 4cf9e7e Revert "move some public headers into private" by reed · 9 years ago
  90. eedf0fb move some public headers into private by reed · 9 years ago
  91. b7ee1bf trivial CL to add drawBatch to GrDrawContext by joshualitt · 9 years ago
  92. 14205b1 Expand functionality of GrRectBatchFactory with AARects by joshualitt · 9 years ago
  93. 021f631 api helpers inspired by blink use-cases by reed · 9 years ago
  94. 41838a0 remove unneeded _DRAWIMAGERECT flags by reed · 9 years ago
  95. 31ff762 First pass at drawAtlas batching. by jvanverth · 9 years ago
  96. 922c8b1 Break LCD and Bitmap text dependency on hardcoded atlas values by joshualitt · 9 years ago
  97. 469a3fe Add approxBytesUsed to hashes. by mtklein · 9 years ago
  98. 3848427 The compiler can generate smulbb perfectly well nowadays. by mtklein · 9 years ago
  99. 765d6ad __ARM_NEON is defined both by ARMv8 and ARMv7 + -mfpu=neon. by mtklein · 9 years ago
  100. 51c8d40 Move some work from backend onClear to base class clear by egdaniel · 9 years ago