1. 74b8cb1 Remove setLocalMatrix calls from picture shader GM. by commit-bot@chromium.org · 10 years ago
  2. 608d637 Choose memset procs once. by commit-bot@chromium.org · 10 years ago
  3. 53b614b Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. (https://codereview.chromium.org/243413002/) by djsollen@google.com · 10 years ago
  4. f9deb8a Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  5. 6fcd1ef Add flag for SkGpuSurface creation to enable distance fields. by commit-bot@chromium.org · 10 years ago
  6. e901b6d create struct to hold all the params passed around for shader::context by commit-bot@chromium.org · 10 years ago
  7. 3f03215 DM: Push GPU-parent child tasks to the front of the queue. by commit-bot@chromium.org · 10 years ago
  8. 2e74f9d remove code behind SK_SUPPORT_LEGACY_PROCXFERMODE by reed@google.com · 10 years ago
  9. 508022c expose ConvertRadiusToSigma to aid clients in the API transition to sigma by commit-bot@chromium.org · 10 years ago
  10. f3e5059 add default impl for context methods on shader by commit-bot@chromium.org · 10 years ago
  11. 45d1d1d Rename SK_DEBUGBREAK to SK_ALWAYSBREAK by commit-bot@chromium.org · 10 years ago
  12. 62cf26f Revert of Rename SK_DEBUGBREAK to SK_ALWAYSBREAK (https://codereview.chromium.org/263553012/) by commit-bot@chromium.org · 10 years ago
  13. f0eeb7d Rename SK_DEBUGBREAK to SK_ALWAYSBREAK by commit-bot@chromium.org · 10 years ago
  14. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  15. 1ac99c8 Fixed issue found by clusterfuzz by commit-bot@chromium.org · 10 years ago
  16. 0a5c233 Implement bounds traversals for tile and matrix convolution filters. by senorblanco@chromium.org · 10 years ago
  17. daaafa6 add asAShadowBlur for android to drawlooper by reed@google.com · 10 years ago
  18. 19bce5f add SK_API to include/record by commit-bot@chromium.org · 10 years ago
  19. e396455 move common blur types into central header by commit-bot@chromium.org · 10 years ago
  20. 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 10 years ago
  21. f672cea teach TSAN about SkSpinlock, SkRefCnt, and SkOnce by commit-bot@chromium.org · 10 years ago
  22. a537627 Revert of teach TSAN about SkSpinlock, SkRefCnt, and SkOnce (https://codereview.chromium.org/247813005/) by commit-bot@chromium.org · 10 years ago
  23. f669672 Use EXT_direct_state_access for path matrix manipulation by commit-bot@chromium.org · 10 years ago
  24. cc9dbfb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  25. e2cb12a First pass at GPU veto by commit-bot@chromium.org · 10 years ago
  26. d70fa20 Deprecate SaveFlags use in the public SkCanvas API. by commit-bot@chromium.org · 10 years ago
  27. d0306a1 Revert of Add nanosecond timer. (https://codereview.chromium.org/250243002/) by commit-bot@chromium.org · 10 years ago
  28. 74b43a9 Add nanosecond timer. by commit-bot@chromium.org · 10 years ago
  29. 76a3b2a Remove support for inheriting the paint color from SkColorShader by commit-bot@chromium.org · 10 years ago
  30. 6d4e90a teach TSAN about SkSpinlock, SkRefCnt, and SkOnce by commit-bot@chromium.org · 10 years ago
  31. 1d24eb2 teach TSAN about SkSpinlock, SkRefCnt, and SkOnce by commit-bot@chromium.org · 10 years ago
  32. 732bd66 Rearrange SkRecord public API to fit better with cc/resources/picture by commit-bot@chromium.org · 10 years ago
  33. b0430d0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  34. a49c0a5 Add a missing SK_API to SkImageFilter::Cache. by senorblanco@chromium.org · 10 years ago
  35. 8f831f2 First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicture by commit-bot@chromium.org · 10 years ago
  36. 0a6fe71 Use fixed function pipeline only when drawing paths by commit-bot@chromium.org · 10 years ago
  37. f117781 fix size_t/int warnings by commit-bot@chromium.org · 10 years ago
  38. 3adcc34 stop using deprecated bitmap::config for gpu by commit-bot@chromium.org · 10 years ago
  39. 87fcd95 Revert of Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/249643002/) by commit-bot@chromium.org · 10 years ago
  40. 6e5671d Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 10 years ago
  41. 6e332f7 Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/) by commit-bot@chromium.org · 10 years ago
  42. bc2f1dc Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  43. e0d9ce8 Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" by reed@google.com · 10 years ago
  44. 60b5dce expose CGImage -> SkBitmap by commit-bot@chromium.org · 10 years ago
  45. 945ec3a Revert of make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/) by commit-bot@chromium.org · 10 years ago
  46. 4325d11 make drawText calls non-virtual, to ease SkFont and TextBlob by commit-bot@chromium.org · 10 years ago
  47. dcacd5f eliminate config param -- it was always self's config by reed@google.com · 10 years ago
  48. aec1438 Add asADash entry point into SkPathEffect to allow extracting Dash info from PathEffects by commit-bot@chromium.org · 10 years ago
  49. 02a094c SK_API-export SkBBHFactory & friends. by commit-bot@chromium.org · 10 years ago
  50. 6b4aaa7 add optional origin parameter to accessTopLayerPixels by commit-bot@chromium.org · 10 years ago
  51. 2c4e75c Remove offset to SkMallocPixelRef::NewWithData - use SkData::NewSubset instead. by commit-bot@chromium.org · 10 years ago
  52. 855e88e Fixes for SkPictureShader. by commit-bot@chromium.org · 10 years ago
  53. 44d83c1 Add flipped gradient branch to two point conical gradient by commit-bot@chromium.org · 10 years ago
  54. f7927dd Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  55. 0f1fef8 inline SkMulDiv now that 64bit mul is inlineable by commit-bot@chromium.org · 10 years ago
  56. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  57. 60bd751 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  58. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  59. 53783b0 Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 10 years ago
  60. ec2d8b3 Revert r14218. by bungeman@google.com · 10 years ago
  61. cc277b7 Orphan ProcXfermode, with an eye towards removing it by commit-bot@chromium.org · 10 years ago
  62. 7518ff2 Revert of Add flipped gradient branch to two point conical gradient (https://codereview.chromium.org/227623004/) by commit-bot@chromium.org · 10 years ago
  63. cf41935 Add flipped gradient branch to two point conical gradient by commit-bot@chromium.org · 10 years ago
  64. 667b98d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  65. 8121c6c Reverting r14225 (Fix SK_SUPPORT_DEPRECATED_RECORD_FLAGS handling - https://codereview.chromium.org/237673017/) due to compiler complaints by robertphillips@google.com · 10 years ago
  66. a387db2 Fix SK_SUPPORT_DEPRECATED_RECORD_FLAGS handling by robertphillips@google.com · 10 years ago
  67. 39426e2 read/write function_ptrs as just void*, and not as 'array of bytes' by commit-bot@chromium.org · 10 years ago
  68. d393b17 Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API by commit-bot@chromium.org · 10 years ago
  69. 0fcd6ca fix #if SK_DEBUG -- should be #ifdef SK_DEBUG by reed@google.com · 10 years ago
  70. 85faf50 remove legacy filter-flags, and store FilterLevel directly by commit-bot@chromium.org · 10 years ago
  71. 001f4ed Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  72. 51b0d0b Add cast for warning as error on Windows from r14201. by bungeman@google.com · 10 years ago
  73. d3fbd34 Fix size of rotated text with FreeType. by bungeman@google.com · 10 years ago
  74. 73cb153 Make sure SkDrawLooper objects can only be allocated on the heap. by commit-bot@chromium.org · 10 years ago
  75. beb8b3a Add GL_CHROMIUM_map_sub functions to GrGLInterface and bit to GrGLCaps. by commit-bot@chromium.org · 10 years ago
  76. 762cd80 Move distance field generation to the glyph cache. by commit-bot@chromium.org · 10 years ago
  77. b17a24f SkRecord: turn on cull annotation pass in public API. by commit-bot@chromium.org · 10 years ago
  78. 4431e77 Mike R: please sanity check SkPostConfig.h by commit-bot@chromium.org · 10 years ago
  79. 1a479e7 Allow clients to specify an external SkImageFilter cache. by senorblanco@chromium.org · 10 years ago
  80. 5d0b150 resize canvas for GM + typo by commit-bot@chromium.org · 10 years ago
  81. 5199701 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  82. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  83. f7efa50 Implement intra-frame cacheing in image filters. by commit-bot@chromium.org · 10 years ago
  84. cae54f1 remove picture-backed surfaces by commit-bot@chromium.org · 10 years ago
  85. c4b21e6 Mark our territory with (C). by commit-bot@chromium.org · 10 years ago
  86. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  87. c873329 Update bench to be able to preprocess skps by commit-bot@chromium.org · 10 years ago
  88. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  89. 18fd2b9 Add a focused public API for src/record. by commit-bot@chromium.org · 10 years ago
  90. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  91. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  92. 4770a3b Clean up the default gamma settings. by bungeman@google.com · 10 years ago
  93. 6573ce7 Create SkLayerRasterizer w/o destroying Builder. by commit-bot@chromium.org · 10 years ago
  94. 2f56998 Add MakeEmpty to GrIRect16 by commit-bot@chromium.org · 10 years ago
  95. e4a4f12 Real fix for SK_API / Windows shared lib problems. by mtklein@google.com · 10 years ago
  96. 0a09d71 Implement drawDRRect for GPU by commit-bot@chromium.org · 10 years ago
  97. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  98. 4460e75 Define SK_CPU_X86 on x86 machines. by commit-bot@chromium.org · 10 years ago
  99. e1d9443 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  100. bafee11 fix warning by removing padding field by reed@google.com · 10 years ago