1. 37a2b39 Added SK_DEVELOPER wrapper's around toString calls in debugger's SkObjectParser by robertphillips@google.com · 11 years ago
  2. 791f12e Move SkPaint::toString from debugger to SkPaint by robertphillips@google.com · 11 years ago
  3. 024e523 Fix for Gorilla test by jvanverth@google.com · 11 years ago
  4. 3d18d06 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  5. ba98f95 Script to plot tile vs. viewport comparison for given platform and revision. by bensong@google.com · 12 years ago
  6. 9053c2e Add animated line chart sample by bsalomon@google.com · 12 years ago
  7. 8825367 Remove checked-in moc_* files by borenet@google.com · 12 years ago
  8. 2f10475 Fix moc generation with SK_SUPPORT_GPU defined by robertphillips@google.com · 12 years ago
  9. d271d24 gm: Add ability to compare against checksums (as opposed to image files) by epoger@google.com · 12 years ago
  10. 73a9694 Use SkMWRandom in GLPrograms test. by bsalomon@google.com · 12 years ago
  11. 45a412e r7719 was an exact reland of r7713. This CL is fix. by bsalomon@google.com · 12 years ago
  12. 6a51dcb Attempt to reland r7713 with fix. by bsalomon@google.com · 12 years ago
  13. 1eeef16 Revert r7713 until GM changes are understood. by bsalomon@google.com · 12 years ago
  14. d2afa6e Move view matrix flush to GrGLPrograms. by bsalomon@google.com · 12 years ago
  15. 1780a3c Fix filter optimizations to take the paint's alpha into account by robertphillips@google.com · 12 years ago
  16. e8fe4bc Allow debugger to be compiled without Ganesh by robertphillips@google.com · 12 years ago
  17. 9120748 Move code that builds GrGLProgram::Desc to GrGLProgram. Move color and coverage flush to GrGLProgram. by bsalomon@google.com · 12 years ago
  18. 2b44673 Move blend optimization functions to GrDrawState. by bsalomon@google.com · 12 years ago
  19. f186757 call through to to the virtual drawPath from drawOval, for subclasses (e.g. pdf) by reed@google.com · 12 years ago
  20. 2ae67e7 add custom implementation for drawBitmapRect to shield from changes in SkDevice by edisonn@google.com · 12 years ago
  21. e182829 mirror of https://codereview.appspot.com/7312060/ by reed@google.com · 12 years ago
  22. b15e606 Turn off per-iteration tile time reporting by borenet@google.com · 12 years ago
  23. 8626719 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  24. 01bfd75 Argv[0] isn't the first argument to anything. by reed@google.com · 12 years ago
  25. 8d84b8f Adding comments based on review https://codereview.appspot.com/7300072/ by junov@chromium.org · 12 years ago
  26. 994b52e Correct default value for GR_STATIC_RECT_VB by bsalomon@google.com · 12 years ago
  27. 522dbd2 match chromium's approach for locating the most appropriate macos SDK to use by humper@google.com · 12 years ago
  28. 6438695 Revert 7625 until after M26 due to a mix of perf changes. by bsalomon@google.com · 12 years ago
  29. 6577cd3 Fix uninitialized Render Target origin issue in debugger by robertphillips@google.com · 12 years ago
  30. 06d6ac6 Clean up some out of order initialization warnings. by scroggo@google.com · 12 years ago
  31. f507c41 Adding option to SkTileGrid for specifying border pixels. by junov@chromium.org · 12 years ago
  32. f729a71 Re-enabled performance checking on Windows by robertphillips@google.com · 12 years ago
  33. d8e0d6a Optimize building gradient cache for when we know alpha is always 0xFF. by reed@google.com · 12 years ago
  34. 0556ea0 Add support for using ANGLE in bench_pictures. by scroggo@google.com · 12 years ago
  35. 6184c97 Removes redundant and wrong check. by bensong@google.com · 12 years ago
  36. 06ded2d Fixes indentation error. Review URL: https://codereview.appspot.com/7307077 by bensong@google.com · 12 years ago
  37. 7325818 Fixes a bug that didn't address new perfdata location. by bensong@google.com · 12 years ago
  38. 7cacbbd fix build on Macos by humper@google.com · 12 years ago
  39. 897f462 Fix for Mac compile warnings. Temporarily removed random gorilla test. by jvanverth@google.com · 12 years ago
  40. 5a90ada Add Random unit tests. by jvanverth@google.com · 12 years ago
  41. f1ee5b5 Add .swp files to gitignore. by scroggo@google.com · 12 years ago
  42. c3799ad Add a bench for SkBicubicImageFilter. by senorblanco@chromium.org · 12 years ago
  43. ee235f9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  44. 8598328 Remove compile time option to use different types for text vertices. by bsalomon@google.com · 12 years ago
  45. edbd21a Temporarily disable new GL error checking in ~SkGLContext by robertphillips@google.com · 12 years ago
  46. 82b0ec6 Remove GR_DISABLE_DRAW_BUFFERING, replace with RTConf variable. by bsalomon@google.com · 12 years ago
  47. 5990397 Address google3 compiler warning by robertphillips@google.com · 12 years ago
  48. 2d40ec4 Cleanup debugger's handling of bad input files by robertphillips@google.com · 12 years ago
  49. 53009ba only take the vertical special-case for gradients when dx is exactly 0, as a by reed@google.com · 12 years ago
  50. 5b25a8d Remove GR_DUMP_TEXTURE_UPLOADS by bsalomon@google.com · 12 years ago
  51. 9b63c50 Only turn on one gpu timer in PictureBenchmark tool by robertphillips@google.com · 12 years ago
  52. 51ac7e6 Remove GR_AGGRESSIVE_SHADER_OPTS build option. by bsalomon@google.com · 12 years ago
  53. 753a362 Use SkBits2Float in SkRandom by bsalomon@google.com · 12 years ago
  54. fe1b536 Enhance GL error checking for non-Ganesh GL calls by robertphillips@google.com · 12 years ago
  55. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 12 years ago
  56. 365d787 More fixes for ios build. by bsalomon@google.com · 12 years ago
  57. f67bd9d Attempt to fix iOS build. by bsalomon@google.com · 12 years ago
  58. f9d0c95 Temporary patch to BenchPictures gpu timing problem by robertphillips@google.com · 12 years ago
  59. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 12 years ago
  60. beda389 shape ops work in progress by caryclark@google.com · 12 years ago
  61. 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 · 12 years ago
  62. 8ac811e Fixed warning/error in PictureRenderer.cpp by robertphillips@google.com · 12 years ago
  63. 905379a In picture rendering tools, draw the entire scaled image. by scroggo@google.com · 12 years ago
  64. 383e234 Fix function not predeclared warning on Mac. by bsalomon@google.com · 12 years ago
  65. a519f48 rver r7626, might trigger for some strange reason a heap corruption by edisonn@google.com · 12 years ago
  66. ff388f8 Fixes a bug introduced by the new per-tile bench log format. by bensong@google.com · 12 years ago
  67. 92b0f51 Updates gen_skp_ranges.py on recent changes of bench names, storage locations, etc. by bensong@google.com · 12 years ago
  68. 0b256e1 Fix for sign mismatch warning/error by robertphillips@google.com · 12 years ago
  69. f4741c1 Add overdraw visualization to the debugger by robertphillips@google.com · 12 years ago
  70. 848b9af Add a true Set class. Current use case is to be used with Pdf generator. by edisonn@google.com · 12 years ago
  71. 1c7c01a Remove GR_STATIC_RECT_VB Review URL: https://codereview.appspot.com/7304055 by bsalomon@google.com · 12 years ago
  72. e460a47 gm self-tests: generate JSON expectations, in addition to image expectations by epoger@google.com · 12 years ago
  73. 9c68058 Fix WritePixels test on ANGLE. by bsalomon@google.com · 12 years ago
  74. 2fd0979 Turn --timeIndividualTiles back on in bench_pictures by borenet@google.com · 12 years ago
  75. 51263e8 Whitespace change to trigger builds after master restart by borenet@google.com · 12 years ago
  76. cbe4f6a Set vertex layout prior to setVertexSourceToBuffer for GR_STATIC_RECT_VB by jvanverth@google.com · 12 years ago
  77. 90096b6 Small code cleaup: remove redundant if unreviewd, comment from previous cl by edisonn@google.com · 12 years ago
  78. 3fda0ea check for self-assignment in operator= by reed@google.com · 12 years ago
  79. ae68392 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  80. 53f3f31 tweak to spacing, to trigger build by mike@reedtribe.org · 12 years ago
  81. 2e6a69b If the stack is too deep we could get Stack Overflow in pdf's ContentEntry's destructor. by edisonn@google.com · 12 years ago
  82. 55cac11 Fix calls to setVertexSourceToBuffer by robertphillips@google.com · 12 years ago
  83. f3a7bc7 Fix bench crash (calling method on NULL object). by bsalomon@google.com · 12 years ago
  84. a4d18dd Reinstate r7546: fix unused variable warning by jvanverth@google.com · 12 years ago
  85. 7374355 Improved compartmentalization of filter tool's optimizations & add new optimization by robertphillips@google.com · 12 years ago
  86. b75b0a0 Move vertex layout from GeometrySrcState to GrDrawState. by jvanverth@google.com · 12 years ago
  87. 69b50e3 Fix master IP in submit_try by borenet@google.com · 12 years ago
  88. 5c265d6 Revert r7595 due to housekeeper warning-as-error. by bsalomon@google.com · 12 years ago
  89. 3e9b076 Re-enable static asserts with windows warning fix. by bsalomon@google.com · 12 years ago
  90. 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 · 12 years ago
  91. 0ac6f16 Fix for issue 1029: Debugger opens files with ^O, but crashes when opening files through other methods by jvanverth@google.com · 12 years ago
  92. 9349101 Implement support for origin-TopLeft render targets in GL backend. by scroggo@google.com · 12 years ago
  93. 493c65f Fix some 64 bit warnings on mac. by scroggo@google.com · 12 years ago
  94. 19376b8 Fix unbalanced Shader set/endContext calls in drawVertices by djsollen@google.com · 12 years ago
  95. e7767cf hide the static-assert block altogether, until we can find a construct that by reed@google.com · 12 years ago
  96. 3ac5eb5 fix (new annoying) warning (mac only I think) by reed@google.com · 12 years ago
  97. 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 · 12 years ago
  98. 1d1d424 Actually fix angle GLPrograms test. by bsalomon@google.com · 12 years ago
  99. d4ce480 Restore variable to release builds. by jvanverth@google.com · 12 years ago
  100. cf9faf6 Reverting r7545 (render target origin change) due to layout test issues (see https://codereview.chromium.org/12210002/) by robertphillips@google.com · 12 years ago