1. cf6285b fix warnings on Mac in src/gpu and include/gpu by caryclark@google.com · 12 years ago
  2. 977b9c8 Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix) by robertphillips@google.com · 12 years ago
  3. 25c1993 Reverting r4162 by robertphillips@google.com · 12 years ago
  4. 3227ab5 Added instance counting system for SkRefCnt-derived objects by robertphillips@google.com · 12 years ago
  5. 0090ec7 Fix for compiler error in r4154 by robertphillips@google.com · 12 years ago
  6. 941ee93 Fixed flattening of SkStippleMaskFilter by robertphillips@google.com · 12 years ago
  7. d2ae1fa remove 4x4 downsample filter mode by bsalomon@google.com · 12 years ago
  8. a1e5795 GrTexture can now create its own cache key by robertphillips@google.com · 12 years ago
  9. 83e5eb8 Clean up likely reference leak in Ganesh custom stages. by tomhudson@google.com · 12 years ago
  10. 7b6c193 remove mutable apis on SkColorMatrixFilter, must use constructor. by reed@google.com · 12 years ago
  11. 8b0d0f6 remove public function-ptr based colorfilter by reed@google.com · 12 years ago
  12. da30999 change static variable to #define by djsollen@google.com · 12 years ago
  13. c6ff3e7 Add legacy script to enable skia roll into chromium. by djsollen@google.com · 12 years ago
  14. 07ef911 Fixed Linux compiler complaints by robertphillips@google.com · 12 years ago
  15. 3271628 Move texture descriptor into GrTexture by robertphillips@google.com · 12 years ago
  16. 4866cc0 Adding option to serialize mutable bitmaps in SkPicture by junov@chromium.org · 12 years ago
  17. 898e7b5 Flip the switch to turn on GrCustomStage implementation of gradients; by tomhudson@google.com · 12 years ago
  18. 0bdbed3 Fix GrSamplerState::operator=() to take a reference rather than a copy. by tomhudson@google.com · 12 years ago
  19. 0464029 VC++ allows template parameter shadowing. by bungeman@google.com · 12 years ago
  20. e70f798 Serialize support for GDI. http://codereview.appspot.com/6263046/ by bungeman@google.com · 12 years ago
  21. 1f90287 Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1. by tomhudson@google.com · 12 years ago
  22. 15eeca0 Update the implementation of SkTypeface_android.h functions. by djsollen@google.com · 12 years ago
  23. 194de08 Zero out GrSamplerState in constructor to recover performance loss on Linux from r4102. by tomhudson@google.com · 12 years ago
  24. 9714516 Add SkFontDescriptor for serializing fonts. by djsollen@google.com · 12 years ago
  25. b505a12 Implement morphology as a custom effect by bsalomon@google.com · 12 years ago
  26. 0d10280 We often rgn-diff an area >= the other rgn. now we detect that and return empty by reed@google.com · 12 years ago
  27. 4d063de Add glTexParameteriv to GL interface by bsalomon@google.com · 12 years ago
  28. d414406 Windows compiler complaint cleanup by robertphillips@google.com · 12 years ago
  29. 67794f5 Fix typo in r4092. by tomhudson@google.com · 12 years ago
  30. 1117559 Use element-by-element assignment in GrSamplerState::operator= instead of memcpy by tomhudson@google.com · 12 years ago
  31. d2700ee Refactor dictionaries for use by entities other than just SkPicture by djsollen@google.com · 12 years ago
  32. eec9dbc arm: First step towards dynamic NEON support. by digit@google.com · 12 years ago
  33. 744faba addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing) by reed@google.com · 12 years ago
  34. 4196c0e Fix line ending, mark svn:eol-style LF by bsalomon@google.com · 12 years ago
  35. 8b06f1a Detect when the caller was hairline AND strokeandfill, and resolve that into FILL by reed@google.com · 12 years ago
  36. 398b1bc add SkPoint::isZero(), match the existing method on SkIPoint by mike@reedtribe.org · 12 years ago
  37. c077d1e Rolling back 4053 by robertphillips@google.com · 12 years ago
  38. ab303ef Speculative fix for Android Debug only crash in r4049 by robertphillips@google.com · 12 years ago
  39. ac2c666 Rolling back r4049 by robertphillips@google.com · 12 years ago
  40. 837576b Altered GrDrawState to always ref textures and render target by robertphillips@google.com · 12 years ago
  41. fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  42. d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 12 years ago
  43. 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  44. 72176b2 Removed SoftwarePathRenderer from GrContext's path renderer chain by robertphillips@google.com · 12 years ago
  45. 49d9fd5 Plumbing to propagate save & restore from SkCanvas down to GrContext & lower by robertphillips@google.com · 12 years ago
  46. 2c75681 Remove GrClipMaskManager's path renderer chain (in favor of GrContext's) by robertphillips@google.com · 12 years ago
  47. 16fd21b Rename GrProgramStageFactory::stageKey to GrProgramStageFactory::glStageKey since it is GL-specific by bsalomon@google.com · 12 years ago
  48. 289efe0 Tunnel name requests through factory, forcing custom effect and custom prog stage to use same impl by bsalomon@google.com · 12 years ago
  49. 1f1db4c update dox for NewFromMalloc() to clarify ownership by reed@google.com · 12 years ago
  50. 7c4d06d Make static const var that is only used in an assert be defined in the debug build only to suppress an unused var warning. by bsalomon@google.com · 12 years ago
  51. a4d8fc2 Stop using GrDrawState to track GPU's blend state by bsalomon@google.com · 12 years ago
  52. 8e520fc fix build? by bsalomon@google.com · 12 years ago
  53. ae4f96a Some refactoring of GrCustomStage and friends by bsalomon@google.com · 12 years ago
  54. ffe39bd Fix type errors and a few warnings for Visual Studio 2010 64-bit build. by tomhudson@google.com · 12 years ago
  55. ebd2496 change SkChunkAlloc to grow its allocations geometrically (not linearly) by reed@google.com · 12 years ago
  56. 803c67d change SetTLSFontCacheLimit to be void, since it doesn't easily know the prev value by reed@google.com · 12 years ago
  57. 6172d67 Allow font-cache to use thread_local_storage for a private cache by reed@google.com · 12 years ago
  58. ff0da4f Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes all by reed@google.com · 12 years ago
  59. 5269566 Add 'inline' to suppress unused warnings with Android NDK build. by bungeman@google.com · 12 years ago
  60. 73a0258 computeFastStrokeBounds needs to pass kStroke_Style instead of kFill_Style (ya think?) by reed@google.com · 12 years ago
  61. 115d931 pass the region-op to the clipstack for SkCanvas::clipRegion. by reed@google.com · 12 years ago
  62. 20a0477 Fix new atomic declarations for Android. by bungeman@google.com · 12 years ago
  63. a02bc15 WeakRefCnt http://codereview.appspot.com/5649046/ by bungeman@google.com · 12 years ago
  64. 4a3b714 Iter::next takes a bool (defaults to true for now) if we want to consume degenerates. by reed@google.com · 12 years ago
  65. d5f2079 can't make the compute-bounds methods private yet :( by reed@google.com · 12 years ago
  66. a584aed perform quickReject in drawPoints (which is called by drawLine) just like we by reed@google.com · 12 years ago
  67. 7b463ac speedup SkRect::isFinite() (almost 2x) by reed@google.com · 12 years ago
  68. 5dd510f update dox for copy-constructor by reed@google.com · 12 years ago
  69. e4f10a7 add computeFastBounds to SkPathEffect, so we can attempt quickReject by reed@google.com · 12 years ago
  70. 97ecd1d update dox for measureText by reed@google.com · 12 years ago
  71. 9e25dbf remove null-check in SKPath::Iter::next() -- not needed, and slows us down a little by reed@google.com · 12 years ago
  72. 6623fcd Convert AAClipCache's GrRects to GrIRects by robertphillips@google.com · 12 years ago
  73. f105b10 Made clip mask cache use Scratch Texture system by robertphillips@google.com · 12 years ago
  74. 341767c Remove support for vertex attribute matrices by bsalomon@google.com · 12 years ago
  75. 880dc47 add dox for Shaders, and how the paint's alpha modulates the shader's colors. by reed@google.com · 12 years ago
  76. 5d64068 Warn if return values from SkRect's Make* methods are ignored by robertphillips@google.com · 12 years ago
  77. 7e6c4d1 add SkPath::isLine(), similar to isRect() by reed@google.com · 12 years ago
  78. 75a0972 move SkStrokePathEffect into hiding for now, as its functionality is rethought. by reed@google.com · 12 years ago
  79. bf5cad4 Added documentation of stage/TU allocation by robertphillips@google.com · 12 years ago
  80. d8f856c Move convolution from code in GrGLProgram to new GrConvolutionEffect by tomhudson@google.com · 12 years ago
  81. f51018d allow SkAutoTUnref to be used syntactially as the object is refs by reed@google.com · 12 years ago
  82. cc61b17 Comment improvements to GrGLInterface by bsalomon@google.com · 12 years ago
  83. 637d5e9 Move GL function prototype typdefs to a separate header by bsalomon@google.com · 12 years ago
  84. 0389d93 remove unused ptr/len parameters from CreateTypeface by reed@google.com · 12 years ago
  85. 82d447d revert TLS change (until we impl windows backend) by reed@google.com · 12 years ago
  86. 09dcf75 allow thread-local font cache Review URL: https://codereview.appspot.com/6101053 by reed@google.com · 12 years ago
  87. 2717d56 move more stuff that should be private out from GrGLConfig.h by bsalomon@google.com · 12 years ago
  88. 91bcc94 Make GrGLDefines.h be a private header by bsalomon@google.com · 12 years ago
  89. 9c1f1ac Move function decls and macros out of public headers that are meant for internal use. by bsalomon@google.com · 12 years ago
  90. c7a67cb Just use std qsort Review URL: https://codereview.appspot.com/6195052 by reed@google.com · 12 years ago
  91. e3987da make CanNormalize inline for the float build (big speedup for PathIter) by reed@google.com · 12 years ago
  92. 99c114e We were numerically overflowing our 16bit coordinates that we communicate by reed@google.com · 12 years ago
  93. 58b8d4a recreate http://codereview.appspot.com/6131051/ in svn instead of git by epoger@google.com · 12 years ago
  94. 9c36a76 store x-interval-count per scanline, so we can skip lines in O(1) by reed@google.com · 12 years ago
  95. f0a062b Add device to top level N-way canvas. by djsollen@google.com · 12 years ago
  96. af7e694 record yspancount and intervalcount in regions by reed@google.com · 12 years ago
  97. b88bbd2 Make GrSamplerState::operator==() use GrCustomStage::isEquivalent() rather by tomhudson@google.com · 12 years ago
  98. 02b1ea2 Add comparison and assignment operators to GrSamplerState. by tomhudson@google.com · 12 years ago
  99. 443e5a5 Re-adding red texture support (by rolling back r3800) by robertphillips@google.com · 12 years ago
  100. 0048469 Roll back http://code.google.com/p/skia/source/detail?r=3622 to deal with http://crbug.com/125596 ('M20 windows renderer stability maze') by epoger@google.com · 12 years ago