1. eb06636 re-land r8028 without "special" Microsoft compiler warnings by epoger@google.com · 11 years ago
  2. b58772f PDF: add support for named destinations. by epoger@google.com · 11 years ago
  3. 754a3eb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  4. 97876d9 Always get proc address for gl functions on the mac. by bsalomon@google.com · 11 years ago
  5. 526db49 Revert r8028... warnings-as-errors broke some builders by epoger@google.com · 11 years ago
  6. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 11 years ago
  7. 428fc4a Make debugger 'text' output less useless. by bungeman@google.com · 11 years ago
  8. f7dba02 cleanup: fix gm's use of ErrorBitfield to be consistent (it's a bitfield, not an enum) by epoger@google.com · 11 years ago
  9. b8f0de1 Fix bench_pictures.cfg by borenet@google.com · 11 years ago
  10. 20beb48 Normalize the debugger's profile times by the repeat count by robertphillips@google.com · 11 years ago
  11. 6918d48 Use vertex array objects on core profiles. by bsalomon@google.com · 11 years ago
  12. 8890af3 Restart va_list in SkDebugf on win32. by bsalomon@google.com · 11 years ago
  13. 807da9d Fix a warning in bitmap checksummer. by scroggo@google.com · 11 years ago
  14. b9cf393 Add missing #include <stdarg.h> to SkString.h (fix Android build) by bsalomon@google.com · 11 years ago
  15. 848fa2b Codes for writing bench data to appengine datastore. by bensong@google.com · 11 years ago
  16. f910d3b Make GrGLEffects use an interface to append their code. by bsalomon@google.com · 11 years ago
  17. 327b9b2 Gyp changes for NaCl debugger by borenet@google.com · 11 years ago
  18. 3c1ea3a land https://chromiumcodereview.appspot.com/12440004/ by reed@google.com · 11 years ago
  19. 45fc9d9 Put SkPictureRecord saveLayer optimization behind a compiler flag by robertphillips@google.com · 11 years ago
  20. 8c16ef5 Remove unused vars by bsalomon@google.com · 11 years ago
  21. 40db6dc Reduce the minimum scratch size to 16, don't look for next pow2 larger sizes. by bsalomon@google.com · 11 years ago
  22. 8c9737e change FontIdentity to explicitly hold ttcIndex and ID, so we can use both in the by reed@google.com · 11 years ago
  23. 3d571f4 Whitespace commit to trigger buildbots after skia-autogen reset by epoger@google.com · 11 years ago
  24. 6433435 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  25. 64494e9 add 'o' option to show fat-oval by mike@reedtribe.org · 11 years ago
  26. 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 11 years ago
  27. 1cad898 PDF: add support for named destinations by epoger@google.com · 11 years ago
  28. ee38c08 add ttcIndex parameter to calls to SkFontStream by reed@google.com · 11 years ago
  29. 5bfc839 start to plumb ttcIndex into fonthost. For now just add to SkFontStream and its callers. by reed@google.com · 11 years ago
  30. 90ee448 rewind at the start of each FontStream api (since we rewinding internally anyway) by reed@google.com · 11 years ago
  31. 66a58ac Fixed a few warnings by sugoi@google.com · 11 years ago
  32. 64cc810 Make SkOSWindow return the sample count and stencil bit count for its GL context. by bsalomon@google.com · 11 years ago
  33. acf3ecc Restore window creation code in SkNativeGLContext_win.cpp accidentally deleted in r7990. by bsalomon@google.com · 11 years ago
  34. b7f20f2 Unify wgl context creation. by bsalomon@google.com · 11 years ago
  35. 77472f0 Bench : Unused parameters cleanup by sugoi@google.com · 11 years ago
  36. e2e8113 PDF : Unused parameters cleanup by sugoi@google.com · 11 years ago
  37. a718c5e add SK_API to more stream subclasses (for shared library use) by reed@google.com · 11 years ago
  38. b24f893 Added support for non-separable blending modes. by commit-bot@chromium.org · 11 years ago
  39. 07631cf Validate that VAO functions are present in ES2 interfaces and add bit to caps indicating VAO support. by bsalomon@google.com · 11 years ago
  40. d4c8e1e shape ops work in progress by caryclark@google.com · 11 years ago
  41. 075b089 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  42. b069e40 Fix an unused variable warning. by scroggo@google.com · 11 years ago
  43. c75764e If Ashmem cache fails pinCache, do not reallocate. by scroggo@google.com · 11 years ago
  44. a560d00b Provide an option in bench_pictures to count pixel ram. by scroggo@google.com · 11 years ago
  45. 8563d30 Fixed doParse functions by sugoi@google.com · 11 years ago
  46. 31ea339 Convert skhello tool to SkFlags API. by commit-bot@chromium.org · 11 years ago
  47. 358f8ff Rely on libfontconfig to determine our default font by reed@google.com · 11 years ago
  48. 37ebe3f Address some valgrind issues by robertphillips@google.com · 11 years ago
  49. cc69020 Add a way to monitor cache hits and misses for deferred decoding. by scroggo@google.com · 11 years ago
  50. 46348e2 Initialize bounds even if the text length is zero. by djsollen@google.com · 11 years ago
  51. d66045e export getter for global instance of fontconfiginterfacedirect by reed@google.com · 11 years ago
  52. 86a44b8 export api with SK_API by reed@google.com · 11 years ago
  53. 161e1ba Created my own flag parser, based off of gflags. by scroggo@google.com · 11 years ago
  54. 822bde7 implement fonthost table methods directly in fontconfig backend, _tables now relegated to by reed@google.com · 11 years ago
  55. 6ec97b6 refactor fonthost_tables into wrapper (fonthost) and impl (fontstream) by reed@google.com · 11 years ago
  56. b755a2a Fix Mac 10.8 64-bit Release ClipCacheTest issue by robertphillips@google.com · 11 years ago
  57. 0cb80e1 fix mac build by humper@google.com · 11 years ago
  58. 8333d2a enable fontconfig backend for fonthost on linux by reed@google.com · 11 years ago
  59. 4969044 short-circuit if the requested typeface matches what we've been given. by reed@google.com · 11 years ago
  60. b12dc38 Add commented out code to create a core profile on windows. by bsalomon@google.com · 11 years ago
  61. c490f80 Change random number generator for 'tests' to SkMWCRandom. Also removes some by jvanverth@google.com · 11 years ago
  62. bb963e2 remove obsolete mac-font-cruft by mike@reedtribe.org · 11 years ago
  63. 0c23faf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  64. b103ed4 eliminate atsuii/coretext distinction, and rename to just _mac by mike@reedtribe.org · 11 years ago
  65. fd21c6b try ~0U instead of ~0 to fix signed warning passing to size_t by mike@reedtribe.org · 11 years ago
  66. b753ef2 pass ~0 for length when we want to know the length of a table (with dst==null) by mike@reedtribe.org · 11 years ago
  67. dc09f07 move some of the impl in fonthost into typeface virtuals by mike@reedtribe.org · 11 years ago
  68. b9ba1ea gm self-test: make all test cases exercise transparency by epoger@google.com · 11 years ago
  69. 7ae918e Move initialization to PictureRenderer ctor by robertphillips@google.com · 11 years ago
  70. 13f181f Relanding 7914 by robertphillips@google.com · 11 years ago
  71. f140f18 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  72. 2c00ba3 Revert 7932 by robertphillips@google.com · 11 years ago
  73. 3b0d631 Remove constructors from GrVertexAttrib. by jvanverth@google.com · 11 years ago
  74. cef21e4 Add freetype to skia_base_libs when building for NaCl by borenet@google.com · 11 years ago
  75. f9ce423 Initialize grid info in TiledPictureRenderer::init by robertphillips@google.com · 11 years ago
  76. e37ad35 Reland r7918 & r7916 by robertphillips@google.com · 11 years ago
  77. 9b98c1b Make global static variable kVertexAttribs in GrAARectRenderer local to functions. by jvanverth@google.com · 11 years ago
  78. 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 11 years ago
  79. df8114d Fix mesa issues. by bsalomon@google.com · 11 years ago
  80. c5d71e2 gm self-test: disable spuriously-failing aaclip tests by epoger@google.com · 11 years ago
  81. 44a18d5 gm self-test: fix results that break housekeeping bot by epoger@google.com · 11 years ago
  82. cf59510 Revert r7918 & r7916 due to Linux rendering issues by robertphillips@google.com · 11 years ago
  83. ecd8484 Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 11 years ago
  84. b82c399 Revert 7919 and 7920 (committed wrong version of r7919.) by bsalomon@google.com · 11 years ago
  85. c61c3c3 gm self-test: use a pathologically simple test case instead of dashing2 by commit-bot@chromium.org · 11 years ago
  86. 1fc506a Revert r7914 due to Linux rendering issues by robertphillips@google.com · 11 years ago
  87. a962174 Fix mesa build error from r7519. by bsalomon@google.com · 11 years ago
  88. 87c6d7a Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 11 years ago
  89. 6dd683a Fix for Mac compiler problem in 7916 by robertphillips@google.com · 11 years ago
  90. 4310c66 Fix for skp chunk sizes when clips are used outside of any save by robertphillips@google.com · 11 years ago
  91. 43c0ac9 Collapse saveLayer/drawBitmapRect/restore trios to drawBitmapRect when possible by robertphillips@google.com · 11 years ago
  92. 348e35e Replace A8 with RGBA8 when renderable A8 isn't supported by robertphillips@google.com · 11 years ago
  93. 631cdcb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  94. af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 11 years ago
  95. 2b1b8c0 Checkpoint towards core profile support. by bsalomon@google.com · 11 years ago
  96. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 11 years ago
  97. 26fb61a Move the default definition of GR_USE_NEW_SHADER_SOURCE_SIGNATURE to GrGLConfig. by bsalomon@google.com · 11 years ago
  98. c7565d1 Adding missing const for r7902 by jvanverth@google.com · 11 years ago
  99. aa537d4 Make SkTDArray accessors const-friendly. by commit-bot@chromium.org · 11 years ago
  100. 00b1c3a Fix assert in bench due to r7899. Unreviewed. by jvanverth@google.com · 11 years ago