1. 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
  2. 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
  3. 02d2b98 Use SkPaint::getFontBounds() for text bounding boxes in pictures. by mtklein · 10 years ago
  4. bc02bf0 Change desktop and ES 3.0 to always use sized internal texture formats. by jvanverth · 10 years ago
  5. a047f12 whitespace change to context to force rebuild of skia by joshualitt · 10 years ago
  6. 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
  7. bc3d0de Move all non-program cache functions out of GrGpuGL_program.cpp by bsalomon · 10 years ago
  8. 0393912 pass dst-rect through from drawBitmapRect for better precision by reed · 10 years ago
  9. 8893e5f add paint::getFontBounds() by reed · 10 years ago
  10. 830d206 devirtualize some functions on GrGpu by bsalomon · 10 years ago
  11. f9d6101 There can be only one (SkRandom)! by scroggo · 10 years ago
  12. 54160f3 Add xp optimization for RGB coverage. by egdaniel · 10 years ago
  13. 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
  14. 3fcc125 Remove SkCanvas::isDrawingToLayer by junov · 10 years ago
  15. 0aa5cea fix last warnings on w64 and turn on w.a.e. by bsalomon · 10 years ago
  16. e8307dc Add SK_OVERRIDE to a few places that are missing it. by mtklein · 10 years ago
  17. e05fed0 add dumpHex option to rect and rrect, to match path by reed · 10 years ago
  18. ce1c886 Do circle anti-aliasing in normalized space to avoid precision issues with half-floats on Adreno. by bsalomon · 10 years ago
  19. 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 10 years ago
  20. 451e822 add get9 and set9 to matrix, to aid in making keys by reed · 10 years ago
  21. fbaace0 DM warning-free on win64 by bsalomon · 10 years ago
  22. 9880607 Even more win64 warning fixes by bsalomon · 10 years ago
  23. ccc12ed improve cull, so we don't create empty segments by reed · 10 years ago
  24. 0e91246 Harden validation for SkPathRef by robertphillips · 10 years ago
  25. 1607156 Handle SkBitmaps which have no pixels in SkPDFImage. by jbroman · 10 years ago
  26. 8dd31cf Extract cubic classification from gpu into geometry by caryclark · 10 years ago
  27. ef3fcd8 More win64 warning fixes by bsalomon · 10 years ago
  28. f0f1411 Cull pushCull and popCull from Skia. by mtklein · 10 years ago
  29. 59dba14 SkRecord: increase min block to 512B, remove max. by mtklein · 10 years ago
  30. e832b95 valgrind static uninit fix by joshualitt · 10 years ago
  31. a60b2ea Fix float and half float support on mobile. by jvanverth · 10 years ago
  32. 891372c use SkScalar instead of float by reed · 10 years ago
  33. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  34. 5756aff Adding a custom data field to GrGpuResource by junov · 10 years ago
  35. ccb328d Fix some win64 warnings. by bsalomon · 10 years ago
  36. c230414 Create xfer processor backend. by egdaniel · 10 years ago
  37. f55c314 Enforce thread-safety of bitmaps in pictures via the type. by mtklein · 10 years ago
  38. 1a4900e Force embedding full font when serializing pictures. by mtklein · 10 years ago
  39. 895c43b Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  40. 7b9e8a4 Apply the layer's image filter to the hoisted image by robertphillips · 10 years ago
  41. 2ff1fce Defer saves() until they're needed by reed · 10 years ago
  42. f364b61 Really fix valgrind issue by joshualitt · 10 years ago
  43. 3490263 Replace use of deprecated CG methods. by bungeman · 10 years ago
  44. 2947382 Revert of Create xfer processor backend. (patchset #6 id:100001 of https://codereview.chromium.org/764643004/) by joshualitt · 10 years ago
  45. 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
  46. bd528cd fix for chrome bug with sub pixel hairlines by joshualitt · 10 years ago
  47. 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
  48. c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  49. 04b49c3 Don't store an SkMatrix in BitmapShaderKey. by fmalita · 10 years ago
  50. 733fc20 Fix to set correct output type when blending when we've read dst by egdaniel · 10 years ago
  51. 9b33822 fix for valgrind uninit variables by joshualitt · 10 years ago
  52. 387a01a Detect discarded SkPictureShader pixel refs. by fmalita · 10 years ago
  53. cc695fe Gradient shaders: make fPtsToUnit const, pre-cache getType(). by mtklein · 10 years ago
  54. 6cfce1b Change how SkDebugf is sent to stdout on Android. by scroggo · 10 years ago
  55. 96472de dd readPixels to SkImage by reed · 10 years ago
  56. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  57. 4dffc94 Create xfer processor backend. by egdaniel · 10 years ago
  58. 3054be1 Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  59. 72b0c05 Add SSSE3 acceleration for S32_D16_filter_DX by qiankun.miao · 10 years ago
  60. 7543aa2 add readPixels to SkSurface (later try to remove it from SkCanvas) by reed · 10 years ago
  61. 9a0c7ab Skia: Track the fIsWrapped separately so that we delete correctly by hendrikw · 10 years ago
  62. a8918a0 Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul (patchset #3 id:40001 of https://codereview.chromium.org/790733003/) by reed · 10 years ago
  63. 2e3b3e3 This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated). by joshualitt · 10 years ago
  64. f3c78cc Adding an option for pixelated rendering in SkPictureImageFilter by junov · 10 years ago
  65. 138aa22 Remove unused static function skcolor_to_grcolor_nopremultiply. by egdaniel · 10 years ago
  66. 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  67. a8b326c change SkPoint::setLength to set itself to (0,0) if it starting length is degenerate. by reed · 10 years ago
  68. 6dd1739 Fix for alpha textures on Nexus 6. by jvanverth · 10 years ago
  69. 06194c5 Don't call GetShaderPrecisionFormat for geometry shaders. by bsalomon · 10 years ago
  70. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  71. 9f876a3 Use threshold of 1 texture coord value per pixel w/ nearest neighbor. by bsalomon · 10 years ago
  72. 54a57f5 Use GrCoordTransform precision to set uniform matrix precision by bsalomon · 10 years ago
  73. 309e346 Rename CustomCoordTextureEffect to GrBitmapTextGeoProc. by egdaniel · 10 years ago
  74. 422f56f Make addUniform take a precision by bsalomon · 10 years ago
  75. c0bd648 Move shader precision out of GrShaderVar by bsalomon · 10 years ago
  76. 17168df Use texture size to determine precision of texture coord varyings. by bsalomon · 10 years ago
  77. 3030445 Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of https://codereview.chromium.org/784643002/) by scroggo · 10 years ago
  78. 02b217f Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  79. 414867c Avoid crash on some 64b ARM NEON platforms. by tomhudson · 10 years ago
  80. c0708cb Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of https://codereview.chromium.org/784643002/) by robertphillips · 10 years ago
  81. 8b7b9c2 Fix MatrixImageFilter computeFastBounds by robertphillips · 10 years ago
  82. ff3106c Display text blob bounds in the debugger. by fmalita · 10 years ago
  83. 0c4aba6 Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  84. 8d95ffa Revert of Make all blending up to GrOptDrawState be handled by the xp/xp factory. (patchset #7 id:140001 of https://codereview.chromium.org/759713002/) by egdaniel · 10 years ago
  85. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  86. a2bd24f Tweak SkPictureShader's tile semantics. by fmalita · 10 years ago
  87. 2be0fd8 Constify CreatePictureShader's picture arg. by fmalita · 10 years ago
  88. 08c357c remove device::clear -- no longer called by reed · 10 years ago
  89. b9bb38c make SkColorShader private, use public factory by reed · 10 years ago
  90. d3d1a98 add convexity logic and tests for scalar max, Inf, and NaN by caryclark · 10 years ago
  91. 28f9c60 Add support for half float alpha textures. by jvanverth · 10 years ago
  92. 915187b Check XpFactory equality in DrawState by egdaniel · 10 years ago
  93. ced9010 Fix include for GrPortderDuffXferProcessor.cpp TBR=bsalomon@google.com by egdaniel · 10 years ago
  94. 5f14c5e Factor text size device mapping in SkScalerContext. by bungeman · 10 years ago
  95. 03d3bb0 get rid of static gps by joshualitt · 10 years ago
  96. 8bf2bd3 Move GrPorterDuffXferProcessor to include/gpu/effects. by egdaniel · 10 years ago
  97. 69469b5 Use size of SkRect as the key for blur mask cache by qiankun.miao · 10 years ago
  98. 95f9b5f Fix overoptimization in distance field code on N7 and N10. by jvanverth · 10 years ago
  99. c92aadc clean up default precision handling by bsalomon · 10 years ago
  100. eb2a676 Remove backend factories by joshualitt · 10 years ago