1. 0229765 Fix xcode 4.1 build issue by robertphillips@google.com · 12 years ago
  2. d998cbd XPS filter and rasterize hairlines. http://codereview.appspot.com/5987050/ by bungeman@google.com · 12 years ago
  3. b0a7ace Renaming SkCanvas::fLayerCount to fSaveLayerCount for readability by junov@chromium.org · 12 years ago
  4. 3a4553e Redelivering r3611 changes (enabling cmyk jpeg changes in .gyps) by robertphillips@google.com · 12 years ago
  5. dd743fe Initial split up of Debug Interface into separate files by robertphillips@google.com · 12 years ago
  6. ded3321 Rebaselining gm/shadows by junov@chromium.org · 12 years ago
  7. 59b7400 Remove unused android code in JPEG decoder. by djsollen@google.com · 12 years ago
  8. 7800e30 Rolling back r3611 until the Android compilation issue is resolved by robertphillips@google.com · 12 years ago
  9. 7c545bd Augment gm shadows test to cover hairline paths by junov@chromium.org · 12 years ago
  10. f919147 Finally enabled libjpeg functionality in .gyps by robertphillips@google.com · 12 years ago
  11. 92edd31 add macro DEFER_PATHS to proper checks by bsalomon@google.com · 12 years ago
  12. aad7e27 Fixing blurred shadows of hairline paths when rendered on the GPU by junov@chromium.org · 12 years ago
  13. cf3c7fe Fixing blurred shadows on hairline paths when rendering to XPS device by junov@chromium.org · 12 years ago
  14. 3286989 Remove old D3D9 stuff by bsalomon@google.com · 12 years ago
  15. 6c8a387 whitespace change to trigger Skia buildbot after buildbot master update/restart by epoger@google.com · 12 years ago
  16. 2ac4ef5 Fixing the drawing of blurred shodows for hairline paths with software rendering by junov@chromium.org · 12 years ago
  17. 26be399 Fixing gm build with SkXPSDevice enabled by junov@chromium.org · 12 years ago
  18. 8108c47 Unix SampleApp attach/detach fixup and style fixup by bsalomon@google.com · 12 years ago
  19. ed16483 Fix GL attach/detach in Mac SampleApp by bsalomon@google.com · 12 years ago
  20. 3c4d032 Revert 3857 (which was committed from wrong tree) by bsalomon@google.com · 12 years ago
  21. 5f017a4 Fix GL attach/detach in Mac SampleApp by bsalomon@google.com · 12 years ago
  22. 86bb9b7 Add usage message and -h|--help arguments to bench. by tomhudson@google.com · 12 years ago
  23. 730ca3b Fix NULL as SkColor warning on clang. by bsalomon@google.com · 12 years ago
  24. 2858b31 Fix line endings in src/view/win (and set the eol style property) by bsalomon@google.com · 12 years ago
  25. 021bce9 Delivering .gyp files to enable building & linking w/ ANGLE on Windows by robertphillips@google.com · 12 years ago
  26. d5b05ef Patching Mac files missed in first delivery by robertphillips@google.com · 12 years ago
  27. b442a6d Redelivering r3555 to re-add run-time switching between ANGLE and native opengl by robertphillips@google.com · 12 years ago
  28. f3df525 whitespace change to trigger Skia buildbot by epoger@google.com · 12 years ago
  29. ff15821 whitespace change to trigger Skia buildbot by epoger@google.com · 12 years ago
  30. d5c8fe6 Removed ANGLE namespace requirement by robertphillips@google.com · 12 years ago
  31. 5582e63 Compare scalars to scalars (fixes fixed point). by bungeman@google.com · 12 years ago
  32. 8cf3226 Temp fix for very large text sizes. http://codereview.appspot.com/5970065/ by bungeman@google.com · 12 years ago
  33. d42e3f6 defer drawing/work until first draw, to make debugging easier and speedup by reed@google.com · 12 years ago
  34. bbbe9ed rm obsolete build-flag SK_IGNORE_HAIRLINE_CLIP_FIX by reed@google.com · 12 years ago
  35. 198e054 shape ops work in progress by caryclark@google.com · 12 years ago
  36. 06cd732 Reland 3563 by bsalomon@google.com · 12 years ago
  37. 18bbb8b Revet 3563 due to mac bot failure by bsalomon@google.com · 12 years ago
  38. 423d6d9 Improve save layer handling in SkGpuDevice by bsalomon@google.com · 12 years ago
  39. 6de0bfc regression unittest for the fix in rev. 3558 (handling nan in antihairpaths) by reed@google.com · 12 years ago
  40. 193395c Unify text flushing with other deferred drawing by bsalomon@google.com · 12 years ago
  41. b4725b4 Add assert to catch circular drawing higher up the call stack. by bsalomon@google.com · 12 years ago
  42. 8a812c2 check for integer-nan (0x8000...) and don't draw those as antihairlines by reed@google.com · 12 years ago
  43. 873ea0c Make fewer copies when using GrDrawTarget::AutoStateRestore by bsalomon@google.com · 12 years ago
  44. bd8d7ad Reverting r3555 by robertphillips@google.com · 12 years ago
  45. 53e96a1 Added run-time switching between OpenGL & ANGLE in SampleApp by robertphillips@google.com · 12 years ago
  46. 10e04bf Reland 3507 by bsalomon@google.com · 12 years ago
  47. b9014f4 Remove deprecated names from Gr (WK is no longer using them) by bsalomon@google.com · 12 years ago
  48. 4cccc6b Fix deadlock in Android's font deserializer. by djsollen@google.com · 12 years ago
  49. a0b63b8 Reverting bench tests to pre-3546 (i.e., readding "Debug" option) with a SK_DEBUG guard by robertphillips@google.com · 12 years ago
  50. ba800e2 Alphabetize gl function pointer typedefs / decls. Wrap pointers to auto-NULL them. by bsalomon@google.com · 12 years ago
  51. 48ea377 whitespace change to trigger Skia buildbot by epoger@google.com · 12 years ago
  52. 39a058f Removing "Debug" option from bench tests to evaluate possible regression by robertphillips@google.com · 12 years ago
  53. e79c815 Don't look at current vertex layout when vertex source hasn't been set by bsalomon@google.com · 12 years ago
  54. 257fc5b Remove unused static functions from SampleApp and effects by djsollen@google.com · 12 years ago
  55. e6488ad partial revert of r3541 to removed accidentally uploaded file by djsollen@google.com · 12 years ago
  56. bff29d5 Landing arm patch from contributor. by djsollen@google.com · 12 years ago
  57. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  58. 5a64e58 Revert 3538. by bungeman@google.com · 12 years ago
  59. 29b63dc Correct dependencies in gyp files. http://codereview.appspot.com/5934044/ by bungeman@google.com · 12 years ago
  60. 5b819c1 Revert 3507 by bsalomon@google.com · 12 years ago
  61. 9af25f3 Fix coverity defects in FontHost_FreeType by vandebo@chromium.org · 12 years ago
  62. 9985476 Move SkColorMatrix to effects. by bungeman@google.com · 12 years ago
  63. 6390c72 Fix Coverity reports. (Mostly use of uninitialised values.) by vandebo@chromium.org · 12 years ago
  64. 5370cd9 Consolidate PixelRef flattables with the standard impl by djsollen@google.com · 12 years ago
  65. a728e35 Fix a bunch of Coverity defects - class members not initialized in the constructor. by vandebo@chromium.org · 12 years ago
  66. 802eee9 Move SkTextBox.h from utils to views. by bungeman@google.com · 12 years ago
  67. 78ff6b4 Moved mac, unix, win and mesa directories under src/gpu/gl by robertphillips@google.com · 12 years ago
  68. 3d29b63 Remove unused classes from the build. by djsollen@google.com · 12 years ago
  69. 954f56c rebaseline by reed@google.com · 12 years ago
  70. 4fd99ea Fix comparison of GrPaint::fCoverage (which is a byte not a uint32_t) by bsalomon@google.com · 12 years ago
  71. d91f370 Moved Debug GL interface to src/gpu/gl/debug in preparation for splitting it up. by robertphillips@google.com · 12 years ago
  72. 2227306 Update skia's gyp to 1284 (was 1139). http://codereview.appspot.com/5935050/ by bungeman@google.com · 12 years ago
  73. fa1dd11 Revert r3523 and r2522 by vandebo@chromium.org · 12 years ago
  74. f0f562a Fix build break. by vandebo@chromium.org · 12 years ago
  75. 354fd0e Fix Coverity reports. (Mostly use of uninitialised values.) by vandebo@chromium.org · 12 years ago
  76. 988ad53 shape ops builders; fix typo by caryclark@google.com · 12 years ago
  77. a576423 first support at shape ops support for quads by caryclark@google.com · 12 years ago
  78. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 12 years ago
  79. 42aea28 handle null-device correctly in setDevice by reed@google.com · 12 years ago
  80. 19224c3 Fix a memory leak in SkAAClip::translate(). by tomhudson@google.com · 12 years ago
  81. 95cd7bd Make printf in GrContext about partial pixel coverage be debug-only by bsalomon@google.com · 12 years ago
  82. d4df217 shadows GPU GM rebaseline from r3514 by bsalomon@google.com · 12 years ago
  83. 8500322 disable GPU blur on small paths by bsalomon@google.com · 12 years ago
  84. 3672b58 Removed redundant typedef from GrDebugGL class by robertphillips@google.com · 12 years ago
  85. f86574d whitespace change to trigger Skia buildbot by epoger@google.com · 12 years ago
  86. a5d2203 Use a single GrDrawState in GrContext for direct and buffered drawing by bsalomon@google.com · 12 years ago
  87. a5d056a Reland 3503 with fix by bsalomon@google.com · 12 years ago
  88. 9fe287b add debuggin matrix-proc to validate its output before calling the samplers by reed@google.com · 12 years ago
  89. 290e536 Revert 3503 by bsalomon@google.com · 12 years ago
  90. 67bddc4 Make GrDrawState object used by GrDrawTarget be settable; set in GrInOrderDrawBuffer playback by bsalomon@google.com · 12 years ago
  91. f47c217 overzealously deleted files by caryclark@google.com · 12 years ago
  92. 11fa4a7 Files to build Cary's Shape Ops test projects. by caryclark@google.com · 12 years ago
  93. d88e089 work in progress by caryclark@google.com · 12 years ago
  94. 6e08bfe [PDF] Really fix font metric array initialization. by vandebo@chromium.org · 12 years ago
  95. 2e3d144 Make GrDrawState ref counted. (Small step towards a perf improvement.) by bsalomon@google.com · 12 years ago
  96. 4db4adc Build libjpeg from source for all platforms by epoger@google.com · 12 years ago
  97. 9fee7ad Copy libjpeg.gyp from third_party/externals/libjpeg/ to gyp/ by epoger@google.com · 12 years ago
  98. ba0cc3e Extended debug GL interface to include textures. by robertphillips@google.com · 12 years ago
  99. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  100. d43b0a8 Make use of the functions in the flattenable reader/writer by djsollen@google.com · 12 years ago