1. 6c4cd26 Added SimpleCocoaApp to the experimental directory by yangsu@google.com · 13 years ago
  2. e67bd3f Rename GrGLBug to GrGLCapability. by tomhudson@google.com · 13 years ago
  3. 716a038 Fix the mac build of the SampleApp. by Scroggo · 13 years ago
  4. c29d7cd Always call notifyTextureDelete in onRelease. by Scroggo · 13 years ago
  5. 8ac7a0f add gradient_create bench, just to measure the time to create a new gradient by reed@google.com · 13 years ago
  6. b1b721a remove libpng and zlib from third_party http://codereview.appspot.com/4571077 by epoger@google.com · 13 years ago
  7. 48d5d8e Put Matirx and Scalar benches into gyp. by bungeman@google.com · 13 years ago
  8. 7241516 add tilemode options by reed@google.com · 13 years ago
  9. 30e4bb6 Avoid checking to see if a bool is less than zero. by tomhudson@google.com · 13 years ago
  10. 7495ac1 remove trunk/gyp/gyp_skia (it was replaced a while back by trunk/gyp_skia) by epoger@google.com · 13 years ago
  11. d33f75c Move PointTest.cpp out of tests/core into tests/ ; the other arrangement was by epoger@google.com · 13 years ago
  12. 8a12c04 fix all_dependent_settings gyp bug (affected Mac only) by epoger@google.com · 13 years ago
  13. 1fd56dc Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance warning to its declaration by epoger@google.com · 13 years ago
  14. 129b8e3 Implement edge AA for concave polys in the tesselated path renderer. by senorblanco@chromium.org · 13 years ago
  15. af9d9c2 change GC imagedecoder to use the same colorspace between image and context, by reed@google.com · 13 years ago
  16. a5d4841 Add information to bench output. http://codereview.appspot.com/4602057/ by bungeman@google.com · 13 years ago
  17. a87cd2a Increase compatibility with clang, mostly around SK_RESTRICT. by tomhudson@google.com · 13 years ago
  18. 2c8208f Improvements to the SampleApp (primarily Android). by Scroggo · 13 years ago
  19. 25e9283 fix gm on Mac, and Linux buildbot build, by adding zlib source to third_party by epoger@google.com · 13 years ago
  20. cd19a5f Set texture dirty flag only when texture has really changed by bsalomon@google.com · 13 years ago
  21. 38a9134 add libpng source to repo and make Unix build use it by epoger@google.com · 13 years ago
  22. ca1f5e2 style and warnings by reed@google.com · 13 years ago
  23. 1622c99 add by reed@google.com · 13 years ago
  24. 35ae8ea add SkDataRef (for future use) by reed@google.com · 13 years ago
  25. 1b52457 Update mac gpu baseline for SSAA on inverse paths by bsalomon@google.com · 13 years ago
  26. 7ac249b Enable SSAA on inverse filled paths by bsalomon@google.com · 13 years ago
  27. baa677b delete all old (non-Gyp) buildfiles by epoger@google.com · 13 years ago
  28. 747bf29 FBO probing at Context startup is very expensive. This patch removes the by tomhudson@google.com · 13 years ago
  29. 353c252a2 delete manually-imported Gyp source see http://codereview.appspot.com/4610045 by epoger@google.com · 13 years ago
  30. 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
  31. 137c428 Update baselines for linux-fixed. Make shader text sample/GM work with scalar=fixed. by bsalomon@google.com · 13 years ago
  32. 0ae27e0 Use automatically imported third_party/externals/gyp instead of by epoger@google.com · 13 years ago
  33. 3914958 Fix text-as-path with skshader on gpu by bsalomon@google.com · 13 years ago
  34. 79d2dbe uint32_t -> int for texture extents by bsalomon@google.com · 13 years ago
  35. 5a23424 Implement timers for linux SampleApp. http://codereview.appspot.com/4592054/ by Scroggo · 13 years ago
  36. b9255d5 drop extraneous GrPrintfs by reed@google.com · 13 years ago
  37. 8cdb78c set externals/gyp dependency to same version as manually imported gyp code by epoger@google.com · 13 years ago
  38. cc9cf9a Modify DEPS so that it works properly for the buildbot by epoger@google.com · 13 years ago
  39. c4a30bf AA updates for mac gm baseline WRT r1568 by bsalomon@google.com · 13 years ago
  40. 9195836 Consider hw render target limit for offscreen supersample and tile by bsalomon@google.com · 13 years ago
  41. e32b583 Updates to the Android SampleApp by djsollen@google.com · 13 years ago
  42. fc06856 Add DEPS file in an attempt to make both gclient and svn update bring in by epoger@google.com · 13 years ago
  43. c8cc60c move SkMatrix44 by reed@google.com · 13 years ago
  44. da9fac0 add row/col major getters, plus unit-tests by reed@google.com · 13 years ago
  45. 8260a89 move into utils by reed@google.com · 13 years ago
  46. 7d26c59 add 2nd parameter to SkFontHost::NextLogicalFont() by reed@google.com · 13 years ago
  47. 80afbf0 #include <math.h> if SK_SCALAR_IS_FIXED but SK_CAN_USE_FLOAT by epoger@google.com · 13 years ago
  48. ea32543 When user specifies an output path with -w, only output files from main by tomhudson@google.com · 13 years ago
  49. 125002a update SkMatrix44 by reed@google.com · 13 years ago
  50. 88a0e05 Fix signed/unsigned mismatch in rev 1553. by tomhudson@google.com · 13 years ago
  51. 73f8399 Define SK_CAN_USE_FLOAT in gyp build, just like Makefile build by epoger@google.com · 13 years ago
  52. 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
  53. 2f3567c check-point for unifying results between runs and mask backends for aa by reed@google.com · 13 years ago
  54. 9dc527b skdiff usability improvements: summary to stdout, -diff in output filenames, by tomhudson@google.com · 13 years ago
  55. 53a5584 Adding functionality for purgin graphics resource handles by junov@google.com · 13 years ago
  56. 5189a4e add skia_scalar switch to gyp script by epoger@google.com · 13 years ago
  57. 2080900 Fix scale metric bench. by bungeman@google.com · 13 years ago
  58. bf083a9 fix windows compile errors in "tests" by epoger@google.com · 13 years ago
  59. e7ccdb3 revert to manually imported gyp source (from SVN externals) by epoger@google.com · 13 years ago
  60. ddab227 Duplicates code from GrPathUtils to verify that an approximation for the number by tomhudson@google.com · 13 years ago
  61. aed68d9 Make linux sample app work on my laptop. Reviewed at http://codereview.appspot.com/4568050/ by Scroggo · 13 years ago
  62. 7e12f82 GCC 4.6 fix: intptr_t <-> NULL triggers an warning. by thakis@chromium.org · 13 years ago
  63. be9ad4e Higher resolution timers for bench. http://codereview.appspot.com/4548090/ by bungeman@google.com · 13 years ago
  64. 4124946 rebaselin from 1528 by reed@google.com · 13 years ago
  65. 7ca72f3 Apply translate param to path bounds when computing ssaa bounds by bsalomon@google.com · 13 years ago
  66. 4c0e88e rebaseline from 1528 by reed@google.com · 13 years ago
  67. 3b139f5 round Y baseline for text, as we do in the raster case by reed@google.com · 13 years ago
  68. b7fd3ee Temporarily fall back to the old makefile; the new one was killing buildbot. by epoger@google.com · 13 years ago
  69. 1e8e056 Some final cleanups leading up to The Official Switch to Gyp by epoger@google.com · 13 years ago
  70. 288ff33 New benchmarks to determine performance of matrix-point multiplication for floating point vs. double matrices. by tomhudson@google.com · 13 years ago
  71. a87e065 add SkFixedFloorToFixed by reed@google.com · 13 years ago
  72. 441d7da Correct argument order for drawSimpleRect() by thakis@chromium.org · 13 years ago
  73. 120bdff Committing on behalf of gman@chromium.org: by kbr@chromium.org · 13 years ago
  74. 8d43018 Increase use of SkMatrix::hasPerspective(), merge in has_perspective(). by tomhudson@google.com · 13 years ago
  75. 25583a3 Make scalar benchmarks compile and run under SKIA_SCALAR=fixed as well as float. by tomhudson@google.com · 13 years ago
  76. 521ed7c Attempt to correct issue with fixed point from SkMatrix changes in r1512. by tomhudson@google.com · 13 years ago
  77. e1fee49 remove legacy LCDTEXT define by reed@google.com · 13 years ago
  78. 99683ce move code inside #ifdef to fix warning by reed@google.com · 13 years ago
  79. ac38525 Benchmarking suggests that replacing some of the conversions from float to int by tomhudson@google.com · 13 years ago
  80. f910b36 New scalar benchmark suite, comparing SkScalarAs2sCompliment vs native float operations by tomhudson@google.com · 13 years ago
  81. cbefd7d add internal multiplier for loopcount, to reduce variance for simple/fast tests by reed@google.com · 13 years ago
  82. e0dcde7 make concat_float distinguishable using -match by reed@google.com · 13 years ago
  83. f8db093 Make gyp_skia script use third_party/externals/gyp instead of the deprecated by epoger@google.com · 13 years ago
  84. f01b7cb Add third_party/externals dir that brings in gyp by epoger@google.com · 13 years ago
  85. 1bc8f60 Put back our old gyp dir by epoger@google.com · 13 years ago
  86. be8f266 oops, that external dependency conflicted with the old gyp directory by epoger@google.com · 13 years ago
  87. d4fefc8 Add gyp@r197 as external dependency by epoger@google.com · 13 years ago
  88. 3a09e62 Move third_party/gyp to third_party/gyp-old in anticipation of replacement by epoger@google.com · 13 years ago
  89. a20416b Remove warnings, improve benchmark quality, complicate benchmark results: by tomhudson@google.com · 13 years ago
  90. 76d6139 add SkAdvancedTypeface file by reed@google.com · 13 years ago
  91. 70c136e allow the build system to enable offscreen_aa to some max dimension by reed@google.com · 13 years ago
  92. 7b4e107 <body onunload="M_unloadPage();"> by tomhudson@google.com · 13 years ago
  93. c39f175 fix gm build on Mac see http://codereview.appspot.com/4571044/ by epoger@google.com · 13 years ago
  94. 161933b fix bench and gm targets on Linux see http://codereview.appspot.com/4530104 by epoger@google.com · 13 years ago
  95. 55bfd45 Turn off optimization on VC debug builds. http://codereview.appspot.com/4568052/ by bungeman@google.com · 13 years ago
  96. 76b8274 Correction of texture domain calculation. Review=http://codereview.appspot.com/4517126 by twiz@google.com · 13 years ago
  97. 0a030cd fix gyp-generated xcode project files for SampleApp and other targets by epoger@google.com · 13 years ago
  98. 3b0a8da Add EGL context for Windows. http://codereview.appspot.com/4517133/ by bungeman@google.com · 13 years ago
  99. 0d83172 Reduce GrGLProgram::ProgramDesc from 88B to 24B. by tomhudson@google.com · 13 years ago
  100. ccdbd2c create GYP files for these targets: tests, gm, skhello, skimage, skdiff by epoger@google.com · 13 years ago