1. 6bac947 Add option in flattening to write factory names inline, as we are recording. by reed@google.com · 13 years ago
  2. 25fb21f Refactor GrDrawTarget vertex/index api by bsalomon@google.com · 13 years ago
  3. 62b65b0 SampleApp fixes. by Scroggo · 13 years ago
  4. fd0ffcf change string read/write to store length as full 32-bit value. This simplifies by reed@google.com · 13 years ago
  5. 8ac0d54 Add a way to save to PDF in SampleApp on Android and elsewhere. by Scroggo · 13 years ago
  6. ccb74ea Changed mac specific files to use ApplicationServices rather than Carbon by yangsu@google.com · 13 years ago
  7. 2d54d06 update dox by reed@google.com · 13 years ago
  8. 10a9465 Revert the changes to gyp/images.gyp in r1654, as apparently they're by senorblanco@chromium.org · 13 years ago
  9. 52bbe14 Remove some files from views.gyp that already being compiled into utils.gyp by senorblanco@chromium.org · 13 years ago
  10. 2d7a60d whitespace commit to trigger buildbot by epoger@google.com · 13 years ago
  11. 1a7e946 disable gpu tests when scalar==fixed, add baselines for fixedpoint strokes gm by reed@google.com · 13 years ago
  12. b317304 add mac desktop baselines for strokes gm by reed@google.com · 13 years ago
  13. d52d362 add initial baselines for strokes gm by reed@google.com · 13 years ago
  14. 37019e2 add baselines for new test by mike@reedtribe.org · 13 years ago
  15. 643b007 add strokes.cpp by mike@reedtribe.org · 13 years ago
  16. 90bb497 inherit from SampleView by mike@reedtribe.org · 13 years ago
  17. f2c21cd add by mike@reedtribe.org · 13 years ago
  18. 0c96b0a another whitespace commit by epoger@google.com · 13 years ago
  19. 9bb0c89 whitespace commit by epoger@google.com · 13 years ago
  20. 61f3bde Fix handling of nan when clamping number of pts in quads/cubics by bsalomon@google.com · 13 years ago
  21. 0264276 Added FileReaderApp to experimental and it's corresponding gyp file by yangsu@google.com · 13 years ago
  22. fe67652 Remember last successful stencil format by bsalomon@google.com · 13 years ago
  23. 6d0c02c Fix Gradient2Bench colors so that Debug bench will run. by bungeman@google.com · 13 years ago
  24. 9040593 Fix self-assignment by bsalomon@google.com · 13 years ago
  25. b092140 Remove redundant GrTouchGesture. Switch its only user to SkTouchGesture. by Scroggo · 13 years ago
  26. f9046fe Add GrRenderTexture cons for gpu dev. Remove factory from gpu device. by bsalomon@google.com · 13 years ago
  27. 06b4da1 Added dependencies for SkPipe in SampleApp by yangsu@google.com · 13 years ago
  28. 5f802c1 Gyp files for Cocoa Debugger and Simple Cocoa App by yangsu@google.com · 13 years ago
  29. 85669f9 Add graphing for multiple runs of bench. http://codereview.appspot.com/4539087/ by bungeman@google.com · 13 years ago
  30. b4490c7 Minor fixes for SampleApp. by Scroggo · 13 years ago
  31. cae6b3f -replay tests are only run if forward rendering succeeded. by tomhudson@google.com · 13 years ago
  32. e97f085 Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveLayer will fall back on createNewCompatibleDevice. by bsalomon@google.com · 13 years ago
  33. a54e2f6 Use SkTouchGesture to handle pinch events in Android SampleApp. by Scroggo · 13 years ago
  34. 1bce0a5 Modified Pipe Reader to read an atom at a time by yangsu@google.com · 13 years ago
  35. a8a42e2 Added CocoaDebugger to experimental by yangsu@google.com · 13 years ago
  36. af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 13 years ago
  37. 3cbd375 roll back runhooks to fix production buildbot by epoger@google.com · 13 years ago
  38. 0045edd Add "runhooks" to run gyp step upon gclient sync, for buildbot by epoger@google.com · 13 years ago
  39. b5b3168 First pass at improving temporary tex/rt reuse by bsalomon@google.com · 13 years ago
  40. 3e7ff9f Better fix for changing the viewport in sample app. by Scroggo · 13 years ago
  41. 6c4cd26 Added SimpleCocoaApp to the experimental directory by yangsu@google.com · 13 years ago
  42. e67bd3f Rename GrGLBug to GrGLCapability. by tomhudson@google.com · 13 years ago
  43. 716a038 Fix the mac build of the SampleApp. by Scroggo · 13 years ago
  44. c29d7cd Always call notifyTextureDelete in onRelease. by Scroggo · 13 years ago
  45. 8ac7a0f add gradient_create bench, just to measure the time to create a new gradient by reed@google.com · 13 years ago
  46. b1b721a remove libpng and zlib from third_party http://codereview.appspot.com/4571077 by epoger@google.com · 13 years ago
  47. 48d5d8e Put Matirx and Scalar benches into gyp. by bungeman@google.com · 13 years ago
  48. 7241516 add tilemode options by reed@google.com · 13 years ago
  49. 30e4bb6 Avoid checking to see if a bool is less than zero. by tomhudson@google.com · 13 years ago
  50. 7495ac1 remove trunk/gyp/gyp_skia (it was replaced a while back by trunk/gyp_skia) by epoger@google.com · 13 years ago
  51. d33f75c Move PointTest.cpp out of tests/core into tests/ ; the other arrangement was by epoger@google.com · 13 years ago
  52. 8a12c04 fix all_dependent_settings gyp bug (affected Mac only) by epoger@google.com · 13 years ago
  53. 1fd56dc Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance warning to its declaration by epoger@google.com · 13 years ago
  54. 129b8e3 Implement edge AA for concave polys in the tesselated path renderer. by senorblanco@chromium.org · 13 years ago
  55. af9d9c2 change GC imagedecoder to use the same colorspace between image and context, by reed@google.com · 13 years ago
  56. a5d4841 Add information to bench output. http://codereview.appspot.com/4602057/ by bungeman@google.com · 13 years ago
  57. a87cd2a Increase compatibility with clang, mostly around SK_RESTRICT. by tomhudson@google.com · 13 years ago
  58. 2c8208f Improvements to the SampleApp (primarily Android). by Scroggo · 13 years ago
  59. 25e9283 fix gm on Mac, and Linux buildbot build, by adding zlib source to third_party by epoger@google.com · 13 years ago
  60. cd19a5f Set texture dirty flag only when texture has really changed by bsalomon@google.com · 13 years ago
  61. 38a9134 add libpng source to repo and make Unix build use it by epoger@google.com · 13 years ago
  62. ca1f5e2 style and warnings by reed@google.com · 13 years ago
  63. 1622c99 add by reed@google.com · 13 years ago
  64. 35ae8ea add SkDataRef (for future use) by reed@google.com · 13 years ago
  65. 1b52457 Update mac gpu baseline for SSAA on inverse paths by bsalomon@google.com · 13 years ago
  66. 7ac249b Enable SSAA on inverse filled paths by bsalomon@google.com · 13 years ago
  67. baa677b delete all old (non-Gyp) buildfiles by epoger@google.com · 13 years ago
  68. 747bf29 FBO probing at Context startup is very expensive. This patch removes the by tomhudson@google.com · 13 years ago
  69. 353c252 delete manually-imported Gyp source see http://codereview.appspot.com/4610045 by epoger@google.com · 13 years ago
  70. 8bf2d20 Updated mac baselines from gl ctx size change and new version of shadertext with txt-on-path. by bsalomon@google.com · 13 years ago
  71. 137c428 Update baselines for linux-fixed. Make shader text sample/GM work with scalar=fixed. by bsalomon@google.com · 13 years ago
  72. 0ae27e0 Use automatically imported third_party/externals/gyp instead of by epoger@google.com · 13 years ago
  73. 3914958 Fix text-as-path with skshader on gpu by bsalomon@google.com · 13 years ago
  74. 79d2dbe uint32_t -> int for texture extents by bsalomon@google.com · 13 years ago
  75. 5a23424 Implement timers for linux SampleApp. http://codereview.appspot.com/4592054/ by Scroggo · 13 years ago
  76. b9255d5 drop extraneous GrPrintfs by reed@google.com · 13 years ago
  77. 8cdb78c set externals/gyp dependency to same version as manually imported gyp code by epoger@google.com · 13 years ago
  78. cc9cf9a Modify DEPS so that it works properly for the buildbot by epoger@google.com · 13 years ago
  79. c4a30bf AA updates for mac gm baseline WRT r1568 by bsalomon@google.com · 13 years ago
  80. 9195836 Consider hw render target limit for offscreen supersample and tile by bsalomon@google.com · 13 years ago
  81. e32b583 Updates to the Android SampleApp by djsollen@google.com · 13 years ago
  82. fc06856 Add DEPS file in an attempt to make both gclient and svn update bring in by epoger@google.com · 13 years ago
  83. c8cc60c move SkMatrix44 by reed@google.com · 13 years ago
  84. da9fac0 add row/col major getters, plus unit-tests by reed@google.com · 13 years ago
  85. 8260a89 move into utils by reed@google.com · 13 years ago
  86. 7d26c59 add 2nd parameter to SkFontHost::NextLogicalFont() by reed@google.com · 13 years ago
  87. 80afbf0 #include <math.h> if SK_SCALAR_IS_FIXED but SK_CAN_USE_FLOAT by epoger@google.com · 13 years ago
  88. ea32543 When user specifies an output path with -w, only output files from main by tomhudson@google.com · 13 years ago
  89. 125002a update SkMatrix44 by reed@google.com · 13 years ago
  90. 88a0e05 Fix signed/unsigned mismatch in rev 1553. by tomhudson@google.com · 13 years ago
  91. 73f8399 Define SK_CAN_USE_FLOAT in gyp build, just like Makefile build by epoger@google.com · 13 years ago
  92. e02b68c Remove SkTableMaskFilter.cpp from gyp build, because it was breaking for skia_scalar=fixed (and it was not being exercised by the old Makefile anyway) by epoger@google.com · 13 years ago
  93. 2f3567c check-point for unifying results between runs and mask backends for aa by reed@google.com · 13 years ago
  94. 9dc527b skdiff usability improvements: summary to stdout, -diff in output filenames, by tomhudson@google.com · 13 years ago
  95. 53a5584 Adding functionality for purgin graphics resource handles by junov@google.com · 13 years ago
  96. 5189a4e add skia_scalar switch to gyp script by epoger@google.com · 13 years ago
  97. 2080900 Fix scale metric bench. by bungeman@google.com · 13 years ago
  98. bf083a9 fix windows compile errors in "tests" by epoger@google.com · 13 years ago
  99. e7ccdb3 revert to manually imported gyp source (from SVN externals) by epoger@google.com · 13 years ago
  100. ddab227 Duplicates code from GrPathUtils to verify that an approximation for the number by tomhudson@google.com · 13 years ago