1. 7874dc8 remove obsolete code for SK_SUPPORT_LEGACY_IMAGEGENERATORAPI by reed · 10 years ago
  2. 1b466f7 Archive SkFloat by mtklein · 10 years ago
  3. e8db3ef specialize setConcat for scale+translate, helps drawText perf by reed · 10 years ago
  4. b06e5a2 Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260001 of https://codereview.chromium.org/596053002/) by robertphillips · 10 years ago
  5. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  6. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  7. c0eb9b9 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  8. c5e15a1 remove alphatype from colortable by reed · 10 years ago
  9. ed42059 Move offset and CTM from LayerCache Key to per-hoisted-layer info by robertphillips · 10 years ago
  10. 656f2cd Make writeRenderTargetPixels use draw buffer rather than GrGpu by bsalomon · 10 years ago
  11. 2bb5210 Applying post-commit comments from https://codereview.chromium.org/607993002/ by junov · 10 years ago
  12. 47c548a Temp fix for crash when generating 16-bit cache for colorTables. by djsollen · 10 years ago
  13. b7bac3d Override drawImage*() in SkNWayCanvas by piotaixr · 10 years ago
  14. 3a49520 Sanitize SkMatrixConvolutionImageFilter creation params. by senorblanco · 10 years ago
  15. c06d9a7 fail on extremely large coincident curves by caryclark · 10 years ago
  16. 05c4a43 Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) by fmalita · 10 years ago
  17. ee6631e Update RecordReplaceDrawTest to generate and pass pictures by robertphillips · 10 years ago
  18. 51936a3 Always force the bounds of the empty pathref. by mtklein · 10 years ago
  19. d46b8d2 Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/) by robertphillips · 10 years ago
  20. 96c118e Change GrContext::copyTexture to go through GrDrawTarget by junov · 10 years ago
  21. faccb8e SkMatrix44::preserves2dAxisAlignment() by tomhudson · 10 years ago
  22. 5ceff91 Rename SkImage::draw(_, SkRect, SkRect) in SkImage::drawRect() by piotaixr · 10 years ago
  23. c13bc57 Fix SkTextBlob offset semantics. by Florin Malita · 10 years ago
  24. 2cce421 Replace a forgotten call to SkImage::draw() by SkCanvas::drawImageRect() by piotaixr · 10 years ago
  25. 89af44a Split GrDrawState and GrOptDrawState into separate classes and remove base class. by egdaniel · 10 years ago
  26. 91c395a Fix SkTableColorFilter deserialization validation. by senorblanco · 10 years ago
  27. 587c5a2 Seems that some of our compliers can't infer this type, though most can. by Mike Klein · 10 years ago
  28. 610a015 Remove SkPaint dirty bits. by mtklein · 10 years ago
  29. b5fae93 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  30. 0f7197b Fix SkXfermode deserialization. by senorblanco · 10 years ago
  31. 7b09aab Correct glyph with non-bmp from typeface on Mac. by bungeman · 10 years ago
  32. 2456b76 Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canvas (patchset #9 id:160001 of https://codereview.chromium.org/583453002/) by borenet · 10 years ago
  33. d632ea4 Use OptDrawState instead of DrawState when flushing state in GrGpuGL by egdaniel · 10 years ago
  34. eee606c Swap iteration order in TileGrid::insert(). by mtklein · 10 years ago
  35. 30d2cc6 Update layer hoisting code to correctly render sub-picture layers by robertphillips · 10 years ago
  36. 34a9895 Revert "Use draw buffer for texture copy impl." by Brian Salomon · 10 years ago
  37. e33985a Revert "Add support for EGL on linux" by borenet · 10 years ago
  38. 1cea736 Add support for EGL on linux by derekf · 10 years ago
  39. 4327899 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  40. 271a030 We need to adjust the bounds of clip ops with SaveLayer paints too. by Mike Klein · 10 years ago
  41. f64596d Remove unused fRequiresVertexShader data member from OptDrawState by egdaniel · 10 years ago
  42. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  43. e3d4bf2 Use draw buffer for texture copy impl. by bsalomon · 10 years ago
  44. cd523eb Use uniform color/coverage inputs when path rendering. by bsalomon · 10 years ago
  45. 033ea7f Fix inputCoverageIsUsed bug in GrGLProgramDesc by egdaniel · 10 years ago
  46. 76ce81e Fix SDF font positions when using global scale. by jvanverth · 10 years ago
  47. c064824 Calculate Primary and Secondary output types in the GrOptDrawState by egdaniel · 10 years ago
  48. ae44496 Change GrGLProgramDesc header to have DoPathRendering flag instead of RequiresVertexShader by egdaniel · 10 years ago
  49. a85511a Don't try to scale embedded bitmaps. by bungeman · 10 years ago
  50. 8d034a1 Don't flush on read/write pixels unless necessary by bsalomon · 10 years ago
  51. ee902cd Make a flipped fDirtyBit always mean "this field is not the default". by mtklein · 10 years ago
  52. 0125847 Proposed fix for small bug in gpu conical gradients by joshualitt · 10 years ago
  53. 4401a1f Revert of Don't flush on read/write pixels unless necessary (patchset #2 id:20001 of https://codereview.chromium.org/586073002/) by bsalomon · 10 years ago
  54. 150723b Don't flush on read/write pixels unless necessary by bsalomon · 10 years ago
  55. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  56. a29b5d8 Cleaning includes in SkImage-related files by piotaixr · 10 years ago
  57. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  58. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  59. 3c196de Souped-up SkTextBlob. by fmalita · 10 years ago
  60. e50215e Revert of Souped-up SkTextBlob. (patchset #3 id:40001 of https://codereview.chromium.org/581173003/) by fmalita · 10 years ago
  61. 13645ea Souped-up SkTextBlob. by fmalita · 10 years ago
  62. d49226c Get rid of SkImage_Codec by piotaixr · 10 years ago
  63. 681e65b Don't try to add large glyphs to the font atlas. by jvanverth · 10 years ago
  64. 5d9ab28 enable conservative clips for gpudevice by reed · 10 years ago
  65. bc127a3 Add UniqueID to GrDrawTargetCaps. by egdaniel · 10 years ago
  66. 45725db Move IOType to GrGpuRef and rename that to GrIORef. Template GrPendingIORef on IOType. by bsalomon · 10 years ago
  67. 8483326 SkTextBlob shader space workaround. by fmalita · 10 years ago
  68. 544c5b8 Fix stack-allocated GPU path object by cdalton · 10 years ago
  69. b3e3a95 Make GrIODB keep pending IO refs on all resources it records into its cmd stream. by bsalomon · 10 years ago
  70. 630240d fail early if coincidence can't be resolved by caryclark · 10 years ago
  71. 65b4895 remove RenderTargetFlags -- NewRenderTargetDirect will never clear by reed · 10 years ago
  72. b14e4a0 Restore old behavior of SkTypeface::CreateFromTypeface. by bungeman · 10 years ago
  73. 754f4e9 Add counting of some GL calls by robertphillips · 10 years ago
  74. 855d83f Uses a single pre-baked set of paths for drawing nvpr text of a given by cdalton · 10 years ago
  75. 23e280d Changes to remove program effects builder by joshualitt · 10 years ago
  76. 1c4c528 Refactor layer hoisting code by robertphillips · 10 years ago
  77. 0397e9f use surface in SkView/SampleApp by reed · 10 years ago
  78. 9b222a5 Simplify a little in SkRecords.h: by mtklein · 10 years ago
  79. a10742c update to accommodate latest clang in chrome toolchain by caryclark · 10 years ago
  80. d71b757 Serialize the font index. by bungeman · 10 years ago
  81. 65b427c fix battlefield website by disallowing very small coordinates by caryclark · 10 years ago
  82. a0537de Copy layer-hoisting related SkPaints by robertphillips · 10 years ago
  83. 00a6532 Remove redundant assignment in GrDrawTarget.cpp by qiankun.miao · 10 years ago
  84. 0e97705 Use SkBitmapCache to optimize readPixels on a texture-backed bitmap by piotaixr · 10 years ago
  85. 4bcc202 Use SkImage::NewFromGenerator() instead of SkImage::newEncodedData() by piotaixr · 10 years ago
  86. 7b433f1 Small refactoring in SkImage_Codec by piotaixr · 10 years ago
  87. 6a5c708 Add SkMiniData. by mtklein · 10 years ago
  88. e010f1c hide deviceproperties, prepare the way for surfaceprops by reed · 10 years ago
  89. 4e205b1 Remove createPath* from GrGpu and GrContext by cdalton · 10 years ago
  90. 149b3ec Adds glMemoryGlyphIndexArrayNV to the GrGLInterface and begins by cdalton · 10 years ago
  91. a7dc0a8 Calculate stage stats in GrOptDrawState by egdaniel · 10 years ago
  92. f96ba02 Rename GrProgramResource to GrGpuResourceRef by bsalomon · 10 years ago
  93. 4aa6dfc Separate replacement creation from layer discovery by robertphillips · 10 years ago
  94. b374d6a Add onGetFamilyName to SkTypeface. by bungeman · 10 years ago
  95. 3850971 Revert "Revert "Move SkGpuDevice.h to src/gpu"" by bsalomon · 10 years ago
  96. 408d612 Breaking out full program and frag only by joshualitt · 10 years ago
  97. b0a35f7 Revert "Move SkGpuDevice.h to src/gpu" by borenet · 10 years ago
  98. e337130 Fix typo by robertphillips · 10 years ago
  99. acb882c Ensure blob typeface information survives SkGPipe serialization. by fmalita · 10 years ago
  100. d99bbb6 Move SkGpuDevice.h to src/gpu by bsalomon · 10 years ago