1. f1ee5b5 Add .swp files to gitignore. by scroggo@google.com · 11 years ago
  2. c3799ad Add a bench for SkBicubicImageFilter. by senorblanco@chromium.org · 11 years ago
  3. ee235f9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  4. 8598328 Remove compile time option to use different types for text vertices. by bsalomon@google.com · 11 years ago
  5. edbd21a Temporarily disable new GL error checking in ~SkGLContext by robertphillips@google.com · 11 years ago
  6. 82b0ec6 Remove GR_DISABLE_DRAW_BUFFERING, replace with RTConf variable. by bsalomon@google.com · 11 years ago
  7. 5990397 Address google3 compiler warning by robertphillips@google.com · 11 years ago
  8. 2d40ec4 Cleanup debugger's handling of bad input files by robertphillips@google.com · 11 years ago
  9. 53009ba only take the vertical special-case for gradients when dx is exactly 0, as a by reed@google.com · 11 years ago
  10. 5b25a8d Remove GR_DUMP_TEXTURE_UPLOADS by bsalomon@google.com · 11 years ago
  11. 9b63c50 Only turn on one gpu timer in PictureBenchmark tool by robertphillips@google.com · 11 years ago
  12. 51ac7e6 Remove GR_AGGRESSIVE_SHADER_OPTS build option. by bsalomon@google.com · 11 years ago
  13. 753a362 Use SkBits2Float in SkRandom by bsalomon@google.com · 11 years ago
  14. fe1b536 Enhance GL error checking for non-Ganesh GL calls by robertphillips@google.com · 11 years ago
  15. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 11 years ago
  16. 365d787 More fixes for ios build. by bsalomon@google.com · 11 years ago
  17. f67bd9d Attempt to fix iOS build. by bsalomon@google.com · 11 years ago
  18. f9d0c95 Temporary patch to BenchPictures gpu timing problem by robertphillips@google.com · 11 years ago
  19. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 11 years ago
  20. beda389 shape ops work in progress by caryclark@google.com · 11 years ago
  21. 709906b Fix a perf regression introduced by r7594: when computing a texture cache key, use the resolved (Top or Bottom) surface origin, never Default, otherwise we never get a cache hit. by senorblanco@chromium.org · 11 years ago
  22. 8ac811e Fixed warning/error in PictureRenderer.cpp by robertphillips@google.com · 11 years ago
  23. 905379a In picture rendering tools, draw the entire scaled image. by scroggo@google.com · 11 years ago
  24. 383e234 Fix function not predeclared warning on Mac. by bsalomon@google.com · 11 years ago
  25. a519f48 rver r7626, might trigger for some strange reason a heap corruption by edisonn@google.com · 11 years ago
  26. ff388f8 Fixes a bug introduced by the new per-tile bench log format. by bensong@google.com · 11 years ago
  27. 92b0f51 Updates gen_skp_ranges.py on recent changes of bench names, storage locations, etc. by bensong@google.com · 11 years ago
  28. 0b256e1 Fix for sign mismatch warning/error by robertphillips@google.com · 11 years ago
  29. f4741c1 Add overdraw visualization to the debugger by robertphillips@google.com · 11 years ago
  30. 848b9af Add a true Set class. Current use case is to be used with Pdf generator. by edisonn@google.com · 11 years ago
  31. 1c7c01a Remove GR_STATIC_RECT_VB Review URL: https://codereview.appspot.com/7304055 by bsalomon@google.com · 11 years ago
  32. e460a47 gm self-tests: generate JSON expectations, in addition to image expectations by epoger@google.com · 11 years ago
  33. 9c68058 Fix WritePixels test on ANGLE. by bsalomon@google.com · 11 years ago
  34. 2fd0979 Turn --timeIndividualTiles back on in bench_pictures by borenet@google.com · 11 years ago
  35. 51263e8 Whitespace change to trigger builds after master restart by borenet@google.com · 11 years ago
  36. cbe4f6a Set vertex layout prior to setVertexSourceToBuffer for GR_STATIC_RECT_VB by jvanverth@google.com · 11 years ago
  37. 90096b6 Small code cleaup: remove redundant if unreviewd, comment from previous cl by edisonn@google.com · 11 years ago
  38. 3fda0ea check for self-assignment in operator= by reed@google.com · 11 years ago
  39. ae68392 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  40. 53f3f31 tweak to spacing, to trigger build by mike@reedtribe.org · 11 years ago
  41. 2e6a69b If the stack is too deep we could get Stack Overflow in pdf's ContentEntry's destructor. by edisonn@google.com · 11 years ago
  42. 55cac11 Fix calls to setVertexSourceToBuffer by robertphillips@google.com · 11 years ago
  43. f3a7bc7 Fix bench crash (calling method on NULL object). by bsalomon@google.com · 11 years ago
  44. a4d18dd Reinstate r7546: fix unused variable warning by jvanverth@google.com · 11 years ago
  45. 7374355 Improved compartmentalization of filter tool's optimizations & add new optimization by robertphillips@google.com · 11 years ago
  46. b75b0a0 Move vertex layout from GeometrySrcState to GrDrawState. by jvanverth@google.com · 11 years ago
  47. 69b50e3 Fix master IP in submit_try by borenet@google.com · 11 years ago
  48. 5c265d6 Revert r7595 due to housekeeper warning-as-error. by bsalomon@google.com · 11 years ago
  49. 3e9b076 Re-enable static asserts with windows warning fix. by bsalomon@google.com · 11 years ago
  50. 3cb406b Implement support for origin-TopLeft render targets. Note that the default behaviour remains the same: textures default to origin-TopLeft, render targets default to origin-BottomLeft, and backend textures default to origin-BottomLeft. However, the caller can override the default by setting fOrigin in GrTextureDesc, GrBackendTextureDesc or GrBackendRenderTargetDesc. by senorblanco@chromium.org · 11 years ago
  51. 0ac6f16 Fix for issue 1029: Debugger opens files with ^O, but crashes when opening files through other methods by jvanverth@google.com · 11 years ago
  52. 9349101 Implement support for origin-TopLeft render targets in GL backend. by scroggo@google.com · 11 years ago
  53. 493c65f Fix some 64 bit warnings on mac. by scroggo@google.com · 11 years ago
  54. 19376b8 Fix unbalanced Shader set/endContext calls in drawVertices by djsollen@google.com · 11 years ago
  55. e7767cf hide the static-assert block altogether, until we can find a construct that by reed@google.com · 11 years ago
  56. 3ac5eb5 fix (new annoying) warning (mac only I think) by reed@google.com · 11 years ago
  57. bc2f0e8 Make windows GrGLCreateNatriveInterface not us GL.h and not use linker to resolve gl functions. Instead load the GL library and use GetProcAddress. by bsalomon@google.com · 11 years ago
  58. 1d1d424 Actually fix angle GLPrograms test. by bsalomon@google.com · 11 years ago
  59. d4ce480 Restore variable to release builds. by jvanverth@google.com · 11 years ago
  60. cf9faf6 Reverting r7545 (render target origin change) due to layout test issues (see https://codereview.chromium.org/12210002/) by robertphillips@google.com · 11 years ago
  61. 0c38ed3 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  62. 1c295e4 remove define for SK_IGNORE_GRADIENT_DITHER_FIX to trigger rebaselines by mike@reedtribe.org · 11 years ago
  63. 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 · 11 years ago
  64. 3d5b998 use SkToS32 to turn a ptrdiff_t into an int (on 64bit build) by reed@google.com · 11 years ago
  65. 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 · 11 years ago
  66. ae97c06 remove vestiges of 32BIT_GRADIENT flag, as we always dither gradients now by reed@google.com · 11 years ago
  67. 394c885 add kMultiply_Mode to switch statement (fix warning) by reed@google.com · 11 years ago
  68. 25cfa69 land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matching CSS spec by reed@google.com · 11 years ago
  69. 4e5a895 Simplify and speed up SkIntroSort. https://codereview.appspot.com/7273048/ by bungeman@google.com · 11 years ago
  70. a45afcf Commit file missing from r7550 by bsalomon@google.com · 11 years ago
  71. 042a286 Attempt to fix GLPrograms test on ANGLE bot. by bsalomon@google.com · 11 years ago
  72. 6004029 Go from a 1x2 to a 2x2 dither cell, and change/simplify the logic for how we by reed@google.com · 11 years ago
  73. 73349aa extend gradient_create bench to test opaque and alpha gradient ramps by reed@google.com · 11 years ago
  74. 58ba410 cleanup: use DEF_BENCH macro by reed@google.com · 11 years ago
  75. 7fbf5cf fix unused variable warning by reed@google.com · 11 years ago
  76. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 11 years ago
  77. 83f7c65 add new gms for shallow_gradient, in preparation for improving their quality by reed@google.com · 11 years ago
  78. 5b7bac5 Change comment to avoid warning (don't end line comment with '\'). by bungeman@google.com · 11 years ago
  79. bf486f8 Rebaselined webpage image GMs for ['base-shuttle_ubuntu12_ati5770', 'base-shuttle-win7-intel-float', 'base-shuttle-win7-intel-angle', 'base-shuttle-win7-intel-directwrite'] on Google Storage. by rmistry@google.com · 11 years ago
  80. 67b915d Make GPU unit tests use GrContexts of different GL types. by bsalomon@google.com · 11 years ago
  81. 7de18e5 Add sk_ignore_unused_variable to avoid warnings. by bungeman@google.com · 11 years ago
  82. c1f9011 add benchmark for stroked drawRect/drawOval/drawRRect, to prepare for optimizing by reed@google.com · 11 years ago
  83. f9502d7 shape ops work in progress by caryclark@google.com · 11 years ago
  84. 9dde018 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  85. aac2fb8 move kStyleCount out of Style enum, and into its own, to avoid by mike@reedtribe.org · 11 years ago
  86. 0cf7b82 use DEF_BENCH macro by mike@reedtribe.org · 11 years ago
  87. b025c9c Rebaselined webpage image GMs for ['base-shuttle_ubuntu12_ati5770', 'base-shuttle-win7-intel-float', 'base-shuttle-win7-intel-angle', 'base-shuttle-win7-intel-directwrite'] on Google Storage. by rmistry@google.com · 11 years ago
  88. 50a5cfb Accelerate handling of clipRRect in calls to SkPictureUtils::GatherPixelRefs by junov@chromium.org · 11 years ago
  89. 84a1802 gm: report max-pixel-error if comparing against PNG files (not checksums) by epoger@google.com · 11 years ago
  90. 55853db Move dither toggle logic into common helper functions, to make it easier to by reed@google.com · 11 years ago
  91. bb89613 landing https://codereview.appspot.com/7225077/ -- tweak for GIF 5.x api by reed@google.com · 11 years ago
  92. 4d26340 Fix init order warning by bsalomon@google.com · 11 years ago
  93. 408586e remove the kMultiply_Mode alias for kModulate_Mode. We plan to re-target kMultiply_Mode by reed@google.com · 11 years ago
  94. 8b2f41b Prevent SkPictureUtils::GatherPixelRefs from generating bitmaps from gradient by junov@google.com · 11 years ago
  95. d9b0f48 Only support SkPicture abort for Android due to the fragility of the existing API by djsollen@google.com · 11 years ago
  96. 528a556 Fix android errors when unflattening an SkImageRef_ashmem object. by djsollen@google.com · 11 years ago
  97. d11c91e Fix unused var warning-as-error by bsalomon@google.com · 11 years ago
  98. 009dfe2 don't use NULL when comparing against ints/size_t (fixes warning) by reed@google.com · 11 years ago
  99. 487b560 add width() and height() helpers by reed@google.com · 11 years ago
  100. ba3a3c9 revert name changes to SkBlendImageFilter. It (correctly) named its enum kMultiply_Mode, by reed@google.com · 11 years ago