1. 92abe48 move SampleTypeface into gm/typefacestyles by reed@google.com · 11 years ago
  2. 03ba084 Whitespace change to test commit-queue by commit-bot@chromium.org · 11 years ago
  3. 9868e7c Removing blank lines from codereview.settings. by rmistry@google.com · 11 years ago
  4. 7ff5c84 shape ops work in progress by caryclark@google.com · 11 years ago
  5. b1c65b6 by reed@google.com · 11 years ago
  6. f47dd74 Rename template param to SkSTArray to be consistent with its base class, SkTArray. by bsalomon@google.com · 11 years ago
  7. 9c58f46 Add files omitted from gcl change in r7860. by bsalomon@google.com · 11 years ago
  8. 8f94361 Consolidate functions common the the null and debug GL interfaces. by bsalomon@google.com · 11 years ago
  9. 52a3d81 Whitespace change to test commit queue by commit-bot@chromium.org · 11 years ago
  10. 2876a59 Pointing CODE_REVIEW_SERVER to Chromium Rietveld. by rmistry@google.com · 11 years ago
  11. 5ca3bd0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  12. 80f5465 by reed@google.com · 11 years ago
  13. e5f4824 Fix a bunch of warnings, mainly around rowBytes. by scroggo@google.com · 11 years ago
  14. 1086305 remove duplicate impl for getFileName() on SkFDStream by reed@google.com · 11 years ago
  15. ff57afc Fixed the hash key comparison function. by sugoi@google.com · 11 years ago
  16. d71fe99 check-point: skiafy SkFontHost_fontconfig from chrome by reed@google.com · 11 years ago
  17. 789c6f2 add --tmpDir foo option to tests, to allow unittests that want to write/read files by reed@google.com · 11 years ago
  18. 6e4e650 Give GrDrawTarget a back ptr to its owning GrContext. by bsalomon@google.com · 11 years ago
  19. 04115a1 Add an SkSet class to be used by Pdf only, for now - reverted because of triggering heap corruption on Win7, original coe review: https://codereview.appspot.com/6749054 by edisonn@google.com · 11 years ago
  20. 7b5b18d don't #include <unistd.h> if we're windows by reed@google.com · 11 years ago
  21. fc573ab don't try to access filedescriptors on windows by reed@google.com · 11 years ago
  22. 1a68805 move SkFDStream out of images into core by reed@google.com · 11 years ago
  23. 12d588a Remove bogus ability for creating an SkPicturePlayback to fail. by scroggo@google.com · 11 years ago
  24. 0ba4bf4 Use size_t for rowBytes. by scroggo@google.com · 11 years ago
  25. 9447103 Always round text position correctly. https://codereview.appspot.com/7383049/ by bungeman@google.com · 11 years ago
  26. 570ed64 Whitespace change to test commit queue by commit-bot@chromium.org · 11 years ago
  27. ffb91da Fixed '#if with no expression' warning/error by robertphillips@google.com · 11 years ago
  28. 58433de Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  29. 9f12316 Fix debugger build. by scroggo@google.com · 11 years ago
  30. 32ef131 Remove SkSerializationHelpers. by scroggo@google.com · 11 years ago
  31. c83c70e shape ops work in progress by caryclark@google.com · 11 years ago
  32. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 11 years ago
  33. 5c90e29 Fix signed/unsigned comparison warnings in benchmain.cpp by bsalomon@google.com · 11 years ago
  34. 3934200 use DEF_GM by reed@google.com · 11 years ago
  35. 3012ded Enable cpu-array dynamic vertex data on SGX. by bsalomon@google.com · 11 years ago
  36. 13b77e8 remove obsolete build flags: by reed@google.com · 11 years ago
  37. 4180993 Fix GPU-less build of bench. by bsalomon@google.com · 11 years ago
  38. cb26535 Make GPU versions of benchs use the same canvas size as raster. by bsalomon@google.com · 11 years ago
  39. cd7421b Fix ChartBench crash. by bsalomon@google.com · 11 years ago
  40. ad51132 Avoid an unitialized warning on linux. by scroggo@google.com · 11 years ago
  41. c4dc831 Fix a warning on Android. by scroggo@google.com · 11 years ago
  42. 28f9951 Fix a warning on linux. by scroggo@google.com · 11 years ago
  43. 4a71997 Add chart bench. Review URL: https://codereview.appspot.com/7368051 by bsalomon@google.com · 11 years ago
  44. dff53c2 remove obsolete build flag SK_IGNORE_CONVEX_QUAD_OPT by reed@google.com · 11 years ago
  45. e4646db remove obsolete build flag SK_IGNORE_SETLINE_FIX by reed@google.com · 11 years ago
  46. fc28bd5 remove obsolete build flag SK_IGNORE_GRADIENT_DITHER_FIX by reed@google.com · 11 years ago
  47. bcab265 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  48. 4b6d432 Small adjustments to SkRectShaderImageFilter to follow up on original cl. by sugoi@google.com · 11 years ago
  49. 4f62bf4 Fix GM self-test expectations, mkII by borenet@google.com · 11 years ago
  50. 1df2a5e Fix GM self-test expectations Review URL: https://codereview.appspot.com/7386048 by borenet@google.com · 11 years ago
  51. a904ea1 Fix ignored errors in GM when no reference images are provided by borenet@google.com · 11 years ago
  52. 3c8fb51 Fix warnings-as-errors on Mac10.6 and Win. Unreviewed. by senorblanco@chromium.org · 11 years ago
  53. 96966a5 Use CPU arrays for dynamic indices/vertices on ARM GPUs. by bsalomon@google.com · 11 years ago
  54. a1c511b New SkRectShaderImageFilter image filter by sugoi@google.com · 11 years ago
  55. ee3bc3b Add support for vertex data rendered from CPU arrays. by bsalomon@google.com · 11 years ago
  56. d454ec1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  57. 46dc43d Make ANGLE bot run only ANGLE configs in bench_pictures by borenet@google.com · 11 years ago
  58. e49ad45 Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexBuffer. by bsalomon@google.com · 11 years ago
  59. d98df1a Fix compile errors in blur code on Windows. by jvanverth@google.com · 11 years ago
  60. 1e1a24e remove blur radius reinterpretation for now to make rebaselining simpler and avoid significant changes to webkit and JNI -- those come later by humper@google.com · 11 years ago
  61. a99a92c Complete the implementation of the faster blur; now supports all blur styles and matches the boxfilter approximation visually. Also change the interpretation of the blur radius to be sigma/2; need to add SK_IGNORE_BLUR_RADIUS_CORRECTNESS to chromium GYP to avoid immediate layout test failures over there. by humper@google.com · 11 years ago
  62. f33612b Fix compare of scalar against (int) kMaxTValue. by reed@google.com · 11 years ago
  63. 5e0500f shape ops work in progress by caryclark@google.com · 11 years ago
  64. 76bf70d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  65. baaf8c5 add as experiment to factor out low-level enums and types by mike@reedtribe.org · 11 years ago
  66. b94b1e7 Fix handling of setMatrix in debugger by robertphillips@google.com · 11 years ago
  67. 19e393c Fix unused var warning. by bsalomon@google.com · 11 years ago
  68. 880b8fc Refactor tracking of bound vbufs and ibufs and vertex attrib arrays. by bsalomon@google.com · 11 years ago
  69. a62a9ce Enable blur rounding (unreviewed). by senorblanco@chromium.org · 11 years ago
  70. 4a525d7 Add rounding to the separable blurs. This should ensure that the box blurs are energy-preserving (ie., blurring solid 255 alpha stays 255 alpha). by senorblanco@chromium.org · 11 years ago
  71. 5680a51 remove experimental code that accidentally got delivered by robertphillips@google.com · 11 years ago
  72. d0a19eb shape ops work in progress by caryclark@google.com · 11 years ago
  73. 70158de Rebaselined webpage image GMs for ['base-macmini', 'base-macmini-lion-float', 'base-macmini-10_8'] on Google Storage. by rmistry@google.com · 11 years ago
  74. dd0c3a5 fix signature for onFindClickHandler by mike@reedtribe.org · 11 years ago
  75. 87bc94d Rebaselined webpage image GMs for ['base-shuttle-win7-intel-angle', 'base-shuttle-win7-intel-directwrite'] on Google Storage. by rmistry@google.com · 11 years ago
  76. edb711b bench_graph_svg: HUGE speedup for parsing tiled bench data by epoger@google.com · 11 years ago
  77. 6a7b033 Rebaselined webpage image GMs for ['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
  78. bd9669a bench_graph_svg: add r7618 results (NOT per-tile) to self-test source data by epoger@google.com · 11 years ago
  79. e7707c2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  80. 47d73da shape ops work in progress by caryclark@google.com · 11 years ago
  81. 6d697f4 Rebaselined webpage image GMs for ['base-shuttle_ubuntu12_ati5770'] on Google Storage. by rmistry@google.com · 11 years ago
  82. bea296a Whitespace change to test (RunBuilders:Skia_Shuttle_Ubuntu12_ATI5770_Float_Debug_32) by rmistry@google.com · 11 years ago
  83. ce8343d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  84. 87fbbd3 non-SK_DEVELOPER-mode patch for r7752 by robertphillips@google.com · 11 years ago
  85. e4ce5b8 Add NOOP "command" to picture format by robertphillips@google.com · 11 years ago
  86. aa6470a bench_graph_svg self-test: add non-tile bench data by epoger@google.com · 11 years ago
  87. 673816c tools/tests/run.sh: download test bench data from Google Storage rather than SVN by epoger@google.com · 11 years ago
  88. f929150 Fix for skp chunk sizes when clips are used outside of any save by robertphillips@google.com · 11 years ago
  89. 2ca1aaa Now store chunk size in skp file format by robertphillips@google.com · 11 years ago
  90. 044679e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  91. e9b31fa bench_graph_svg: more sorting to get deterministic results by epoger@google.com · 11 years ago
  92. 2459a39 bench_graph_svg: generate output in consistently sorted order, to make diffs more useful by epoger@google.com · 11 years ago
  93. 5d0a769 debug dump functions for mathematica visualization by humper@google.com · 11 years ago
  94. cfb7b91 print a useful message when assert fails on the mac by humper@google.com · 11 years ago
  95. ad91d92 try precompiling regexps to speed up bench_graph_svg.py by epoger@google.com · 11 years ago
  96. 9316d7a disable new bench_graph_svg test in tools/tests/run.sh that fails on housekeeper by epoger@google.com · 11 years ago
  97. 45a8fc6 shape ops work in progress by caryclark@google.com · 11 years ago
  98. 3976825 Remove unused texture coordinate flags. by jvanverth@google.com · 11 years ago
  99. 682e1f9 Use CGL rather than AGL on the Mac. by bsalomon@google.com · 11 years ago
  100. f4eeeab tools/tests/run.sh: add self-test for bench_graph_svg.py by epoger@google.com · 11 years ago