1. 8cf3226 Temp fix for very large text sizes. http://codereview.appspot.com/5970065/ by bungeman@google.com · 12 years ago
  2. bbbe9ed rm obsolete build-flag SK_IGNORE_HAIRLINE_CLIP_FIX by reed@google.com · 12 years ago
  3. 06cd732 Reland 3563 by bsalomon@google.com · 12 years ago
  4. 18bbb8b Revet 3563 due to mac bot failure by bsalomon@google.com · 12 years ago
  5. 423d6d9 Improve save layer handling in SkGpuDevice by bsalomon@google.com · 12 years ago
  6. 193395c Unify text flushing with other deferred drawing by bsalomon@google.com · 12 years ago
  7. b4725b4 Add assert to catch circular drawing higher up the call stack. by bsalomon@google.com · 12 years ago
  8. 8a812c2 check for integer-nan (0x8000...) and don't draw those as antihairlines by reed@google.com · 12 years ago
  9. 873ea0c Make fewer copies when using GrDrawTarget::AutoStateRestore by bsalomon@google.com · 12 years ago
  10. bd8d7ad Reverting r3555 by robertphillips@google.com · 12 years ago
  11. 53e96a1 Added run-time switching between OpenGL & ANGLE in SampleApp by robertphillips@google.com · 12 years ago
  12. 10e04bf Reland 3507 by bsalomon@google.com · 12 years ago
  13. b9014f4 Remove deprecated names from Gr (WK is no longer using them) by bsalomon@google.com · 12 years ago
  14. 4cccc6b Fix deadlock in Android's font deserializer. by djsollen@google.com · 12 years ago
  15. ba800e2 Alphabetize gl function pointer typedefs / decls. Wrap pointers to auto-NULL them. by bsalomon@google.com · 12 years ago
  16. e79c815 Don't look at current vertex layout when vertex source hasn't been set by bsalomon@google.com · 12 years ago
  17. 257fc5b Remove unused static functions from SampleApp and effects by djsollen@google.com · 12 years ago
  18. e6488ad partial revert of r3541 to removed accidentally uploaded file by djsollen@google.com · 12 years ago
  19. bff29d5 Landing arm patch from contributor. by djsollen@google.com · 12 years ago
  20. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  21. 5b819c1 Revert 3507 by bsalomon@google.com · 12 years ago
  22. 9af25f3 Fix coverity defects in FontHost_FreeType by vandebo@chromium.org · 12 years ago
  23. 9985476 Move SkColorMatrix to effects. by bungeman@google.com · 12 years ago
  24. 6390c72 Fix Coverity reports. (Mostly use of uninitialised values.) by vandebo@chromium.org · 12 years ago
  25. 5370cd9 Consolidate PixelRef flattables with the standard impl by djsollen@google.com · 12 years ago
  26. a728e35 Fix a bunch of Coverity defects - class members not initialized in the constructor. by vandebo@chromium.org · 12 years ago
  27. 78ff6b4 Moved mac, unix, win and mesa directories under src/gpu/gl by robertphillips@google.com · 12 years ago
  28. 3d29b63 Remove unused classes from the build. by djsollen@google.com · 12 years ago
  29. 4fd99ea Fix comparison of GrPaint::fCoverage (which is a byte not a uint32_t) by bsalomon@google.com · 12 years ago
  30. d91f370 Moved Debug GL interface to src/gpu/gl/debug in preparation for splitting it up. by robertphillips@google.com · 12 years ago
  31. fa1dd11 Revert r3523 and r2522 by vandebo@chromium.org · 12 years ago
  32. f0f562a Fix build break. by vandebo@chromium.org · 12 years ago
  33. 354fd0e Fix Coverity reports. (Mostly use of uninitialised values.) by vandebo@chromium.org · 12 years ago
  34. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 12 years ago
  35. 42aea28 handle null-device correctly in setDevice by reed@google.com · 12 years ago
  36. 19224c3 Fix a memory leak in SkAAClip::translate(). by tomhudson@google.com · 12 years ago
  37. 95cd7bd Make printf in GrContext about partial pixel coverage be debug-only by bsalomon@google.com · 12 years ago
  38. 8500322 disable GPU blur on small paths by bsalomon@google.com · 12 years ago
  39. 3672b58 Removed redundant typedef from GrDebugGL class by robertphillips@google.com · 12 years ago
  40. a5d2203 Use a single GrDrawState in GrContext for direct and buffered drawing by bsalomon@google.com · 12 years ago
  41. a5d056a Reland 3503 with fix by bsalomon@google.com · 12 years ago
  42. 9fe287b add debuggin matrix-proc to validate its output before calling the samplers by reed@google.com · 12 years ago
  43. 290e536 Revert 3503 by bsalomon@google.com · 12 years ago
  44. 67bddc4 Make GrDrawState object used by GrDrawTarget be settable; set in GrInOrderDrawBuffer playback by bsalomon@google.com · 12 years ago
  45. 6e08bfe [PDF] Really fix font metric array initialization. by vandebo@chromium.org · 12 years ago
  46. 2e3d144 Make GrDrawState ref counted. (Small step towards a perf improvement.) by bsalomon@google.com · 12 years ago
  47. ba0cc3e Extended debug GL interface to include textures. by robertphillips@google.com · 12 years ago
  48. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  49. d43b0a8 Make use of the functions in the flattenable reader/writer by djsollen@google.com · 12 years ago
  50. 8fe84b5 Add SkMatrix::cheapEqualTo, use in Gr code by bsalomon@google.com · 12 years ago
  51. 22f42b7 [GPU] when paint has patheffect, it should fallback to path render by bsalomon@google.com · 12 years ago
  52. 41b46be Fix android build by djsollen@google.com · 12 years ago
  53. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  54. ec51cb8 Improved codec link-forcing system by adding Encoder/Decoder creation entry points by robertphillips@google.com · 12 years ago
  55. 34f1026 Glyph advances from generateAdvance do not always match generateMetrics results. by bungeman@google.com · 12 years ago
  56. eebd62a Update GetAdvancedTypefaceMetrics API in usually-unbuilt files. by tomhudson@google.com · 12 years ago
  57. 8926b16 apply imagefilter to all draw calls by reed@google.com · 12 years ago
  58. c3a0d2e [PDF] Fix font metric array initialization. by vandebo@chromium.org · 12 years ago
  59. 6db75fc Initialize margin, which was being used uninitialized in compute_bounds() by tomhudson@google.com · 12 years ago
  60. 5e41b37 Remove circular dependency of views and animator. by bungeman@google.com · 12 years ago
  61. 6f86c3e fix clang compilation warning by bsalomon@google.com · 12 years ago
  62. 7d6c8f9 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago
  63. 7c95942 Extended debug GL interface to include tracking of render buffers by robertphillips@google.com · 12 years ago
  64. f85abda Remove mutual dependency of gr and skgr. http://codereview.appspot.com/5879043/ by bungeman@google.com · 12 years ago
  65. c62923d Move unix_test_app/main.cpp to src/views/unix/skia_unix.cpp by epoger@google.com · 12 years ago
  66. 24878f7 Reset Ganesh TextureDomain after use. by tomhudson@google.com · 12 years ago
  67. ec1a7fa Move SkBitSet to utils. by vandebo@chromium.org · 12 years ago
  68. cbd76ae Utils must not depend on Views. http://codereview.appspot.com/5867051/ by bungeman@google.com · 12 years ago
  69. 76d6de0 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 12 years ago
  70. bd960c7 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago
  71. 6970557 Re-attempting Linux debug GL interface compiler complaint fix. by robertphillips@google.com · 12 years ago
  72. f6f123d Added tracking of frame buffer objects to debug GL interface by robertphillips@google.com · 12 years ago
  73. 008c498 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 12 years ago
  74. f7f9aa8 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago
  75. e63793a Upstream changes from Android repository. by djsollen@google.com · 12 years ago
  76. 0ffc56f Reverting Linux compiler complaint patch - again by robertphillips@google.com · 12 years ago
  77. 2badb15 Partial re-delivery of Linux compiler complaint changes. by robertphillips@google.com · 12 years ago
  78. 5994451 Move SkClampRange into src/effects, where it isn't being advertised as by tomhudson@google.com · 12 years ago
  79. 934c570 Add GrDrawTarget::drawIndexedInstance, use in default text context. by bsalomon@google.com · 12 years ago
  80. 8570b5c Adding CMYK jpeg changes w/o .gyp alterations by robertphillips@google.com · 12 years ago
  81. b3e40c0 Convert SkMatrix::I() assignments to SkMatrix::reset() calls by bsalomon@google.com · 12 years ago
  82. 55e713c Add temp android modification to the GLSL version check by djsollen@google.com · 12 years ago
  83. 0a89c90 reverting to 3437 by robertphillips@google.com · 12 years ago
  84. d5c9e99 Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on android) by robertphillips@google.com · 12 years ago
  85. 166e653 Fix scaling issue when drawing text on a path. by djsollen@google.com · 12 years ago
  86. 7c3578a Revert r3435, no perf win by bsalomon@google.com · 12 years ago
  87. 4a44b4b inline GrDrawTarget::copyDrawState by bsalomon@google.com · 12 years ago
  88. f8aa18c Compile with c++0x. http://codereview.appspot.com/5841074/ by bungeman@google.com · 12 years ago
  89. d8b599c Add basic support for vertical text into freetype. by djsollen@google.com · 12 years ago
  90. 0b53d59 add optional updateMatrixClip param to getTopDevice(). Chrome should set this by reed@google.com · 12 years ago
  91. d41a1dc rolling back to r3427 by robertphillips@google.com · 12 years ago
  92. 34c54e4 Addressed compiler warnings in the Debug GL Interface on Linux. by robertphillips@google.com · 12 years ago
  93. 57e080c Another fix to r3423, reinstate blitter code that was commented out for by tomhudson@google.com · 12 years ago
  94. 0da3719 Added debug GL Interface. This interface tracks various GL objects in order to find leaks & invalid accesses. by robertphillips@google.com · 12 years ago
  95. 6c5ccd9 Fix Android, too, by providing cross-platform NULL version of new factory. by tomhudson@google.com · 12 years ago
  96. 20949e2 Remove stale #include. by tomhudson@google.com · 12 years ago
  97. 8dd90a9 (SSE2) acceleration for rectangular opaque erases. by tomhudson@google.com · 12 years ago
  98. 26936d0 Make the text context not have to save / restore GrDrawState at each draw. by bsalomon@google.com · 12 years ago
  99. f32a9b6 GPU blit speedup: avoid texture filtering and texture domain when not necessary by junov@chromium.org · 12 years ago
  100. 293a758 [PDF] Fix shaders when the initial transform has a translation. by vandebo@chromium.org · 12 years ago