1. 735f548 use int instead of size_t to match skia convention by reed · 10 years ago
  2. 033b7b9 Update SKP version by skia.buildbots · 10 years ago
  3. 1ed35df Update SKP version by skia.buildbots · 10 years ago
  4. c0591ca Revert of Add -ftrapv to debug builds. (patchset #1 id:1 of https://codereview.chromium.org/702893003/) by mtklein · 10 years ago
  5. 77d77f4 Add pop_back to GrTRecorder.h by bsalomon · 10 years ago
  6. ebacb61 Add -ftrapv to debug builds. by mtklein · 10 years ago
  7. 5ec443c Clean up FreeType code for 2.3.8. by bungeman · 10 years ago
  8. fc1e996 ack verylargebitmap diffs by mtklein · 10 years ago
  9. 19ac767 SkPicture::SnapshotArray doesn't really stand to benefit from refcounting. by mtklein · 10 years ago
  10. 1794651 Switch SkBitmapProcState's SkFractionalInt to 32.32. by mtklein · 10 years ago
  11. 76b3ac9 Simplfy DEPS: always pull all deps, remove unused barelinux platform. by mtklein · 10 years ago
  12. 09a22e9 Watch out for SkFixed overflow in SkMipMap.cpp. by mtklein · 10 years ago
  13. 04038eb public SkNVRefCnt<SnapshotArray> by mtklein · 10 years ago
  14. b7ee349 SkData -> SkPicture::SnapshotArray by mtklein · 10 years ago
  15. 3f10b9d clarify samplecount field in imagegpu by reed · 10 years ago
  16. ec8bb94 Fix error in Ganesh' tiled bitmap drawing by robertphillips · 10 years ago
  17. 947556f remove GrAllocPool by joshualitt · 10 years ago
  18. 42ddcd4 All the small packing tweaks mentioned in the bug. by mtklein · 10 years ago
  19. 4af267b add SkImage::newSurface by reed · 10 years ago
  20. 41d2c2e simplify uniqueID code in picture by reed · 10 years ago
  21. 8f81b69 Ignore a flaky msaa4 GM and some perma-broken S4 GMs by robertphillips · 10 years ago
  22. 186a08e Fix memory leak in nanobench by robertphillips · 10 years ago
  23. 19996ed Small changes to get things building and running on Linux/ARM. by mtklein · 10 years ago
  24. 5b69377 Add MultiPictureDraw to nanobench by robertphillips · 10 years ago
  25. e77dadd Revert of Add MultiPictureDraw to nanobench (patchset #7 id:120001 of https://codereview.chromium.org/731973005/) by robertphillips · 10 years ago
  26. 0ddad31 Add MultiPictureDraw to nanobench by robertphillips · 10 years ago
  27. 8ebaa71 Revert of SkCanvas::clear() should call down to devices even when the clip is empty. (patchset #1 id:1 of https://codereview.chromium.org/735233003/) by fmalita · 10 years ago
  28. 60b24d0 Cleanup: Delete webtry.gyp by tfarina · 10 years ago
  29. 5f3e081 rebasing a bunch of 0% android mismatches by joshualitt · 10 years ago
  30. c07379d Adding GeometryData object by joshualitt · 10 years ago
  31. ffe2f1c Rebaseline textblobshader expectation for nvpr by cdalton · 10 years ago
  32. 844aa33 Add SkNVRefCnt::getRefCnt() by Florin Malita · 10 years ago
  33. 2d97bc1 Disable LCD text explicitly in SkPictureImageFilter::onFilterImage() by fmalita · 10 years ago
  34. d6ab2a8 Add SkNVRefCnt::deref(). by mtklein · 10 years ago
  35. b03c4a3 Don't use NULL GrOptDrawState to indicate that draw should be skipped. by bsalomon · 10 years ago
  36. 08d1fcc Add SkNVRefCnt, prune down SkPicture's size by mtklein · 10 years ago
  37. cdeeb09 SkRecord: Pack SkRegion::Op and AA bit together. by mtklein · 10 years ago
  38. 378e70d SkCanvas::clear() should call down to devices even when the clip is empty. by mtklein · 10 years ago
  39. 0728031 Stop overloading internal_dispose in SkTextBlob and SkData by bsalomon · 10 years ago
  40. 7cc1a34 Make sure pictures draw Clears even when the clip is empty. by mtklein · 10 years ago
  41. 9176e2c dstCopy on optdrawstate by joshualitt · 10 years ago
  42. ace7f42 Preventing division by 0 in non-separable blend mode shaders. by rosca · 10 years ago
  43. e097be5 Implement conics for NVPR by kkinnunen · 10 years ago
  44. ac1383d even more stragglers -- hopefully this makes the gtx machine go green? by Greg Humphreys · 10 years ago
  45. c58a33c more rebaseline stragglers by Greg Humphreys · 10 years ago
  46. 008f1ea Store DM failures in an array, not a single string. by mtklein · 10 years ago
  47. c66d813 a few straggling rebaselines by Greg Humphreys · 10 years ago
  48. 04ddf89 Small cleanups after GrDrawState/GrOptDrawState base class elimination. by bsalomon · 10 years ago
  49. 158fcaa Implement SkPicture::bytesUsed() for SkRecord backend by tomhudson · 10 years ago
  50. 72f92ac No need to short circuit the query rect here anymore. by mtklein · 10 years ago
  51. 48b411a Remove debug-only fData from SKTDArray. by mtklein · 10 years ago
  52. 54e0c12 scissor state on optstate by joshualitt · 10 years ago
  53. 65d79ce Add an image filter row to GM:lcdtextprops by fmalita · 10 years ago
  54. 26bdfcb Remove /arch:SSE2 from Win 64 Release builds by bsalomon · 10 years ago
  55. ad5e9a5 add runtime config option to retain stream for custom typefaces by humper · 10 years ago
  56. 02bcd9d move GrGeometryProcessor to src by joshualitt · 10 years ago
  57. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
  58. 78e2768 Allow pictures to have a full bounds by reed · 10 years ago
  59. 7c4cdd2 Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https://codereview.chromium.org/736583004/) by reed · 10 years ago
  60. 7e76bff allow pictures to have a full bounds by reed · 10 years ago
  61. ec03a46 Add processor name to comment when printing out shaders. by egdaniel · 10 years ago
  62. b07a94f add roundOut that returns its result by reed · 10 years ago
  63. b50612c Update SKP version by skia.buildbots · 10 years ago
  64. d02cf26 change roundOut() to take a dst, so we can use that signature to return IRect by reed · 10 years ago
  65. d31985e setting patch_primitive_nvprmsaa4 on K1 to ignore by joshualitt · 10 years ago
  66. 7eb8c7b drawinfo carries bufferinfo by joshualitt · 10 years ago
  67. 914dd53 ignore dashcubics test pending skia bug 2049 by Greg Humphreys · 10 years ago
  68. 82e3552 a few straggling rebaselines by Greg Humphreys · 10 years ago
  69. ccedecc more rebaselines for the perspective test server by Greg Humphreys · 10 years ago
  70. 174b223 rebaseline new GTX images from drive update on linux by Greg Humphreys · 10 years ago
  71. 8037653 Add computation of saveLayer information to RecordingBench by robertphillips · 10 years ago
  72. 6fd5e6e http://skbug.com/3130 step 4 (include/utils/SkWGL.h gone for good) by halcanary · 10 years ago
  73. 6be2aa9 wip for drawables by reed · 10 years ago
  74. ad3a884 rebaseline after dont-normalize-matrix cl by reed · 10 years ago
  75. 780b11e fix for use of uninit variable by joshualitt · 10 years ago
  76. 0bd57b2 SkVarAlloc::approxBytesAllocated() by mtklein · 10 years ago
  77. a06a953 Prune SkRTree by mtklein · 10 years ago
  78. 52b7822 Revert of SkVarAlloc::approxBytesAllocated (patchset #5 id:80001 of https://codereview.chromium.org/730193003/) by mtklein · 10 years ago
  79. 6d467ec minor cleanup in GrGpu.h by bsalomon · 10 years ago
  80. 611f3bb rebaseline perspective gm after matrix dont-renormalize-cl by reed · 10 years ago
  81. f27f1bc SkVarAlloc::approxBytesAllocated() by mtklein · 10 years ago
  82. 9b1dd15 don't normalize after perspective concat by reed · 10 years ago
  83. 542ecbb Remove unused NVPR related GL tokens by kkinnunen · 10 years ago
  84. b33402b Do not calculate many sierpinski fractals for each nanobench run unless needed by kkinnunen · 10 years ago
  85. a8f3823 Update SKP version by skia.buildbots · 10 years ago
  86. a43da3e more baselines for blur2rects by reed · 10 years ago
  87. fc63f66 one more rebase on k1 by joshualitt · 10 years ago
  88. 72f7e09 rebase nvpr after ds on stack by joshualitt · 10 years ago
  89. 9853cce Drawstate on stack by joshualitt · 10 years ago
  90. b079ec6 baselines for blur2rects by reed · 10 years ago
  91. b436ed6 Reduce the amount of validation in GrResourceCache2 by bsalomon · 10 years ago
  92. f52a063 Fix yet another convexicator issue by robertphillips · 10 years ago
  93. a18cc77 Really enable deprecation warnings for Android framework. by scroggo · 10 years ago
  94. 0f881c6 Remove bug_chomper by borenet · 10 years ago
  95. 84c8e62 Allow GPU resources to not be counted against the cache budget. by bsalomon · 10 years ago
  96. bd27e51 Rebase GM on win7 after res cache change. by bsalomon · 10 years ago
  97. 8910879 Make BBH parameter to SkRecordComputeLayers and SkRecordFillBounds optional by robertphillips · 10 years ago
  98. 912b3d2 Use DrawStates ProcOptInfo when creating the Optimized Draw State. by egdaniel · 10 years ago
  99. 468b6b4 tweak gm to show fractional offsets by reed · 10 years ago
  100. dace19e Correct accounting for wrapped resources by bsalomon · 10 years ago