1. 0bd4a23 Consolidate read/write-Pixels testing code by Robert Phillips · 8 years ago
  2. 6f67fc2 Add SkICC::rawTransferFnData() by Matt Sarett · 8 years ago
  3. 0c0da2b add test for big cubic -- currently disabled by Mike Reed · 8 years ago
  4. 964dec3 Move SkGammaColorFilter to tools, limit to sRGB by Brian Osman · 8 years ago
  5. 9ae32a2 Remove redundant caps field from GrProcessorTestData by Brian Salomon · 8 years ago
  6. d46697a Use GrSurfaceContext::read/write-Pixels more by Robert Phillips · 8 years ago
  7. 74b16ed Add test for bad reuse of SkJpegCodec internal state by Matt Sarett · 8 years ago
  8. b92234a Revert "Remove SkImage::MakeTextureFromPixmap" by Brian Osman · 8 years ago
  9. 7717d4a conservativelyContainsRect is asserting by Mike Reed · 8 years ago
  10. 6f4a9b2 restore bool version of clip-bounds by Mike Reed · 8 years ago
  11. a19f024 make SkPath::conservativelyContainsRect consume degenerate segments by Lee Salzman · 8 years ago
  12. 5f13fba Stop tracking whether GrFragmentProcessors read their input by Brian Salomon · 8 years ago
  13. 319ba3d Move shader register setup to SkRasterPipelineBlitter. by Mike Klein · 8 years ago
  14. 03dd6d5 Reland "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  15. 918e144 change clip-bounds getters to always return the rect by Mike Reed · 8 years ago
  16. 26ecfe0 Revert "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  17. 59d5a0e Revert "offset angle check edge in common" by Cary Clark · 8 years ago
  18. 977f64c Refactor trimming logic for read/writePixels() by Matt Sarett · 8 years ago
  19. 288e471 clipstack is now private by Mike Reed · 8 years ago
  20. 8ccbbb4 Remove SkImage::MakeTextureFromPixmap by Brian Osman · 8 years ago
  21. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  22. d2eb581 offset angle check edge in common by Cary Clark · 8 years ago
  23. 77505da Remove GrTestTarget by Robert Phillips · 8 years ago
  24. c949ce9 Replace some GrSurface:read/writePixels with the GrSurfaceContext equivalent by Robert Phillips · 8 years ago
  25. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  26. 593cb94 Fix reset and deleting behavior. by Herb Derby · 8 years ago
  27. 86a4340 Added constant propagation and better variable liveness tracking to skslc. by Ethan Nicholas · 8 years ago
  28. 3726a4a new hacky api to get cliprgn for android by Mike Reed · 8 years ago
  29. 6415e0d Revert "Added constant propagation and better variable liveness tracking to" by Ethan Nicholas · 8 years ago
  30. f54b071 Added constant propagation and better variable liveness tracking to skslc. by Ethan Nicholas · 8 years ago
  31. 189098e7 Don't require GrPipelineBuilder to build GrPipeline by Brian Salomon · 8 years ago
  32. b3b2453 Use fixed size buffer for RLE bmps by Leon Scroggins III · 8 years ago
  33. 1517224 Revert "Fix reset and deleting behavior." by Herb Derby · 8 years ago
  34. 412a86d Fix reset and deleting behavior. by Herb Derby · 8 years ago
  35. 8461506 Revert "Disallow readPixels() conversions from untagged srcs to tagged dsts" by Matt Sarett · 8 years ago
  36. ccfd108 Disallow readPixels() conversions from untagged srcs to tagged dsts by Matt Sarett · 8 years ago
  37. 2c86249 Move read/write-Pixels up to GrSurfaceContext by Robert Phillips · 8 years ago
  38. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  39. 652ecb5 Pass GrAppliedClip to pipeline creation. by Brian Salomon · 8 years ago
  40. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  41. 3f142b6 Remove (most) usage of MakeTextureFromPixmap by Brian Osman · 8 years ago
  42. cb6266b Reland "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Matt Sarett · 8 years ago
  43. aab259e Simplify GrProcOptInfo initialization. by Brian Salomon · 8 years ago
  44. 46784be hide getClipStack by Mike Reed · 8 years ago
  45. d32b817 add and test SkFixed15::to_u8() by Mike Klein · 8 years ago
  46. de3eacb Temporarily restore FixedAllocTest.cpp by Mike Klein · 8 years ago
  47. ac04fef Remove SkFallbackAlloc and SkFixedAlloc. by Herb Derby · 8 years ago
  48. 7a6c9f7 Revert "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Brian Osman · 8 years ago
  49. 986480a Revert "move SkDevice.h and SkBitmapDevice.h contents in to src headers" by Mike Reed · 8 years ago
  50. 2f719a6 move SkDevice.h and SkBitmapDevice.h contents in to src headers by Mike Reed · 8 years ago
  51. acdb6d3 Fix ASAN by Matt Sarett · 8 years ago
  52. c55bc9a Fix out of bounds read in RP::load_tables_u16_be() by Matt Sarett · 8 years ago
  53. cf5d6ca Add SkImageInfoValidConversion() and SkImageInfoIsValid by Matt Sarett · 8 years ago
  54. 0497f08 Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors. by Herb Derby · 8 years ago
  55. f809c1e Try out new refFoo pattern on GrStyle by Robert Phillips · 8 years ago
  56. 523116d Unify ICC support for gray jpegs and gray pngs by Matt Sarett · 8 years ago
  57. a022e2d Fix SkImageFilterCache race by Florin Malita · 8 years ago
  58. 693fdbd refFoo variant for getters that naturally have a sk_sp by Mike Reed · 8 years ago
  59. 0c2997b Remove second version of SkImageInfo2GrPixelConfig by Brian Osman · 8 years ago
  60. 8d80bb5 Revert "Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors." by Herb Derby · 8 years ago
  61. d1c8e56 SkUTF8_CountUnichars(s,l) and SkUTF8_NextUnichar(s,l) now safe. by Hal Canary · 8 years ago
  62. f046e15 Fix undefined GrIORef test method on Chrome win bot by Brian Salomon · 8 years ago
  63. 6ff51ae Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors. by Herb Derby · 8 years ago
  64. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  65. ab273fa move SkTRegister.h into tools by Mike Reed · 8 years ago
  66. d50fd8c remove dead file: PathOpsSkpClipTest.cpp by Mike Reed · 8 years ago
  67. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  68. 1252ec4 Make SkColorToHSV and SkHSVToColor "perfect" inverses by Leon Scroggins III · 8 years ago
  69. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  70. bc6b99d Add test for processor->resource ref/io counts by Brian Salomon · 8 years ago
  71. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  72. 7ba89a1 SkSplicer: test and fix loop logic by Mike Klein · 8 years ago
  73. 561c1b0 Rename function in PathOpsExtendedTest which takes strings. by Ben Wagner · 8 years ago
  74. e94255d Specify bit depth and color space in SkImage::MakeFromPicture() by Matt Sarett · 8 years ago
  75. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  76. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  77. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  78. 1026ccf make SkRBuffer always validate by Mike Reed · 8 years ago
  79. f4c5ce9 fix to not assign uninitialized array to string by Mike Reed · 8 years ago
  80. ff80c2a remove SkMemoryWStream -- unused externally by Mike Reed · 8 years ago
  81. 19f0ed5 Purge clip masks when they are no longer findable. by Brian Salomon · 8 years ago
  82. 1090da6 Add support for tagging GrUniqueKeys with a debug string by Brian Salomon · 8 years ago
  83. 7f71d88 SkXbyak basics by Mike Klein · 8 years ago
  84. 8c8cb5b simplify by removing _d stages by Mike Klein · 8 years ago
  85. 3afa628 Revert "Explicitly fail read/writePixels in invalid color space scenarios" by Brian Osman · 8 years ago
  86. efcc418 Explicitly fail read/writePixels in invalid color space scenarios by Brian Osman · 8 years ago
  87. 07792b2 Add context markup to integer texture test by Brian Osman · 8 years ago
  88. bfd5183 Removes tracking of whether color is ignored by XP. by Brian Salomon · 8 years ago
  89. e151bdb Fix color space matrix hashing to avoid hashing the typemask by Matt Sarett · 8 years ago
  90. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  91. 1e85424 Improve detection of color space transfer fns by Matt Sarett · 8 years ago
  92. 2be687a fix skslc crash when ternary parameter types don't match by Ethan Nicholas · 8 years ago
  93. b60e864 Scale the result of TightBounds when path was inverse-scaled by Fredrik Söderquist · 8 years ago
  94. 9a5610e fixed a divide-by-zero bug in skslc by Ethan Nicholas · 8 years ago
  95. e3374d6 validate deserialized path verbs by Mike Reed · 8 years ago
  96. b0b625b GIF: Better check for frame dependency by Leon Scroggins III · 8 years ago
  97. 534cbe5 Increase "large" image size in DeferredTextureImage. by Brian Salomon · 8 years ago
  98. 5a2057a fix fuzzer by Cary Clark · 8 years ago
  99. 3de1adf remove debugging printf from resource cache test. by Brian Salomon · 8 years ago
  100. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago