1. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago
  2. 4d5cb45 Set SDK for Mac build to 10.6, ignore gyp/build, fixup gpu files to compile against 10.5 if needed by bsalomon@google.com · 13 years ago
  3. 674b34c Rebaseline win fixed. (shadertext images were long out of date and several tests didn't have images) by bsalomon@google.com · 13 years ago
  4. e7a055d remove these (they need to be rebaselined) by reed@google.com · 13 years ago
  5. f06e0a3 Rebase linux for gpu xfer mode changes by bsalomon@google.com · 13 years ago
  6. 12f3e90 Rebase mac pro for gpu xfer mode changes by bsalomon@google.com · 13 years ago
  7. 5607422 forgot explicit return statements by reed@google.com · 13 years ago
  8. 86c1f71 Gpu blend optimizations, handle more xfer modes with fractional pixel coverage by bsalomon@google.com · 13 years ago
  9. d9f2dea update to new api for doAA by reed@google.com · 13 years ago
  10. 0017708 use SkRasterClip inside canvas (check-point for soft clipping) by reed@google.com · 13 years ago
  11. 58af9a6 separate SkBlitMask decl into its own header by reed@google.com · 13 years ago
  12. c42d35d add bool arg to clipRect and clipPath by reed@google.com · 13 years ago
  13. 071eef9 add bool argument to canvas' clipRect and clipPath for antialiasing by reed@google.com · 13 years ago
  14. e10f6fd Fix per-vertex coverage on Macs with aligned attrib bug by bsalomon@google.com · 13 years ago
  15. 2174494 use ATSFontRef for our unique ID. Much more stable than using the ptr itself (duh) by reed@google.com · 13 years ago
  16. c2188cf add SkRasterClip by reed@google.com · 13 years ago
  17. 3771a03 fix warnings (failed to return a bool) by reed@google.com · 13 years ago
  18. ba16da9 add op(rgn, op) by reed@google.com · 13 years ago
  19. 294dd7b change getLastPt to return a bool by reed@google.com · 13 years ago
  20. 5e2457e add getTotalClipBounds() as a partial replacement for getTotalClip. This can be by reed@google.com · 13 years ago
  21. d1e3c5f add experimental wrapper for region+aaclip by reed@google.com · 13 years ago
  22. f3c1da1 add setRegion and doAA parameter to setPath by reed@google.com · 13 years ago
  23. 82d344a add baselines by reed@google.com · 13 years ago
  24. bb3f4a8 Bug fixes: by suyang1 · 13 years ago
  25. 719fd04 add SkAAClip.cpp by reed@google.com · 13 years ago
  26. 3bcf8d3 add sample for clipping by reed@google.com · 13 years ago
  27. 077232e Add semicolon back that was accidentally deleted in r2444 by bsalomon@google.com · 13 years ago
  28. 1983f39 Make a bunch of GrPrintfs be debug-only by bsalomon@google.com · 13 years ago
  29. 96e96df When we're not using the NULL buffer data hint update with glBufferData rather than glBufferSubData. by bsalomon@google.com · 13 years ago
  30. e05cc8e explicitly set opt level for mac-release delete obsolete FPS bench by reed@google.com · 13 years ago
  31. 58f5119 Add baselines for linux aarectmodes and some missing gpu linux baselines. by bsalomon@google.com · 13 years ago
  32. a310826 Add per-vertex coverage field, use in AA rects when alpha tweak is not valid, add relevant sample/gm by bsalomon@google.com · 13 years ago
  33. f12449b Fixed signed/unsigned comparison warnings in empty path gm/sample by bsalomon@google.com · 13 years ago
  34. 0f1541f Mac does not like empty projects. by bungeman@google.com · 13 years ago
  35. b29c883 Add xps device to skia. http://codereview.appspot.com/5076041/ by bungeman@google.com · 13 years ago
  36. 1c04bf9 implement region-ops by reed@google.com · 13 years ago
  37. 07faed1 Setting perspective in fixed point. http://codereview.appspot.com/5088043/ by bungeman@google.com · 13 years ago
  38. cf38523 Don't let templates live in shadows. by bungeman@google.com · 13 years ago
  39. a12cc7f Separate code paths of SkTArray at compile time. by bungeman@google.com · 13 years ago
  40. 8e06dab Fix more VS2010 warnings. by bsalomon@google.com · 13 years ago
  41. 6150c20 Add newlines to debug error strings by bsalomon@google.com · 13 years ago
  42. 7d1276f Directly assign glBindTexture in windows gl interface rather than wglGetProcAddress since it is a GL 1.1 function and isn't exported as a ptr in the ATI driver. by bsalomon@google.com · 13 years ago
  43. 685d9e2 rebaseline by reed@google.com · 13 years ago
  44. 702a55d update baseline by reed@google.com · 13 years ago
  45. 111c19b fix scalar=fixed for the new tests by reed@google.com · 13 years ago
  46. 0abb499 add SkAlphaBlend255 by reed@google.com · 13 years ago
  47. 01744a4 Fix clamped_gradients gm to work in fixed. by bungeman@google.com · 13 years ago
  48. fd8772e bug fix for character 0x200B : zero-advance-space by reed@google.com · 13 years ago
  49. 767ea3b change gamma for white and neutral text by reed@google.com · 13 years ago
  50. 733e302 make no promises if we see a looper by reed@google.com · 13 years ago
  51. 644fc76 remove mention of obsolete symbol SK_SUPPORT_888_TEXT by reed@google.com · 13 years ago
  52. 2d4297c use SK_OVERRIDE by reed@google.com · 13 years ago
  53. 47ac84e check-point for aaclip by reed@google.com · 13 years ago
  54. 1deaab5 remove unused variable "inside", begin fixing coding style by reed@google.com · 13 years ago
  55. 632e1a2 move call to nothingToDraw into our iterator, so it sees the results of filters and loopers by reed@google.com · 13 years ago
  56. 2b33468 add baselines by reed@google.com · 13 years ago
  57. bbaa439 Rebaseline shadertext on windows by bsalomon@google.com · 13 years ago
  58. fa6ac93 Fixup rendering of empty paths (including inverted fills) by bsalomon@google.com · 13 years ago
  59. 3228789 check-point for aaclip by reed@google.com · 13 years ago
  60. d21845c Remove failing tests. Go green. by caryclark@google.com · 13 years ago
  61. 84e43fd fix text for Lion, Leopard, Skia on Mac by caryclark@google.com · 13 years ago
  62. e36707a first cut at aaclipping by reed@google.com · 13 years ago
  63. 02f5584 Change SkAutoMaskImage so that we're less likely to write leaky code. by bungeman@google.com · 13 years ago
  64. a30bc82 Remove nonexistant header from gyp file by bsalomon@google.com · 13 years ago
  65. bbf1226 fix calculation and assert for grmask -> bytes-per-pixel by reed@google.com · 13 years ago
  66. 127c3be Remove debug messages that are no longer needed. by vandebo@chromium.org · 13 years ago
  67. 675dd88 disable CHECK_NOTHING_TO_DRAW for now, since it doesn't play well with DrawLooper by reed@google.com · 13 years ago
  68. 18ac1ba Make asBlur method const. http://codereview.appspot.com/5190041/ by bungeman@google.com · 13 years ago
  69. 5eba98c Now that layout tests are fixed, remove flag to ignore margin fix. by bungeman@google.com · 13 years ago
  70. dcd0f3a quick-rejects based on xfermode, using SkPaint::nothingToDraw() by reed@google.com · 13 years ago
  71. 2c508f2 add force-rle parameter to help with aaclip testing by reed@google.com · 13 years ago
  72. a38c819 Fix two warnings in bench timers. http://codereview.appspot.com/5164049/ by bungeman@google.com · 13 years ago
  73. c74ab18 add accessors to irect by reed@google.com · 13 years ago
  74. 7deaa3b Update common_conditions to make sure there is a slash in VS2008. by bungeman@google.com · 13 years ago
  75. 983297e Roll gyp and add librarian settings (now supported). by bungeman@google.com · 13 years ago
  76. 5676b4a Revert r2122, r2116, r2108 Now that Chrome's PlatformDevice doesn't inherit from SkDevice. by vandebo@chromium.org · 13 years ago
  77. 1341304 Use SK_OVERRIDE to add a little extra robustness against name changes. by tomhudson@google.com · 13 years ago
  78. 7430a33 invert gamma for non-black/white text by reed@google.com · 13 years ago
  79. c2c9b97 Fix nits by bsalomon@google.com · 13 years ago
  80. 5ebc700 New baseline images for windows. Visually OKed by Mike and Elliot. by epoger@google.com · 13 years ago
  81. 3253898 need these for the forceaa change by reed@google.com · 13 years ago
  82. 600b3f6 don't autoset forceaa (yet), but require the caller to do that. In the future by reed@google.com · 13 years ago
  83. 97d1a22 disable auto-detection of non-opaque devices for LCD for now by reed@google.com · 13 years ago
  84. c47c4ab update baselines by reed@google.com · 13 years ago
  85. 6fc3c1f Detect that we're drawing to a device that has per-pixel alpha, and if so, by reed@google.com · 13 years ago
  86. e958c69 whitespace commit to trigger buildbots by epoger@google.com · 13 years ago
  87. be2faf0 whitespace commit to trigger buildbots by epoger@google.com · 13 years ago
  88. 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
  89. 9d12f5c Fix some VS2010 warnings Review URL: http://codereview.appspot.com/5155043 by bsalomon@google.com · 13 years ago
  90. 6f92f18 Fix GLPrograms unit test, only set fExperimentalGS if driver support is by bsalomon@google.com · 13 years ago
  91. f75b84e Add license by bsalomon@google.com · 13 years ago
  92. edfe1aa Add experimental geometry shader code to gpu backend by bsalomon@google.com · 13 years ago
  93. 5088385 Rebase win fixed by bsalomon@google.com · 13 years ago
  94. 7aab466 Rebase gm win float by bsalomon@google.com · 13 years ago
  95. 17bea24 rebaseline (with Brian's cleartype settings) by reed@google.com · 13 years ago
  96. bf7a7fb add baselines by reed@google.com · 13 years ago
  97. 9b8c20c rebaseline with gamma correct text by reed@google.com · 13 years ago
  98. 3c9f8ff remove clearing gamma for BW, since caller does that now by reed@google.com · 13 years ago
  99. 6f5df48 add gamma-correct text by reed@google.com · 13 years ago
  100. 2ac3867 rebaseline with new gamma-corrected text by reed@google.com · 13 years ago