1. b8b705b Add new vertex attribute array specification. by jvanverth@google.com · 11 years ago
  2. 4aaaaea shape ops work in progress by caryclark@google.com · 11 years ago
  3. 826b415 Only print error message in debug mode. by scroggo@google.com · 11 years ago
  4. 5bd26d3 revert r7892 by edisonn@google.com · 11 years ago
  5. 27552cc Whitespace change: Reset skia-autogen by borenet@google.com · 11 years ago
  6. b83a193 Reverting r7882 (Replace A8 with RGBA8 when renderable A8 isn't supported) due Android rendering issues by robertphillips@google.com · 11 years ago
  7. 194b7cd resubmit after fixing assert issue: https://codereview.appspot.com/6744050 by edisonn@google.com · 11 years ago
  8. 54f0d1b Tests : Unused parameters cleanup by sugoi@google.com · 11 years ago
  9. 4e0d96b revert fontconfig gyp change for now (need to install it on housekeeper and chromeos bots) by reed@google.com · 11 years ago
  10. ff43661 Sort GL extension strings and search to find. by bsalomon@google.com · 11 years ago
  11. f0e92f3 enable fontconfig by default in ports.gyp by reed@google.com · 11 years ago
  12. f71a233 use fontconfig fonthost for skia (in prep for using in chrome) by reed@google.com · 11 years ago
  13. 89e6f5b Assign color=0 in GrDrawState.cpp to stop tools from raising false alarms about uninit reads. by bsalomon@google.com · 11 years ago
  14. 29b19e5 Change SkTileGride geometry calculations to match the Chromium compositor. by junov@chromium.org · 11 years ago
  15. d1c53aa Revert r7883 by edisonn@google.com · 11 years ago
  16. 676aef0 Use SkSet to fix issue when pdf generates an exp number of resources. by edisonn@google.com · 11 years ago
  17. 94ba6c6 Replace A8 with RGBA8 when renderable A8 isn't supported by robertphillips@google.com · 11 years ago
  18. 0f0d9b7 GM : Unused parameters cleanup by sugoi@google.com · 11 years ago
  19. 5661c5b Build freetype as a standalone_static_library by borenet@google.com · 11 years ago
  20. 221179d Whitespace change (SkipBuildbotRuns) by rmistry@google.com · 11 years ago
  21. 485dcdf Whitespace change (SkipBuildbotRuns) by rmistry@google.com · 11 years ago
  22. f9680ed Whitespace change (SkipBuildbotRuns) by rmistry@google.com · 11 years ago
  23. 12eea2b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  24. ee619a0 fix getFamilyName by calling FcFreeTypeQuery by reed@google.com · 11 years ago
  25. 8d38d51 Fixed sk_getMetrics_utf32_xy function by sugoi@google.com · 11 years ago
  26. 1744f97 Use glGetStringi to get extensions when available. by bsalomon@google.com · 11 years ago
  27. 8d33a24 implement CreateTypefaceFromFile by reed@google.com · 11 years ago
  28. 098b7ff by reed@google.com · 11 years ago
  29. 92abe48 move SampleTypeface into gm/typefacestyles by reed@google.com · 11 years ago
  30. 03ba084 Whitespace change to test commit-queue by commit-bot@chromium.org · 11 years ago
  31. 9868e7c Removing blank lines from codereview.settings. by rmistry@google.com · 11 years ago
  32. 7ff5c84 shape ops work in progress by caryclark@google.com · 11 years ago
  33. b1c65b6 by reed@google.com · 11 years ago
  34. f47dd74 Rename template param to SkSTArray to be consistent with its base class, SkTArray. by bsalomon@google.com · 11 years ago
  35. 9c58f46 Add files omitted from gcl change in r7860. by bsalomon@google.com · 11 years ago
  36. 8f94361 Consolidate functions common the the null and debug GL interfaces. by bsalomon@google.com · 11 years ago
  37. 52a3d81 Whitespace change to test commit queue by commit-bot@chromium.org · 11 years ago
  38. 2876a59 Pointing CODE_REVIEW_SERVER to Chromium Rietveld. by rmistry@google.com · 11 years ago
  39. 5ca3bd0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  40. 80f5465 by reed@google.com · 11 years ago
  41. e5f4824 Fix a bunch of warnings, mainly around rowBytes. by scroggo@google.com · 11 years ago
  42. 1086305 remove duplicate impl for getFileName() on SkFDStream by reed@google.com · 11 years ago
  43. ff57afc Fixed the hash key comparison function. by sugoi@google.com · 11 years ago
  44. d71fe99 check-point: skiafy SkFontHost_fontconfig from chrome by reed@google.com · 11 years ago
  45. 789c6f2 add --tmpDir foo option to tests, to allow unittests that want to write/read files by reed@google.com · 11 years ago
  46. 6e4e650 Give GrDrawTarget a back ptr to its owning GrContext. by bsalomon@google.com · 11 years ago
  47. 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
  48. 7b5b18d don't #include <unistd.h> if we're windows by reed@google.com · 11 years ago
  49. fc573ab don't try to access filedescriptors on windows by reed@google.com · 11 years ago
  50. 1a68805 move SkFDStream out of images into core by reed@google.com · 11 years ago
  51. 12d588a Remove bogus ability for creating an SkPicturePlayback to fail. by scroggo@google.com · 11 years ago
  52. 0ba4bf4 Use size_t for rowBytes. by scroggo@google.com · 11 years ago
  53. 9447103 Always round text position correctly. https://codereview.appspot.com/7383049/ by bungeman@google.com · 11 years ago
  54. 570ed64 Whitespace change to test commit queue by commit-bot@chromium.org · 11 years ago
  55. ffb91da Fixed '#if with no expression' warning/error by robertphillips@google.com · 11 years ago
  56. 58433de Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  57. 9f12316 Fix debugger build. by scroggo@google.com · 11 years ago
  58. 32ef131 Remove SkSerializationHelpers. by scroggo@google.com · 11 years ago
  59. c83c70e shape ops work in progress by caryclark@google.com · 11 years ago
  60. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 11 years ago
  61. 5c90e29 Fix signed/unsigned comparison warnings in benchmain.cpp by bsalomon@google.com · 11 years ago
  62. 3934200 use DEF_GM by reed@google.com · 11 years ago
  63. 3012ded Enable cpu-array dynamic vertex data on SGX. by bsalomon@google.com · 11 years ago
  64. 13b77e8 remove obsolete build flags: by reed@google.com · 11 years ago
  65. 4180993 Fix GPU-less build of bench. by bsalomon@google.com · 11 years ago
  66. cb26535 Make GPU versions of benchs use the same canvas size as raster. by bsalomon@google.com · 11 years ago
  67. cd7421b Fix ChartBench crash. by bsalomon@google.com · 11 years ago
  68. ad51132 Avoid an unitialized warning on linux. by scroggo@google.com · 11 years ago
  69. c4dc831 Fix a warning on Android. by scroggo@google.com · 11 years ago
  70. 28f9951 Fix a warning on linux. by scroggo@google.com · 11 years ago
  71. 4a71997 Add chart bench. Review URL: https://codereview.appspot.com/7368051 by bsalomon@google.com · 11 years ago
  72. dff53c2 remove obsolete build flag SK_IGNORE_CONVEX_QUAD_OPT by reed@google.com · 11 years ago
  73. e4646db remove obsolete build flag SK_IGNORE_SETLINE_FIX by reed@google.com · 11 years ago
  74. fc28bd5 remove obsolete build flag SK_IGNORE_GRADIENT_DITHER_FIX by reed@google.com · 11 years ago
  75. bcab265 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  76. 4b6d432 Small adjustments to SkRectShaderImageFilter to follow up on original cl. by sugoi@google.com · 11 years ago
  77. 4f62bf4 Fix GM self-test expectations, mkII by borenet@google.com · 11 years ago
  78. 1df2a5e Fix GM self-test expectations Review URL: https://codereview.appspot.com/7386048 by borenet@google.com · 11 years ago
  79. a904ea1 Fix ignored errors in GM when no reference images are provided by borenet@google.com · 11 years ago
  80. 3c8fb51 Fix warnings-as-errors on Mac10.6 and Win. Unreviewed. by senorblanco@chromium.org · 11 years ago
  81. 96966a5 Use CPU arrays for dynamic indices/vertices on ARM GPUs. by bsalomon@google.com · 11 years ago
  82. a1c511b New SkRectShaderImageFilter image filter by sugoi@google.com · 11 years ago
  83. ee3bc3b Add support for vertex data rendered from CPU arrays. by bsalomon@google.com · 11 years ago
  84. d454ec1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  85. 46dc43d Make ANGLE bot run only ANGLE configs in bench_pictures by borenet@google.com · 11 years ago
  86. e49ad45 Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexBuffer. by bsalomon@google.com · 11 years ago
  87. d98df1a Fix compile errors in blur code on Windows. by jvanverth@google.com · 11 years ago
  88. 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
  89. 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
  90. f33612b Fix compare of scalar against (int) kMaxTValue. by reed@google.com · 11 years ago
  91. 5e0500f shape ops work in progress by caryclark@google.com · 11 years ago
  92. 76bf70d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  93. baaf8c5 add as experiment to factor out low-level enums and types by mike@reedtribe.org · 11 years ago
  94. b94b1e7 Fix handling of setMatrix in debugger by robertphillips@google.com · 11 years ago
  95. 19e393c Fix unused var warning. by bsalomon@google.com · 11 years ago
  96. 880b8fc Refactor tracking of bound vbufs and ibufs and vertex attrib arrays. by bsalomon@google.com · 11 years ago
  97. a62a9ce Enable blur rounding (unreviewed). by senorblanco@chromium.org · 11 years ago
  98. 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
  99. 5680a51 remove experimental code that accidentally got delivered by robertphillips@google.com · 11 years ago
  100. d0a19eb shape ops work in progress by caryclark@google.com · 11 years ago