1. fa6ac93 Fixup rendering of empty paths (including inverted fills) by bsalomon@google.com · 13 years ago
  2. 3228789 check-point for aaclip by reed@google.com · 13 years ago
  3. d21845c Remove failing tests. Go green. by caryclark@google.com · 13 years ago
  4. 84e43fd fix text for Lion, Leopard, Skia on Mac by caryclark@google.com · 13 years ago
  5. e36707a first cut at aaclipping by reed@google.com · 13 years ago
  6. 02f5584 Change SkAutoMaskImage so that we're less likely to write leaky code. by bungeman@google.com · 13 years ago
  7. a30bc82 Remove nonexistant header from gyp file by bsalomon@google.com · 13 years ago
  8. bbf1226 fix calculation and assert for grmask -> bytes-per-pixel by reed@google.com · 13 years ago
  9. 127c3be Remove debug messages that are no longer needed. by vandebo@chromium.org · 13 years ago
  10. 675dd88 disable CHECK_NOTHING_TO_DRAW for now, since it doesn't play well with DrawLooper by reed@google.com · 13 years ago
  11. 18ac1ba Make asBlur method const. http://codereview.appspot.com/5190041/ by bungeman@google.com · 13 years ago
  12. 5eba98c Now that layout tests are fixed, remove flag to ignore margin fix. by bungeman@google.com · 13 years ago
  13. dcd0f3a quick-rejects based on xfermode, using SkPaint::nothingToDraw() by reed@google.com · 13 years ago
  14. 2c508f2 add force-rle parameter to help with aaclip testing by reed@google.com · 13 years ago
  15. a38c819 Fix two warnings in bench timers. http://codereview.appspot.com/5164049/ by bungeman@google.com · 13 years ago
  16. c74ab18 add accessors to irect by reed@google.com · 13 years ago
  17. 7deaa3b Update common_conditions to make sure there is a slash in VS2008. by bungeman@google.com · 13 years ago
  18. 983297e Roll gyp and add librarian settings (now supported). by bungeman@google.com · 13 years ago
  19. 5676b4a Revert r2122, r2116, r2108 Now that Chrome's PlatformDevice doesn't inherit from SkDevice. by vandebo@chromium.org · 13 years ago
  20. 1341304 Use SK_OVERRIDE to add a little extra robustness against name changes. by tomhudson@google.com · 13 years ago
  21. 7430a33 invert gamma for non-black/white text by reed@google.com · 13 years ago
  22. c2c9b97 Fix nits by bsalomon@google.com · 13 years ago
  23. 5ebc700 New baseline images for windows. Visually OKed by Mike and Elliot. by epoger@google.com · 13 years ago
  24. 3253898 need these for the forceaa change by reed@google.com · 13 years ago
  25. 600b3f6 don't autoset forceaa (yet), but require the caller to do that. In the future by reed@google.com · 13 years ago
  26. 97d1a22 disable auto-detection of non-opaque devices for LCD for now by reed@google.com · 13 years ago
  27. c47c4ab update baselines by reed@google.com · 13 years ago
  28. 6fc3c1f Detect that we're drawing to a device that has per-pixel alpha, and if so, by reed@google.com · 13 years ago
  29. e958c69 whitespace commit to trigger buildbots by epoger@google.com · 13 years ago
  30. be2faf0 whitespace commit to trigger buildbots by epoger@google.com · 13 years ago
  31. 3e0f22c Add SK_RESTRICT inside radial gradient shader - we can't currently see a benefit, but it shouldn't hurt, and some compiler somewhere ought to benefit from it. by tomhudson@google.com · 13 years ago
  32. 9d12f5c Fix some VS2010 warnings Review URL: http://codereview.appspot.com/5155043 by bsalomon@google.com · 13 years ago
  33. 6f92f18 Fix GLPrograms unit test, only set fExperimentalGS if driver support is by bsalomon@google.com · 13 years ago
  34. f75b84e Add license by bsalomon@google.com · 13 years ago
  35. edfe1aa Add experimental geometry shader code to gpu backend by bsalomon@google.com · 13 years ago
  36. 5088385 Rebase win fixed by bsalomon@google.com · 13 years ago
  37. 7aab466 Rebase gm win float by bsalomon@google.com · 13 years ago
  38. 17bea24 rebaseline (with Brian's cleartype settings) by reed@google.com · 13 years ago
  39. bf7a7fb add baselines by reed@google.com · 13 years ago
  40. 9b8c20c rebaseline with gamma correct text by reed@google.com · 13 years ago
  41. 3c9f8ff remove clearing gamma for BW, since caller does that now by reed@google.com · 13 years ago
  42. 6f5df48 add gamma-correct text by reed@google.com · 13 years ago
  43. 2ac3867 rebaseline with new gamma-corrected text by reed@google.com · 13 years ago
  44. 4fdfcbe Fix gl error debug print. by bsalomon@google.com · 13 years ago
  45. 4b90c62 Add GrSTAllocator subclass, hide cons in GrTAllocator that takes ptr by bsalomon@google.com · 13 years ago
  46. 0922fb1 rebaseline by reed@google.com · 13 years ago
  47. afe2448 update baseline by reed@google.com · 13 years ago
  48. 86b201b rebaseline by reed@google.com · 13 years ago
  49. 2739b27 move specialization of 16 -vs- 32 lcd format to the fonthost by reed@google.com · 13 years ago
  50. 421093d support gamma correction for lcd text by reed@google.com · 13 years ago
  51. 3e8ae5b kill gamma flags if we're drawing BW by reed@google.com · 13 years ago
  52. 021b405 splitscreen for black and white versions by reed@google.com · 13 years ago
  53. 950d7a8 Turn off AA when coverage can't be handled correctly. by bsalomon@google.com · 13 years ago
  54. 8b5abec Set window build flags (warn level 4, release optimization options, pdbs in release builds) by bsalomon@google.com · 13 years ago
  55. ade907b roll in fixes from android when we have to compress sections of "stretchy" by reed@google.com · 13 years ago
  56. f8897e8 Add debug trap to track down crash. by vandebo@chromium.org · 13 years ago
  57. f65dfbf add initial baselines by reed@google.com · 13 years ago
  58. 9266901 Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logic by bsalomon@google.com · 13 years ago
  59. c12e1b1 Replace SkMath.h includes as required for fixed point. by tomhudson@google.com · 13 years ago
  60. 889bd8b Make SkMath.h less visible in public header files. by tomhudson@google.com · 13 years ago
  61. 41ecf92 whitespace commit to trigger buildbots by epoger@google.com · 13 years ago
  62. 7a23014 fix bw bits when width >= 16 by reed@google.com · 13 years ago
  63. ca27a1c initial baselines by reed@google.com · 13 years ago
  64. 44b0592 add initial baselines by reed@google.com · 13 years ago
  65. 6a8f14d doh -- fix conversion to BW from color/gray by reed@google.com · 13 years ago
  66. bf2ac7e Fix 2333. Be sure fImage is assigned before giving to SkAutoMaskImage. by bungeman@google.com · 13 years ago
  67. 0a60b3d Fix leak of mask in draw. http://codereview.appspot.com/5132046/ by bungeman@google.com · 13 years ago
  68. d35d427 whitespace commit to trigger buildbots by epoger@google.com · 13 years ago
  69. cf61e26 whitespace commit to trigger buildbots by epoger@google.com · 13 years ago
  70. ecb7b97 Rebase complexclip_gpu, add hairmodes_gpu on mac by bsalomon@google.com · 13 years ago
  71. 4fa516a by bsalomon@google.com · 13 years ago
  72. 0d2aa84 Fix override issue, rebase win hairmodes_gpu, complexclip_gpu by bsalomon@google.com · 13 years ago
  73. 5ea050f Optimize software radial gradients (remove branches from the inner loop where by tomhudson@google.com · 13 years ago
  74. b01ced0 add baselines by reed@google.com · 13 years ago
  75. 754e4eb set gamma flag for white, since GDI gives us different (better) values by reed@google.com · 13 years ago
  76. 0e736c2 rebase win hairmodes_gpu by bsalomon@google.com · 13 years ago
  77. d46e242 Add detection of when partial pixel coverage (for aa or otherwise) will cause incorrect blend by bsalomon@google.com · 13 years ago
  78. 4f001d8 Rebase mac bot's complexclip_gpu by bsalomon@google.com · 13 years ago
  79. 1a315fe Make skdiff paths work on windows by bsalomon@google.com · 13 years ago
  80. 894aa9a experimental by reed@google.com · 13 years ago
  81. 2caf69d Fix signed/unsigned warning in GLCaps::print by bsalomon@google.com · 13 years ago
  82. c8f6408 Rebase complexclip_gpu on mac by bsalomon@google.com · 13 years ago
  83. 4593b84 Rebase complexclip_gpu on linux by bsalomon@google.com · 13 years ago
  84. a8a6a32 Use GrAAHairlineRenderer for line segments only if FS derivs not avail by bsalomon@google.com · 13 years ago
  85. bbb77d5 Add asserts to track down Chrome crash (bug 94421). by vandebo@chromium.org · 13 years ago
  86. 18c9c19 Put caps in a struct, move up to GrDrawTarget by bsalomon@google.com · 13 years ago
  87. f1fd30d remove this until brian can review the results by reed@google.com · 13 years ago
  88. 2f03c6a add baselines by reed@google.com · 13 years ago
  89. 669b9ba add baselines by reed@google.com · 13 years ago
  90. 82cff02 tweak check for BW to avoid cmp by reed@google.com · 13 years ago
  91. 4d06214 Change GrGLVersion from typedef GrFixed to uint32_t by bsalomon@google.com · 13 years ago
  92. c82b889 Cleanup handling of GL versions, fix function names by bsalomon@google.com · 13 years ago
  93. 2ec7280 Fix some warnings by bsalomon@google.com · 13 years ago
  94. 53effc5 add tests for flatten, unflatten and transform by reed@google.com · 13 years ago
  95. 34fe616 rebaseline with faster gradients by reed@google.com · 13 years ago
  96. 5e2df64 detect when LCD is really just BW, and remark the glyph as that. by reed@google.com · 13 years ago
  97. 98b11f1 flatten/unflatten fSegmentMask by reed@google.com · 13 years ago
  98. bc5cf51 Use BindFragDataLocation (rather than indexed variant) for FS color output. by bsalomon@google.com · 13 years ago
  99. 9870e7e rebaseline w/ faster gradients by reed@google.com · 13 years ago
  100. 858c494 Rebase raster linux GM for faster radial-mirror and sweep by bsalomon@google.com · 13 years ago