1. c12e1b1 Replace SkMath.h includes as required for fixed point. by tomhudson@google.com · 13 years ago
  2. 889bd8b Make SkMath.h less visible in public header files. by tomhudson@google.com · 13 years ago
  3. 41ecf92 whitespace commit to trigger buildbots by epoger@google.com · 13 years ago
  4. 7a23014 fix bw bits when width >= 16 by reed@google.com · 13 years ago
  5. ca27a1c initial baselines by reed@google.com · 13 years ago
  6. 44b0592 add initial baselines by reed@google.com · 13 years ago
  7. 6a8f14d doh -- fix conversion to BW from color/gray by reed@google.com · 13 years ago
  8. bf2ac7e Fix 2333. Be sure fImage is assigned before giving to SkAutoMaskImage. by bungeman@google.com · 13 years ago
  9. 0a60b3d Fix leak of mask in draw. http://codereview.appspot.com/5132046/ by bungeman@google.com · 13 years ago
  10. d35d427 whitespace commit to trigger buildbots by epoger@google.com · 13 years ago
  11. cf61e26 whitespace commit to trigger buildbots by epoger@google.com · 13 years ago
  12. ecb7b97 Rebase complexclip_gpu, add hairmodes_gpu on mac by bsalomon@google.com · 13 years ago
  13. 4fa516a by bsalomon@google.com · 13 years ago
  14. 0d2aa84 Fix override issue, rebase win hairmodes_gpu, complexclip_gpu by bsalomon@google.com · 13 years ago
  15. 5ea050f Optimize software radial gradients (remove branches from the inner loop where by tomhudson@google.com · 13 years ago
  16. b01ced0 add baselines by reed@google.com · 13 years ago
  17. 754e4eb set gamma flag for white, since GDI gives us different (better) values by reed@google.com · 13 years ago
  18. 0e736c2 rebase win hairmodes_gpu by bsalomon@google.com · 13 years ago
  19. d46e242 Add detection of when partial pixel coverage (for aa or otherwise) will cause incorrect blend by bsalomon@google.com · 13 years ago
  20. 4f001d8 Rebase mac bot's complexclip_gpu by bsalomon@google.com · 13 years ago
  21. 1a315fe Make skdiff paths work on windows by bsalomon@google.com · 13 years ago
  22. 894aa9a experimental by reed@google.com · 13 years ago
  23. 2caf69d Fix signed/unsigned warning in GLCaps::print by bsalomon@google.com · 13 years ago
  24. c8f6408 Rebase complexclip_gpu on mac by bsalomon@google.com · 13 years ago
  25. 4593b84 Rebase complexclip_gpu on linux by bsalomon@google.com · 13 years ago
  26. a8a6a32 Use GrAAHairlineRenderer for line segments only if FS derivs not avail by bsalomon@google.com · 13 years ago
  27. bbb77d5 Add asserts to track down Chrome crash (bug 94421). by vandebo@chromium.org · 13 years ago
  28. 18c9c19 Put caps in a struct, move up to GrDrawTarget by bsalomon@google.com · 13 years ago
  29. f1fd30d remove this until brian can review the results by reed@google.com · 13 years ago
  30. 2f03c6a add baselines by reed@google.com · 13 years ago
  31. 669b9ba add baselines by reed@google.com · 13 years ago
  32. 82cff02 tweak check for BW to avoid cmp by reed@google.com · 13 years ago
  33. 4d06214 Change GrGLVersion from typedef GrFixed to uint32_t by bsalomon@google.com · 13 years ago
  34. c82b889 Cleanup handling of GL versions, fix function names by bsalomon@google.com · 13 years ago
  35. 2ec7280 Fix some warnings by bsalomon@google.com · 13 years ago
  36. 53effc5 add tests for flatten, unflatten and transform by reed@google.com · 13 years ago
  37. 34fe616 rebaseline with faster gradients by reed@google.com · 13 years ago
  38. 5e2df64 detect when LCD is really just BW, and remark the glyph as that. by reed@google.com · 13 years ago
  39. 98b11f1 flatten/unflatten fSegmentMask by reed@google.com · 13 years ago
  40. bc5cf51 Use BindFragDataLocation (rather than indexed variant) for FS color output. by bsalomon@google.com · 13 years ago
  41. 9870e7e rebaseline w/ faster gradients by reed@google.com · 13 years ago
  42. 858c494 Rebase raster linux GM for faster radial-mirror and sweep by bsalomon@google.com · 13 years ago
  43. fe62638 use common code for treating thin lines as hairlines (much faster) by reed@google.com · 13 years ago
  44. 0b17770 update baselines with faster radial-mirror and sweep by reed@google.com · 13 years ago
  45. 51baf5a speed up radial-mirror 16x, sweep by ~2x by reed@google.com · 13 years ago
  46. b3b0a5b update fSegmentMask inside ::transform() (thank you validate!) by reed@google.com · 13 years ago
  47. 10296cc add segment types query to SkPath (i.e. does it have any quads) by reed@google.com · 13 years ago
  48. 4fa6694 Resubmit 2289 with fix for glsl version by bsalomon@google.com · 13 years ago
  49. 1fac5ca Revert 2289. GLSL version detection not robust enough. May think we don't have GLSL 1.50 support based on OpenGL version. We have to look at the available extensions, not just GL version. by bsalomon@google.com · 13 years ago
  50. 98874cd [GPU] Use new Var type for inputs/outputs of FS and VS by bsalomon@google.com · 13 years ago
  51. dd5bd67 add SK_RESTRICT in shadeSpan methods by reed@google.com · 13 years ago
  52. 6a87faf revert match for newAlpha to exactly match old math, so we don't drive by reed@google.com · 13 years ago
  53. 5672838 update baselines by reed@google.com · 13 years ago
  54. 21fa067 Add missing header SkTArray.h to core.gyp by bsalomon@google.com · 13 years ago
  55. 64e011a Fix pdf suppression test for gm. by bungeman@google.com · 13 years ago
  56. ecadf99 use new SkDrawTreatAsHairline method to decide when to approximate a thin-line by reed@google.com · 13 years ago
  57. fbc2117 add getFlags() to gm baseclass skip PDF for hairmodes for now, since it crashes by reed@google.com · 13 years ago
  58. ab97397 add gm test for drawing hairlines (and varying thin lines) in xfermodes by reed@google.com · 13 years ago
  59. 3ad3d44 Include GrGLInterface.h instead of forward declaring, since we have to get NULL defined anyway. by bsalomon@google.com · 13 years ago
  60. 30ee1b5 Fix forward decl by bsalomon@google.com · 13 years ago
  61. 15b11df Make GrGpuGL release its resources before GrGLInterface is released. by bsalomon@google.com · 13 years ago
  62. d4f299e Fix some mac compilation errors generated when building utils within chrome. by seanpaul@google.com · 13 years ago
  63. 6fb736f Simplify specification of default interface by bsalomon@google.com · 13 years ago
  64. 8f78fec Change AdditionalOptions to a list from a string. This fixes compilation errors by seanpaul@google.com · 13 years ago
  65. 2e2f3f5 Update SkCoInitialize to better match spec. by bungeman@google.com · 13 years ago
  66. e5a438b Add mac filltypepersp baselines. by bsalomon@google.com · 13 years ago
  67. 6087975 Fix assertions in GrResourceCache::removeAll, don't reattached invalidated resources by bsalomon@google.com · 13 years ago
  68. 6610567 Move edgeAA shader gen code to its own function by bsalomon@google.com · 13 years ago
  69. 1134f98 Refactor the bench and common gyp/gypi files to allow for building bench within by seanpaul@google.com · 13 years ago
  70. ba72f04 enable OES derivatives extension in shaders that use it by bsalomon@google.com · 13 years ago
  71. 4bce115 make string's reference counting thread-safe by reed@google.com · 13 years ago
  72. 79afcaa Workaround crash in cmd buffer validation code when GL shaders/programs fail by bsalomon@google.com · 13 years ago
  73. 5c6ae60 Fix compilation error related to using nonexistent sk_malloc instead of sk_malloc_throw. VC++ lazy template code compilation let this work on windows since the wrong function name was only in currently unused templated functions. by bsalomon@google.com · 13 years ago
  74. 49313f6 GrTArray->SkTArray & docs by bsalomon@google.com · 13 years ago
  75. da13aae Remove unnecessary forward decl that was causing a warning. by bsalomon@google.com · 13 years ago
  76. cff323e Shutup strict aliasing warnings in SkTLazy by bsalomon@google.com · 13 years ago
  77. 8966d01 remove nonexistent files from gyps and make AdditionalOptions a list rather than str by bsalomon@google.com · 13 years ago
  78. a64fe87a add filltypepersp baselines for linux by bsalomon@google.com · 13 years ago
  79. a996fec Use push_back_n() in place of multiple push_back()s by bsalomon@google.com · 13 years ago
  80. f3cf942 SampleApp: fixing bad ref counting on non dynamically allocated object by junov@google.com · 13 years ago
  81. c27b741 add override for max-text-size for lcd by reed@google.com · 13 years ago
  82. cecd3ac Remove wrong file, add right file by bsalomon@google.com · 13 years ago
  83. 8c2fe99 Fix some issues in gpu device with perspective. Add a gm that would have caught them. by bsalomon@google.com · 13 years ago
  84. bcb671c Add SkCanvas::getClipDescription() and getClipDeviceBounds() so clients don't by tomhudson@google.com · 13 years ago
  85. 8a0b029 Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy use by tomhudson@google.com · 13 years ago
  86. f2068ad add SK_RESTRICT to mask procs separate out opaque and non for lcd16 blits by reed@google.com · 13 years ago
  87. 4f79b9b set max size for lcdtext by reed@google.com · 13 years ago
  88. 4c888aa write 0 to our refcnt in the destructor, in the off-chance of it helping us by reed@google.com · 13 years ago
  89. 66d5725 Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(), by tomhudson@google.com · 13 years ago
  90. dbeeac3 Add perspective support to the gpu aa hairline renderer. by bsalomon@google.com · 13 years ago
  91. 27c9b6d Add operator = to GrPaint by bsalomon@google.com · 13 years ago
  92. 4f83be8 Fix GrContext::drawPaint with perspective, also never apply AA by bsalomon@google.com · 13 years ago
  93. 3839632 [gpu] Remove getMaxStretch for perspective, use mapRadius for perspective path subdiv tol, add test by bsalomon@google.com · 13 years ago
  94. 99edd43 cache offscreen HDC by reed@google.com · 13 years ago
  95. e8f0910 Add 'K' to SampleApp to trigger animated perspective rendering by bsalomon@google.com · 13 years ago
  96. 4ee1433 fix INHERITED to match class by reed@google.com · 13 years ago
  97. 1ec27a0 add test for hairlines and xfermodes by reed@google.com · 13 years ago
  98. b423d49 disable premul check for now in 16bit blit, until we cleanup GDI's mess by reed@google.com · 13 years ago
  99. e4123e9 Revert accidental change to sample code by bsalomon@google.com · 13 years ago
  100. 181e9bd Improve gpu path subdiv with perspective, remove tolerance scale, fix comment by bsalomon@google.com · 13 years ago