1. 977b9c8 Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix) by robertphillips@google.com · 12 years ago
  2. 070a800 temporary: by reed@google.com · 12 years ago
  3. 25c1993 Reverting r4162 by robertphillips@google.com · 12 years ago
  4. 4384fab add gm (no images yet) for two-point-radial gradients by reed@google.com · 12 years ago
  5. 3227ab5 Added instance counting system for SkRefCnt-derived objects by robertphillips@google.com · 12 years ago
  6. 941ee93 Fixed flattening of SkStippleMaskFilter by robertphillips@google.com · 12 years ago
  7. 778e163 change gm to use concat instead of setMatrix, so we don't trash the caller if by reed@google.com · 12 years ago
  8. 7b6c193 remove mutable apis on SkColorMatrixFilter, must use constructor. by reed@google.com · 12 years ago
  9. d13bdfb Turn off pipe playback in GM by default. by scroggo@google.com · 12 years ago
  10. 5af9b20 Make the GM tool run GMs through an SkGPipe. by scroggo@google.com · 12 years ago
  11. 5d0c62f add -wp option to write serialized pictures to the specified directory by mike@reedtribe.org · 12 years ago
  12. 67febd9 Converted AAClips SampleApp slide to GM:simpleaaclip by robertphillips@google.com · 12 years ago
  13. de1837b remove bogus nearlyzero checks by reed@google.com · 12 years ago
  14. 21384df add dashing2 gm to exercise dashing on curves and polygons by reed@google.com · 12 years ago
  15. ffe39bd Fix type errors and a few warnings for Visual Studio 2010 64-bit build. by tomhudson@google.com · 12 years ago
  16. e8fcb50 add options to enable/disable "FAILED to read ..." message by reed@google.com · 12 years ago
  17. 2470b25 Updated AAClips Sample slide and complexclip2 GM to exercise AA clipping by robertphillips@google.com · 12 years ago
  18. 683001c [PDF] Ensure that filling single line paths (with no area) does not draw anything. by vandebo@chromium.org · 12 years ago
  19. 5aff0ef commented-out test for exact aa coverage by reed@google.com · 12 years ago
  20. 35a81df add gm for dashing variations by reed@google.com · 12 years ago
  21. a93f9c3 converted "unsigned int" to "size_t" to address compiler failure by robertphillips@google.com · 12 years ago
  22. d9d5385 Added GM test to stress test the texture unit/sampler allocation by robertphillips@google.com · 12 years ago
  23. 7d30a21 Fixes matrix inconsistency in GPU draws with filters. Also adds a GM test. by bsalomon@google.com · 12 years ago
  24. daf12bb Fix early termination of GM when 16x msaa rt can't be created. by bsalomon@google.com · 12 years ago
  25. 57b1935 silence warning by reed@google.com · 12 years ago
  26. 7361f54 Make GM able to run MSAA modes and multiple GPU configs in a single run. by bsalomon@google.com · 12 years ago
  27. 95ead84 Fix some float/scalar/int confusion. by vandebo@chromium.org · 12 years ago
  28. 9284ccd Make gm tool able to read and write image files in the same run by epoger@google.com · 12 years ago
  29. c39c867 Fix some fixed-point bugs. by vandebo@chromium.org · 12 years ago
  30. 6853e80 Addressed more Windows compiler complaint issues by robertphillips@google.com · 12 years ago
  31. 0b26c15 Add file missing from r3682 checkin by bsalomon@google.com · 12 years ago
  32. 7558925 Fix miscellaneous compiler warnings from Visual Studio 2010. by tomhudson@google.com · 12 years ago
  33. 56dd630 Clamp dilate and erode radius to image width and height. by senorblanco@chromium.org · 12 years ago
  34. 8e529b7 change -d option to write out complete images (that differed from the baseline) by reed@google.com · 12 years ago
  35. 09042b8 Fixing Windows compiler complaints by robertphillips@google.com · 12 years ago
  36. 7c545bd Augment gm shadows test to cover hairline paths by junov@chromium.org · 12 years ago
  37. d42e3f6 defer drawing/work until first draw, to make debugging easier and speedup by reed@google.com · 12 years ago
  38. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 12 years ago
  39. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  40. 22f42b7 [GPU] when paint has patheffect, it should fallback to path render by bsalomon@google.com · 12 years ago
  41. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  42. ec51cb8 Improved codec link-forcing system by adding Encoder/Decoder creation entry points by robertphillips@google.com · 12 years ago
  43. 8926b16 apply imagefilter to all draw calls by reed@google.com · 12 years ago
  44. 9afc656 delay any drawing until first call to onDraw (eases debugging) by reed@google.com · 12 years ago
  45. f6f123d Added tracking of frame buffer objects to debug GL interface by robertphillips@google.com · 12 years ago
  46. 79d3cb4 [PDF] Add GM and infrastructure to test drawing shaders with an initial transform. by vandebo@chromium.org · 12 years ago
  47. a43a532 Revert "[PDF] Add GM and infrastructure to test drawing shaders with an initial transform." by vandebo@chromium.org · 12 years ago
  48. b0ccdec [PDF] Add GM and infrastructure to test drawing shaders with an initial transform. by vandebo@chromium.org · 12 years ago
  49. 8570b5c Adding CMYK jpeg changes w/o .gyp alterations by robertphillips@google.com · 12 years ago
  50. 0a89c90 reverting to 3437 by robertphillips@google.com · 12 years ago
  51. d5c9e99 Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on android) by robertphillips@google.com · 12 years ago
  52. f8aa18c Compile with c++0x. http://codereview.appspot.com/5841074/ by bungeman@google.com · 12 years ago
  53. 1a38d55 Perform degenerate check in device coords in convex path renderer by bsalomon@google.com · 12 years ago
  54. 7816a4e Close an (incidental) memory leak in gmmain. by tomhudson@google.com · 12 years ago
  55. 6005aeb update test by reed@google.com · 12 years ago
  56. 6b2f7ea tweak gm bounds to better fit the content by reed@google.com · 12 years ago
  57. 54ff85c [PDF] Fix some fixed/float-point mismatches for image shaders. by vandebo@chromium.org · 12 years ago
  58. b0b462b add more modes/flags to giantbitmap test by reed@google.com · 12 years ago
  59. 26b73d3 defer any drawing until our first time, so we don't do it in our by reed@google.com · 12 years ago
  60. ce151d0 return false if the typeface cannot be found by reed@google.com · 12 years ago
  61. 584493e disable PDF for now, until http://code.google.com/p/skia/issues/detail?id=520 by reed@google.com · 12 years ago
  62. 4bc0a9d use higher precision (64bit) fixed-point for matrix proc by reed@google.com · 12 years ago
  63. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 12 years ago
  64. 5b56d9e In convex path renderer, translate polygon to origin for fanPt computation by bsalomon@google.com · 12 years ago
  65. 278dc69 Use cheapComputeDirection to determine normal facing in GrAAConvexPathRenderer by bsalomon@google.com · 12 years ago
  66. ed3ee64 add test for colored text drawing (hopefully gamma corrected) by reed@google.com · 12 years ago
  67. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 12 years ago
  68. 7bc13a6 Set LCD font smoothing to "medium" for gm on Mac, regardless of system settings by epoger@google.com · 12 years ago
  69. 632151b Add path effect GM by bsalomon@google.com · 12 years ago
  70. dc3c780 [GPU]: Handle degenerate quads when computing UV matrix from control points by bsalomon@google.com · 12 years ago
  71. e24a079 Expose '--notexturecache' command line argument to gm. by twiz@google.com · 12 years ago
  72. 9732f62 Fix degenerate test in convex path renderer by bsalomon@google.com · 12 years ago
  73. bb0948f increase height to include entire circle for large radial by reed@google.com · 12 years ago
  74. 39c2515 Add missing SkFloatToScalar() calls to fix the build. by tomhudson@google.com · 12 years ago
  75. b18e58c New radial gradient GM to observe banding and dithering effects. by tomhudson@google.com · 12 years ago
  76. 78d6cf9 Remove GrAALevel enum, use explicit sample count by bsalomon@google.com · 12 years ago
  77. bf6c1e4 Adding a flush method to SkCanvas by junov@chromium.org · 12 years ago
  78. 72b55be Change background color and add paths to convexpaths gm by bsalomon@google.com · 12 years ago
  79. 0680961 revert 3078 by bsalomon@google.com · 12 years ago
  80. 495e210 fix interior issues in convex path renderer by bsalomon@google.com · 12 years ago
  81. e3cc2eb Stop writing out XPS baselines until we resolve skia issue 455 by epoger@google.com · 13 years ago
  82. 77e498e Updating gm's usage message by junov@google.com · 13 years ago
  83. 4370aed Adding class SkDeferredCanvas for deferred rendering. by junov@google.com · 13 years ago
  84. 188bfcf if the y-max has neighbors (prev and next) with the same Y values, then the by reed@google.com · 13 years ago
  85. 5cc90d1 Incorporate changes related to Tom's post-hoc comments on the convex path renderer. by bsalomon@google.com · 13 years ago
  86. 69cc6ad Add convex path renderer (disabled) by bsalomon@google.com · 13 years ago
  87. 3d19c38 fix cheapComputeDirection() in the non-convex case to pivot on the y-max point by reed@google.com · 13 years ago
  88. b435bd7 use SkIntToScalar by reed@google.com · 13 years ago
  89. 3e71a88 add gm for reverseAddPath by reed@google.com · 13 years ago
  90. d1ab932 restore (debugged) cheapComputeDirection by reed@google.com · 13 years ago
  91. df6bcb1 disable for now by reed@google.com · 13 years ago
  92. 69a9943 add SkPath::cheapComputeDirection() plus unittests by reed@google.com · 13 years ago
  93. 63d7374 add SkPath::reverseAddPath() by reed@google.com · 13 years ago
  94. cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
  95. 76dd277 add filterImage() entry-point to SkDevice, to allow it to specialize on subclasses by reed@google.com · 13 years ago
  96. 663515b [PDF] Fix some scalar/int assumptions. by vandebo@chromium.org · 13 years ago
  97. b3a39b5 When applying a color matrix, unpremultiply the source, and premultiply the by senorblanco@chromium.org · 13 years ago
  98. a682b93 Make font scaler gm work correctly in fixed point. by bungeman@google.com · 13 years ago
  99. 8ff9c74 Reverting r2969, since it broke the GLPrograms RunTests step. by senorblanco@chromium.org · 13 years ago
  100. c3e159a When applying a color matrix, unpremultiply the source, and premultiply by senorblanco@chromium.org · 13 years ago