1. 45cbfdd Unreviewed changes to the gm tests for paths. Each test is broken into four by schenney@chromium.org · 13 years ago
  2. e5ff3ce Implement SkColorFilter::asColorMatrix() virtual, and override in by senorblanco@chromium.org · 13 years ago
  3. 32d25b6 initial impl of SkImageFilters : virtual signature will change! by reed@google.com · 13 years ago
  4. 4da06ab Modifying SkPath to store all verbs provided by the user, and to give by schenney@chromium.org · 13 years ago
  5. 263cb3a can't pass const to setPixels :( by reed@google.com · 13 years ago
  6. 5213c04 defer creating offscreen until our first draw (so our constructor runs fast) by reed@google.com · 13 years ago
  7. eb85630 fix positioning for scalar=fixed, still need to fix actual mode by reed@google.com · 13 years ago
  8. eb0fa29 try to make it draw correctly in fixed point by reed@google.com · 13 years ago
  9. aa814fe Access sampler matrices directly, cleanup GrSamplerState::reset()s by bsalomon@google.com · 13 years ago
  10. e51755f add first cut at arithmetic mode by mike@reedtribe.org · 13 years ago
  11. a8f60f2 change to complexclip_bw and complexclip_aa, adding more combinations as well by reed@google.com · 13 years ago
  12. b4b49cc add getBGColor() getter by reed@google.com · 13 years ago
  13. 39ee0ff Prep #1 for making GrDrawState a class by bsalomon@google.com · 13 years ago
  14. 5bc34f0 Remove fConfig/fFormat union in GrTextureDesc by bsalomon@google.com · 13 years ago
  15. ef843cd When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep by senorblanco@chromium.org · 13 years ago
  16. 29d3501 Fix issue where bumping the max gm width/height affects gpu images by bsalomon@google.com · 13 years ago
  17. 2f6c957 update verttext to remove leading space from image name by reed@google.com · 13 years ago
  18. fb82300 enable shadermask optimization all the time by reed@google.com · 13 years ago
  19. fb30951 [GPU] tile when large bitmap pased drawBitmap and only a small fraction is used by bsalomon@google.com · 13 years ago
  20. e805535 add test for shader text w/ and w/o lcd (and w/ and w/o opaque) by reed@google.com · 13 years ago
  21. 31648eb Fix warnings by bsalomon@google.com · 13 years ago
  22. 6f37951 Make all pixel ops go thru ctx so we can correctly flush. Unify two texture upload code paths. by bsalomon@google.com · 13 years ago
  23. 54e01b2 This change makes SkImageFilter and SkBlurImageFilter flattenable/unflattenable. by senorblanco@chromium.org · 13 years ago
  24. 7616615 add test for bad scanconversion (disabled) by reed@google.com · 13 years ago
  25. 14debba add test gm for vertical text by reed@google.com · 13 years ago
  26. 60014ca Implement Gaussian blurs for images. The caller creates an an by senorblanco@chromium.org · 13 years ago
  27. 8923c6c suppress font-purge messages by reed@google.com · 13 years ago
  28. 24babf4 Add font scaler gm. http://codereview.appspot.com/5337044/ by bungeman@google.com · 13 years ago
  29. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
  30. e269f21 Recommit r2611 with fix for gm by bsalomon@google.com · 13 years ago
  31. b87d2b5 Revert r2611 until windows gm can be debugged by bsalomon@google.com · 13 years ago
  32. 6d9adae Add replacement APIs for createPlatformSurface: createPlatformTexture and createPlatformRenderTarget by bsalomon@google.com · 13 years ago
  33. 0f0c288 Add font scaler gm. http://codereview.appspot.com/5337044/ by bungeman@google.com · 13 years ago
  34. c698097 Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt (gpu code doesn't work in general in fixed pt). by bsalomon@google.com · 13 years ago
  35. ace7bd5 Revert r2584 (new test fails in fixed pt builds) by bsalomon@google.com · 13 years ago
  36. 1a8ddf0 Changes the SkCanvas::readPixels API. Allows caller to read into prealloced bitmap pixels. Changes how clipping to device bounds is handled. by bsalomon@google.com · 13 years ago
  37. b2a5162 all for multiple --match foo args, which will be logically OR'd together by reed@google.com · 13 years ago
  38. 48dd1a2 Import all GMs as Samples. by bsalomon@google.com · 13 years ago
  39. 72e49b8 warning fixes Review URL http://codereview.appspot.com/5328050/ by bsalomon@google.com · 13 years ago
  40. 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago
  41. e295313 move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol style LF on all gpu files by bsalomon@google.com · 13 years ago
  42. a310826 Add per-vertex coverage field, use in AA rects when alpha tweak is not valid, add relevant sample/gm by bsalomon@google.com · 13 years ago
  43. f12449b Fixed signed/unsigned comparison warnings in empty path gm/sample by bsalomon@google.com · 13 years ago
  44. 0f1541f Mac does not like empty projects. by bungeman@google.com · 13 years ago
  45. b29c883 Add xps device to skia. http://codereview.appspot.com/5076041/ by bungeman@google.com · 13 years ago
  46. 07faed1 Setting perspective in fixed point. http://codereview.appspot.com/5088043/ by bungeman@google.com · 13 years ago
  47. 01744a4 Fix clamped_gradients gm to work in fixed. by bungeman@google.com · 13 years ago
  48. fa6ac93 Fixup rendering of empty paths (including inverted fills) by bsalomon@google.com · 13 years ago
  49. 9d12f5c Fix some VS2010 warnings Review URL: http://codereview.appspot.com/5155043 by bsalomon@google.com · 13 years ago
  50. 5ea050f Optimize software radial gradients (remove branches from the inner loop where by tomhudson@google.com · 13 years ago
  51. 64e011a Fix pdf suppression test for gm. by bungeman@google.com · 13 years ago
  52. fbc2117 add getFlags() to gm baseclass skip PDF for hairmodes for now, since it crashes by reed@google.com · 13 years ago
  53. ab97397 add gm test for drawing hairlines (and varying thin lines) in xfermodes by reed@google.com · 13 years ago
  54. cecd3ac Remove wrong file, add right file by bsalomon@google.com · 13 years ago
  55. 8c2fe99 Fix some issues in gpu device with perspective. Add a gm that would have caught them. by bsalomon@google.com · 13 years ago
  56. 9c9b8d9 use drawBitmapNine instead of SkNinePatch utils by reed@google.com · 13 years ago
  57. b636adf reimage ninepatch-stretch with white bg (for easier printing) by reed@google.com · 13 years ago
  58. b670525 add gm test for ninepatch stretching pdf output incorrect, so not checked in. by reed@google.com · 13 years ago
  59. 45482d1 fix pictures to not skip-over clip ops that might expand the clip by reed@google.com · 13 years ago
  60. 574f29d Add revisions to complexclip2.cpp from code review. Checkin windows baselines. by bsalomon@google.com · 13 years ago
  61. 30db599 add new test for complex clips by reed@google.com · 13 years ago
  62. 17b7894 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 13 years ago
  63. 5f22657 rolling tree back to its state as of r2169 to see if that fixes Windows buildbots by epoger@google.com · 13 years ago
  64. 3f088e3 Move multiple calls to random() out of parameter lists so that the by tomhudson@google.com · 13 years ago
  65. 6b66c39 Fix gm/bitmapscroll.cpp to actually draw in both Debug and Release modes. by epoger@google.com · 13 years ago
  66. 971d0c8 Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary to support it. by bsalomon@google.com · 13 years ago
  67. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  68. 4067d7d Slightly improve visuals of bitmapscroll test in gm by epoger@google.com · 13 years ago
  69. d4af56c Exit SkBitmap::scrollRect() early if width <= 0 by epoger@google.com · 13 years ago
  70. e6a5c4d add --match to the help text by reed@google.com · 13 years ago
  71. ece2b02 reenable rotated freetype fix, but behind #ifndef SK_IGNORE_ROTATED_FREETYPE_FIX, by reed@google.com · 13 years ago
  72. 59f3abf fix gradients_degenerate test case for SKIA_SCALAR_IS_FIXED by epoger@google.com · 13 years ago
  73. 1936f26 Add tinybitmap gm and windows baselines. by bsalomon@google.com · 13 years ago
  74. d9f826c flip Y in uploads to bottom-up textures (and add gm test) by bsalomon@google.com · 13 years ago
  75. 0a09eef Change true and false to 1 and 0 in macros that are used to conditionally compile code. by bsalomon@google.com · 13 years ago
  76. 46cce91 create bitmaps from pdf output for comparison purposes (mac only at the moment) by reed@google.com · 13 years ago
  77. 213c42b Create new lcdtext page within gm http://codereview.appspot.com/4654071 by epoger@google.com · 13 years ago
  78. ac864a9 add test for degenerate 2point gradients (needs pdf and gpu fixes) by reed@google.com · 13 years ago
  79. 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
  80. 4eed340 roll back r1705 by epoger@google.com · 13 years ago
  81. 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 13 years ago
  82. 1c18ca3 Add additional source types to xfer mode test. by vandebo@chromium.org · 13 years ago
  83. 1a7e946 disable gpu tests when scalar==fixed, add baselines for fixedpoint strokes gm by reed@google.com · 13 years ago
  84. f2c21cd add by mike@reedtribe.org · 13 years ago
  85. cae6b3f -replay tests are only run if forward rendering succeeded. by tomhudson@google.com · 13 years ago
  86. af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 13 years ago
  87. a87cd2a Increase compatibility with clang, mostly around SK_RESTRICT. by tomhudson@google.com · 13 years ago
  88. baa677b delete all old (non-Gyp) buildfiles by epoger@google.com · 13 years ago
  89. 137c428 Update baselines for linux-fixed. Make shader text sample/GM work with scalar=fixed. by bsalomon@google.com · 13 years ago
  90. 3914958 Fix text-as-path with skshader on gpu by bsalomon@google.com · 13 years ago
  91. ea32543 When user specifies an output path with -w, only output files from main by tomhudson@google.com · 13 years ago
  92. b8b0983 make --replay be the default. Now --noreplay will disable testing through a picture by reed@google.com · 13 years ago
  93. e3605d0 retool without shapes, which are broken/experimental by reed@google.com · 13 years ago
  94. 4c9a815 remove self-modifying matrix code, which can't work with pictures, and will be removed from shapes api soon by reed@google.com · 13 years ago
  95. 64f340c dynamically allocate the pixels, so they can be referened when drawn into a picture by reed@google.com · 13 years ago
  96. 8f09672 Rebase GM tool for SKIA_SCALAR=fixed http://codereview.appspot.com/4559041 by epoger@google.com · 13 years ago
  97. b28b5e4 Warn when an SkScalar is passed into SkIntToScalar() (converted twice) by epoger@google.com · 13 years ago
  98. 3c14d0f Fix gm tests for fixed point. by bungeman@google.com · 13 years ago
  99. 0368d06 Fix clipping in StrokeRectGM test for fixed point. by bungeman@google.com · 13 years ago
  100. 65245ad fix assertion failure in Skia_Linux_Fixed_Debug build by epoger@google.com · 13 years ago