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