1. 65b4895 remove RenderTargetFlags -- NewRenderTargetDirect will never clear by reed · 10 years ago
  2. 3c29c4d Update SKP version to 105 by borenet · 10 years ago
  3. b14e4a0 Restore old behavior of SkTypeface::CreateFromTypeface. by bungeman · 10 years ago
  4. 48925e3 check for failed file->data (fails on mac) by reed · 10 years ago
  5. 754f4e9 Add counting of some GL calls by robertphillips · 10 years ago
  6. 855d83f Uses a single pre-baked set of paths for drawing nvpr text of a given by cdalton · 10 years ago
  7. abfaf63 remove no-op override by reed · 10 years ago
  8. 23e280d Changes to remove program effects builder by joshualitt · 10 years ago
  9. 1c4c528 Refactor layer hoisting code by robertphillips · 10 years ago
  10. 0d276f7 Bis: Use SkImage::NewFromGenerator() instead of SkImage::newEncodedData() by piotaixr · 10 years ago
  11. 0397e9f use surface in SkView/SampleApp by reed · 10 years ago
  12. 9b222a5 Simplify a little in SkRecords.h: by mtklein · 10 years ago
  13. a10742c update to accommodate latest clang in chrome toolchain by caryclark · 10 years ago
  14. 95b7144 fixes to linux build for webtry by humper · 10 years ago
  15. d71b757 Serialize the font index. by bungeman · 10 years ago
  16. 65b427c fix battlefield website by disallowing very small coordinates by caryclark · 10 years ago
  17. a0537de Copy layer-hoisting related SkPaints by robertphillips · 10 years ago
  18. 53d2562 nanobench: print max RSS in debug mode too. by mtklein · 10 years ago
  19. 00a6532 Remove redundant assignment in GrDrawTarget.cpp by qiankun.miao · 10 years ago
  20. 69f6f00 use surface instead of explicitly making gpudevice by reed · 10 years ago
  21. 613d579 Update SKP version to 104 by borenet · 10 years ago
  22. 0e97705 Use SkBitmapCache to optimize readPixels on a texture-backed bitmap by piotaixr · 10 years ago
  23. 4bcc202 Use SkImage::NewFromGenerator() instead of SkImage::newEncodedData() by piotaixr · 10 years ago
  24. 7b433f1 Small refactoring in SkImage_Codec by piotaixr · 10 years ago
  25. 53e0be6 DM: --gpu and --cpu should only control top-level tasks. by mtklein · 10 years ago
  26. 6a5c708 Add SkMiniData. by mtklein · 10 years ago
  27. ef59adb Clarify build test for presense of 'float copysign(float, float)'. by bungeman · 10 years ago
  28. 85265ff declare to gypi where SkDeviceProperties.h moved to by reed · 10 years ago
  29. e010f1c hide deviceproperties, prepare the way for surfaceprops by reed · 10 years ago
  30. 4e205b1 Remove createPath* from GrGpu and GrContext by cdalton · 10 years ago
  31. 149b3ec Adds glMemoryGlyphIndexArrayNV to the GrGLInterface and begins by cdalton · 10 years ago
  32. 9a0267f gyp build of skfiddle apps, take 2 by humper · 10 years ago
  33. a7dc0a8 Calculate stage stats in GrOptDrawState by egdaniel · 10 years ago
  34. f96ba02 Rename GrProgramResource to GrGpuResourceRef by bsalomon · 10 years ago
  35. 4aa6dfc Separate replacement creation from layer discovery by robertphillips · 10 years ago
  36. b374d6a Add onGetFamilyName to SkTypeface. by bungeman · 10 years ago
  37. 3850971 Revert "Revert "Move SkGpuDevice.h to src/gpu"" by bsalomon · 10 years ago
  38. 8bb9e1e Rebaseline textblob GM after acb882c by Florin Malita · 10 years ago
  39. 408d612 Breaking out full program and frag only by joshualitt · 10 years ago
  40. 963504b Revert of nanobench: lazily decode bitmaps from SKPs (patchset #1 id:1 of https://codereview.chromium.org/572933006/) by mtklein · 10 years ago
  41. b0a35f7 Revert "Move SkGpuDevice.h to src/gpu" by borenet · 10 years ago
  42. e337130 Fix typo by robertphillips · 10 years ago
  43. acb882c Ensure blob typeface information survives SkGPipe serialization. by fmalita · 10 years ago
  44. d99bbb6 Move SkGpuDevice.h to src/gpu by bsalomon · 10 years ago
  45. c492334 Make templated GrProgramTResource subclass of GrProgramResource by bsalomon · 10 years ago
  46. d664c21 nanobench: lazily decode bitmaps from SKPs by mtklein · 10 years ago
  47. 170f90b Attach GrOptDrawState into shader building pipeline by egdaniel · 10 years ago
  48. 3375c80 when we disable lcd for impl reasons, add kGenA8 to document the original intent by reed · 10 years ago
  49. 1e78fc4 Turn disable or delete optimizations that don't have any effect. by mtklein · 10 years ago
  50. e3b051c Adding myself to comitters by joshualitt · 10 years ago
  51. 30ad530 allow SkBitmapCache to operate on a local instance, for testability by reed · 10 years ago
  52. 4815fe5 Fix bug in layer hoisting transition to SkRecord backend by robertphillips · 10 years ago
  53. e1daac9 Tag recording picture nesting bench as nonrendering. by mtklein · 10 years ago
  54. c506e30 Fix convexicator bug by robertphillips · 10 years ago
  55. a32f175 Add helper SkMatrix44::hasPerspective() by tomhudson · 10 years ago
  56. 49586be removing GrDrawEffect by joshualitt · 10 years ago
  57. 8a4c103 Revert of Attach GrOptDrawState into shader building pipeline (patchset #11 id:220001 of https://codereview.chromium.org/504203004/) by egdaniel · 10 years ago
  58. 08da4f2 Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.chromium.org/571163002/) by joshualitt · 10 years ago
  59. 8ddbe8b removing GrDrawEffect by joshualitt · 10 years ago
  60. ee62065 Attach GrOptDrawState into shader building pipeline by egdaniel · 10 years ago
  61. 8c8f71a Always disable the scissor test before BlitFrameBuffer by derekf · 10 years ago
  62. 223ba62 Fix incorrect Rec601 YUV conversion matrix coefficient. by rileya · 10 years ago
  63. 9564ce6 Fix scaling issue with distance field text. by jvanverth · 10 years ago
  64. 49005bf Picture Recording: fix the performance bottleneck in SkDeferredCanvas::isFullFrame by yunchao.he · 10 years ago
  65. ae232a2 Update SKP version to 103 by borenet · 10 years ago
  66. df886ea Fix leak in PictureNestingBench by fmalita · 10 years ago
  67. 4416267 Nested picture nanobench by fmalita · 10 years ago
  68. db26a12 SkRecord: clean up comments and 4 bytes per SkRecord. by mtklein · 10 years ago
  69. f0ddf33 add lua to histogram text lengths by reed · 10 years ago
  70. 4fc5b88 SkPicture::PathCounter is O(N^2) for pictures nested N deep. Fix that. by mtklein · 10 years ago
  71. 249af15 BUG=skia: by joshualitt · 10 years ago
  72. c90e014 Change SkResourceCache to take a Visitor inside its find(). by reed · 10 years ago
  73. 327f905 Fix recording of saveLayout with unusual Xfermodes. by dneto · 10 years ago
  74. 595aa05 Revert of Change SkResourceCache to take a Visitor inside its find(). (patchset #2 id:20001 of https://codereview.chromium.org/567393002/) by reed · 10 years ago
  75. 81940de Add flag to call SkRecordOptimize on new pictures. by mtklein · 10 years ago
  76. e956259 add dumpHex() option to SkPath by caryclark · 10 years ago
  77. a63d5df Rebaseline hittestpath and ignore flaky failure on TARUAD by Mike Klein · 10 years ago
  78. 3658f38 Create an optimized draw state but not hooked in yet to gpu pipeline by egdaniel · 10 years ago
  79. dee6a8e Change SkResourceCache to take a Visitor inside its find(). by reed · 10 years ago
  80. 5087b2c Revert of Picture Recording: fix the performance bottleneck in SkDeferredCanvas::isFullFrame (patchset #7 id:140001 of https://codereview.chromium.org/545813002/) by mtklein · 10 years ago
  81. e6cb483 remove 'experimental' from using hash tables in resourcecache by reed · 10 years ago
  82. 8e45c37 Picture Recording: fix the performance bottleneck in SkDeferredCanvas::isFullFrame by yunchao.he · 10 years ago
  83. abaef86 Add support for the Rec601 YUV color space to GrYUVtoRGBEffect. by rileya · 10 years ago
  84. 94c4151 Revert of Add a test that uses C++11 features as a compiler canary. (patchset #2 id:20001 of https://codereview.chromium.org/568913002/) by mtklein · 10 years ago
  85. 86e01df Add a test that uses C++11 features as a compiler canary. by mtklein · 10 years ago
  86. c34b0d4 Do not expect a copysign function to be defined in <cmath> with clang-cl by ehsan.akhgari · 10 years ago
  87. 9db5092 Handle NULL typeface in SkFontMgr_fontconfig::onMatchFaceStyle. by bungeman · 10 years ago
  88. 9594da1 use SkData::NewUninitialized by reed · 10 years ago
  89. 9db328b Add *@skia.org to AUTHORS so we can land CLs using those addresses if we like. by mtklein · 10 years ago
  90. eefd18c Let SkTaskGroup work synchronously if no one created an SkTaskGroup::Enabler. by mtklein · 10 years ago
  91. 11fca3f Add more debugging for newly failing assert (DM on Xoom bots). by Mike Klein · 10 years ago
  92. 8365830 remove confusing/unused stream methods by reed · 10 years ago
  93. 1f777e8 Update SKP version to 99 by borenet · 10 years ago
  94. fbe4136 Clear away any lingering error before testing SkError. by mtklein · 10 years ago
  95. 0b36e6b Add --matrix to DM, to play around with and maybe use on a bot. by mtklein · 10 years ago
  96. 56b00d9 add PurgeResourceCache to track leaks by reed · 10 years ago
  97. f58a562 Disable discardable memory for the resource cache until tests pass. by danakj · 10 years ago
  98. 790ffe3 Make SkBitmapCache remove invalid bitmaps from the SkResourceCache. by danakj · 10 years ago
  99. 33a3050 SkData can allocate room for its contents in the same block by reed · 10 years ago
  100. aa90d00 Assert SkTDArray::pop() doesn't underflow. by mtklein · 10 years ago