1. d0a5029 Add effect for ellipse clipping. by commit-bot@chromium.org · 10 years ago
  2. c282ba8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  3. 53e1e4d Minor changes to GrFontCache system. by commit-bot@chromium.org · 10 years ago
  4. a34bb60 Add GL_ARB_invalidate_subdata functions to GrGLInterface. by bsalomon@google.com · 10 years ago
  5. 2c48ee8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  6. 7c0d72f Change if/else to if in two GrGLInterface factories. by commit-bot@chromium.org · 10 years ago
  7. efa85aa Revert "disable passing discards through GrIODB." by bsalomon@google.com · 10 years ago
  8. 5c6b03c disable passing discards through GrIODB. by bsalomon@google.com · 10 years ago
  9. 8ddc26b Actually identify required saveLayers in SkGpuDevice::EXPERIMENTAL_drawPicture by commit-bot@chromium.org · 10 years ago
  10. da0d978 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  11. ecc4536 Use int rather than size_t for pathCount in GrDrawTarget::drawPaths by commit-bot@chromium.org · 10 years ago
  12. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 10 years ago
  13. 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 10 years ago
  14. 3eedb80 Add clip effect for circles by commit-bot@chromium.org · 10 years ago
  15. b556422 Increase GrGpuGL's program cache size by commit-bot@chromium.org · 10 years ago
  16. b930cc3 Please Valgrind by calling preConcat. by commit-bot@chromium.org · 10 years ago
  17. 4784182 Revert of Implement text rendering with NVPR (https://codereview.chromium.org/196133014/) by commit-bot@chromium.org · 10 years ago
  18. dcb8ef9 Implement text rendering with NVPR by commit-bot@chromium.org · 10 years ago
  19. db35dab Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  20. 4362a38 Distance field fixes for Android by commit-bot@chromium.org · 10 years ago
  21. 66beaf0 Revert of Distance field fixes for Android (https://codereview.chromium.org/205343008/) by commit-bot@chromium.org · 10 years ago
  22. 8fe2ee1 Distance field fixes for Android by commit-bot@chromium.org · 10 years ago
  23. f20fc24 remove all references to legacy Config8888 by reed@google.com · 10 years ago
  24. 13e6576 Remove forceRenderTargetFlush (unused) by commit-bot@chromium.org · 10 years ago
  25. 711d6f3 Fix bug on android with GL_EXT_debug_marker by commit-bot@chromium.org · 10 years ago
  26. 7111d46 Revert "Revert of implement readPixels and writePixels natively, w/o using the (deprecated) (https://codereview.chromium.org/199733016/)" by reed@google.com · 10 years ago
  27. e6984a8 Fix for int to bool in GrInOrderDrawBuffer by commit-bot@chromium.org · 10 years ago
  28. 2a05de0 Add Gpu Tracing to Ganesh by commit-bot@chromium.org · 10 years ago
  29. 2663263 Add GM that tests GrTextureDomain and fix bug where kDecal_Mode gets incorrectly ignored. by commit-bot@chromium.org · 10 years ago
  30. 231f6b8 Revert of implement readPixels and writePixels natively, w/o using the (deprecated) (https://codereview.chromium.org/199733016/) by commit-bot@chromium.org · 10 years ago
  31. 1121170 implement readPixels and writePixels natively, w/o using the (deprecated) by reed@google.com · 10 years ago
  32. 9b62aa1 Make it possible to draw multiple paths at once to a draw target by commit-bot@chromium.org · 10 years ago
  33. 6e4eb21 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  34. adadf7c Add SkASSERT's to gl/Interface validate by commit-bot@chromium.org · 10 years ago
  35. 2a8be90 When clipping treat rrect corners where either the x or y radius is < 0.5 as square. by commit-bot@chromium.org · 10 years ago
  36. a9dae71 More distance field improvements: by commit-bot@chromium.org · 10 years ago
  37. ca2b441 Remove unnecessary isrect code in clip mask manager by commit-bot@chromium.org · 10 years ago
  38. 9615d5f Remove the now-unnecessary enum in the elliptical clipping effect. by commit-bot@chromium.org · 11 years ago
  39. 933e65d replace old SK_TRACE_EVENT macros with new TRACE_EVENT ones, and then remove them entirely! by commit-bot@chromium.org · 11 years ago
  40. 180e36a Revert "hide Config8888 entirely". Broke a bunch of builds. by bsalomon@google.com · 11 years ago
  41. be41d38 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  42. a95a066 Fix Windows build break introduced in r13864. by bungeman@google.com · 11 years ago
  43. 2472b32 Only use analytic effect-based clipping when AA is required by at least one element. by commit-bot@chromium.org · 11 years ago
  44. e14792d hide Config8888 entirely by commit-bot@chromium.org · 11 years ago
  45. d8a57af Adding a new SkSurface factory for generating surfaces from the scratch texture pool. by commit-bot@chromium.org · 11 years ago
  46. b7b7eb3 Fix accessBitmap() with deferred clear, GPU path. by senorblanco@chromium.org · 11 years ago
  47. db0c875 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  48. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 11 years ago
  49. f338d7c Add nine patch type to SkRRect. by commit-bot@chromium.org · 11 years ago
  50. 4ef54f8 remove SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG -- dead code by commit-bot@chromium.org · 11 years ago
  51. 145d1c0 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 11 years ago
  52. 0bed43c Get correct text metrics for distance fields, and fix dropouts due to thin features. by commit-bot@chromium.org · 11 years ago
  53. 5ed01d1 Revert r13810 (Proposed SkCanvas API for preLoading textures to VRAM v2.0) by robertphillips@google.com · 11 years ago
  54. 1ab85c8 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 11 years ago
  55. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 11 years ago
  56. 44a435b Attempt to fix -1->unsigned warning on mac 10.6 by bsalomon@google.com · 11 years ago
  57. fa5edbe Add effect-based clip for nine-patch SkRRects. by commit-bot@chromium.org · 11 years ago
  58. affa77d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  59. 9d201d6 Remove unused zero_fill() in GrAtlas.cpp by fmalita@google.com · 11 years ago
  60. 2ae9501 Fix unit tests by bsalomon@google.com · 11 years ago
  61. 1e35304 Fix for test failure by robertphillips@google.com · 11 years ago
  62. ae79612 Add compile flag to force usage of distance fields for all SkPaints. by commit-bot@chromium.org · 11 years ago
  63. 4355f21 Add elliptical-corner rrect clip effect. Currently only handles the case where all corners have the same pair of radii. by commit-bot@chromium.org · 11 years ago
  64. 0b70816 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  65. c169f44 fix build error in chromium by commit-bot@chromium.org · 11 years ago
  66. 53ba425 Drop executable flag from headers so that they can be packaged by robertphillips@google.com · 11 years ago
  67. de9f251 Fix radical assumption that 0.5 in double is exactly convertible to float. by bsalomon@google.com · 11 years ago
  68. b97c3ff Enable use of distance fields via SkPaint flag. by commit-bot@chromium.org · 11 years ago
  69. 8065ec5 Add new module for distance field generation. by commit-bot@chromium.org · 11 years ago
  70. c5c748c Handle rrects with one circular corner and three square corners in GrRRectEffect. by commit-bot@chromium.org · 11 years ago
  71. 8213970 plumbing for GPU fast blur by commit-bot@chromium.org · 11 years ago
  72. b5f3b35 Revert of Add new module for distance field generation. (https://codereview.chromium.org/178543007/) by commit-bot@chromium.org · 11 years ago
  73. bf99824 Add new module for distance field generation. by commit-bot@chromium.org · 11 years ago
  74. dd58422 Use bitfield rather than distinct enum types for circular corners in RRectEffect. by commit-bot@chromium.org · 11 years ago
  75. b471a32 Add API for GrContext to recommend rendertarget sample count by commit-bot@chromium.org · 11 years ago
  76. e5a041c Implement the clip as 4 or fewer GrEffects when possible. by commit-bot@chromium.org · 11 years ago
  77. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 11 years ago
  78. 06acb58 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  79. cabf4b2 Unify edge type enums across GrEffect subclasses that clip rendering to a geometry. by commit-bot@chromium.org · 11 years ago
  80. f1f66c0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  81. fbde87f Add GM that directly tests GrRRectEffect and add inverse fill version of effect. by commit-bot@chromium.org · 11 years ago
  82. ade9a34 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  83. 5f6ac03 Don't emit declaration of gl_FragPos unless also changing the origin. by commit-bot@chromium.org · 11 years ago
  84. c9b2c88 New approach for GPU font atlas by commit-bot@chromium.org · 11 years ago
  85. f535561 Cleanup GrGLInterface after Chromium changes by commit-bot@chromium.org · 11 years ago
  86. d85f32c Make GrConvexPolyEffect support inverse fills and non-AA rects by commit-bot@chromium.org · 11 years ago
  87. 0e53075 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  88. 4fcc3ca Add GrSet class built on top of RedBlackTree by commit-bot@chromium.org · 11 years ago
  89. 4ebe382 Revert "Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/)" by bsalomon@google.com · 11 years ago
  90. 6ebfbf9 Use vertex buffer objects instead of client side arrays in fixed-function codepaths by commit-bot@chromium.org · 11 years ago
  91. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 11 years ago
  92. cb3672e Add effect-based clipping for circular "tab" style rrects. by commit-bot@chromium.org · 11 years ago
  93. 283ce52 Fix error on iOS native interface by commit-bot@chromium.org · 11 years ago
  94. b988276 Fix for ANGLE interface error by commit-bot@chromium.org · 11 years ago
  95. a3baf3b Add hooks for GL_EXT_debug_marker in gpu by commit-bot@chromium.org · 11 years ago
  96. e528089 Hide GrRRectEffect class from header by commit-bot@chromium.org · 11 years ago
  97. 6e7ddee Add f suffix to 0.5 to fix mac 10.6 warning by bsalomon@google.com · 11 years ago
  98. c2f7824 Analytic rrect clip for cicular corners, radius >= 0.5 by commit-bot@chromium.org · 11 years ago
  99. 5c05639 Fix another clipstack element !rect doesn't mean path bug. by commit-bot@chromium.org · 11 years ago
  100. e5b2af9 Store SkRRects in SkClipStack by commit-bot@chromium.org · 11 years ago