1. 04115a1 Add an SkSet class to be used by Pdf only, for now - reverted because of triggering heap corruption on Win7, original coe review: https://codereview.appspot.com/6749054 by edisonn@google.com · 12 years ago
  2. 1a68805 move SkFDStream out of images into core by reed@google.com · 12 years ago
  3. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 12 years ago
  4. 4a71997 Add chart bench. Review URL: https://codereview.appspot.com/7368051 by bsalomon@google.com · 12 years ago
  5. a1c511b New SkRectShaderImageFilter image filter by sugoi@google.com · 12 years ago
  6. e49ad45 Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexBuffer. by bsalomon@google.com · 12 years ago
  7. 5d0a769 debug dump functions for mathematica visualization by humper@google.com · 12 years ago
  8. 45a8fc6 shape ops work in progress by caryclark@google.com · 12 years ago
  9. 9053c2e Add animated line chart sample by bsalomon@google.com · 12 years ago
  10. 2f10475 Fix moc generation with SK_SUPPORT_GPU defined by robertphillips@google.com · 12 years ago
  11. 522dbd2 match chromium's approach for locating the most appropriate macos SDK to use by humper@google.com · 12 years ago
  12. 5a90ada Add Random unit tests. by jvanverth@google.com · 12 years ago
  13. c3799ad Add a bench for SkBicubicImageFilter. by senorblanco@chromium.org · 12 years ago
  14. 8598328 Remove compile time option to use different types for text vertices. by bsalomon@google.com · 12 years ago
  15. fe1b536 Enhance GL error checking for non-Ganesh GL calls by robertphillips@google.com · 12 years ago
  16. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 12 years ago
  17. beda389 shape ops work in progress by caryclark@google.com · 12 years ago
  18. a519f48 rver r7626, might trigger for some strange reason a heap corruption by edisonn@google.com · 12 years ago
  19. 848b9af Add a true Set class. Current use case is to be used with Pdf generator. by edisonn@google.com · 12 years ago
  20. 377c14a Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into SkImageFilterUtils in https://code.google.com/p/skia/source/detail?r=7467, so it has outlived its usefulness. by senorblanco@chromium.org · 12 years ago
  21. 71cf3ae Use XQuartz's version of OSMesa rather than Mac SDK's. It is newer and has a fix for a bug that unit tests and GM trigger. by bsalomon@google.com · 12 years ago
  22. 83f7c65 add new gms for shallow_gradient, in preparation for improving their quality by reed@google.com · 12 years ago
  23. c1f9011 add benchmark for stroked drawRect/drawOval/drawRRect, to prepare for optimizing by reed@google.com · 12 years ago
  24. 528a556 Fix android errors when unflattening an SkImageRef_ashmem object. by djsollen@google.com · 12 years ago
  25. d62e88e Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of drawIndexedInstances. by bsalomon@google.com · 12 years ago
  26. cfcb1be Add SHA1 and MD5 to utils. https://codereview.appspot.com/7071055/ by bungeman@google.com · 12 years ago
  27. 3b0a9fe Update filter tool to allow more flexible filtering by robertphillips@google.com · 12 years ago
  28. 633c32b optimize region::intersect when one wholly contains the other by reed@google.com · 12 years ago
  29. 8857e7c Add SkImageFilterUtils.h to effects.gypi by robertphillips@google.com · 12 years ago
  30. c2594f4 This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmaps for input and output, and removes the rect param. This allows us to return textures which are larger than the actual result, such as when GrAutoScratchTextures are used. The SkBitmap's size represents the active region, while the GrTexture's size is the full texture size. by senorblanco@chromium.org · 12 years ago
  31. aa35831 shape ops work in progress by caryclark@google.com · 12 years ago
  32. 4025f6f shape ops work in progress by caryclark@google.com · 12 years ago
  33. 4991b8f Added toString to SkDrawLooper-derived classes by robertphillips@google.com · 12 years ago
  34. 3bc7200 Move random from core to utils by bsalomon@google.com · 12 years ago
  35. 4024f32 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  36. 82c2fec Remove ConcaveToTriangles. by bungeman@google.com · 12 years ago
  37. baa0220 Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPriv by junov@chromium.org · 12 years ago
  38. 194bf82 Reverse sense of convex-quad-fix compiler flag by robertphillips@google.com · 12 years ago
  39. 4dcc624 Update Android toolchain to NDK r8d with GCC 4.7 by djsollen@google.com · 12 years ago
  40. a3f1c8e add bench for sorting by mike@reedtribe.org · 12 years ago
  41. 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 12 years ago
  42. 3f2d45a (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.) by senorblanco@chromium.org · 12 years ago
  43. c51f752 Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283) by robertphillips@google.com · 12 years ago
  44. 8ba9a83 tools.gyp: dependencies in apfabetical order by edisonn@google.com · 12 years ago
  45. 744820e Implement a bicubic resampling image filter, with raster and GPU backends. by senorblanco@chromium.org · 12 years ago
  46. ca98b31 Build render_pdfs on buildbot. by edisonn@google.com · 12 years ago
  47. 98d97fc Fix gyp files when building Android for x86 by djsollen@google.com · 12 years ago
  48. 8e679fe Added new bench to test out 1xN BitmapProcShaders by robertphillips@google.com · 12 years ago
  49. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
  50. 388974f Remove unused debugger code from SampleApp. by djsollen@google.com · 12 years ago
  51. 12fa9ba add gm for comparing drawSprite and drawBitmap by reed@google.com · 12 years ago
  52. 5a5e29e Separate our jsoncpp dependency from Chromium's jsoncpp overrides. by epoger@google.com · 12 years ago
  53. 781cc76 Implementation of the displacement effect (both CPU and GPU) by sugoi@google.com · 12 years ago
  54. 7af56be Runtime configuration system for skia. This will allow developers to control settings at launch time without relying on compile-time flags or recompilation. It can be used to turn features on and off, as well as to control numeric quantities to 'tune' algorithms. Once I make sure it's working across all platforms I'll send out a quick tutorial on its use. by humper@google.com · 12 years ago
  55. e197cbf Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader. by bsalomon@google.com · 12 years ago
  56. 74dda90 This takes the convex path tesselator from the Android code and hooks it into a by jvanverth@google.com · 12 years ago
  57. 57585fa Turn off WarnAsError when building ANGLE projects on windows. by bsalomon@google.com · 12 years ago
  58. 1d03ba9 Turn off warnings-as-error on 64bit windows build due to many size_t-related warnings. by bsalomon@google.com · 12 years ago
  59. 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
  60. 4cbb3a1 disable warnings-as-error for JSON code, which has warnings (at least on mac) by reed@google.com · 12 years ago
  61. fe0d680 disable werror on 64 bit by humper@google.com · 12 years ago
  62. af2bd7b hopefully fix gyp mistake for iOS by humper@google.com · 12 years ago
  63. 21cbec4 Remove GrTDArray. by bsalomon@google.com · 12 years ago
  64. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  65. f515ffc Show the paint's typeface information in the details pane of the debugger. by humper@google.com · 12 years ago
  66. e3453cb This CL introduces a new path renderer. by sugoi@google.com · 12 years ago
  67. ac0d47e move include of src/effects into general, and out of gpu-specific by reed@google.com · 12 years ago
  68. 7c7292c Added a new function to directly generate a blurred rectangle analytically. by humper@google.com · 12 years ago
  69. 6d0032a shape ops work in progress by caryclark@google.com · 12 years ago
  70. 11f20d6 Remove GrInstanceCounter. by bsalomon@google.com · 12 years ago
  71. dc73354 add SampleRotatedCircles.cpp by mike@reedtribe.org · 12 years ago
  72. 0797c2c Reland 6914 w/ fixes. by bsalomon@google.com · 12 years ago
  73. 0b6ad22 Revert 6914 to fix build issues. by bsalomon@google.com · 12 years ago
  74. 4b86e34 Simplify cache IDs and keys. by bsalomon@google.com · 12 years ago
  75. ee8a8e3 Re-land r6843 with copied gyp file to (hopefully) fix Windows build by epoger@google.com · 12 years ago
  76. 24b4f97 Add AndroidPathRenderer to experimental gyp and get it compiling with Skia code. by jvanverth@google.com · 12 years ago
  77. 4e18c7a Add RRect GM by robertphillips@google.com · 12 years ago
  78. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  79. 33352d9 Roll out r6843 to hopefully fix Windows builds by epoger@google.com · 12 years ago
  80. 6c0e522 Add --writeJsonSummary option to gm by epoger@google.com · 12 years ago
  81. 3707164 add gm for rrect, and rrect.inset/outset by mike@reedtribe.org · 12 years ago
  82. 04b5468 Fix Android SampleApp by djsollen@google.com · 12 years ago
  83. 4d3f3cd Fix android build by removing references to the old sampleApp by djsollen@google.com · 12 years ago
  84. 3cb834b Modifying SkTileGrid to support arbitrary query rectangles. by junov@chromium.org · 12 years ago
  85. 4c1f091 kill unused SkFlipPixelRef Review URL: https://codereview.appspot.com/6949043 by reed@google.com · 12 years ago
  86. 31114c6 Create SkBitmapChecksummer and associated SkBitmapTransformer by epoger@google.com · 12 years ago
  87. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 12 years ago
  88. d3d377f Update filter tool to write out paths to .cpp file by robertphillips@google.com · 12 years ago
  89. 7346df5 utils.gyp: add SkCityHash.h, delete SkConsistentChecksum.h by epoger@google.com · 12 years ago
  90. 0bba6bd Replace SkConsistentChecksum with SkCityHash (now including CityHash via DEPS) by epoger@google.com · 12 years ago
  91. 170bd79 Move GrReducedClip to its own files. by bsalomon@google.com · 12 years ago
  92. e3c8ddf Update skdiff. https://codereview.appspot.com/6850115/ by bungeman@google.com · 12 years ago
  93. 7cdea64 The goal is to make the ClangCompile buildstep in the Housekeeping bot turn red if there is a warning. by rmistry@google.com · 12 years ago
  94. fdabcb5 Add missing SK_API definition at request of Chromium callers by djsollen@google.com · 12 years ago
  95. b1c8827 add gm/pathinterior.cpp in advance of cary's path api by reed@google.com · 12 years ago
  96. 4a9a612 Pull SkMergeImageFilter out into its own file. by senorblanco@chromium.org · 12 years ago
  97. 7d68335 add getTypes() to SkMatrix44, to cache how complex the matrix is. add bench by reed@google.com · 12 years ago
  98. bbe5290 Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
  99. 08cb728 Revert change accidentally committed. by bsalomon@google.com · 12 years ago
  100. d29902e Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago