1. b3b0a5b update fSegmentMask inside ::transform() (thank you validate!) by reed@google.com · 14 years ago
  2. 10296cc add segment types query to SkPath (i.e. does it have any quads) by reed@google.com · 14 years ago
  3. 4fa6694 Resubmit 2289 with fix for glsl version by bsalomon@google.com · 14 years ago
  4. 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 · 14 years ago
  5. 98874cd [GPU] Use new Var type for inputs/outputs of FS and VS by bsalomon@google.com · 14 years ago
  6. dd5bd67 add SK_RESTRICT in shadeSpan methods by reed@google.com · 14 years ago
  7. 6a87faf revert match for newAlpha to exactly match old math, so we don't drive by reed@google.com · 14 years ago
  8. 5672838 update baselines by reed@google.com · 14 years ago
  9. 21fa067 Add missing header SkTArray.h to core.gyp by bsalomon@google.com · 14 years ago
  10. 64e011a Fix pdf suppression test for gm. by bungeman@google.com · 14 years ago
  11. ecadf99 use new SkDrawTreatAsHairline method to decide when to approximate a thin-line by reed@google.com · 14 years ago
  12. fbc2117 add getFlags() to gm baseclass skip PDF for hairmodes for now, since it crashes by reed@google.com · 14 years ago
  13. ab97397 add gm test for drawing hairlines (and varying thin lines) in xfermodes by reed@google.com · 14 years ago
  14. 3ad3d44 Include GrGLInterface.h instead of forward declaring, since we have to get NULL defined anyway. by bsalomon@google.com · 14 years ago
  15. 30ee1b5 Fix forward decl by bsalomon@google.com · 14 years ago
  16. 15b11df Make GrGpuGL release its resources before GrGLInterface is released. by bsalomon@google.com · 14 years ago
  17. d4f299e Fix some mac compilation errors generated when building utils within chrome. by seanpaul@google.com · 14 years ago
  18. 6fb736f Simplify specification of default interface by bsalomon@google.com · 14 years ago
  19. 8f78fec Change AdditionalOptions to a list from a string. This fixes compilation errors by seanpaul@google.com · 14 years ago
  20. 2e2f3f5 Update SkCoInitialize to better match spec. by bungeman@google.com · 14 years ago
  21. e5a438b Add mac filltypepersp baselines. by bsalomon@google.com · 14 years ago
  22. 6087975 Fix assertions in GrResourceCache::removeAll, don't reattached invalidated resources by bsalomon@google.com · 14 years ago
  23. 6610567 Move edgeAA shader gen code to its own function by bsalomon@google.com · 14 years ago
  24. 1134f98 Refactor the bench and common gyp/gypi files to allow for building bench within by seanpaul@google.com · 14 years ago
  25. ba72f04 enable OES derivatives extension in shaders that use it by bsalomon@google.com · 14 years ago
  26. 4bce115 make string's reference counting thread-safe by reed@google.com · 14 years ago
  27. 79afcaa Workaround crash in cmd buffer validation code when GL shaders/programs fail by bsalomon@google.com · 14 years ago
  28. 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 · 14 years ago
  29. 49313f6 GrTArray->SkTArray & docs by bsalomon@google.com · 14 years ago
  30. da13aae Remove unnecessary forward decl that was causing a warning. by bsalomon@google.com · 14 years ago
  31. cff323e Shutup strict aliasing warnings in SkTLazy by bsalomon@google.com · 14 years ago
  32. 8966d01 remove nonexistent files from gyps and make AdditionalOptions a list rather than str by bsalomon@google.com · 14 years ago
  33. a64fe87a add filltypepersp baselines for linux by bsalomon@google.com · 14 years ago
  34. a996fec Use push_back_n() in place of multiple push_back()s by bsalomon@google.com · 14 years ago
  35. f3cf942 SampleApp: fixing bad ref counting on non dynamically allocated object by junov@google.com · 14 years ago
  36. c27b741 add override for max-text-size for lcd by reed@google.com · 14 years ago
  37. cecd3ac Remove wrong file, add right file by bsalomon@google.com · 14 years ago
  38. 8c2fe99 Fix some issues in gpu device with perspective. Add a gm that would have caught them. by bsalomon@google.com · 14 years ago
  39. bcb671c Add SkCanvas::getClipDescription() and getClipDeviceBounds() so clients don't by tomhudson@google.com · 14 years ago
  40. 8a0b029 Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy use by tomhudson@google.com · 14 years ago
  41. f2068ad add SK_RESTRICT to mask procs separate out opaque and non for lcd16 blits by reed@google.com · 14 years ago
  42. 4f79b9b set max size for lcdtext by reed@google.com · 14 years ago
  43. 4c888aa write 0 to our refcnt in the destructor, in the off-chance of it helping us by reed@google.com · 14 years ago
  44. 66d5725 Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(), by tomhudson@google.com · 14 years ago
  45. dbeeac3 Add perspective support to the gpu aa hairline renderer. by bsalomon@google.com · 14 years ago
  46. 27c9b6d Add operator = to GrPaint by bsalomon@google.com · 14 years ago
  47. 4f83be8 Fix GrContext::drawPaint with perspective, also never apply AA by bsalomon@google.com · 14 years ago
  48. 3839632 [gpu] Remove getMaxStretch for perspective, use mapRadius for perspective path subdiv tol, add test by bsalomon@google.com · 14 years ago
  49. 99edd43 cache offscreen HDC by reed@google.com · 14 years ago
  50. e8f0910 Add 'K' to SampleApp to trigger animated perspective rendering by bsalomon@google.com · 14 years ago
  51. 4ee1433 fix INHERITED to match class by reed@google.com · 14 years ago
  52. 1ec27a0 add test for hairlines and xfermodes by reed@google.com · 14 years ago
  53. b423d49 disable premul check for now in 16bit blit, until we cleanup GDI's mess by reed@google.com · 14 years ago
  54. e4123e9 Revert accidental change to sample code by bsalomon@google.com · 14 years ago
  55. 181e9bd Improve gpu path subdiv with perspective, remove tolerance scale, fix comment by bsalomon@google.com · 14 years ago
  56. a5adf53 use templated skipT() for skipping structs within a reader by reed@google.com · 14 years ago
  57. 9c9b8d9 use drawBitmapNine instead of SkNinePatch utils by reed@google.com · 14 years ago
  58. 55b5f4b add SkPoint::CanNormalize to unify decisions about when a vector is degenerate by reed@google.com · 14 years ago
  59. 11f6380 add baselines by reed@google.com · 14 years ago
  60. 9987ec3 add impl for drawBitmapNine by reed@google.com · 14 years ago
  61. f0b5e11 add drawBitmapNine to canvas will add to device soon I think by reed@google.com · 14 years ago
  62. 46a2a1e Make gpu hairline check for degenerate quad more robust by bsalomon@google.com · 14 years ago
  63. 6defc04 Fix bitrot in GrGLDefaultInterface_android.cpp by bsalomon@google.com · 14 years ago
  64. f244f90 detect when scale is really 1.0, and don't mis-mark our flags to kScale by reed@google.com · 14 years ago
  65. 867c0ea whitespace change to trigger buildbots by epoger@google.com · 14 years ago
  66. b636adf reimage ninepatch-stretch with white bg (for easier printing) by reed@google.com · 14 years ago
  67. b670525 add gm test for ninepatch stretching pdf output incorrect, so not checked in. by reed@google.com · 14 years ago
  68. dca4aab Make GL calls go through macro (and therefore trigger callback function if present) by bsalomon@google.com · 14 years ago
  69. 40a3772 update sample to test stretching + and - amounds by reed@google.com · 14 years ago
  70. f0d7670 Add gm baseline images for Mac Mini by epoger@google.com · 14 years ago
  71. c42b11e2 whitespace change to trigger buildbots by epoger@google.com · 14 years ago
  72. 1c8e874 Ignore blur margin fix flag for backward bug compatibility. by bungeman@google.com · 14 years ago
  73. 6dcd27c add detach back to SkAutoMalloc by bsalomon@google.com · 14 years ago
  74. bdf7361 add optional SK_OVERRIDE_GLOBAL_NEW for testing by reed@google.com · 14 years ago
  75. 4fd0fb0 Fix realloc->reset rename missed in mac file by bsalomon@google.com · 14 years ago
  76. 7d4679a Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, use reset in GrBufferAllocPool by bsalomon@google.com · 14 years ago
  77. f8cead5 outset 2 on all sides, as we now find some CJK fonts that are off by by reed@google.com · 14 years ago
  78. 973b879 Remove unneeded #define by bsalomon@google.com · 14 years ago
  79. d16872c Fix BlurTest to work with fixed point. by bungeman@google.com · 14 years ago
  80. 5af16f8 Reduce size of filter mask. http://codereview.appspot.com/4965057/ by bungeman@google.com · 14 years ago
  81. abb061a Remove comment related to removed function. by bsalomon@google.com · 14 years ago
  82. e174ea4 Fix some warnings when including some Skia headers in Chromium code under VS2008. by bsalomon@google.com · 14 years ago
  83. 2869820 whitespace change to trigger buildbots by epoger@google.com · 14 years ago
  84. 56bfc5a Add optional per-gl-func client callback. by bsalomon@google.com · 14 years ago
  85. 9399cac Change no-op math bench to noOp. http://codereview.appspot.com/4962047/ by bungeman@google.com · 14 years ago
  86. 87fcfe0 Compile option to perform GL logging by default debug. by bsalomon@google.com · 14 years ago
  87. 9b09c9e Abort AA rect path when index buffer allocation fails by bsalomon@google.com · 14 years ago
  88. 688823f Added SimpleiOSApp and updated iOSSampleApp by yangsu@google.com · 14 years ago
  89. 22269ed Rebase Mac PNGs (GrAAHairLineRenderer changed complexclip_gpu.png and rest have non-pixel changes due to migration from libpng to coregraphics) by bsalomon@google.com · 14 years ago
  90. 01760d5 Rebase complex clip for hairline renderer by bsalomon@google.com · 14 years ago
  91. fcb0dbc Fix GrAAHairLinePathRenderer fixed pt build by bsalomon@google.com · 14 years ago
  92. 89ccd04 Rebase complex clip GM for new hairline renderer on windows by bsalomon@google.com · 14 years ago
  93. 542f585 Fix file name in gyp (wasn't caught b/c of windows case insensitivity) by bsalomon@google.com · 14 years ago
  94. aeb2160 Add GrAAHairLinePathRenderer by bsalomon@google.com · 14 years ago
  95. dec9f2d Fix multi-line macro by adding line continuation. by bsalomon@google.com · 14 years ago
  96. 69f2e05 Updated iOS SampleApp and the simple hello world Skia Cocoa App under experimental by yangsu@google.com · 14 years ago
  97. d51bfa0 rename getBounds to getGlobalBounds, since it now takes the device's origin by reed@google.com · 14 years ago
  98. 849ad5a Fixed key handling code in Mac SampleApp by yangsu@google.com · 14 years ago
  99. dd5f744 Add SkMatrix::getPerspectiveTypeMaskOnly() and SkMatrix::isTriviallyIdentity(). by tomhudson@google.com · 14 years ago
  100. a854041 Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, moved dependencies out of experimental by yangsu@google.com · 14 years ago