1. bd465d1 Factor GrTexture into public GrTexture and private GrTextureImpl. by commit-bot@chromium.org · 10 years ago
  2. d12de02 Revert of hide get/setLocalMatrix (https://codereview.chromium.org/279563002/) by commit-bot@chromium.org · 10 years ago
  3. 5adad32 hide get/setLocalMatrix by commit-bot@chromium.org · 10 years ago
  4. 27f6b0d Add timing to dump_record. by commit-bot@chromium.org · 10 years ago
  5. 4175388 QuadTree: don't leak deferred inserts past clear() by commit-bot@chromium.org · 10 years ago
  6. 95c2003 cleanup GrContext resource cache api by commit-bot@chromium.org · 10 years ago
  7. 1c26111 Fix typo in SkFontHost_win.cpp in comment. by bungeman@google.com · 10 years ago
  8. a17773f Disable filtering in draw Bitmap operation when pixels are aligned by commit-bot@chromium.org · 10 years ago
  9. f97d65d Fix rendering artifacts in pull-saveLayers-forward mode by commit-bot@chromium.org · 10 years ago
  10. a69bda8 return null if subshader fails by commit-bot@chromium.org · 10 years ago
  11. 888e468 Split Star into Star (stores nothing) and List (stores matches). by commit-bot@chromium.org · 10 years ago
  12. 3d41c4a Revert r14650 (Fix rendering artifacts in pull-saveLayers-forward mode - https://codereview.chromium.org/267293007) due to unit test failures by robertphillips@google.com · 10 years ago
  13. 1e44730 Noop away PushCull/PopCull pairs with nothing between them. by commit-bot@chromium.org · 10 years ago
  14. e529a61 store map ptr in GrGeometryBuffer base class by commit-bot@chromium.org · 10 years ago
  15. 7252f7b Fix rendering artifacts in pull-saveLayers-forward mode by commit-bot@chromium.org · 10 years ago
  16. de3ad9e Revert of extract some common code from PictureRenderer (https://codereview.chromium.org/273703006/) by commit-bot@chromium.org · 10 years ago
  17. 443c0a6 Revert of Improved x86 SSE build and run-time checks. (https://codereview.chromium.org/272503006/) by commit-bot@chromium.org · 10 years ago
  18. 2656b1d Improved x86 SSE build and run-time checks. by commit-bot@chromium.org · 10 years ago
  19. ee18f2a extract some common code from PictureRenderer by commit-bot@chromium.org · 10 years ago
  20. b2c82c9 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  21. 37f6e62 Move paints to the front of draw structs. by commit-bot@chromium.org · 10 years ago
  22. 8fae213 add localmatrix-shader by commit-bot@chromium.org · 10 years ago
  23. beb1af2 First pass at pre-rendering saveLayers for GPU by robertphillips@google.com · 10 years ago
  24. c71da1f Convert all SkRecordPattern matchers into SkRecord mutators. by commit-bot@chromium.org · 10 years ago
  25. ba31f1d Some small cleanups for image filter code. by senorblanco@chromium.org · 10 years ago
  26. 8341eb7 Rename from "(un)lock" to "(un)map" for geometry buffers. by commit-bot@chromium.org · 10 years ago
  27. d4db657 Fix for SkDisplacementMap::onFilterBounds(). by senorblanco@chromium.org · 10 years ago
  28. 50ca12b Statically initialize those zero-size singletons. by commit-bot@chromium.org · 10 years ago
  29. 9f46974 Revert of Statically initialize those zero-size singletons. (https://codereview.chromium.org/270353003/) by commit-bot@chromium.org · 10 years ago
  30. 37a6a8c Statically initialize those zero-size singletons. by commit-bot@chromium.org · 10 years ago
  31. 08bf86c Partially restore small-T optimization for very small (empty) T. by commit-bot@chromium.org · 10 years ago
  32. eab6c9a Fix Dash Effect readback calc for fPhase from old skps by commit-bot@chromium.org · 10 years ago
  33. 467705a save-draw*-restore -> noop-draw*-noop by commit-bot@chromium.org · 10 years ago
  34. 30602ab if SK_DEBUG -> ifdef SK_DEBUG by commit-bot@chromium.org · 10 years ago
  35. 24e7b9f Fix warning by commit-bot@chromium.org · 10 years ago
  36. 2db7fe7 When solving the cubic line intersection directly fails, use binary search as a fallback. by commit-bot@chromium.org · 10 years ago
  37. 2d91eff 4x allocation in PipeController is probably overkill. by commit-bot@chromium.org · 10 years ago
  38. eaca36b remove dead mipmap code from SkBitmap by commit-bot@chromium.org · 10 years ago
  39. f5bf3cf Add SaveLayer-Draw-Restore optimization. by commit-bot@chromium.org · 10 years ago
  40. a5b068c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  41. 68250c8 Fix for empty saveLayer() with a filter which affects transparent black. by senorblanco@chromium.org · 10 years ago
  42. 1b54646 SaveLayer is not a draw. by commit-bot@chromium.org · 10 years ago
  43. 901c43c Temporarily disable NEON on Android framework builds. by djsollen@google.com · 10 years ago
  44. 80116dc add local-matrix to shader::context by commit-bot@chromium.org · 10 years ago
  45. 8fd9382 Fix memory leak in GPU Picture optimization by commit-bot@chromium.org · 10 years ago
  46. f03f9ff don't leak the bitmapShader by commit-bot@chromium.org · 10 years ago
  47. 0205aba Infrastructure changes to support pull-saveLayers-forward task by commit-bot@chromium.org · 10 years ago
  48. edda70e Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  49. cf800e0 Initialize the SkFontConfigInterface singleton with SkOnce. by bungeman@google.com · 10 years ago
  50. 73fffeb Add pattern matchers for SkRecord by commit-bot@chromium.org · 10 years ago
  51. 06a3206 fix TriColorShader to respect the paint's alpha by commit-bot@chromium.org · 10 years ago
  52. 300c606 Revert r14571 (Infrastructure changes to support pull saveLayers forward task - https://codereview.chromium.org/266203003) due to breaking Android unit tests by robertphillips@google.com · 10 years ago
  53. 95a2b0e Allow custom resources in the GrContext's cache by commit-bot@chromium.org · 10 years ago
  54. 11c6b39 Adds a mechanism for GrCacheable objects to notify the resource cache by commit-bot@chromium.org · 10 years ago
  55. ce56d96 Remove SkShader virtual method validContext by commit-bot@chromium.org · 10 years ago
  56. 6b392b6 Infrastructure changes to support pull-saveLayers-forward task by commit-bot@chromium.org · 10 years ago
  57. 1ab536f fix composeshader to respect the paint's alpha by commit-bot@chromium.org · 10 years ago
  58. 4e332f8 add rounding-using-doubles methods on SkScalar and SkRect by commit-bot@chromium.org · 10 years ago
  59. 160b478 Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  60. 6803c21 Revert of fix the error that path is inversed for stroke and strokeAndFill styles (https://codereview.chromium.org/183683010/) by commit-bot@chromium.org · 10 years ago
  61. 1f99d93 fix the error that path is inversed for stroke and strokeAndFill styles. by commit-bot@chromium.org · 10 years ago
  62. 92f9326 fix size_t/int warnings by commit-bot@chromium.org · 10 years ago
  63. 089a780 Split GrResource into GrCacheable/GrGpuObject by commit-bot@chromium.org · 10 years ago
  64. 40f6e3a add release-mode checks for null, at least for a while by commit-bot@chromium.org · 10 years ago
  65. 5aacfe9 Remove setLocalMatrix calls from picture shader GM. by commit-bot@chromium.org · 10 years ago
  66. c09abe6 Revert of Remove setLocalMatrix calls from picture shader GM. (https://codereview.chromium.org/260863007/) by commit-bot@chromium.org · 10 years ago
  67. 74b8cb1 Remove setLocalMatrix calls from picture shader GM. by commit-bot@chromium.org · 10 years ago
  68. 608d637 Choose memset procs once. by commit-bot@chromium.org · 10 years ago
  69. 1111b61 Add literal picture recording mode, triggered by a compile time switch. by commit-bot@chromium.org · 10 years ago
  70. f239d91 guard against self-assignment by commit-bot@chromium.org · 10 years ago
  71. 8c7372b Fix for SkMatrixConvolutionImageFilter with large borders. by senorblanco@chromium.org · 10 years ago
  72. 53b614b Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. (https://codereview.chromium.org/243413002/) by djsollen@google.com · 10 years ago
  73. b6e5e4c Revert of Fix iOS build. (https://codereview.chromium.org/269663008/) by commit-bot@chromium.org · 10 years ago
  74. bc4ae9e Fix iOS build. by bsalomon@google.com · 10 years ago
  75. f9deb8a Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  76. 6fcd1ef Add flag for SkGpuSurface creation to enable distance fields. by commit-bot@chromium.org · 10 years ago
  77. 9a40803 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  78. 9d5e3f1 Fix image decode thrashing when drawing a very large source image to a GPU canvas by commit-bot@chromium.org · 10 years ago
  79. 0206363 Remove dead code. by commit-bot@chromium.org · 10 years ago
  80. 058670b Add support for kEmbeddedBitmapText_Flag to DirectWrite. by bungeman@google.com · 10 years ago
  81. e901b6d create struct to hold all the params passed around for shader::context by commit-bot@chromium.org · 10 years ago
  82. e83b9b7 Remove SkDEBUGFAILs that are problematic for Chromium by commit-bot@chromium.org · 10 years ago
  83. 2e74f9d remove code behind SK_SUPPORT_LEGACY_PROCXFERMODE by reed@google.com · 10 years ago
  84. 508022c expose ConvertRadiusToSigma to aid clients in the API transition to sigma by commit-bot@chromium.org · 10 years ago
  85. 9195743 Add a fix for a spurious assert in SkMatrixConvolutionImageFilter. by senorblanco@chromium.org · 10 years ago
  86. 24f6e29 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  87. f3e5059 add default impl for context methods on shader by commit-bot@chromium.org · 10 years ago
  88. 45d1d1d Rename SK_DEBUGBREAK to SK_ALWAYSBREAK by commit-bot@chromium.org · 10 years ago
  89. 62cf26f Revert of Rename SK_DEBUGBREAK to SK_ALWAYSBREAK (https://codereview.chromium.org/263553012/) by commit-bot@chromium.org · 10 years ago
  90. f0eeb7d Rename SK_DEBUGBREAK to SK_ALWAYSBREAK by commit-bot@chromium.org · 10 years ago
  91. 8c4953c Cleanup of SSE optimization files. by commit-bot@chromium.org · 10 years ago
  92. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  93. 91fc81c fix cubic/line intersection; add skp tests by commit-bot@chromium.org · 10 years ago
  94. b53dd6c Remove the unused SkCachePreload_arm by commit-bot@chromium.org · 10 years ago
  95. 8dac8b1 Backfill unit tests for SkRecord by commit-bot@chromium.org · 10 years ago
  96. eeaeafe Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  97. f4e67e3 Fail to create GrContext when we get a NULL for a GL/GLSL version string by commit-bot@chromium.org · 10 years ago
  98. 9add5dc Move GrGLInterface function ptr setup into a common function for all OpenGL GrGLInterface factories (but not GLES yet). by commit-bot@chromium.org · 10 years ago
  99. 66ec1e4 Move setup of SkPictCopyInfo into SkPicture::clone by commit-bot@chromium.org · 10 years ago
  100. 5376325 ARM Skia NEON patches - 36 - Color32 by commit-bot@chromium.org · 10 years ago