1. b462a42 Turn more warnings on, including by caryclark@google.com · 13 years ago
  2. 977b9c8 Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix) by robertphillips@google.com · 13 years ago
  3. b52cf3d Support Mac-Android Cross-Compilation by borenet@google.com · 13 years ago
  4. 25c1993 Reverting r4162 by robertphillips@google.com · 13 years ago
  5. 4384fab add gm (no images yet) for two-point-radial gradients by reed@google.com · 13 years ago
  6. 3227ab5 Added instance counting system for SkRefCnt-derived objects by robertphillips@google.com · 13 years ago
  7. 941ee93 Fixed flattening of SkStippleMaskFilter by robertphillips@google.com · 13 years ago
  8. 5af9b20 Make the GM tool run GMs through an SkGPipe. by scroggo@google.com · 13 years ago
  9. 1830c7a --pictureDir foo will load serialized pictures <>.skp from the foo directory by reed@google.com · 13 years ago
  10. 7e5c624 Move GrGpuGL::programUnitTest into its own file by bsalomon@google.com · 13 years ago
  11. 9714516 Add SkFontDescriptor for serializing fonts. by djsollen@google.com · 13 years ago
  12. 7fab52d Add GrGradientEffects files. These implementations will be invoked from by tomhudson@google.com · 13 years ago
  13. 30140a4 Enable typeface from stream test for Mac. by bungeman@google.com · 13 years ago
  14. b505a12 Implement morphology as a custom effect by bsalomon@google.com · 13 years ago
  15. 5739d2c Merge GrGpuGLShaders into its parent class, GrGpuGL by bsalomon@google.com · 13 years ago
  16. 9aabfc7 Use a single GrDrawState in GrContext for direct and buffered drawing by bsalomon@google.com · 13 years ago
  17. e5720e3 suppress warning on Mac http://codereview.appspot.com/6245070/ by caryclark@google.com · 13 years ago
  18. dde718c Add bench to test the performance of creating a picture. by djsollen@google.com · 13 years ago
  19. eec9dbc arm: First step towards dynamic NEON support. by digit@google.com · 13 years ago
  20. 65f9f0a shape ops work in progress (get rid of some warnings) by caryclark@google.com · 13 years ago
  21. 67febd9 Converted AAClips SampleApp slide to GM:simpleaaclip by robertphillips@google.com · 13 years ago
  22. 7b57892 ~glyphcache_globals needs to actually delete its cache by reed@google.com · 13 years ago
  23. b45a1b4 shape ops work in progress by caryclark@google.com · 13 years ago
  24. ae4f96a Some refactoring of GrCustomStage and friends by bsalomon@google.com · 13 years ago
  25. a550199 CreateTypefaceFromStream for GDI. http://codereview.appspot.com/5616047/ by bungeman@google.com · 13 years ago
  26. ebd2496 change SkChunkAlloc to grow its allocations geometrically (not linearly) by reed@google.com · 13 years ago
  27. ff793db move Release build to -O3 (from -O2) by reed@google.com · 13 years ago
  28. a02bc15 WeakRefCnt http://codereview.appspot.com/5649046/ by bungeman@google.com · 13 years ago
  29. 4debcac Debug Windows compiler complaint fixes by robertphillips@google.com · 13 years ago
  30. 5548752 Add bench and test for SkRefCnt. http://codereview.appspot.com/6195071/ by bungeman@google.com · 13 years ago
  31. f9ad886 Extract ShaderCodeSegments from GrGLProgram into a new class, by tomhudson@google.com · 13 years ago
  32. 7ffe681 Remove tesselated path renderer and supporting code, glu, and libtess target by bsalomon@google.com · 13 years ago
  33. 39a7475 Set no rtti option to avoid warnings on Android. by djsollen@google.com · 13 years ago
  34. d8f856c Move convolution from code in GrGLProgram to new GrConvolutionEffect by tomhudson@google.com · 13 years ago
  35. beeb97c Added stack to AA clip mask cache by robertphillips@google.com · 13 years ago
  36. 637d5e9 Move GL function prototype typdefs to a separate header by bsalomon@google.com · 13 years ago
  37. 15fa138 shape ops work in progress by caryclark@google.com · 13 years ago
  38. 48ca7e3 impl SkTLS for windows, refactoring to share code with pthread impl by reed@google.com · 13 years ago
  39. 91bcc94 Make GrGLDefines.h be a private header by bsalomon@google.com · 13 years ago
  40. 9c1f1ac Move function decls and macros out of public headers that are meant for internal use. by bsalomon@google.com · 13 years ago
  41. c56a83c add bench for SkPath::Iter and SkPath::RawIter by reed@google.com · 13 years ago
  42. 35a81df add gm for dashing variations by reed@google.com · 13 years ago
  43. 4aa1a70 add initial bench for dashing (more work to do) by reed@google.com · 13 years ago
  44. 58b8d4a recreate http://codereview.appspot.com/6131051/ in svn instead of git by epoger@google.com · 13 years ago
  45. d9d5385 Added GM test to stress test the texture unit/sampler allocation by robertphillips@google.com · 13 years ago
  46. 7c2578d Second half of refactoring to move SW path rendering to GrPathRenderer by robertphillips@google.com · 13 years ago
  47. 443e5a5 Re-adding red texture support (by rolling back r3800) by robertphillips@google.com · 13 years ago
  48. 0048469 Roll back http://code.google.com/p/skia/source/detail?r=3622 to deal with http://crbug.com/125596 ('M20 windows renderer stability maze') by epoger@google.com · 13 years ago
  49. 8c2cc1a add RegionBench, in preparation for speeding up intersects and contains for chrome by reed@google.com · 13 years ago
  50. 8d033a1 Remove GrPath typedef by bsalomon@google.com · 13 years ago
  51. 07eecdc Hooks up the GrCustomStage/GrGLProgramStageFactory/GrGLProgramStage by tomhudson@google.com · 13 years ago
  52. 7361f54 Make GM able to run MSAA modes and multiple GPU configs in a single run. by bsalomon@google.com · 13 years ago
  53. 168e634 Infrastructure for new Ganesh shader pipeline: base classes for GPU by tomhudson@google.com · 13 years ago
  54. 1e945b7 Minor refactoring to pull GrClipMaskManager into its own files by robertphillips@google.com · 13 years ago
  55. 0dd84a3 Minor code cleanup of Debug GL Interface by robertphillips@google.com · 13 years ago
  56. 4f8975e roll out http://code.google.com/p/skia/source/detail?r=3687 because Mac 10.6 bot is failing by epoger@google.com · 13 years ago
  57. cff7f5b Make Mac build generate both 32-bit and 64-bit code. by epoger@google.com · 13 years ago
  58. 580a99c add gm circles by bsalomon@google.com · 13 years ago
  59. 6093e65 dd DrawPathTest to gyp add regression tests for bug 533 by mike@reedtribe.org · 13 years ago
  60. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 13 years ago
  61. 6995068 Initial version of R8 support by robertphillips@google.com · 13 years ago
  62. 0229765 Fix xcode 4.1 build issue by robertphillips@google.com · 13 years ago
  63. 3a4553e Redelivering r3611 changes (enabling cmyk jpeg changes in .gyps) by robertphillips@google.com · 13 years ago
  64. dd743fe Initial split up of Debug Interface into separate files by robertphillips@google.com · 13 years ago
  65. 7800e30 Rolling back r3611 until the Android compilation issue is resolved by robertphillips@google.com · 13 years ago
  66. f919147 Finally enabled libjpeg functionality in .gyps by robertphillips@google.com · 13 years ago
  67. 3286989 Remove old D3D9 stuff by bsalomon@google.com · 13 years ago
  68. 26be399 Fixing gm build with SkXPSDevice enabled by junov@chromium.org · 13 years ago
  69. 021bce9 Delivering .gyp files to enable building & linking w/ ANGLE on Windows by robertphillips@google.com · 13 years ago
  70. 198e054 shape ops work in progress by caryclark@google.com · 13 years ago
  71. 5a64e58 Revert 3538. by bungeman@google.com · 13 years ago
  72. 29b63dc Correct dependencies in gyp files. http://codereview.appspot.com/5934044/ by bungeman@google.com · 13 years ago
  73. 9985476 Move SkColorMatrix to effects. by bungeman@google.com · 13 years ago
  74. 802eee9 Move SkTextBox.h from utils to views. by bungeman@google.com · 13 years ago
  75. 78ff6b4 Moved mac, unix, win and mesa directories under src/gpu/gl by robertphillips@google.com · 13 years ago
  76. 3d29b63 Remove unused classes from the build. by djsollen@google.com · 13 years ago
  77. d91f370 Moved Debug GL interface to src/gpu/gl/debug in preparation for splitting it up. by robertphillips@google.com · 13 years ago
  78. 988ad53 shape ops builders; fix typo by caryclark@google.com · 13 years ago
  79. a576423 first support at shape ops support for quads by caryclark@google.com · 13 years ago
  80. 8500322 disable GPU blur on small paths by bsalomon@google.com · 13 years ago
  81. 11fa4a7 Files to build Cary's Shape Ops test projects. by caryclark@google.com · 13 years ago
  82. 4db4adc Build libjpeg from source for all platforms by epoger@google.com · 13 years ago
  83. 9fee7ad Copy libjpeg.gyp from third_party/externals/libjpeg/ to gyp/ by epoger@google.com · 13 years ago
  84. 41b46be Fix android build by djsollen@google.com · 13 years ago
  85. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 13 years ago
  86. 8926b16 apply imagefilter to all draw calls by reed@google.com · 13 years ago
  87. 5e41b37 Remove circular dependency of views and animator. by bungeman@google.com · 13 years ago
  88. 7d6c8f9 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 13 years ago
  89. f85abda Remove mutual dependency of gr and skgr. http://codereview.appspot.com/5879043/ by bungeman@google.com · 13 years ago
  90. c62923d Move unix_test_app/main.cpp to src/views/unix/skia_unix.cpp by epoger@google.com · 13 years ago
  91. ec1a7fa Move SkBitSet to utils. by vandebo@chromium.org · 13 years ago
  92. cbd76ae Utils must not depend on Views. http://codereview.appspot.com/5867051/ by bungeman@google.com · 13 years ago
  93. 76d6de0 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 13 years ago
  94. bd960c7 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 13 years ago
  95. 79d3cb4 [PDF] Add GM and infrastructure to test drawing shaders with an initial transform. by vandebo@chromium.org · 13 years ago
  96. a43a532 Revert "[PDF] Add GM and infrastructure to test drawing shaders with an initial transform." by vandebo@chromium.org · 13 years ago
  97. b0ccdec [PDF] Add GM and infrastructure to test drawing shaders with an initial transform. by vandebo@chromium.org · 13 years ago
  98. 5994451 Move SkClampRange into src/effects, where it isn't being advertised as by tomhudson@google.com · 13 years ago
  99. 0a89c90 reverting to 3437 by robertphillips@google.com · 13 years ago
  100. d5c9e99 Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on android) by robertphillips@google.com · 13 years ago