1. a9590fc Fixed compilation issue when instance counting is disabled by robertphillips@google.com · 12 years ago
  2. 0342a85 Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/ by bsalomon@google.com · 12 years ago
  3. 607d08b Set LF property on a bunch of files. by bsalomon@google.com · 12 years ago
  4. d433c4e Cleaning up deprecated API in SkDeferredCanvas by junov@chromium.org · 12 years ago
  5. 72f3dca Modify Read/WritePixelTests to print one pixel failure for each test case rather than every pixel by bsalomon@google.com · 12 years ago
  6. 3b3e895 remove EdgeType enum. Unimportant distinction, and removing speeds up quickReject by reed@google.com · 12 years ago
  7. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  8. 5bdef29 GrContextFactory can now expose the GLContext it is using. by keyar@chromium.org · 12 years ago
  9. d5d158b Ensure that Pipe does not crash when attempting to draw after endRecording. by scroggo@google.com · 12 years ago
  10. 40fbb18 Fix broken test. by scroggo@google.com · 12 years ago
  11. 8afae61 Clean up most clang warnings outside animator/ by tomhudson@google.com · 12 years ago
  12. 9ed02b9 Augmenting SkDeferredCanvas notification interface to signal flushes and memory allocations by junov@chromium.org · 12 years ago
  13. 82aa748 Add a zoom filter to Skia. This will be used on ChromeOS to implement the screen magnifier. by bsalomon@google.com · 12 years ago
  14. ed02c4d Fix handling of infinite bounds during "fast transforms". by tomhudson@google.com · 12 years ago
  15. 10dccde Make SkGPipe use SkBitmapHeap. by scroggo@google.com · 12 years ago
  16. 4b163ed Privatization: by reed@google.com · 12 years ago
  17. 21830d9 Refactor Bitmap Storage for SkPicture using SkPipe's design. by djsollen@google.com · 12 years ago
  18. a1bf0ff by bsalomon@google.com · 12 years ago
  19. 2972bb5 Adding storage of SkPath::fIsOval by robertphillips@google.com · 12 years ago
  20. 88e2914 Moving DeferredDevice and DeferredGPipeController classes out of the deferred canvas API header by junov@chromium.org · 12 years ago
  21. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  22. 3de7acc Removing the SkPicture backend from SkDeferredCanvas code by junov@chromium.org · 12 years ago
  23. 2e14ba8 Adding API to SkGPipe and SkDeferredCanvas for controlling memory usage externally by junov@chromium.org · 12 years ago
  24. e2faf17 Even when the pts are restricted to 32K values, we can still overflow computing by reed@google.com · 12 years ago
  25. d9ee348 If we lose precision computing sum of the dash intervals, then we can have the by reed@google.com · 12 years ago
  26. 0a7672f Add morphology, convolution, single texture, texture domain effects to new unit test system by bsalomon@google.com · 12 years ago
  27. a68937c Move SK_SUPPORT_GPU checks below first #includes in case the macro is defined in SkUserConfig.h rather than by the build system. by bsalomon@google.com · 12 years ago
  28. 2a48c3a Fix includes files missing in release builds from GrCustomStageUnitTest.h. by bsalomon@google.com · 12 years ago
  29. d472620 Registry-based unit test for custom effects by bsalomon@google.com · 12 years ago
  30. 1554360 Store more behavior of SkFlatDictionary in SkFlatController. by scroggo@google.com · 12 years ago
  31. c3841b9 Move GL programs unit test code to tests project. by bsalomon@google.com · 12 years ago
  32. cd62ecf Fixing leak of SkPixelRef object in CanvasTest by junov@chromium.org · 12 years ago
  33. 5a69ef7 Disable ReadWriteAlpha test on Android by borenet@google.com · 12 years ago
  34. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  35. 08eacc1 Added check for aa/bw rect merging by robertphillips@google.com · 12 years ago
  36. eef938c check that copied paths have the same segment-masks as their src by reed@google.com · 12 years ago
  37. 0c3e5fe Pipe factory names independently from the flattenables using them. by scroggo@google.com · 12 years ago
  38. c0d3f2f Fix units per em test. by bungeman@google.com · 12 years ago
  39. 641f8b1 Replace GrClip with SkClipStack by robertphillips@google.com · 12 years ago
  40. 4b2af9c add getUnitsPerEm() to SkTypeface by reed@google.com · 12 years ago
  41. 7b11289 Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space by robertphillips@google.com · 12 years ago
  42. f8d904a GrClip no longer translates its clips (to better mimic SkClipStack's behavior) by robertphillips@google.com · 12 years ago
  43. c23a63b Added test to ensure getConservativeBounds' result is clamped to render target by robertphillips@google.com · 12 years ago
  44. 7dade42 Always store pixels of mutable bitmaps when recording a SkPicture. by djsollen@google.com · 12 years ago
  45. 589708b Split SkGradientShader into separate files for each gradient subclass. by rileya@google.com · 12 years ago
  46. 15011ee Make SkDeferredCanvas query SkGPipeWriter for space allocated for bitmaps. by scroggo@google.com · 12 years ago
  47. cc6493b Added ctor to SkClipStack and isEmpty method by robertphillips@google.com · 12 years ago
  48. 0bb18bb explicitly track if a path is finite or not by reed@google.com · 12 years ago
  49. b10a6bd Refactoring how SkDeferredCanvas manages mutable bitmaps by junov@chromium.org · 12 years ago
  50. 4c2a2f7 Added isIntersectionOfRects to SkClipStack by robertphillips@google.com · 12 years ago
  51. dd39488 Avoid a loop in writeString and writePad by zeroing padding first. by scroggo@google.com · 12 years ago
  52. 607fe07 Added bound computation to SkClipStack by robertphillips@google.com · 12 years ago
  53. f794303 add protected method for internal_dispose overrides to jam fRefCnt before by reed@google.com · 12 years ago
  54. e9617eb In SkWriter32::writeString, initialize all memory reserved. by scroggo@google.com · 12 years ago
  55. bfeddae Fix unbound memory consumption problem with run away deferred canvases. by junov@chromium.org · 12 years ago
  56. a276975 check for memory leaks in debug-build by reed@google.com · 12 years ago
  57. 80ba796 add SkTRefArray, in hopes that it will enable more sharing between pictureplaybacks by reed@google.com · 12 years ago
  58. 80214e2 Made clarifying renamings to SkClipStack's iterators (and added to unit test) by robertphillips@google.com · 12 years ago
  59. 426aebc Adding new steps to Canvas unit test to validate that the deferred by junov@chromium.org · 12 years ago
  60. cff01c5 Improving CanvasTest to verify that the destination canvas of an SkDeferredCanvas has the same state as a plain SkCanvas that received the same draw commands. by junov@chromium.org · 12 years ago
  61. d074c37 Need to apply matrix to advance in generateAdvance (as we already were in generateMetrics) by reed@google.com · 12 years ago
  62. 2e41bec fix for non-Windows-specific compiler error in r4624 by robertphillips@google.com · 12 years ago
  63. 0a78b0f Refactor SkDeque's iterator and allocation method by robertphillips@google.com · 12 years ago
  64. 50ccb0a Add a skia method to perform an atomic add. by scroggo@google.com · 12 years ago
  65. 4e6dfa5 Adding bracketing save/restore calls to SkPicture at record time and by junov@chromium.org · 12 years ago
  66. 96cbd2c Revert "Add a method to atomic add." by scroggo@google.com · 12 years ago
  67. e3f84f3 Add a skia method to perform an atomic add. by scroggo@google.com · 12 years ago
  68. 238be8c [PDF] Add link annotations. by vandebo@chromium.org · 12 years ago
  69. b630c6c Updated make_filepath test to reflect changes in picture_utils. TBR by keyar@chromium.org · 12 years ago
  70. 0cb1e2b Disable WritePixelsTest on Android by borenet@google.com · 12 years ago
  71. a6c9e0e Cleanup restore offsets at end of SkPicture recording by junov@chromium.org · 12 years ago
  72. b0a34d8 idea: add annotation to SkPaint by reed@google.com · 12 years ago
  73. 79382af remove debugging printfs by reed@google.com · 12 years ago
  74. 91bd459 add SkDataSet class, so SkAnnotation can be more immutable-like by reed@google.com · 12 years ago
  75. e2589ae Change SkFlatData to have a sentinel value, allowing the Compare function to by reed@google.com · 12 years ago
  76. 4eefe61 Handle convex paths with degeneracies in cheap direction computation by bsalomon@google.com · 12 years ago
  77. 59f46b8 Fixed Windows compiler complaints by robertphillips@google.com · 12 years ago
  78. c3d5831 Allow specific files and multiple inputs for picture testing tools. by keyar@chromium.org · 12 years ago
  79. e60b910 add test for SkChecksum by mike@reedtribe.org · 12 years ago
  80. a63a851 update test for new NewFromCString behavior by reed@google.com · 12 years ago
  81. dbc936d add SkData::NewFromCString() by reed@google.com · 12 years ago
  82. b74af87 Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT) by robertphillips@google.com · 12 years ago
  83. edae141 Fix metrics test to no longer include the cpp. by djsollen@google.com · 12 years ago
  84. 4da34e3 Add GrMemoryPool as a helper to override operators new/delete by bsalomon@google.com · 12 years ago
  85. b59ed51 add test for http://code.google.com/p/chromium/issues/detail?id=131181 by reed@google.com · 12 years ago
  86. fedd09b Really fix the build. by schenney@chromium.org · 12 years ago
  87. aaf1688 Speculative build fix. Tests do not fail locally. by schenney@chromium.org · 12 years ago
  88. 7e96360 Fix the problem of rendering closePath not properly after a moveTo call in by schenney@chromium.org · 12 years ago
  89. 51c62a6 add readPtr and writePtr to SkReader32 and SkWriter32 by reed@google.com · 12 years ago
  90. 7886ad3 remove SK_CAN_USE_FLOAT (deprecated) by reed@google.com · 12 years ago
  91. 94e75ee Rename the existing flatten(void*) methods. by djsollen@google.com · 12 years ago
  92. df9d656 Add SkPath::getVerbs/countVerbs by bsalomon@google.com · 12 years ago
  93. 8322697 extend asAGradient for Conical type (to be implemented by PDF and XPS) by reed@google.com · 12 years ago
  94. 75b3c96 Move clientID into texture desc by robertphillips@google.com · 12 years ago
  95. 42639cd fix warnings on Mac in tests by caryclark@google.com · 12 years ago
  96. 977b9c8 Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix) by robertphillips@google.com · 12 years ago
  97. 4866cc0 Adding option to serialize mutable bitmaps in SkPicture by junov@chromium.org · 12 years ago
  98. d414406 Windows compiler complaint cleanup by robertphillips@google.com · 12 years ago
  99. 5739d2c Merge GrGpuGLShaders into its parent class, GrGpuGL by bsalomon@google.com · 12 years ago
  100. f123ba9 Disable TLSTest for now, to work around http://code.google.com/p/skia/issues/detail?id=619 by epoger@google.com · 12 years ago