1. b88bbd2 Make GrSamplerState::operator==() use GrCustomStage::isEquivalent() rather by tomhudson@google.com · 12 years ago
  2. 02b1ea2 Add comparison and assignment operators to GrSamplerState. by tomhudson@google.com · 12 years ago
  3. 443e5a5 Re-adding red texture support (by rolling back r3800) by robertphillips@google.com · 12 years ago
  4. 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
  5. 8790fc6 add comment on return-value for SkTSearch by reed@google.com · 12 years ago
  6. 7d4aee3 Variant of SkRegion::op (called Oper) that either writes the result into a 3rd by reed@google.com · 12 years ago
  7. 76b7fcc Some cleanup of GrResource by bsalomon@google.com · 12 years ago
  8. c4ae974 Add SkString.contains() Review URL: https://codereview.appspot.com/6130046 by epoger@google.com · 12 years ago
  9. 8d033a1 Remove GrPath typedef by bsalomon@google.com · 12 years ago
  10. 20bf4ca Clean up DashPathEffect modulo math from r3761 by epoger@google.com · 12 years ago
  11. 93c9660 draw circle paths directly via GPU by bsalomon@google.com · 12 years ago
  12. 0f191f3 Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op) by robertphillips@google.com · 12 years ago
  13. e49aca9 add optional storage parameter to SkWriter32 by reed@google.com · 12 years ago
  14. 064e50d allow SkMutex* as an alternative arg to SkAutoMutexAcquire constructor by reed@google.com · 12 years ago
  15. eb9a9bf cleanups in prep for tls cache by reed@google.com · 12 years ago
  16. 07eecdc Hooks up the GrCustomStage/GrGLProgramStageFactory/GrGLProgramStage by tomhudson@google.com · 12 years ago
  17. d6195f9 add x() and y() aliases for fLeft and fTop (matching SkIRect) by reed@google.com · 12 years ago
  18. b3400ba Fix undefined GLint in Mac builds by bsalomon@google.com · 12 years ago
  19. 7361f54 Make GM able to run MSAA modes and multiple GPU configs in a single run. by bsalomon@google.com · 12 years ago
  20. e788430 Added glBlendEquation to GL interface by robertphillips@google.com · 12 years ago
  21. 6aa2965 Track oval in SkPath by bsalomon@google.com · 12 years ago
  22. f11508d expose font-table APIs to SkTypeface by reed@google.com · 12 years ago
  23. f3488eb Revert r3705 for fixed pt failures. by bsalomon@google.com · 12 years ago
  24. c047d41 track oval in SkPath by bsalomon@google.com · 12 years ago
  25. 8a189b0 Add coverage AA support for SampleApp root layers (windows only) by bsalomon@google.com · 12 years ago
  26. 95bfded Add cast to support 64 bit. by caryclark@google.com · 12 years ago
  27. fffb2f1 Add SK_SYSTEM_ZLIB define. by justinlin@google.com · 12 years ago
  28. 66ef614 Fix 64-bit build on Mac by epoger@google.com · 12 years ago
  29. fa1d291 Propagated AA flags through Ganesh's clip stack (in preparation for GL AA clipping) by robertphillips@google.com · 12 years ago
  30. 90bf427 proper handling if SkMatrix::invert failes, addresses hack fix in rev. 3657 by mike@reedtribe.org · 12 years ago
  31. 90c07ea replace getTotalClipStack() with replayClips()+ClipVisitor by reed@google.com · 13 years ago
  32. f3edf9f add SK_WARN_UNUSED_RESULT warning to SkPathMeasure methods that might leave by reed@google.com · 13 years ago
  33. a707f60 mark getTotalClip as deprecated by reed@google.com · 13 years ago
  34. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 13 years ago
  35. 9b5ca29 allow the tolerance to be zero for nearlyzero by reed@google.com · 13 years ago
  36. c9668ec Add support for GL_NV_framebuffer_multisample_coverage by bsalomon@google.com · 13 years ago
  37. 94fa43c Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZero by epoger@google.com · 13 years ago
  38. c967795 Make it possible to share a comparison func with both SkTSearch and SkQSort by bsalomon@google.com · 13 years ago
  39. 99a5ac0 Updated blur to use A8/R8 (instead of RGBA8) when available - this provides a performance gain for large blurs by robertphillips@google.com · 13 years ago
  40. 0e5104c misc fixes by bsalomon@google.com · 13 years ago
  41. 363a4c2 Warn when ignoring result of SkMatrix::invert. by bungeman@google.com · 13 years ago
  42. 1195925 Add MSAA option to SampleApp by bsalomon@google.com · 13 years ago
  43. 09042b8 Fixing Windows compiler complaints by robertphillips@google.com · 13 years ago
  44. 6995068 Initial version of R8 support by robertphillips@google.com · 13 years ago
  45. b0a7ace Renaming SkCanvas::fLayerCount to fSaveLayerCount for readability by junov@chromium.org · 13 years ago
  46. 3286989 Remove old D3D9 stuff by bsalomon@google.com · 13 years ago
  47. 2ac4ef5 Fixing the drawing of blurred shodows for hairline paths with software rendering by junov@chromium.org · 13 years ago
  48. 8108c47 Unix SampleApp attach/detach fixup and style fixup by bsalomon@google.com · 13 years ago
  49. 3c4d032 Revert 3857 (which was committed from wrong tree) by bsalomon@google.com · 13 years ago
  50. 5f017a4 Fix GL attach/detach in Mac SampleApp by bsalomon@google.com · 13 years ago
  51. b442a6d Redelivering r3555 to re-add run-time switching between ANGLE and native opengl by robertphillips@google.com · 13 years ago
  52. d5c8fe6 Removed ANGLE namespace requirement by robertphillips@google.com · 13 years ago
  53. 06cd732 Reland 3563 by bsalomon@google.com · 13 years ago
  54. 18bbb8b Revet 3563 due to mac bot failure by bsalomon@google.com · 13 years ago
  55. 423d6d9 Improve save layer handling in SkGpuDevice by bsalomon@google.com · 13 years ago
  56. 193395c Unify text flushing with other deferred drawing by bsalomon@google.com · 13 years ago
  57. b4725b4 Add assert to catch circular drawing higher up the call stack. by bsalomon@google.com · 13 years ago
  58. bd8d7ad Reverting r3555 by robertphillips@google.com · 13 years ago
  59. 53e96a1 Added run-time switching between OpenGL & ANGLE in SampleApp by robertphillips@google.com · 13 years ago
  60. 10e04bf Reland 3507 by bsalomon@google.com · 13 years ago
  61. b9014f4 Remove deprecated names from Gr (WK is no longer using them) by bsalomon@google.com · 13 years ago
  62. ba800e2 Alphabetize gl function pointer typedefs / decls. Wrap pointers to auto-NULL them. by bsalomon@google.com · 13 years ago
  63. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 13 years ago
  64. 5b819c1 Revert 3507 by bsalomon@google.com · 13 years ago
  65. 5370cd9 Consolidate PixelRef flattables with the standard impl by djsollen@google.com · 13 years ago
  66. a728e35 Fix a bunch of Coverity defects - class members not initialized in the constructor. by vandebo@chromium.org · 13 years ago
  67. 802eee9 Move SkTextBox.h from utils to views. by bungeman@google.com · 13 years ago
  68. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 13 years ago
  69. a5d2203 Use a single GrDrawState in GrContext for direct and buffered drawing by bsalomon@google.com · 13 years ago
  70. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 13 years ago
  71. fdf6eb7 fix compilation bug in fixed pt by bsalomon@google.com · 13 years ago
  72. 8fe84b5 Add SkMatrix::cheapEqualTo, use in Gr code by bsalomon@google.com · 13 years ago
  73. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 13 years ago
  74. ec51cb8 Improved codec link-forcing system by adding Encoder/Decoder creation entry points by robertphillips@google.com · 13 years ago
  75. 8926b16 apply imagefilter to all draw calls by reed@google.com · 13 years ago
  76. 5e41b37 Remove circular dependency of views and animator. by bungeman@google.com · 13 years ago
  77. 7d6c8f9 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 13 years ago
  78. 7c95942 Extended debug GL interface to include tracking of render buffers by robertphillips@google.com · 13 years ago
  79. f85abda Remove mutual dependency of gr and skgr. http://codereview.appspot.com/5879043/ by bungeman@google.com · 13 years ago
  80. ec1a7fa Move SkBitSet to utils. by vandebo@chromium.org · 13 years ago
  81. cbd76ae Utils must not depend on Views. http://codereview.appspot.com/5867051/ by bungeman@google.com · 13 years ago
  82. 76d6de0 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 13 years ago
  83. bd960c7 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 13 years ago
  84. 6970557 Re-attempting Linux debug GL interface compiler complaint fix. by robertphillips@google.com · 13 years ago
  85. 008c498 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 13 years ago
  86. f7f9aa8 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 13 years ago
  87. e63793a Upstream changes from Android repository. by djsollen@google.com · 13 years ago
  88. 56d3a23 Cast the result of SK_OFFSETOF to size_t to match offsetof() and avoid narrowing conversion errors by reed@google.com · 13 years ago
  89. 5994451 Move SkClampRange into src/effects, where it isn't being advertised as by tomhudson@google.com · 13 years ago
  90. 166e653 Fix scaling issue when drawing text on a path. by djsollen@google.com · 13 years ago
  91. 0b53d59 add optional updateMatrixClip param to getTopDevice(). Chrome should set this by reed@google.com · 13 years ago
  92. 0da3719 Added debug GL Interface. This interface tracks various GL objects in order to find leaks & invalid accesses. by robertphillips@google.com · 13 years ago
  93. 8dd90a9 (SSE2) acceleration for rectangular opaque erases. by tomhudson@google.com · 13 years ago
  94. dddf6f6 Skip unnecessary copies in GrPaint operator == by bsalomon@google.com · 13 years ago
  95. 80e1459 add IRect variant of getBounds() by reed@google.com · 13 years ago
  96. 0beaba5 decal mode babystep by reed@google.com · 13 years ago
  97. f4a9c82 Split GrTextContext into baseclass and subclass by bsalomon@google.com · 13 years ago
  98. fb2d3c6 forward declare SkRect by reed@google.com · 13 years ago
  99. 86b2e43 add getBounds() helper by reed@google.com · 13 years ago
  100. ff02960 Add CreateFallbackForScript to SkTypeface for Android. by djsollen@google.com · 13 years ago