1. 7bc13a6 Set LCD font smoothing to "medium" for gm on Mac, regardless of system settings by epoger@google.com · 13 years ago
  2. e24a079 Expose '--notexturecache' command line argument to gm. by twiz@google.com · 13 years ago
  3. bf6c1e4 Adding a flush method to SkCanvas by junov@chromium.org · 13 years ago
  4. e3cc2eb Stop writing out XPS baselines until we resolve skia issue 455 by epoger@google.com · 13 years ago
  5. 77e498e Updating gm's usage message by junov@google.com · 13 years ago
  6. 4370aed Adding class SkDeferredCanvas for deferred rendering. by junov@google.com · 13 years ago
  7. dc9a695 The units used to setup XPS should be SkScalars. by bungeman@google.com · 13 years ago
  8. 10afbef add optional --forceBWtext to gm, forcing all text to BW to ease by mike@reedtribe.org · 13 years ago
  9. c7cf2b3 Add number-of-missing-baseline-images report to gm by epoger@google.com · 13 years ago
  10. 29d3501 Fix issue where bumping the max gm width/height affects gpu images by bsalomon@google.com · 13 years ago
  11. 8923c6c suppress font-purge messages by reed@google.com · 13 years ago
  12. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
  13. e269f21 Recommit r2611 with fix for gm by bsalomon@google.com · 13 years ago
  14. b87d2b5 Revert r2611 until windows gm can be debugged by bsalomon@google.com · 13 years ago
  15. 6d9adae Add replacement APIs for createPlatformSurface: createPlatformTexture and createPlatformRenderTarget by bsalomon@google.com · 13 years ago
  16. 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
  17. ace7bd5 Revert r2584 (new test fails in fixed pt builds) by bsalomon@google.com · 13 years ago
  18. 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
  19. b2a5162 all for multiple --match foo args, which will be logically OR'd together by reed@google.com · 13 years ago
  20. 48dd1a2 Import all GMs as Samples. by bsalomon@google.com · 13 years ago
  21. 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago
  22. 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
  23. 0f1541f Mac does not like empty projects. by bungeman@google.com · 13 years ago
  24. b29c883 Add xps device to skia. http://codereview.appspot.com/5076041/ by bungeman@google.com · 13 years ago
  25. 64e011a Fix pdf suppression test for gm. by bungeman@google.com · 13 years ago
  26. fbc2117 add getFlags() to gm baseclass skip PDF for hairmodes for now, since it crashes by reed@google.com · 13 years ago
  27. ab97397 add gm test for drawing hairlines (and varying thin lines) in xfermodes by reed@google.com · 13 years ago
  28. 30db599 add new test for complex clips by reed@google.com · 13 years ago
  29. 971d0c8 Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary to support it. by bsalomon@google.com · 13 years ago
  30. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  31. e6a5c4d add --match to the help text by reed@google.com · 13 years ago
  32. ece2b02 reenable rotated freetype fix, but behind #ifndef SK_IGNORE_ROTATED_FREETYPE_FIX, by reed@google.com · 13 years ago
  33. d9f826c flip Y in uploads to bottom-up textures (and add gm test) by bsalomon@google.com · 13 years ago
  34. 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
  35. 46cce91 create bitmaps from pdf output for comparison purposes (mac only at the moment) by reed@google.com · 13 years ago
  36. ac864a9 add test for degenerate 2point gradients (needs pdf and gpu fixes) by reed@google.com · 13 years ago
  37. 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 13 years ago
  38. 1a7e946 disable gpu tests when scalar==fixed, add baselines for fixedpoint strokes gm by reed@google.com · 13 years ago
  39. cae6b3f -replay tests are only run if forward rendering succeeded. by tomhudson@google.com · 13 years ago
  40. af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 13 years ago
  41. a87cd2a Increase compatibility with clang, mostly around SK_RESTRICT. by tomhudson@google.com · 13 years ago
  42. 3914958 Fix text-as-path with skshader on gpu by bsalomon@google.com · 13 years ago
  43. ea32543 When user specifies an output path with -w, only output files from main by tomhudson@google.com · 13 years ago
  44. b8b0983 make --replay be the default. Now --noreplay will disable testing through a picture by reed@google.com · 13 years ago
  45. 1526129 PDF Device should report non-transformed size for width and height. by ctguil@chromium.org · 13 years ago
  46. 8e728d7 Propagate return values from compare() up to main() so we can return 0 if all by tomhudson@google.com · 13 years ago
  47. 6abfa49 Fix default value of doSerialize parameter (oops!). by tomhudson@google.com · 13 years ago
  48. 73fb042 Add command-line parameters to control execution of SkPicture tests; default by tomhudson@google.com · 13 years ago
  49. 9875dd1 Extends gm to test SkPicture replay and serialization. by tomhudson@google.com · 13 years ago
  50. 75f97e4 Generalize the flip origin argument to the PDF device constructor. by vandebo@chromium.org · 13 years ago
  51. 686abdf [PDF] Improve PDF support in gm. by vandebo@chromium.org · 14 years ago
  52. d4dfd10 add new 2nd argument for rendertarget to SkGpuCanvas by reed@google.com · 14 years ago
  53. 37df17d fix build for linux by reed@google.com · 14 years ago
  54. 51df9e3 add gpu to gm tool add pass-through read/write pixels API to canvas by reed@google.com · 14 years ago
  55. 873cb1e add gpu to the default makefile move skia-gpu files into skia/src/gpu by reed@google.com · 14 years ago
  56. 3d3f092 -d dir will write out a difference-bitmap for each compare that failes by reed@google.com · 14 years ago
  57. 0770044 add option to write PDFs from gm by reed@google.com · 14 years ago
  58. 00f883e dump message confirming read or write directory by reed@android.com · 14 years ago
  59. b9b9a18 use genericRGB space to ensure that we decode exactly the pixels we encode by reed@android.com · 15 years ago
  60. 25b0434 gm -w 'directory' now works for recording the master images by reed@android.com · 15 years ago
  61. 8015dd8 almost there on gm (need to fix image writes/reads/compares) by reed@android.com · 15 years ago
  62. dd0ac28 more progress on golden-master test suite (not finished yet) by reed@android.com · 15 years ago
  63. 00dae86 checkpoint for golden master suite (gm) by reed@android.com · 15 years ago