1. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  2. 5a64e58 Revert 3538. by bungeman@google.com · 12 years ago
  3. 29b63dc Correct dependencies in gyp files. http://codereview.appspot.com/5934044/ by bungeman@google.com · 12 years ago
  4. 5b819c1 Revert 3507 by bsalomon@google.com · 12 years ago
  5. 9af25f3 Fix coverity defects in FontHost_FreeType by vandebo@chromium.org · 12 years ago
  6. 9985476 Move SkColorMatrix to effects. by bungeman@google.com · 12 years ago
  7. 6390c72 Fix Coverity reports. (Mostly use of uninitialised values.) by vandebo@chromium.org · 12 years ago
  8. 5370cd9 Consolidate PixelRef flattables with the standard impl by djsollen@google.com · 12 years ago
  9. a728e35 Fix a bunch of Coverity defects - class members not initialized in the constructor. by vandebo@chromium.org · 12 years ago
  10. 802eee9 Move SkTextBox.h from utils to views. by bungeman@google.com · 12 years ago
  11. 78ff6b4 Moved mac, unix, win and mesa directories under src/gpu/gl by robertphillips@google.com · 12 years ago
  12. 3d29b63 Remove unused classes from the build. by djsollen@google.com · 12 years ago
  13. 954f56c rebaseline by reed@google.com · 12 years ago
  14. 4fd99ea Fix comparison of GrPaint::fCoverage (which is a byte not a uint32_t) by bsalomon@google.com · 12 years ago
  15. d91f370 Moved Debug GL interface to src/gpu/gl/debug in preparation for splitting it up. by robertphillips@google.com · 12 years ago
  16. 2227306 Update skia's gyp to 1284 (was 1139). http://codereview.appspot.com/5935050/ by bungeman@google.com · 12 years ago
  17. fa1dd11 Revert r3523 and r2522 by vandebo@chromium.org · 12 years ago
  18. f0f562a Fix build break. by vandebo@chromium.org · 12 years ago
  19. 354fd0e Fix Coverity reports. (Mostly use of uninitialised values.) by vandebo@chromium.org · 12 years ago
  20. 988ad53 shape ops builders; fix typo by caryclark@google.com · 12 years ago
  21. a576423 first support at shape ops support for quads by caryclark@google.com · 12 years ago
  22. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 12 years ago
  23. 42aea28 handle null-device correctly in setDevice by reed@google.com · 12 years ago
  24. 19224c3 Fix a memory leak in SkAAClip::translate(). by tomhudson@google.com · 12 years ago
  25. 95cd7bd Make printf in GrContext about partial pixel coverage be debug-only by bsalomon@google.com · 12 years ago
  26. d4df217 shadows GPU GM rebaseline from r3514 by bsalomon@google.com · 12 years ago
  27. 8500322 disable GPU blur on small paths by bsalomon@google.com · 12 years ago
  28. 3672b58 Removed redundant typedef from GrDebugGL class by robertphillips@google.com · 12 years ago
  29. f86574d whitespace change to trigger Skia buildbot by epoger@google.com · 12 years ago
  30. a5d2203 Use a single GrDrawState in GrContext for direct and buffered drawing by bsalomon@google.com · 12 years ago
  31. a5d056a Reland 3503 with fix by bsalomon@google.com · 12 years ago
  32. 9fe287b add debuggin matrix-proc to validate its output before calling the samplers by reed@google.com · 12 years ago
  33. 290e536 Revert 3503 by bsalomon@google.com · 12 years ago
  34. 67bddc4 Make GrDrawState object used by GrDrawTarget be settable; set in GrInOrderDrawBuffer playback by bsalomon@google.com · 12 years ago
  35. f47c217 overzealously deleted files by caryclark@google.com · 12 years ago
  36. 11fa4a7 Files to build Cary's Shape Ops test projects. by caryclark@google.com · 12 years ago
  37. d88e089 work in progress by caryclark@google.com · 12 years ago
  38. 6e08bfe [PDF] Really fix font metric array initialization. by vandebo@chromium.org · 12 years ago
  39. 2e3d144 Make GrDrawState ref counted. (Small step towards a perf improvement.) by bsalomon@google.com · 12 years ago
  40. 4db4adc Build libjpeg from source for all platforms by epoger@google.com · 12 years ago
  41. 9fee7ad Copy libjpeg.gyp from third_party/externals/libjpeg/ to gyp/ by epoger@google.com · 12 years ago
  42. ba0cc3e Extended debug GL interface to include textures. by robertphillips@google.com · 12 years ago
  43. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  44. d43b0a8 Make use of the functions in the flattenable reader/writer by djsollen@google.com · 12 years ago
  45. 39d4f3a restore line accidentally deleted in MatrixTest.cpp in r3491 by bsalomon@google.com · 12 years ago
  46. 9ed2ecd Another fix for fixed point (nan == nan in fixed pt) by bsalomon@google.com · 12 years ago
  47. cefc865 Fix test to use the flattenable writer class instead of by djsollen@google.com · 12 years ago
  48. fdf6eb7 fix compilation bug in fixed pt by bsalomon@google.com · 12 years ago
  49. 8fe84b5 Add SkMatrix::cheapEqualTo, use in Gr code by bsalomon@google.com · 12 years ago
  50. 22f42b7 [GPU] when paint has patheffect, it should fallback to path render by bsalomon@google.com · 12 years ago
  51. d8bf41b add baselines by reed@google.com · 12 years ago
  52. 8c5847f Rebaseline for 3480. by bungeman@google.com · 12 years ago
  53. 41b46be Fix android build by djsollen@google.com · 12 years ago
  54. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  55. 52c5cbf Make "make gyp" work on Windows by epoger@google.com · 12 years ago
  56. ec51cb8 Improved codec link-forcing system by adding Encoder/Decoder creation entry points by robertphillips@google.com · 12 years ago
  57. 34f1026 Glyph advances from generateAdvance do not always match generateMetrics results. by bungeman@google.com · 12 years ago
  58. eebd62a Update GetAdvancedTypefaceMetrics API in usually-unbuilt files. by tomhudson@google.com · 12 years ago
  59. 623f0ae rebaseline (no perceptible diff) by reed@google.com · 12 years ago
  60. 8926b16 apply imagefilter to all draw calls by reed@google.com · 12 years ago
  61. c3a0d2e [PDF] Fix font metric array initialization. by vandebo@chromium.org · 12 years ago
  62. 6db75fc Initialize margin, which was being used uninitialized in compute_bounds() by tomhudson@google.com · 12 years ago
  63. 5e41b37 Remove circular dependency of views and animator. by bungeman@google.com · 12 years ago
  64. 6f86c3e fix clang compilation warning by bsalomon@google.com · 12 years ago
  65. 752b60e work in progress by caryclark@google.com · 12 years ago
  66. 7d6c8f9 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago
  67. 7c95942 Extended debug GL interface to include tracking of render buffers by robertphillips@google.com · 12 years ago
  68. 5fd5385 landing patch from http://codereview.appspot.com/5874051/ by epoger@google.com · 12 years ago
  69. f85abda Remove mutual dependency of gr and skgr. http://codereview.appspot.com/5879043/ by bungeman@google.com · 12 years ago
  70. c62923d Move unix_test_app/main.cpp to src/views/unix/skia_unix.cpp by epoger@google.com · 12 years ago
  71. 5aab340 Revert r3463, because it broke Linux. by epoger@google.com · 12 years ago
  72. 24878f7 Reset Ganesh TextureDomain after use. by tomhudson@google.com · 12 years ago
  73. aa40558 Delete unix_test_app directory and its contents. by epoger@google.com · 12 years ago
  74. 76d4021 Fix for SampleApp command line parsing issue. by robertphillips@google.com · 12 years ago
  75. 9afc656 delay any drawing until first call to onDraw (eases debugging) by reed@google.com · 12 years ago
  76. ec1a7fa Move SkBitSet to utils. by vandebo@chromium.org · 12 years ago
  77. cbd76ae Utils must not depend on Views. http://codereview.appspot.com/5867051/ by bungeman@google.com · 12 years ago
  78. 76d6de0 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 12 years ago
  79. bd960c7 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago
  80. 6970557 Re-attempting Linux debug GL interface compiler complaint fix. by robertphillips@google.com · 12 years ago
  81. f6f123d Added tracking of frame buffer objects to debug GL interface by robertphillips@google.com · 12 years ago
  82. 008c498 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 12 years ago
  83. f7f9aa8 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago
  84. 79d3cb4 [PDF] Add GM and infrastructure to test drawing shaders with an initial transform. by vandebo@chromium.org · 12 years ago
  85. a43a532 Revert "[PDF] Add GM and infrastructure to test drawing shaders with an initial transform." by vandebo@chromium.org · 12 years ago
  86. b0ccdec [PDF] Add GM and infrastructure to test drawing shaders with an initial transform. by vandebo@chromium.org · 12 years ago
  87. e63793a Upstream changes from Android repository. by djsollen@google.com · 12 years ago
  88. 0ffc56f Reverting Linux compiler complaint patch - again by robertphillips@google.com · 12 years ago
  89. 2badb15 Partial re-delivery of Linux compiler complaint changes. by robertphillips@google.com · 12 years ago
  90. 56d3a23 Cast the result of SK_OFFSETOF to size_t to match offsetof() and avoid narrowing conversion errors by reed@google.com · 12 years ago
  91. 5994451 Move SkClampRange into src/effects, where it isn't being advertised as by tomhudson@google.com · 12 years ago
  92. 934c570 Add GrDrawTarget::drawIndexedInstance, use in default text context. by bsalomon@google.com · 12 years ago
  93. 2e7f4c8 work in progress by caryclark@google.com · 12 years ago
  94. 8570b5c Adding CMYK jpeg changes w/o .gyp alterations by robertphillips@google.com · 12 years ago
  95. b3e40c0 Convert SkMatrix::I() assignments to SkMatrix::reset() calls by bsalomon@google.com · 12 years ago
  96. 55e713c Add temp android modification to the GLSL version check by djsollen@google.com · 12 years ago
  97. 0a89c90 reverting to 3437 by robertphillips@google.com · 12 years ago
  98. d5c9e99 Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on android) by robertphillips@google.com · 12 years ago
  99. 166e653 Fix scaling issue when drawing text on a path. by djsollen@google.com · 12 years ago
  100. 7c3578a Revert r3435, no perf win by bsalomon@google.com · 12 years ago