1. 3054be1 Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  2. 67f2eb4 fix surface test for gpu and codecs by reed · 10 years ago
  3. a8918a0 Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul (patchset #3 id:40001 of https://codereview.chromium.org/790733003/) by reed · 10 years ago
  4. 2e3b3e3 This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated). by joshualitt · 10 years ago
  5. 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  6. a8b326c change SkPoint::setLength to set itself to (0,0) if it starting length is degenerate. by reed · 10 years ago
  7. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  8. 3030445 Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of https://codereview.chromium.org/784643002/) by scroggo · 10 years ago
  9. 02b217f Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  10. c0708cb Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of https://codereview.chromium.org/784643002/) by robertphillips · 10 years ago
  11. 0c4aba6 Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  12. 8d95ffa Revert of Make all blending up to GrOptDrawState be handled by the xp/xp factory. (patchset #7 id:140001 of https://codereview.chromium.org/759713002/) by egdaniel · 10 years ago
  13. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  14. d3d1a98 add convexity logic and tests for scalar max, Inf, and NaN by caryclark · 10 years ago
  15. 28f9c60 Add support for half float alpha textures. by jvanverth · 10 years ago
  16. eb2a676 Remove backend factories by joshualitt · 10 years ago
  17. dafa4d0 move program descriptor generation to flush by joshualitt · 10 years ago
  18. c88ceda Fix up RecordReplaceDrawTest memory leak. by mtklein · 10 years ago
  19. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  20. f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 10 years ago
  21. 829e1b8 move program descriptor generation to flush by joshualitt · 10 years ago
  22. e99d499 Fuse GrReplacements and GrLayerCache by robertphillips · 10 years ago
  23. 2dd1ae0 First step to moving vertex attributes to the geometryProcessor by joshualitt · 10 years ago
  24. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  25. 3729469 Change clear() to respect the clip by reed · 10 years ago
  26. d476a17 Remove PDF JPEG shortcut, since it fails on grayscale JPEGs. by halcanary · 10 years ago
  27. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  28. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  29. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  30. 01d6e5f Use variable length key (rather than accumulated matrix) as save layer hoisting key by robertphillips · 10 years ago
  31. 9367992 Add float-to-half (binary16) conversion functions. by jvanverth · 10 years ago
  32. f0090cb add basic tests for save/restore counting by reed · 10 years ago
  33. 267ce48 remove proc key by joshualitt · 10 years ago
  34. b116619 Sk4x_sse.h by mtklein · 10 years ago
  35. a2c2323 Remove GrSurface::isSameAs by bsalomon · 10 years ago
  36. 10e23ca Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  37. afa278e more c by reed · 10 years ago
  38. 1bdfd3f option to return drawable from recording by reed · 10 years ago
  39. bbb61d7 make SkRefCnt::getRefCnt() debug-only, remove it from SkNVRefCnt. by mtklein · 10 years ago
  40. 19cd0f1 Revert "Use scratch keys for stencil buffers." by bsalomon · 10 years ago
  41. 90d0ff0 add some debugging to SkNVRefCnt by reed · 10 years ago
  42. 4e4303f Cleanup res cache bench and split out into a unit test. by bsalomon · 10 years ago
  43. 04c9695 Remove Picture deletion listeners. by mtklein · 10 years ago
  44. 932f866 Create GrOptDrawState directly in the cmd buffer in GrIODB. by bsalomon · 10 years ago
  45. 77d77f4 Add pop_back to GrTRecorder.h by bsalomon · 10 years ago
  46. 4af267b add SkImage::newSurface by reed · 10 years ago
  47. 19996ed Small changes to get things building and running on Linux/ARM. by mtklein · 10 years ago
  48. 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
  49. 2d97bc1 Disable LCD text explicitly in SkPictureImageFilter::onFilterImage() by fmalita · 10 years ago
  50. b03c4a3 Don't use NULL GrOptDrawState to indicate that draw should be skipped. by bsalomon · 10 years ago
  51. 08d1fcc Add SkNVRefCnt, prune down SkPicture's size by mtklein · 10 years ago
  52. 378e70d SkCanvas::clear() should call down to devices even when the clip is empty. by mtklein · 10 years ago
  53. 7cc1a34 Make sure pictures draw Clears even when the clip is empty. by mtklein · 10 years ago
  54. 158fcaa Implement SkPicture::bytesUsed() for SkRecord backend by tomhudson · 10 years ago
  55. 54e0c12 scissor state on optstate by joshualitt · 10 years ago
  56. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
  57. 78e2768 Allow pictures to have a full bounds by reed · 10 years ago
  58. 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
  59. 7e76bff allow pictures to have a full bounds by reed · 10 years ago
  60. 6be2aa9 wip for drawables by reed · 10 years ago
  61. 0bd57b2 SkVarAlloc::approxBytesAllocated() by mtklein · 10 years ago
  62. a06a953 Prune SkRTree by mtklein · 10 years ago
  63. 52b7822 Revert of SkVarAlloc::approxBytesAllocated (patchset #5 id:80001 of https://codereview.chromium.org/730193003/) by mtklein · 10 years ago
  64. f27f1bc SkVarAlloc::approxBytesAllocated() by mtklein · 10 years ago
  65. 9853cce Drawstate on stack by joshualitt · 10 years ago
  66. f52a063 Fix yet another convexicator issue by robertphillips · 10 years ago
  67. 84c8e62 Allow GPU resources to not be counted against the cache budget. by bsalomon · 10 years ago
  68. dace19e Correct accounting for wrapped resources by bsalomon · 10 years ago
  69. 73c2501 separate c headers by reed · 10 years ago
  70. 5478d42 Push creation of default GP to the caller by joshualitt · 10 years ago
  71. 28562a0 Fix Android framework build. by scroggo · 10 years ago
  72. 12299ab Make GrResourceCache2 responsible for calling release, abandon, and ~. by bsalomon · 10 years ago
  73. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  74. d489759 Don't pass null to memcmp. by mtklein · 10 years ago
  75. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  76. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  77. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  78. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  79. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  80. f2950b1 Deparameterize SkVarAlloc. by mtklein · 10 years ago
  81. 912c9ec disable a couple of new fuzz378 tests on android by caryclark · 10 years ago
  82. 65f5531 These tests stress pathops by describing the union of circle-like paths that have tiny line segments embedded and double back to create near-coincident conditions. by caryclark · 10 years ago
  83. 69ed47f Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual impl by bsalomon · 10 years ago
  84. 703d3c7 Followup: remove unnecessary SkTRefArray by mtklein · 10 years ago
  85. 48ea202 set key data in duplicate scratch key unit test by bsalomon · 10 years ago
  86. 391e318 Fix memory leak in BitmapHeapTest by mtklein · 10 years ago
  87. 88300a5 Follow up. by mtklein · 10 years ago
  88. 8236591 Rename GrAccelData to SkLayerInfo and move it to src/core by robertphillips · 10 years ago
  89. a74ce85 Start stripping out complicated parts of SkPicture{Record,Data}. by mtklein · 10 years ago
  90. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  91. ef09991 Add more tests. by mtklein · 10 years ago
  92. 4e8e342 Move SkRecordComputeLayers and CollectLayers into SkRecordDraw.cpp by robertphillips · 10 years ago
  93. ad8aa1d Clang incorrectly thinks this typedef is unused. by mtklein · 10 years ago
  94. 453cf40 Add GrGpuResource::CacheAccess by bsalomon · 10 years ago
  95. f539b8c modify nothingToDraw to notice filters by reed · 10 years ago
  96. c71ffd4 Revert of modify nothingToDraw to notice filters (patchset #1 id:1 of https://codereview.chromium.org/717753002/) by mtklein · 10 years ago
  97. d5688c5 modify nothingToDraw to notice filters by reed · 10 years ago
  98. 6d4488c Remove all knowledge of resource keys from the legacy cache. by bsalomon · 10 years ago
  99. 5da116f start again on Sk4x with portable version and unit tests work on tests by mtklein · 10 years ago
  100. 81f71b6 Change where layer hoisting data is gathered by robertphillips · 10 years ago