1. cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
  2. 76dd277 add filterImage() entry-point to SkDevice, to allow it to specialize on subclasses by reed@google.com · 13 years ago
  3. 663515b [PDF] Fix some scalar/int assumptions. by vandebo@chromium.org · 13 years ago
  4. b3a39b5 When applying a color matrix, unpremultiply the source, and premultiply the by senorblanco@chromium.org · 13 years ago
  5. a682b93 Make font scaler gm work correctly in fixed point. by bungeman@google.com · 13 years ago
  6. 8ff9c74 Reverting r2969, since it broke the GLPrograms RunTests step. by senorblanco@chromium.org · 13 years ago
  7. c3e159a When applying a color matrix, unpremultiply the source, and premultiply by senorblanco@chromium.org · 13 years ago
  8. dc9a695 The units used to setup XPS should be SkScalars. by bungeman@google.com · 13 years ago
  9. 6630d8d Add the ability to iterate through a path without modification. This change is by schenney@chromium.org · 13 years ago
  10. 0b71f6c Removing path drawing gm tests that produce either an entirely by schenney@chromium.org · 13 years ago
  11. 68f11de Removing unnecessary gm tests. Unreviewed but approved by reed@google.com. by schenney@chromium.org · 13 years ago
  12. 50bdad8 Implement the color matrix filter in Ganesh. Also, fix and enable the color by senorblanco@chromium.org · 13 years ago
  13. 2d6ef52 add helper drawSizeBounds to show the GM's size by reed@google.com · 13 years ago
  14. 10afbef add optional --forceBWtext to gm, forcing all text to BW to ease by mike@reedtribe.org · 13 years ago
  15. a69b48c Add SkTableColorFilter, as a foundation for several SVG filters by mike@reedtribe.org · 13 years ago
  16. abfa8d1 Fix fixed-point antialiased clipping GM; upload baselines. by tomhudson@google.com · 13 years ago
  17. c7cf2b3 Add number-of-missing-baseline-images report to gm by epoger@google.com · 13 years ago
  18. 5fbb4dc support vertical text and typeface-by-name on Leopard by caryclark@google.com · 13 years ago
  19. ef279d3 New gm to test anti-aliased clipping. by tomhudson@google.com · 13 years ago
  20. 45cbfdd Unreviewed changes to the gm tests for paths. Each test is broken into four by schenney@chromium.org · 13 years ago
  21. e5ff3ce Implement SkColorFilter::asColorMatrix() virtual, and override in by senorblanco@chromium.org · 13 years ago
  22. 32d25b6 initial impl of SkImageFilters : virtual signature will change! by reed@google.com · 13 years ago
  23. 4da06ab Modifying SkPath to store all verbs provided by the user, and to give by schenney@chromium.org · 13 years ago
  24. 263cb3a can't pass const to setPixels :( by reed@google.com · 13 years ago
  25. 5213c04 defer creating offscreen until our first draw (so our constructor runs fast) by reed@google.com · 13 years ago
  26. eb85630 fix positioning for scalar=fixed, still need to fix actual mode by reed@google.com · 13 years ago
  27. eb0fa29 try to make it draw correctly in fixed point by reed@google.com · 13 years ago
  28. aa814fe Access sampler matrices directly, cleanup GrSamplerState::reset()s by bsalomon@google.com · 13 years ago
  29. e51755f add first cut at arithmetic mode by mike@reedtribe.org · 13 years ago
  30. a8f60f2 change to complexclip_bw and complexclip_aa, adding more combinations as well by reed@google.com · 13 years ago
  31. b4b49cc add getBGColor() getter by reed@google.com · 13 years ago
  32. 39ee0ff Prep #1 for making GrDrawState a class by bsalomon@google.com · 13 years ago
  33. 5bc34f0 Remove fConfig/fFormat union in GrTextureDesc by bsalomon@google.com · 13 years ago
  34. ef843cd When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep by senorblanco@chromium.org · 13 years ago
  35. 29d3501 Fix issue where bumping the max gm width/height affects gpu images by bsalomon@google.com · 13 years ago
  36. 2f6c957 update verttext to remove leading space from image name by reed@google.com · 13 years ago
  37. fb82300 enable shadermask optimization all the time by reed@google.com · 13 years ago
  38. fb30951 [GPU] tile when large bitmap pased drawBitmap and only a small fraction is used by bsalomon@google.com · 13 years ago
  39. e805535 add test for shader text w/ and w/o lcd (and w/ and w/o opaque) by reed@google.com · 13 years ago
  40. 31648eb Fix warnings by bsalomon@google.com · 13 years ago
  41. 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
  42. 54e01b2 This change makes SkImageFilter and SkBlurImageFilter flattenable/unflattenable. by senorblanco@chromium.org · 13 years ago
  43. 7616615 add test for bad scanconversion (disabled) by reed@google.com · 13 years ago
  44. 14debba add test gm for vertical text by reed@google.com · 13 years ago
  45. 60014ca Implement Gaussian blurs for images. The caller creates an an by senorblanco@chromium.org · 13 years ago
  46. 8923c6c suppress font-purge messages by reed@google.com · 13 years ago
  47. 24babf4 Add font scaler gm. http://codereview.appspot.com/5337044/ by bungeman@google.com · 13 years ago
  48. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
  49. e269f21 Recommit r2611 with fix for gm by bsalomon@google.com · 13 years ago
  50. b87d2b5 Revert r2611 until windows gm can be debugged by bsalomon@google.com · 13 years ago
  51. 6d9adae Add replacement APIs for createPlatformSurface: createPlatformTexture and createPlatformRenderTarget by bsalomon@google.com · 13 years ago
  52. 0f0c288 Add font scaler gm. http://codereview.appspot.com/5337044/ by bungeman@google.com · 13 years ago
  53. 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
  54. ace7bd5 Revert r2584 (new test fails in fixed pt builds) by bsalomon@google.com · 13 years ago
  55. 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
  56. b2a5162 all for multiple --match foo args, which will be logically OR'd together by reed@google.com · 13 years ago
  57. 48dd1a2 Import all GMs as Samples. by bsalomon@google.com · 13 years ago
  58. 72e49b8 warning fixes Review URL http://codereview.appspot.com/5328050/ by bsalomon@google.com · 13 years ago
  59. 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago
  60. 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
  61. 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
  62. f12449b Fixed signed/unsigned comparison warnings in empty path gm/sample by bsalomon@google.com · 13 years ago
  63. 0f1541f Mac does not like empty projects. by bungeman@google.com · 13 years ago
  64. b29c883 Add xps device to skia. http://codereview.appspot.com/5076041/ by bungeman@google.com · 13 years ago
  65. 07faed1 Setting perspective in fixed point. http://codereview.appspot.com/5088043/ by bungeman@google.com · 13 years ago
  66. 01744a4 Fix clamped_gradients gm to work in fixed. by bungeman@google.com · 13 years ago
  67. fa6ac93 Fixup rendering of empty paths (including inverted fills) by bsalomon@google.com · 13 years ago
  68. 9d12f5c Fix some VS2010 warnings Review URL: http://codereview.appspot.com/5155043 by bsalomon@google.com · 13 years ago
  69. 5ea050f Optimize software radial gradients (remove branches from the inner loop where by tomhudson@google.com · 13 years ago
  70. 64e011a Fix pdf suppression test for gm. by bungeman@google.com · 13 years ago
  71. fbc2117 add getFlags() to gm baseclass skip PDF for hairmodes for now, since it crashes by reed@google.com · 13 years ago
  72. ab97397 add gm test for drawing hairlines (and varying thin lines) in xfermodes by reed@google.com · 13 years ago
  73. cecd3ac Remove wrong file, add right file by bsalomon@google.com · 13 years ago
  74. 8c2fe99 Fix some issues in gpu device with perspective. Add a gm that would have caught them. by bsalomon@google.com · 13 years ago
  75. 9c9b8d9 use drawBitmapNine instead of SkNinePatch utils by reed@google.com · 13 years ago
  76. b636adf reimage ninepatch-stretch with white bg (for easier printing) by reed@google.com · 13 years ago
  77. b670525 add gm test for ninepatch stretching pdf output incorrect, so not checked in. by reed@google.com · 13 years ago
  78. 45482d1 fix pictures to not skip-over clip ops that might expand the clip by reed@google.com · 13 years ago
  79. 574f29d Add revisions to complexclip2.cpp from code review. Checkin windows baselines. by bsalomon@google.com · 13 years ago
  80. 30db599 add new test for complex clips by reed@google.com · 13 years ago
  81. 17b7894 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 13 years ago
  82. 5f22657 rolling tree back to its state as of r2169 to see if that fixes Windows buildbots by epoger@google.com · 13 years ago
  83. 3f088e3 Move multiple calls to random() out of parameter lists so that the by tomhudson@google.com · 13 years ago
  84. 6b66c39 Fix gm/bitmapscroll.cpp to actually draw in both Debug and Release modes. by epoger@google.com · 13 years ago
  85. 971d0c8 Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary to support it. by bsalomon@google.com · 13 years ago
  86. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  87. 4067d7d Slightly improve visuals of bitmapscroll test in gm by epoger@google.com · 13 years ago
  88. d4af56c Exit SkBitmap::scrollRect() early if width <= 0 by epoger@google.com · 13 years ago
  89. e6a5c4d add --match to the help text by reed@google.com · 13 years ago
  90. ece2b02 reenable rotated freetype fix, but behind #ifndef SK_IGNORE_ROTATED_FREETYPE_FIX, by reed@google.com · 13 years ago
  91. 59f3abf fix gradients_degenerate test case for SKIA_SCALAR_IS_FIXED by epoger@google.com · 13 years ago
  92. 1936f26 Add tinybitmap gm and windows baselines. by bsalomon@google.com · 13 years ago
  93. d9f826c flip Y in uploads to bottom-up textures (and add gm test) by bsalomon@google.com · 13 years ago
  94. 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
  95. 46cce91 create bitmaps from pdf output for comparison purposes (mac only at the moment) by reed@google.com · 13 years ago
  96. 213c42b Create new lcdtext page within gm http://codereview.appspot.com/4654071 by epoger@google.com · 13 years ago
  97. ac864a9 add test for degenerate 2point gradients (needs pdf and gpu fixes) by reed@google.com · 13 years ago
  98. 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
  99. 4eed340 roll back r1705 by epoger@google.com · 13 years ago
  100. 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 13 years ago