1. 3b45cd5 Fix bug where SkGPipe'ed clips do not happen. by scroggo@google.com · 13 years ago
  2. 6aa2965 Track oval in SkPath by bsalomon@google.com · 13 years ago
  3. 386dfc0 [PDF] Handle failures of matrix inversion by vandebo@chromium.org · 13 years ago
  4. c39c867 Fix some fixed-point bugs. by vandebo@chromium.org · 13 years ago
  5. 99b300e chop hairlines against 32K bounds, since that is our limit (currently) by reed@google.com · 13 years ago
  6. 8aa66b6 Revert "[PDF] Handle failures of matrix inversion" while I investigate fixed point failures. by vandebo@chromium.org · 13 years ago
  7. ebad2d9 [PDF] Handle failures of matrix inversion. by vandebo@chromium.org · 13 years ago
  8. b72f203 Fix reset of scissor state in onResetContext by bsalomon@google.com · 13 years ago
  9. f11508d expose font-table APIs to SkTypeface by reed@google.com · 13 years ago
  10. f3488eb Revert r3705 for fixed pt failures. by bsalomon@google.com · 13 years ago
  11. c047d41 track oval in SkPath by bsalomon@google.com · 13 years ago
  12. bddbc45 we have to explicitly pin the results from sect_with_horizontal, since even with by reed@google.com · 13 years ago
  13. 8a189b0 Add coverage AA support for SampleApp root layers (windows only) by bsalomon@google.com · 13 years ago
  14. 95bfded Add cast to support 64 bit. by caryclark@google.com · 13 years ago
  15. fffb2f1 Add SK_SYSTEM_ZLIB define. by justinlin@google.com · 13 years ago
  16. 1e945b7 Minor refactoring to pull GrClipMaskManager into its own files by robertphillips@google.com · 13 years ago
  17. 10d02b6 need to invert the alpha computation for single scanline on innerfill by reed@google.com · 13 years ago
  18. 730ebe5 First pass at stencil clip mask refactoring by robertphillips@google.com · 13 years ago
  19. a90aa53 fix clamping when we chop a cubic by reed@google.com · 13 years ago
  20. 0dd84a3 Minor code cleanup of Debug GL Interface by robertphillips@google.com · 13 years ago
  21. fa1d291 Propagated AA flags through Ganesh's clip stack (in preparation for GL AA clipping) by robertphillips@google.com · 13 years ago
  22. 90bf427 proper handling if SkMatrix::invert failes, addresses hack fix in rev. 3657 by mike@reedtribe.org · 13 years ago
  23. e014030 pin the edge points to the clip, rather than just calling clamp_ge/le in the by reed@google.com · 13 years ago
  24. b054990 [PDF] If matrix inversion fails, use the identity matrix. by vandebo@chromium.org · 13 years ago
  25. 32a0fb0 Some fonts do not measure correctly in Mountain Lion, by caryclark@google.com · 13 years ago
  26. 90c07ea replace getTotalClipStack() with replayClips()+ClipVisitor by reed@google.com · 13 years ago
  27. 670ff9a Fixed uninitialized memory issue on Linux when running "gm --debuggl" by robertphillips@google.com · 13 years ago
  28. f3edf9f add SK_WARN_UNUSED_RESULT warning to SkPathMeasure methods that might leave by reed@google.com · 13 years ago
  29. 875eb98 Fix crash with LCD vertical text. https://codereview.appspot.com/6012050/ by bungeman@google.com · 13 years ago
  30. 2eb5bb1 can't perform fast top_bottom cull if the text is vertical by reed@google.com · 13 years ago
  31. 17b6ba4 Reinstate early out from antialiased path rendering if we anticipate by tomhudson@google.com · 13 years ago
  32. fc9a3be always check the result of SkMatrix::invert by reed@google.com · 13 years ago
  33. 8f17b0d detect when pathmeasure fails, and don't access uninitialized tangent by reed@google.com · 13 years ago
  34. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 13 years ago
  35. c9668ec Add support for GL_NV_framebuffer_multisample_coverage by bsalomon@google.com · 13 years ago
  36. 94fa43c Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZero by epoger@google.com · 13 years ago
  37. c967795 Make it possible to share a comparison func with both SkTSearch and SkQSort by bsalomon@google.com · 13 years ago
  38. 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
  39. 43e384b Since we only have 1 proc for SA8_alpha_D32 (i.e. no opaque special-case) we by reed@google.com · 13 years ago
  40. 5efe0cb Clean up more Visual Studio warnings, including apparent bug in Arithmetic mode. by tomhudson@google.com · 13 years ago
  41. 8637a36 Minor Windows compiler complaint fixes by robertphillips@google.com · 13 years ago
  42. 7558925 Fix miscellaneous compiler warnings from Visual Studio 2010. by tomhudson@google.com · 13 years ago
  43. 56dd630 Clamp dilate and erode radius to image width and height. by senorblanco@chromium.org · 13 years ago
  44. 0e5104c misc fixes by bsalomon@google.com · 13 years ago
  45. 1b3ac8b Don't use the usage flag to determine whether an SkGpuDevice needs to be cleared. Fixes regression in testimagefilters introduced by r3565. Also add baselines for testimagefilters gm on windows. by bsalomon@google.com · 13 years ago
  46. 9575fb8 Stroked text should check inverse return. http://codereview.appspot.com/5986067/ by bungeman@google.com · 13 years ago
  47. 1195925 Add MSAA option to SampleApp by bsalomon@google.com · 13 years ago
  48. 09042b8 Fixing Windows compiler complaints by robertphillips@google.com · 13 years ago
  49. 419400b remove extra parameter ctm in skPaint2GrPaintShader() by bsalomon@google.com · 13 years ago
  50. 6995068 Initial version of R8 support by robertphillips@google.com · 13 years ago
  51. d998cbd XPS filter and rasterize hairlines. http://codereview.appspot.com/5987050/ by bungeman@google.com · 13 years ago
  52. b0a7ace Renaming SkCanvas::fLayerCount to fSaveLayerCount for readability by junov@chromium.org · 13 years ago
  53. dd743fe Initial split up of Debug Interface into separate files by robertphillips@google.com · 13 years ago
  54. 59b7400 Remove unused android code in JPEG decoder. by djsollen@google.com · 13 years ago
  55. 92edd31 add macro DEFER_PATHS to proper checks by bsalomon@google.com · 13 years ago
  56. aad7e27 Fixing blurred shadows of hairline paths when rendered on the GPU by junov@chromium.org · 13 years ago
  57. cf3c7fe Fixing blurred shadows on hairline paths when rendering to XPS device by junov@chromium.org · 13 years ago
  58. 3286989 Remove old D3D9 stuff by bsalomon@google.com · 13 years ago
  59. 2ac4ef5 Fixing the drawing of blurred shodows for hairline paths with software rendering by junov@chromium.org · 13 years ago
  60. 8108c47 Unix SampleApp attach/detach fixup and style fixup by bsalomon@google.com · 13 years ago
  61. ed16483 Fix GL attach/detach in Mac SampleApp by bsalomon@google.com · 13 years ago
  62. 3c4d032 Revert 3857 (which was committed from wrong tree) by bsalomon@google.com · 13 years ago
  63. 5f017a4 Fix GL attach/detach in Mac SampleApp by bsalomon@google.com · 13 years ago
  64. 730ca3b Fix NULL as SkColor warning on clang. by bsalomon@google.com · 13 years ago
  65. 2858b31 Fix line endings in src/view/win (and set the eol style property) by bsalomon@google.com · 13 years ago
  66. d5b05ef Patching Mac files missed in first delivery by robertphillips@google.com · 13 years ago
  67. b442a6d Redelivering r3555 to re-add run-time switching between ANGLE and native opengl by robertphillips@google.com · 13 years ago
  68. d5c8fe6 Removed ANGLE namespace requirement by robertphillips@google.com · 13 years ago
  69. 5582e63 Compare scalars to scalars (fixes fixed point). by bungeman@google.com · 13 years ago
  70. 8cf3226 Temp fix for very large text sizes. http://codereview.appspot.com/5970065/ by bungeman@google.com · 13 years ago
  71. bbbe9ed rm obsolete build-flag SK_IGNORE_HAIRLINE_CLIP_FIX by reed@google.com · 13 years ago
  72. 06cd732 Reland 3563 by bsalomon@google.com · 13 years ago
  73. 18bbb8b Revet 3563 due to mac bot failure by bsalomon@google.com · 13 years ago
  74. 423d6d9 Improve save layer handling in SkGpuDevice by bsalomon@google.com · 13 years ago
  75. 193395c Unify text flushing with other deferred drawing by bsalomon@google.com · 13 years ago
  76. b4725b4 Add assert to catch circular drawing higher up the call stack. by bsalomon@google.com · 13 years ago
  77. 8a812c2 check for integer-nan (0x8000...) and don't draw those as antihairlines by reed@google.com · 13 years ago
  78. 873ea0c Make fewer copies when using GrDrawTarget::AutoStateRestore by bsalomon@google.com · 13 years ago
  79. bd8d7ad Reverting r3555 by robertphillips@google.com · 13 years ago
  80. 53e96a1 Added run-time switching between OpenGL & ANGLE in SampleApp by robertphillips@google.com · 13 years ago
  81. 10e04bf Reland 3507 by bsalomon@google.com · 13 years ago
  82. b9014f4 Remove deprecated names from Gr (WK is no longer using them) by bsalomon@google.com · 13 years ago
  83. 4cccc6b Fix deadlock in Android's font deserializer. by djsollen@google.com · 13 years ago
  84. ba800e2 Alphabetize gl function pointer typedefs / decls. Wrap pointers to auto-NULL them. by bsalomon@google.com · 13 years ago
  85. e79c815 Don't look at current vertex layout when vertex source hasn't been set by bsalomon@google.com · 13 years ago
  86. 257fc5b Remove unused static functions from SampleApp and effects by djsollen@google.com · 13 years ago
  87. e6488ad partial revert of r3541 to removed accidentally uploaded file by djsollen@google.com · 13 years ago
  88. bff29d5 Landing arm patch from contributor. by djsollen@google.com · 13 years ago
  89. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 13 years ago
  90. 5b819c1 Revert 3507 by bsalomon@google.com · 13 years ago
  91. 9af25f3 Fix coverity defects in FontHost_FreeType by vandebo@chromium.org · 13 years ago
  92. 9985476 Move SkColorMatrix to effects. by bungeman@google.com · 13 years ago
  93. 6390c72 Fix Coverity reports. (Mostly use of uninitialised values.) by vandebo@chromium.org · 13 years ago
  94. 5370cd9 Consolidate PixelRef flattables with the standard impl by djsollen@google.com · 13 years ago
  95. a728e35 Fix a bunch of Coverity defects - class members not initialized in the constructor. by vandebo@chromium.org · 13 years ago
  96. 78ff6b4 Moved mac, unix, win and mesa directories under src/gpu/gl by robertphillips@google.com · 13 years ago
  97. 3d29b63 Remove unused classes from the build. by djsollen@google.com · 13 years ago
  98. 4fd99ea Fix comparison of GrPaint::fCoverage (which is a byte not a uint32_t) by bsalomon@google.com · 13 years ago
  99. d91f370 Moved Debug GL interface to src/gpu/gl/debug in preparation for splitting it up. by robertphillips@google.com · 13 years ago
  100. fa1dd11 Revert r3523 and r2522 by vandebo@chromium.org · 13 years ago