1. 33a5fce Initial implementation of GPU no filter NinePatch by joshualitt · 9 years ago
  2. 2f2903d restore dump_record by mtklein · 9 years ago
  3. 835c1b6 Clean up dead code: PictureRenderer by mtklein · 9 years ago
  4. f193853 Clean up dead code: filter. by mtklein · 9 years ago
  5. f970ad6 Clean up dead code: render_pdfs. by mtklein · 9 years ago
  6. 1e5cbf2 update iOS build flags by mtklein · 9 years ago
  7. 566b23c Revert of skstd -> std for unique_ptr (patchset #9 id:160001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  8. 755c553 skstd -> std for unique_ptr by mtklein · 9 years ago
  9. 04d52f3 Create a standalone example for using Skia with SDL by joshualitt · 9 years ago
  10. d28ada7 turn on libc++ for iOS by mtklein · 9 years ago
  11. 4b0778e Remove dependency on src/android from dm and nanobench by msarett · 9 years ago
  12. e659a58 Move GrGLPrimitive/GeometryProc to GLSL by egdaniel · 9 years ago
  13. fa4cc8b Move XferProcessors to glsl by egdaniel · 9 years ago
  14. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  15. 506e19a Move SkBitmapRegionDecoder to include/android and src/android by msarett · 9 years ago
  16. 23267db SkAtomic: always use std::atomic by mtklein · 9 years ago
  17. 6459352 Replace SkFunction with std::function by mtklein · 9 years ago
  18. d7b25c7 Target Mac bots at 10.7+libc++ to approximate Chrome's 10.6+libc++. by mtklein · 9 years ago
  19. dad57c8 bring up SDL on windows by joshualitt · 9 years ago
  20. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  21. 33bee09 Fix -Wunused-parameter errors in SkCodec.h in Android by msarett · 9 years ago
  22. 084db25 float xfermodes (burn, dodge, softlight) in Sk8f, possibly using AVX. by mtklein · 9 years ago
  23. 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 9 years ago
  24. 84a8065 Reorganize BRD code in new tools directory by msarett · 9 years ago
  25. 5c9e34a Delete dead BitmapRegionDecoder code in tools by msarett · 9 years ago
  26. 091f60c Use a struct for client GL texture handles by bsalomon · 9 years ago
  27. 824f46c GYP: remove stale skia_scalar gyp variable by Hal Canary · 9 years ago
  28. 01f4a9e Fixes for building with sdl on android by joshualitt · 9 years ago
  29. e5911c9 Extract glyph find and position code in preparation to use it in XPS and GPU code. by herb · 9 years ago
  30. 47fdae9 Wire up SDL on mac by joshualitt · 9 years ago
  31. c55271f Separate out natively-texture image/bmp draws from cached-as-texture image/bmp draws by bsalomon · 9 years ago
  32. 478c04e Update sample to use new perlin noise shader, and make cloud like by egdaniel · 9 years ago
  33. 629162d Add text animation sample; tweak DrawShip sample by jvanverth · 9 years ago
  34. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  35. d75ccc6 Revert of Add text animation sample; tweak DrawShip sample (patchset #3 id:40001 of https://codereview.chromium.org/1410663005/ ) by jvanverth · 9 years ago
  36. 3b484a4 Add text animation sample; tweak DrawShip sample by jvanverth · 9 years ago
  37. 1aaaba5 Fix the build on Android devices by Matt Sarett · 9 years ago
  38. b747b90 Remove dependencies on Android's forked decoder libraries by msarett · 9 years ago
  39. 8e26604 Export tools as an include directory for Android by msarett · 9 years ago
  40. 5cb4885 Rename SkBitmapRegionDecoder and Create function by msarett · 9 years ago
  41. fca294b Create Sample that combines combose shader and coons patch by egdaniel · 9 years ago
  42. 474a9ea Wire up SDL on Android by joshualitt · 9 years ago
  43. 5d7a7fe Revert of Wire up SDL on Android (patchset #4 id:60001 of https://codereview.chromium.org/1415453009/ ) by joshualitt · 9 years ago
  44. a4d3797 Wire up SDL on Android by joshualitt · 9 years ago
  45. 65d6fbb Create SDL backed SkOSWindow by joshualitt · 9 years ago
  46. 677de31 Compile bitmap_region_decoder on Android by msarett · 9 years ago
  47. e51fa4a Clean up GrAtlas and rename it GrLayerAtlas by robertphillips · 9 years ago
  48. ef784fb More conic-specific tests revealed a few conic-specific bugs. Because javascript / canvas make visualizing conics tricky, new native tools are required. by caryclark · 9 years ago
  49. 6873782 Remove GrPipelineBuilder from getPathRenderer call by robertphillips · 9 years ago
  50. 7dc4bd0 Remove GrGLProcessor and create GrGLSLTextureSampler class. by egdaniel · 9 years ago
  51. cc92b4a Initial gyp files for SDL by joshualitt · 9 years ago
  52. a3f792d Rename SkScaledCodec.cpp to SkSampledCodec.cpp by scroggo · 9 years ago
  53. 9a74041 skia: Add ANGLE support on Mac by hendrikw · 9 years ago
  54. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  55. f7c0822 Default off LTCG for human builds. by mtklein · 9 years ago
  56. 855dc93 skia: Fix command buffer support on the mac by hendrikw · 9 years ago
  57. 13dd023 Update Android FreeType version. by bungeman · 9 years ago
  58. 87ed6be Get debugger compiling again by robertphillips · 9 years ago
  59. 3c8ceb7 Simplify linkages to Android framework internals by tomhudson · 9 years ago
  60. 33eefcd SkTime::GetNSecs() by mtklein · 9 years ago
  61. 3b5b784 Revert of SkTime::GetNSecs() (patchset #11 id:200001 of https://codereview.chromium.org/1422513003/ ) by mtklein · 9 years ago
  62. 38a88e4 SkTime::GetNSecs() by mtklein · 9 years ago
  63. 5a06df4 Revert of SkTime::GetNSecs() (patchset #10 id:180001 of https://codereview.chromium.org/1422513003/ ) by mtklein · 9 years ago
  64. a1840d5 SkTime::GetNSecs() by mtklein · 9 years ago
  65. 6ae30fb Revert of SkTime::GetNSecs() (patchset #9 id:160001 of https://codereview.chromium.org/1422513003/ ) by caryclark · 9 years ago
  66. 70084cb SkTime::GetNSecs() by mtklein · 9 years ago
  67. 26ad17b Implementation of SkBitmapRegionDecoder using SkAndroidCodec by msarett · 9 years ago
  68. e71000f Move SkChecksum::Murmur3 out of the header. by mtklein · 9 years ago
  69. 0d3f061 Move GrGLShaderVar to GrGLSL by egdaniel · 9 years ago
  70. 3d9d7a7 Create an SkAndroidCodec API separate from SkCodec by msarett · 9 years ago
  71. 0c768a2 Clean up some dead code. by mtklein · 9 years ago
  72. a1bde7d Remove SkThread::setProcessorAffinity() by mtklein · 9 years ago
  73. 3dc6ae5 Move GrDrawingManager methods to their own .cpp file by robertphillips · 9 years ago
  74. 045802d Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  75. 423f646 Add SkTTopoSort by robertphillips · 9 years ago
  76. bc0bcc0 Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster by Brian Salomon · 9 years ago
  77. 2fc11d3 Move definitions of GrGL basic types (e.g. GrGLenum) to their own header. by bsalomon · 9 years ago
  78. 1a197ea Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  79. 9c4909b Add imgblur tool to assist BlurMaskFilter debugging by robertphillips · 9 years ago
  80. 9195794 Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what… (patchset #4 id:60001 of https://codereview.chromium.org/1409163002/ ) by egdaniel · 9 years ago
  81. fcffaf2 Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  82. 2e2ea38 SkRemote by mtklein · 9 years ago
  83. 26ad22a Enabling clip stack flattening exercises path ops. by caryclark · 9 years ago
  84. 338047e Clean up iOS build files by jvanverth · 9 years ago
  85. f724b99 Reenable warnings in src/codec by msarett · 9 years ago
  86. 20311d4 Implement SkLocalMatrixImageFilter. by senorblanco · 9 years ago
  87. 063675b Remove SK_SUPPORT_LEGACY_GRADIENT_DITHERING from Skia proper by fmalita · 9 years ago
  88. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  89. 3442261 SkPDF: Optionally output PDF/A-2b archive format. by halcanary · 9 years ago
  90. 21f99b7 Revert of SkPDF: Optionally output PDF/A-2b archive format. (patchset #5 id:80001 of https://codereview.chromium.org/1394263003/ ) by bungeman · 9 years ago
  91. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  92. 939c0fe SkPDF: Optionally output PDF/A-2b archive format. by halcanary · 9 years ago
  93. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  94. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  95. 39e2e75 Remove duplicate .cpp which should have been a .h by herb · 9 years ago
  96. 1562855 Add more .h files to the .gypi by herb · 9 years ago
  97. 2f5bb3a Add ship sample by jvanverth · 9 years ago
  98. 44dcb8a Some iOS fixes to make SampleApp work better. by jvanverth · 9 years ago
  99. 473addf Remove separate cache for clip mask textures by bsalomon · 9 years ago
  100. b1ac52f Skia: Add Command Buffer support to Linux/Mac by hendrikw · 9 years ago