1. 1ce49fc Move GrTextureParams from GrSamplerState to GrTextureAccess by bsalomon@google.com · 13 years ago
  2. 10f9f4a revert 5580 by reed@google.com · 13 years ago
  3. eab16de re-land 5578 w/ pipe fix by reed@google.com · 13 years ago
  4. c75c36a revert 5578 -- broke pipe by reed@google.com · 13 years ago
  5. f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 13 years ago
  6. 66bcbd1 Check for invalid SkPictures by borenet@google.com · 13 years ago
  7. 7534747 Add GrColor to RGBA float helper func by bsalomon@google.com · 13 years ago
  8. 6c5418e Temporarily revert r5433 due to http://www.crbug.com/148637 until after M23 branch. by bsalomon@google.com · 13 years ago
  9. 1c6307e Fix some nits from http://codereview.appspot.com/6506103/ by rileya@google.com · 13 years ago
  10. 1d225f2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  11. 8515e79 Add R-Tree record flag to SkPicture, plus some cleanup/fixes in associated classes. by rileya@google.com · 13 years ago
  12. 1f1543f re-apply 5508, but with the new compile-flag disabled for now by reed@google.com · 13 years ago
  13. d8a6cc8 Make texteffects gm work through serialization and pipe. by scroggo@google.com · 13 years ago
  14. bfe1572 revert 5508 -- it broke most of the builds by reed@google.com · 13 years ago
  15. 1f8787a Using the device scale factor for glyph positioning by wjmaclean@chromium.org · 13 years ago
  16. dabdd9e Revert r5491, r5495, r5497, and r5498. by borenet@google.com · 13 years ago
  17. bcfa637 printf->SkDebugf for r5491 by borenet@google.com · 13 years ago
  18. fb3dd3a Temporarily add logging to GrContextFactory and SkNativeGLContext_android by borenet@google.com · 13 years ago
  19. 6d003d1 Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConfigFlags by bsalomon@google.com · 13 years ago
  20. 047696c Move GrTextureAccess decl/defn to separate files by bsalomon@google.com · 13 years ago
  21. d6ce0db Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  22. 9fbcad0 Removed old resource locking system by robertphillips@google.com · 13 years ago
  23. 50a035d Added explicit cache clearing by robertphillips@google.com · 13 years ago
  24. 69aca79 SkPathRef: one allocation for pts+verbs, path GenID, copy-on-write by bsalomon@google.com · 13 years ago
  25. 5e72845 Add SK_API to path == decl. Over-the-shoulder review from robertphillips@ by bsalomon@google.com · 13 years ago
  26. 6c77816 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  27. d364554 Enforce calling of inherited onRelease & onAbandon mthds in GrResource-derived classes by robertphillips@google.com · 13 years ago
  28. d6bbbf8 Simplified stencil buffer caching by robertphillips@google.com · 13 years ago
  29. b24b4fa Future proof luminance caches. https://codereview.appspot.com/6495071/ by bungeman@google.com · 13 years ago
  30. 9474ed0 Switch GrGpu's GrResource list over to using SkTDLinkedList by robertphillips@google.com · 13 years ago
  31. 58b4ead Perform multi core rendering in bench_pictures. by scroggo@google.com · 13 years ago
  32. 5955202 Allow cache tracking to be enabled in release by robertphillips@google.com · 13 years ago
  33. 0576555 Remove dead code and update a comment. by scroggo@google.com · 13 years ago
  34. a27096b Sanitizing source files in Skia_Nightly_House_Keeping by skia.committer@gmail.com · 13 years ago
  35. 1cf58d0 add SkWriter32::rewindToOffset() -- used for peephole edits in picture recording by reed@google.com · 13 years ago
  36. a9b0623 Added find, lock to GrContext & GrResourceCache interfaces by robertphillips@google.com · 13 years ago
  37. 405d0f4 In which a series of things around attachToCanvas and writePixels are fixed by bsalomon@google.com · 13 years ago
  38. c9ab987 Implement multi-threaded picture playback via cloning. by djsollen@google.com · 13 years ago
  39. 5e49732 Fix int64->int32 warning by bsalomon@google.com · 13 years ago
  40. 1bfe01d When creating gray from lcd, use luminance instead of coverage. by bungeman@google.com · 13 years ago
  41. 536079b Fix Clang build on Android. by digit@google.com · 13 years ago
  42. 8090e65 Make the SkGrPixelRef be responsible for unlocking device's scratch texture in the cache by bsalomon@google.com · 13 years ago
  43. 7edfb49 need to declare INHERITED for the instcount macros by reed@google.com · 13 years ago
  44. fd875e8 re-enable inst counting by reed@google.com · 13 years ago
  45. a292112 Remove SkGpuDevice::fTexture, use new pixel ref class name by bsalomon@google.com · 13 years ago
  46. 97af1a6 Add caching of the snapshot image form a surface by reed@google.com · 13 years ago
  47. a04e8e8 Do premul and r/b swap conversions in a custom effect by bsalomon@google.com · 13 years ago
  48. f4959ab Implemented power of two tiling. by keyar@chromium.org · 13 years ago
  49. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 13 years ago
  50. 1fb9525 warning fix (unreviewed). by senorblanco@chromium.org · 13 years ago
  51. 39ac1ae #if SK_DEBUG -> #ifdef SK_DEBUG in SkTDLinkedList.h (to fix chrome android trybot errors) by bsalomon@google.com · 13 years ago
  52. 2ea0a23 Refactored GrDLinkedList into SkTDLinkedList by robertphillips@google.com · 13 years ago
  53. 84207c4 Move the code for the GPU implementation of morphology effects from GrContext by senorblanco@chromium.org · 13 years ago
  54. 1fd201b SkRef for expressions. https://codereview.appspot.com/6475045/ by bungeman@google.com · 13 years ago
  55. 4fa9c9f Fixed instance counting for templated classes by robertphillips@google.com · 13 years ago
  56. b2ee33c Implements the non-Porter-Duff compositing modes required for SVG's feBlend by senorblanco@chromium.org · 13 years ago
  57. 6a9368d SkBitmap::scrollRect changes pixels, but only if not immutable. by scroggo@google.com · 13 years ago
  58. d5764e8 When copying a bitmap, copy the generation ID. by scroggo@google.com · 13 years ago
  59. 521eaf8 Scratch textures are no longer removed from the cache in Debug by robertphillips@google.com · 13 years ago
  60. 5f9f2f5 Added resource cache debug output to help track changes by robertphillips@google.com · 13 years ago
  61. 44888c6 Move SkColorFilterImageFilter into its own file. by senorblanco@chromium.org · 13 years ago
  62. 0342a85 Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/ by bsalomon@google.com · 13 years ago
  63. bf2768b Refactor SkImageFilter into its own .cpp file. by senorblanco@chromium.org · 13 years ago
  64. f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 13 years ago
  65. 5280548 Stop refcounting SkDeferredCanvas::NotificationClient by junov@chromium.org · 13 years ago
  66. 607d08b Set LF property on a bunch of files. by bsalomon@google.com · 13 years ago
  67. a030818 revert 5156 by reed@google.com · 13 years ago
  68. dd8dd8f revert 5157 by reed@google.com · 13 years ago
  69. cf4335c add long/unsigned-long variations to the debug SkIntToScalar, as the mac compiler by reed@google.com · 13 years ago
  70. a448cb0 Fix SkIntToScalar signature for 64-bit build by borenet@google.com · 13 years ago
  71. d433c4e Cleaning up deprecated API in SkDeferredCanvas by junov@chromium.org · 13 years ago
  72. 07ea2db Remove unnecessary GrContext flushes by bsalomon@google.com · 13 years ago
  73. 63ae1cf Make SkDeque::back faster & inline by robertphillips@google.com · 13 years ago
  74. 01ec2eb Added Serialization of SkPath's bound by robertphillips@google.com · 13 years ago
  75. 3b3e895 remove EdgeType enum. Unimportant distinction, and removing speeds up quickReject by reed@google.com · 13 years ago
  76. c51db02 Fix a memory leak in SkBitmapHeap. by scroggo · 13 years ago
  77. 1d4edd3 Make all GrContext draws go through the draw buffer. by bsalomon@google.com · 13 years ago
  78. e8f0592 DirectWrite font host for skia. https://codereview.appspot.com/5417063/ by bungeman@google.com · 13 years ago
  79. 0557d9e add SkClipStack::clipEmpty() as an optimized way to say clipDevRect(empty, intersect) by reed@google.com · 13 years ago
  80. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 13 years ago
  81. 1f47f4f Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEntry (in GrTexture) by robertphillips@google.com · 13 years ago
  82. a8db8fe Fixing a deferred canvas optimization that purges pending draws when the canvas is cleared by junov@chromium.org · 13 years ago
  83. 5bdef29 GrContextFactory can now expose the GLContext it is using. by keyar@chromium.org · 13 years ago
  84. c0f1dfb privatize SkScalerContext.h by reed@google.com · 13 years ago
  85. a9d4e84 To allow forward declarations, move SkScalerContext::Rec to SkScalerContextRec by reed@google.com · 13 years ago
  86. fe8765c privatize SkDescriptor.h by reed@google.com · 13 years ago
  87. 137209f Make SkTArray consider only the new count and reserve when determining how much to alloc by bsalomon@google.com · 13 years ago
  88. 6d552ee Reduce allocations in RandomPathBench by bsalomon@google.com · 13 years ago
  89. 9ed02b9 Augmenting SkDeferredCanvas notification interface to signal flushes and memory allocations by junov@chromium.org · 13 years ago
  90. 65a87cc Add inst counting to bench and count SkPaths by bsalomon@google.com · 13 years ago
  91. 2e2aedc Added GrTextureStripAtlas object. by rileya@google.com · 13 years ago
  92. 3319f33 Move resize functionality out of createAndLockTexture and into createResizedTexture by robertphillips@google.com · 13 years ago
  93. 9c2ea84 Split cache-specific fields out of GrTextureDesc by robertphillips@google.com · 13 years ago
  94. 82aa748 Add a zoom filter to Skia. This will be used on ChromeOS to implement the screen magnifier. by bsalomon@google.com · 13 years ago
  95. 30e6d2c Adds a bunch of benchmarks around creating, transforming, testing path equality, by bsalomon@google.com · 13 years ago
  96. 56d5bfa privatize SkBuffer.h by mike@reedtribe.org · 13 years ago
  97. 65be881 privatize SkRefDict.h by mike@reedtribe.org · 13 years ago
  98. d02d4ff privatize SkGlyph.h by mike@reedtribe.org · 13 years ago
  99. 2bc1689 privatize SkPtrRecorder.h by mike@reedtribe.org · 13 years ago
  100. 227b516 refactor some subclasses in SkFlattenable.h into SkPtrRecorder.h, in preparation for by mike@reedtribe.org · 13 years ago