1. 102081a move GrGLPathProcessor back into GrPathProcessor by joshualitt · 9 years ago
  2. d8dd47b remove path specific program building classes by joshualitt · 9 years ago
  3. e7afc2d Start trying to collapse path program stuff by joshualitt · 9 years ago
  4. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
  5. 512be53 Cleanup GrDrawTarget now that all paths lead to GrBatch by bsalomon · 9 years ago
  6. 809e5af Brian requested a new namespace for factories that create fragment processors that combine 2 things with a xfermode. This way, we can change the implementation of these factories in the future to not use GrComposeEffect if desired. by wangyix · 9 years ago
  7. 61a81e3 Mimic Chrome better in our GYPs. by mtklein · 9 years ago
  8. 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
  9. a5783ae Provides various implementations of Android's SkBitmapRegionDecoder. by msarett · 9 years ago
  10. 0f0af23 Revert[2] of "switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE" by reed · 9 years ago
  11. 43fe618 refactor parts of SkGr.cpp for use by SkImages by reed · 9 years ago
  12. 189aef7 Create module system for VisualBench by joshualitt · 9 years ago
  13. 8fd97ea Revert of Provides multiple implementations of Android's SkBitmapRegionDecoder (patchset #16 id:360001 of https://codereview.chromium.org/1288963002/ ) by msarett · 9 years ago
  14. 76f755e Provides various implementations of Android's SkBitmapRegionDecoder. by msarett · 9 years ago
  15. f4a6d30 remove duplicated sample (already have a gm) by reed · 9 years ago
  16. 1a9caff add interactive xfer sample by reed · 9 years ago
  17. 0cffb17 Remove GrAddPathRenderers_default by joshualitt · 9 years ago
  18. 6335a72 Move PathRenderers to batches folder by joshualitt · 9 years ago
  19. fbccb59 Call standard libjpeg/libjpeg-turbo APIs by msarett · 9 years ago
  20. 46b42f5 Add empty files to empty targets to appease XCode. by mtklein · 9 years ago
  21. 5ef194c Suppress embedding fonts when the skp's fonts match the OS fonts. by caryclark · 9 years ago
  22. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  23. 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
  24. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  25. d02b99f Interlaced gifs without the iterator by msarett · 9 years ago
  26. 885bf09 skia: add ability to load command_buffer_gles2 by hendrikw · 9 years ago
  27. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  28. bcf33d5 Rename GrBWFillRectBatch to GrNonAAFillRectBAtch by joshualitt · 9 years ago
  29. 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
  30. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  31. afd7c74 Remove SK_OFFSETOF from SkTypes, clean up offsetof usage. by bungeman · 9 years ago
  32. 8553396 Add build targets for advanced Intel instruction sets (1.5 of 3) by mtklein · 9 years ago
  33. a5114d7 Have DM manually encode its .png outputs. by mtklein · 9 years ago
  34. 0e6ff38 Update giflib to 5.1.1 (AOSP hash) by msarett · 9 years ago
  35. 5141d90 Add build targets for advanced Intel instruction sets (1 of 3). by mtklein · 9 years ago
  36. 499abab add gm for image->newShader by reed · 9 years ago
  37. 2f0dbc7 Update SkLightingShader to support rotation by robertphillips · 9 years ago
  38. add79ef Put drawPath in GrBatch. by bsalomon · 9 years ago
  39. f7d602a Revert "Update SkLightingShader to support rotation" by robertphillips · 9 years ago
  40. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  41. f582282 change asABitmap to isABitmap on shader by reed · 9 years ago
  42. 45b59ed Update SkLightingShader to support rotation by robertphillips · 9 years ago
  43. ae5b2c6 Create GrQuad by joshualitt · 9 years ago
  44. 451af50 remove SkDeferredCanvas by reed · 9 years ago
  45. da04e0e Allow setting of GrBatchFontCache atlas sizes by joshualitt · 9 years ago
  46. 8c9a67a Revert of Have DM manually encode its .png outputs. (patchset #2 id:20001 of https://codereview.chromium.org/1304443002/ ) by mtklein · 9 years ago
  47. 3cc0dff Have DM manually encode its .png outputs. by mtklein · 9 years ago
  48. 48305e8 SkPDF/Deflate: clean up old SkFlate code by halcanary · 9 years ago
  49. a44919e Path stenciling in GrBatch by bsalomon · 9 years ago
  50. 892b0c3 Add skeleton json support to visualbench by joshualitt · 9 years ago
  51. 872062c GrCopySurfaceBatch by bsalomon · 9 years ago
  52. 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
  53. 2ad37be Move GrTBatchTesselator to its own file by joshualitt · 9 years ago
  54. 5346983 Put clear and discard into GrBatch. by bsalomon · 9 years ago
  55. 9483763 Remove SkOpts_sse2.cpp. by mtklein · 9 years ago
  56. 95dd177 Revert[8] "move some public headers into private" by reed · 9 years ago
  57. 7539856 Make GrVertexBatch objects hold their own draws during GrDrawTarget flush by bsalomon · 9 years ago
  58. dcbaa8a Revert of Depend on ETC1 via DEPS instead of a direct third_party checkin. (patchset #1 id:1 of https://codereview.chromium.org/1296253003/ ) by mtklein · 9 years ago
  59. b279668 fix typo in android_framework_lib.gyp by Derek Sollenberger · 9 years ago
  60. a408260 Add GPU to the android include path. by djsollen · 9 years ago
  61. ca01d17 Depend on ETC1 via DEPS instead of a direct third_party checkin. by mtklein · 9 years ago
  62. fb28cd2 Revert[7] "move some public headers into private" by reed · 9 years ago
  63. e027169 Revert[6] "move some public headers into private" by reed · 9 years ago
  64. 9a106ba A bit of misc cleanup. by mtklein · 9 years ago
  65. 540e488 Add include paths in gputest.gyp for use by additional gpu tests. by egdaniel · 9 years ago
  66. 820bffb Build all GMs on Android. by mtklein · 9 years ago
  67. 8f4ba76 SkScaledCodec class by emmaleer · 9 years ago
  68. b0a32cc Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.chromium.org/1260673002/ ) by egdaniel · 9 years ago
  69. b157917 SkScaledCodec class by emmaleer · 9 years ago
  70. 16b9913 Split GrDrawBatch and GrVertexBatch into their own files by bsalomon · 9 years ago
  71. c7993d7 Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  72. 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
  73. d518ea7 SkScaledCodec class by emmaleer · 9 years ago
  74. e5aaa07 Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  75. 0944100 SkScaledCodec class by emmaleer · 9 years ago
  76. 9c80b5f Move GrRectBatch to GrBWFillRectBatch and make internal by joshualitt · 9 years ago
  77. cc1229c Revert "Revert[4] "move some public headers into private"" by reed · 9 years ago
  78. 65bd7ae Add gyp support for new GPU backend by jvanverth · 9 years ago
  79. 33e00db Revert[4] "move some public headers into private" by reed · 9 years ago
  80. d9e5715 SkPDF: Move SkFlate into src/pdf (part 1/3) [reland] by halcanary · 9 years ago
  81. cc34c41 Revert of SkPDF: Move SkFlate into src/pdf (part 1/3) (patchset #1 id:1 of https://codereview.chromium.org/1285913002/ ) by halcanary · 9 years ago
  82. e14c1fe SkPDF: Move SkFlate into src/pdf (part 1/3) by halcanary · 9 years ago
  83. 4b5472b Add ability to pass in an optional path to additional unit tests to run. by egdaniel · 9 years ago
  84. 9cdcabe Revert[3] "move some public headers into private" by reed · 9 years ago
  85. 9d20ee5 Revert[2] "move some public headers into private" by reed · 9 years ago
  86. 3bff474 Hopefully fix ios bots BUG=skia: by msarett · 9 years ago
  87. 2ccdb63 SkPDF: clean up overuse of SK_SUPPORT_PDF by halcanary · 9 years ago
  88. fcaaade Switching Skia to chromium's libjpeg-turbo by msarett · 9 years ago
  89. 4d0d81a Add high resolution WallTimer to SampleApp by jvanverth · 9 years ago
  90. 8ee06f2 SkPDF: allow PDF module to be disabled in DM and SampleApp by halcanary · 9 years ago
  91. 4cf9e7e Revert "move some public headers into private" by reed · 9 years ago
  92. eedf0fb move some public headers into private by reed · 9 years ago
  93. 14205b1 Expand functionality of GrRectBatchFactory with AARects by joshualitt · 9 years ago
  94. ecd1a69 Create GrRectBatchFactory by joshualitt · 9 years ago
  95. 9ff6425 move Stroke Rect and AAFill Rect to their own file by joshualitt · 9 years ago
  96. 0df0e43 Revert of Update libwebp and resume testing scaled webp (patchset #2 id:20001 of https://codereview.chromium.org/1280073002/ ) by scroggo · 9 years ago
  97. 0575d3e Update libwebp and resume testing scaled webp by scroggo · 9 years ago
  98. 2771b56 GrDrawVertices to batches by joshualitt · 9 years ago
  99. 14b8803 Move GrDrawAtlasBatch to separate file by jvanverth · 9 years ago
  100. 1694a93 Revert of Move GrDrawAtlasBatch to separate file (patchset #1 id:1 of https://codereview.chromium.org/1274013003/ ) by jvanverth · 9 years ago