1. d4c8e1e shape ops work in progress by caryclark@google.com · 12 years ago
  2. 075b089 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  3. b069e40 Fix an unused variable warning. by scroggo@google.com · 12 years ago
  4. c75764e If Ashmem cache fails pinCache, do not reallocate. by scroggo@google.com · 12 years ago
  5. a560d00b Provide an option in bench_pictures to count pixel ram. by scroggo@google.com · 12 years ago
  6. 8563d30 Fixed doParse functions by sugoi@google.com · 12 years ago
  7. 31ea339 Convert skhello tool to SkFlags API. by commit-bot@chromium.org · 12 years ago
  8. 358f8ff Rely on libfontconfig to determine our default font by reed@google.com · 12 years ago
  9. 37ebe3f Address some valgrind issues by robertphillips@google.com · 12 years ago
  10. cc69020 Add a way to monitor cache hits and misses for deferred decoding. by scroggo@google.com · 12 years ago
  11. 46348e2 Initialize bounds even if the text length is zero. by djsollen@google.com · 12 years ago
  12. d66045e export getter for global instance of fontconfiginterfacedirect by reed@google.com · 12 years ago
  13. 86a44b8 export api with SK_API by reed@google.com · 12 years ago
  14. 161e1ba Created my own flag parser, based off of gflags. by scroggo@google.com · 12 years ago
  15. 822bde7 implement fonthost table methods directly in fontconfig backend, _tables now relegated to by reed@google.com · 12 years ago
  16. 6ec97b6 refactor fonthost_tables into wrapper (fonthost) and impl (fontstream) by reed@google.com · 12 years ago
  17. b755a2a Fix Mac 10.8 64-bit Release ClipCacheTest issue by robertphillips@google.com · 12 years ago
  18. 0cb80e1 fix mac build by humper@google.com · 12 years ago
  19. 8333d2a enable fontconfig backend for fonthost on linux by reed@google.com · 12 years ago
  20. 4969044 short-circuit if the requested typeface matches what we've been given. by reed@google.com · 12 years ago
  21. b12dc38 Add commented out code to create a core profile on windows. by bsalomon@google.com · 12 years ago
  22. c490f80 Change random number generator for 'tests' to SkMWCRandom. Also removes some by jvanverth@google.com · 12 years ago
  23. bb963e2 remove obsolete mac-font-cruft by mike@reedtribe.org · 12 years ago
  24. 0c23faf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  25. b103ed4 eliminate atsuii/coretext distinction, and rename to just _mac by mike@reedtribe.org · 12 years ago
  26. fd21c6b try ~0U instead of ~0 to fix signed warning passing to size_t by mike@reedtribe.org · 12 years ago
  27. b753ef2 pass ~0 for length when we want to know the length of a table (with dst==null) by mike@reedtribe.org · 12 years ago
  28. dc09f07 move some of the impl in fonthost into typeface virtuals by mike@reedtribe.org · 12 years ago
  29. b9ba1ea gm self-test: make all test cases exercise transparency by epoger@google.com · 12 years ago
  30. 7ae918e Move initialization to PictureRenderer ctor by robertphillips@google.com · 12 years ago
  31. 13f181f Relanding 7914 by robertphillips@google.com · 12 years ago
  32. f140f18 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  33. 2c00ba3 Revert 7932 by robertphillips@google.com · 12 years ago
  34. 3b0d631 Remove constructors from GrVertexAttrib. by jvanverth@google.com · 12 years ago
  35. cef21e4 Add freetype to skia_base_libs when building for NaCl by borenet@google.com · 12 years ago
  36. f9ce423 Initialize grid info in TiledPictureRenderer::init by robertphillips@google.com · 12 years ago
  37. e37ad35 Reland r7918 & r7916 by robertphillips@google.com · 12 years ago
  38. 9b98c1b Make global static variable kVertexAttribs in GrAARectRenderer local to functions. by jvanverth@google.com · 12 years ago
  39. 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 12 years ago
  40. df8114d Fix mesa issues. by bsalomon@google.com · 12 years ago
  41. c5d71e2 gm self-test: disable spuriously-failing aaclip tests by epoger@google.com · 12 years ago
  42. 44a18d5 gm self-test: fix results that break housekeeping bot by epoger@google.com · 12 years ago
  43. cf59510 Revert r7918 & r7916 due to Linux rendering issues by robertphillips@google.com · 12 years ago
  44. ecd8484 Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 12 years ago
  45. b82c399 Revert 7919 and 7920 (committed wrong version of r7919.) by bsalomon@google.com · 12 years ago
  46. c61c3c3 gm self-test: use a pathologically simple test case instead of dashing2 by commit-bot@chromium.org · 12 years ago
  47. 1fc506a Revert r7914 due to Linux rendering issues by robertphillips@google.com · 12 years ago
  48. a962174 Fix mesa build error from r7519. by bsalomon@google.com · 12 years ago
  49. 87c6d7a Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 12 years ago
  50. 6dd683a Fix for Mac compiler problem in 7916 by robertphillips@google.com · 12 years ago
  51. 4310c66 Fix for skp chunk sizes when clips are used outside of any save by robertphillips@google.com · 12 years ago
  52. 43c0ac9 Collapse saveLayer/drawBitmapRect/restore trios to drawBitmapRect when possible by robertphillips@google.com · 12 years ago
  53. 348e35e Replace A8 with RGBA8 when renderable A8 isn't supported by robertphillips@google.com · 12 years ago
  54. 631cdcb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  55. af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 12 years ago
  56. 2b1b8c0 Checkpoint towards core profile support. by bsalomon@google.com · 12 years ago
  57. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 12 years ago
  58. 26fb61a Move the default definition of GR_USE_NEW_SHADER_SOURCE_SIGNATURE to GrGLConfig. by bsalomon@google.com · 12 years ago
  59. c7565d1 Adding missing const for r7902 by jvanverth@google.com · 12 years ago
  60. aa537d4 Make SkTDArray accessors const-friendly. by commit-bot@chromium.org · 12 years ago
  61. 00b1c3a Fix assert in bench due to r7899. Unreviewed. by jvanverth@google.com · 12 years ago
  62. e452a0a Use updated Khronos signature for glShaderSource by commit-bot@chromium.org · 12 years ago
  63. b8b705b Add new vertex attribute array specification. by jvanverth@google.com · 12 years ago
  64. 4aaaaea shape ops work in progress by caryclark@google.com · 12 years ago
  65. 826b415 Only print error message in debug mode. by scroggo@google.com · 12 years ago
  66. 5bd26d3 revert r7892 by edisonn@google.com · 12 years ago
  67. 27552cc Whitespace change: Reset skia-autogen by borenet@google.com · 12 years ago
  68. b83a193 Reverting r7882 (Replace A8 with RGBA8 when renderable A8 isn't supported) due Android rendering issues by robertphillips@google.com · 12 years ago
  69. 194b7cd resubmit after fixing assert issue: https://codereview.appspot.com/6744050 by edisonn@google.com · 12 years ago
  70. 54f0d1b Tests : Unused parameters cleanup by sugoi@google.com · 12 years ago
  71. 4e0d96b revert fontconfig gyp change for now (need to install it on housekeeper and chromeos bots) by reed@google.com · 12 years ago
  72. ff43661 Sort GL extension strings and search to find. by bsalomon@google.com · 12 years ago
  73. f0e92f3 enable fontconfig by default in ports.gyp by reed@google.com · 12 years ago
  74. f71a233 use fontconfig fonthost for skia (in prep for using in chrome) by reed@google.com · 12 years ago
  75. 89e6f5b Assign color=0 in GrDrawState.cpp to stop tools from raising false alarms about uninit reads. by bsalomon@google.com · 12 years ago
  76. 29b19e5 Change SkTileGride geometry calculations to match the Chromium compositor. by junov@chromium.org · 12 years ago
  77. d1c53aa Revert r7883 by edisonn@google.com · 12 years ago
  78. 676aef0 Use SkSet to fix issue when pdf generates an exp number of resources. by edisonn@google.com · 12 years ago
  79. 94ba6c6 Replace A8 with RGBA8 when renderable A8 isn't supported by robertphillips@google.com · 12 years ago
  80. 0f0d9b7 GM : Unused parameters cleanup by sugoi@google.com · 12 years ago
  81. 5661c5b Build freetype as a standalone_static_library by borenet@google.com · 12 years ago
  82. 221179d Whitespace change (SkipBuildbotRuns) by rmistry@google.com · 12 years ago
  83. 485dcdf Whitespace change (SkipBuildbotRuns) by rmistry@google.com · 12 years ago
  84. f9680ed Whitespace change (SkipBuildbotRuns) by rmistry@google.com · 12 years ago
  85. 12eea2b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  86. ee619a0 fix getFamilyName by calling FcFreeTypeQuery by reed@google.com · 12 years ago
  87. 8d38d51 Fixed sk_getMetrics_utf32_xy function by sugoi@google.com · 12 years ago
  88. 1744f97 Use glGetStringi to get extensions when available. by bsalomon@google.com · 12 years ago
  89. 8d33a24 implement CreateTypefaceFromFile by reed@google.com · 12 years ago
  90. 098b7ff by reed@google.com · 12 years ago
  91. 92abe48 move SampleTypeface into gm/typefacestyles by reed@google.com · 12 years ago
  92. 03ba084 Whitespace change to test commit-queue by commit-bot@chromium.org · 12 years ago
  93. 9868e7c Removing blank lines from codereview.settings. by rmistry@google.com · 12 years ago
  94. 7ff5c84 shape ops work in progress by caryclark@google.com · 12 years ago
  95. b1c65b6 by reed@google.com · 12 years ago
  96. f47dd74 Rename template param to SkSTArray to be consistent with its base class, SkTArray. by bsalomon@google.com · 12 years ago
  97. 9c58f46 Add files omitted from gcl change in r7860. by bsalomon@google.com · 12 years ago
  98. 8f94361 Consolidate functions common the the null and debug GL interfaces. by bsalomon@google.com · 12 years ago
  99. 52a3d81 Whitespace change to test commit queue by commit-bot@chromium.org · 12 years ago
  100. 2876a59 Pointing CODE_REVIEW_SERVER to Chromium Rietveld. by rmistry@google.com · 12 years ago