1. e371989 add picture to c api by reed · 10 years ago
  2. 0acf1b4 add private flag for sprite-as-bitmap by reed · 10 years ago
  3. 8fc6c2d This CL cleans up the last remaining users of localCoordChange on paint by joshualitt · 10 years ago
  4. d990e2f add testing flag to ignore saveLayer bounds by reed · 10 years ago
  5. 39edf76 Rename GrGpuGL -> GrGLGpu by jvanverth · 10 years ago
  6. 14afb43 Fix conics for gpu GrAAHairLinePathRender by egdaniel · 10 years ago
  7. fe43c40 Disable GPU sRGB textures for the moment. by jvanverth · 10 years ago
  8. 51d1f7e reenable complexclip3 for gpu by bsalomon · 10 years ago
  9. fa1e8a7 Add sRGB texture support. by jvanverth · 10 years ago
  10. 2d73d80 remove dead SK_SUPPORT_LEGACY_IMAGEDECODER_CHOOSER code by reed · 10 years ago
  11. 080e673 Add XP to handle the cases where we disable color write. by egdaniel · 10 years ago
  12. 33cca88 Update ColorFilterImageFilter & BlurImageFilter debugger strings by robertphillips · 10 years ago
  13. 91f8e7f Initialize wrapped render target wrap status correctly by kkinnunen · 10 years ago
  14. ec57b54 remove dead SK_SUPPORT_LEGACY_DEVICE_CLEAR code by reed · 10 years ago
  15. ca32da7 Allow the alpha folding optimization if the single draw's paint has a shader by robertphillips · 10 years ago
  16. 5e8b168 remove dead SK_LEGACY_ENCODE_BITMAP flag by reed · 10 years ago
  17. 752e7eb Cleanup: Another round of override fixes. by tfarina · 10 years ago
  18. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  19. 290c09b initial changes to add local matrix to primitive processor by joshualitt · 10 years ago
  20. d55b595 fix SK_LEGACY_ENCODE_BITMAP missing cast by reed · 10 years ago
  21. 9ed7f57 When bitmap is texture backed, don't download and reupload pixels by bsalomon · 10 years ago
  22. 53b9e2e add const to encodePixels pixel parameter by reed · 10 years ago
  23. 438b0d7 Enable new gradients + suppress gms for now by reed · 10 years ago
  24. c262582 Remove the low hanging fruit with coord change matrices by joshualitt · 10 years ago
  25. 8aacf20 Fill SkRRect::fType proactively. by mtklein · 10 years ago
  26. 2c77027 Revert of enable new gradients + suppress gms for now (patchset #1 id:1 of https://codereview.chromium.org/807513004/) by reed · 10 years ago
  27. 8142a57 enable new gradients + suppress gms for now by reed · 10 years ago
  28. 9e4ecdc Add an InvariantOutput for the XPF. by egdaniel · 10 years ago
  29. caf7e93 improve precision of gradients (disabled for now) by reed · 10 years ago
  30. 309d4d5 Remove GrCoordTransform::kPosition_CoordSet by bsalomon · 10 years ago
  31. a3cbc28 remove dead code for SK_SUPPORT_LEGACY_TEXTRENDERMODE by reed · 10 years ago
  32. 16b2789 Change to create device coord coordset by joshualitt · 10 years ago
  33. 3f490a0 Fix complexclip3 test on gpu by bsalomon · 10 years ago
  34. 1348dfd Cleanup: Remove a bunch of SkFontHost.h includes (unused). by tfarina · 10 years ago
  35. 1334c21 One more pass at getting half float texture configs correct. by jvanverth · 10 years ago
  36. e3d5c7f Cleanup: More override fixes. by tfarina · 10 years ago
  37. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  38. 1b28a3a use conics for addRRect by reed · 10 years ago
  39. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  40. 8750924 Add Coverage Drawing XP by egdaniel · 10 years ago
  41. f72b752 Re-enable default sized formats, handling BGRA exception. by jvanverth · 10 years ago
  42. 1f78c0a Stop calling flushGLState in onStencilPath by bsalomon · 10 years ago
  43. 220f926 use conics by reed · 10 years ago
  44. c6b8ffa Fix a case of kPartialSuccess. by scroggo · 10 years ago
  45. 2b9445b fix end-point and conic bugs in cornerpatheffect by reed · 10 years ago
  46. 8b57524 add arcto patheffect by reed · 10 years ago
  47. a86a233 Give the hoisting surfaces surface props by robertphillips · 10 years ago
  48. e1869ca Revert using sized formats for everything except ES 2.0. by jvanverth · 10 years ago
  49. d95263c Remove GrGpu::flushGraphicsState by bsalomon · 10 years ago
  50. 3f801cb Change desktop and ES 3.0 to always use sized internal texture formats. by jvanverth · 10 years ago
  51. 88640cf SkMatrix44(const SkMatrix&) needs to initialize the type mask by fs · 10 years ago
  52. 478dd72 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
  53. 29097f9 Rename GrGpuGL_program.cpp to GrGLGpuProgramCache.cpp by bsalomon · 10 years ago
  54. 86f0328 Revert of Fix layer hoisting image filter corner cases (patchset #3 id:40001 of https://codereview.chromium.org/803183003/) by robertphillips · 10 years ago
  55. 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 10 years ago
  56. 702eb96 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
  57. 9a5380d Revert of Use SkPaint::getFontBounds() for text bounding boxes in pictures. (patchset #1 id:1 of https://codereview.chromium.org/805983003/) by mtklein · 10 years ago
  58. bdd22a3 Revert of Change desktop and ES 3.0 to always use sized internal texture formats. (patchset #2 id:20001 of https://codereview.chromium.org/806943002/) by jvanverth · 10 years ago
  59. 02d2b98 Use SkPaint::getFontBounds() for text bounding boxes in pictures. by mtklein · 10 years ago
  60. bc02bf0 Change desktop and ES 3.0 to always use sized internal texture formats. by jvanverth · 10 years ago
  61. a047f12 whitespace change to context to force rebuild of skia by joshualitt · 10 years ago
  62. 9b98932 This change will ultimately pull uniform color, and to a much lesser degree uniform coverage, into GPs. There are still some loose ends because drawstate has the ability to override the GP, but fixing these cleanly will have to wait until we have deferred geometry in place and can make attribute / uniform decisions on the fly. by joshualitt · 10 years ago
  63. bc3d0de Move all non-program cache functions out of GrGpuGL_program.cpp by bsalomon · 10 years ago
  64. 0393912 pass dst-rect through from drawBitmapRect for better precision by reed · 10 years ago
  65. 8893e5f add paint::getFontBounds() by reed · 10 years ago
  66. 830d206 devirtualize some functions on GrGpu by bsalomon · 10 years ago
  67. f9d6101 There can be only one (SkRandom)! by scroggo · 10 years ago
  68. 54160f3 Add xp optimization for RGB coverage. by egdaniel · 10 years ago
  69. 5bcbe91 Fix rrects that are large enough that we lose/gain a bit when we add the radius to a bounds coordinate. by reed · 10 years ago
  70. 3fcc125 Remove SkCanvas::isDrawingToLayer by junov · 10 years ago
  71. 0aa5cea fix last warnings on w64 and turn on w.a.e. by bsalomon · 10 years ago
  72. e8307dc Add SK_OVERRIDE to a few places that are missing it. by mtklein · 10 years ago
  73. e05fed0 add dumpHex option to rect and rrect, to match path by reed · 10 years ago
  74. ce1c886 Do circle anti-aliasing in normalized space to avoid precision issues with half-floats on Adreno. by bsalomon · 10 years ago
  75. 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 10 years ago
  76. 451e822 add get9 and set9 to matrix, to aid in making keys by reed · 10 years ago
  77. fbaace0 DM warning-free on win64 by bsalomon · 10 years ago
  78. 9880607 Even more win64 warning fixes by bsalomon · 10 years ago
  79. ccc12ed improve cull, so we don't create empty segments by reed · 10 years ago
  80. 0e91246 Harden validation for SkPathRef by robertphillips · 10 years ago
  81. 1607156 Handle SkBitmaps which have no pixels in SkPDFImage. by jbroman · 10 years ago
  82. 8dd31cf Extract cubic classification from gpu into geometry by caryclark · 10 years ago
  83. ef3fcd8 More win64 warning fixes by bsalomon · 10 years ago
  84. f0f1411 Cull pushCull and popCull from Skia. by mtklein · 10 years ago
  85. 59dba14 SkRecord: increase min block to 512B, remove max. by mtklein · 10 years ago
  86. e832b95 valgrind static uninit fix by joshualitt · 10 years ago
  87. a60b2ea Fix float and half float support on mobile. by jvanverth · 10 years ago
  88. 891372c use SkScalar instead of float by reed · 10 years ago
  89. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  90. 5756aff Adding a custom data field to GrGpuResource by junov · 10 years ago
  91. ccb328d Fix some win64 warnings. by bsalomon · 10 years ago
  92. c230414 Create xfer processor backend. by egdaniel · 10 years ago
  93. f55c314 Enforce thread-safety of bitmaps in pictures via the type. by mtklein · 10 years ago
  94. 1a4900e Force embedding full font when serializing pictures. by mtklein · 10 years ago
  95. 895c43b Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  96. 7b9e8a4 Apply the layer's image filter to the hoisted image by robertphillips · 10 years ago
  97. 2ff1fce Defer saves() until they're needed by reed · 10 years ago
  98. f364b61 Really fix valgrind issue by joshualitt · 10 years ago
  99. 3490263 Replace use of deprecated CG methods. by bungeman · 10 years ago
  100. 2947382 Revert of Create xfer processor backend. (patchset #6 id:100001 of https://codereview.chromium.org/764643004/) by joshualitt · 10 years ago