1. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  2. 1acc3d7 Replace uses of GR_DEBUGCODE by SkDEBUGCODE. by commit-bot@chromium.org · 11 years ago
  3. bfe2b9d Move oval and rect renderer includes to private interface by jvanverth@google.com · 11 years ago
  4. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  5. 8d3c640 Fix for nested rect drawing bug by robertphillips@google.com · 11 years ago
  6. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  7. 24ab3b0 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  8. 75796db Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago
  9. c1cdf21 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  10. 9b6a185 Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago
  11. 66017f6 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  12. 19dd017 Fix a crash on stroking empty paths with nv_path_rendering enabled by commit-bot@chromium.org · 11 years ago
  13. b86add1 make the filter mode for GrTextureAccess an enum so we can plumb down by humper@google.com · 11 years ago
  14. 44a91dc Add GrContext::setMaxTextureSizeOverride by robertphillips@google.com · 11 years ago
  15. 1f3c738 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  16. f64c684 Add a 'unique' method to SkRefCnt, document the usage, and add support. by bungeman@google.com · 11 years ago
  17. e4eaea2 Alter resource cache and GrContext to (optionally) never reuse a scratch texture by robertphillips@google.com · 11 years ago
  18. 1622a6d Add purgeAsNeeded calls before addResource calls by robertphillips@google.com · 11 years ago
  19. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  20. 1836d33 Missed this is r9949 (Allow the resource cache to (indirectly) flush the InOrderDrawBuffer - https://codereview.chromium.org/18466005/) by commit-bot@chromium.org · 11 years ago
  21. 736dd03 Move gaussianBlur functionality to src\effects by robertphillips@google.com · 11 years ago
  22. 42dacab Make GrPaint have a variable sized array of color and coverage stages rather than a fixed size. by commit-bot@chromium.org · 11 years ago
  23. ef284a8 The two leaks are: by commit-bot@chromium.org · 11 years ago
  24. cae27fe Allow the resource cache to (indirectly) flush the InOrderDrawBuffer by commit-bot@chromium.org · 11 years ago
  25. e7db8d6 Fix for DEPS roll failure (a patch to r9898) by robertphillips@google.com · 11 years ago
  26. 1267fbd Minor GrContext/GrInOrderDrawBuffer cleanup by robertphillips@google.com · 11 years ago
  27. 0a208a1 Add flag bits for partial GrContext reset by bsalomon@google.com · 11 years ago
  28. ba66999 revert 9802 breacking tests on some configs by edisonn@google.com · 11 years ago
  29. cad107b Add flag bits for partial GrContext reset by bsalomon@google.com · 11 years ago
  30. eb6879f Replace fixed-size array of effect stages in GrDrawState with two appendable arrays, one for color, one for coverage. by bsalomon@google.com · 11 years ago
  31. 21c10c5 Make text context responsible for setting GrPaint on GrDrawState. by bsalomon@google.com · 11 years ago
  32. 137f134 Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s by bsalomon@google.com · 11 years ago
  33. bb6a317 Make GrContext track the current matrix, render target, and clip directly rather than using GrDrawState. by commit-bot@chromium.org · 11 years ago
  34. 5d1d79a fix slowness of getImageData() for CanvasRenderingContext2D in linux due to un-optimized format for glReadPixels by commit-bot@chromium.org · 11 years ago
  35. 83d1a68 Add special handling of rectori case for gpu by robertphillips@google.com · 11 years ago
  36. d09ab84 Don't make dst copies when color stage requires dst but color writes are disabled. by bsalomon@google.com · 11 years ago
  37. eafdf12 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  38. afd1cba Re-add isIRect test for AA rect drawing by robertphillips@google.com · 11 years ago
  39. 28ac96e Partial revert of r9087 by robertphillips@google.com · 11 years ago
  40. 18136d1 Remove isIRect "optimization" & defer computation of device Rect in AA rect rendering by robertphillips@google.com · 11 years ago
  41. 2fd42c4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  42. 4b140b5 Add geometry-based rotated AA rect drawing path by robertphillips@google.com · 11 years ago
  43. b19cb7f Axis aligned shader-based rect drawing by robertphillips@google.com · 11 years ago
  44. 37d883d Disable AA for ovals and roundrects if MSAA is enabled. by commit-bot@chromium.org · 11 years ago
  45. c560091 Minor optimization by robertphillips@google.com · 11 years ago
  46. cc83ff1 Remove useless SkRect::sort by robertphillips@google.com · 11 years ago
  47. f2bfd54 Add GPU support for roundrects by commit-bot@chromium.org · 11 years ago
  48. 733c062 Exit ~GrContext early if GrContext::init() failed. by bsalomon@google.com · 11 years ago
  49. c9f3b38 Sanitizing source files in Skia_Periodic_House_Keeping (SkipBuildbotRuns) by rmistry@google.com · 11 years ago
  50. 4290330 Vertex Attrib configurations now handled as pointers vs. SkSTArrays by robertphillips@google.com · 11 years ago
  51. 235ef3d Remove GR_STATIC_RECT_VB by robertphillips@google.com · 11 years ago
  52. 686bcb8 Reland of 8525 with fix for case when GrRT outlives GrTexture. by bsalomon@google.com · 11 years ago
  53. df3695e First pass at Rect Effect by robertphillips@google.com · 11 years ago
  54. e06f8ef Revert 8525,8526 pending investigation of bench_pictures crashes. by bsalomon@google.com · 11 years ago
  55. d02e880 Remove GrTexture::releaseRenderTarget() and add GrSurface::isSameAs(). by bsalomon@google.com · 11 years ago
  56. 0406b9e Make drawRect preserve vertex attrib state and push/pop the geom sources. by bsalomon@google.com · 11 years ago
  57. 054ae99 Take two for r8466: by jvanverth@google.com · 11 years ago
  58. c7bf296 Rolling back r8466. by jvanverth@google.com · 11 years ago
  59. fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 11 years ago
  60. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 11 years ago
  61. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 11 years ago
  62. 7e32851 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  63. 8131283 Move oval rendering code to GrOvalRenderer. by commit-bot@chromium.org · 12 years ago
  64. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 12 years ago
  65. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 12 years ago
  66. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 12 years ago
  67. 01c34ee Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  68. 65eb4d5 Add stroked ovals and CircleEdgeEffect. by jvanverth@google.com · 12 years ago
  69. 8a70eef Add MSAA configs to bench. Review URL: https://codereview.chromium.org/12607013 by bsalomon@google.com · 12 years ago
  70. 91274b9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  71. ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 12 years ago
  72. 8c16ef5 Remove unused vars by bsalomon@google.com · 12 years ago
  73. 40db6dc Reduce the minimum scratch size to 16, don't look for next pow2 larger sizes. by bsalomon@google.com · 12 years ago
  74. 0c23faf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  75. 13f181f Relanding 7914 by robertphillips@google.com · 12 years ago
  76. 3b0d631 Remove constructors from GrVertexAttrib. by jvanverth@google.com · 12 years ago
  77. 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 12 years ago
  78. 1fc506a Revert r7914 due to Linux rendering issues by robertphillips@google.com · 12 years ago
  79. 348e35e Replace A8 with RGBA8 when renderable A8 isn't supported by robertphillips@google.com · 12 years ago
  80. af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 12 years ago
  81. 00b1c3a Fix assert in bench due to r7899. Unreviewed. by jvanverth@google.com · 12 years ago
  82. b8b705b Add new vertex attribute array specification. by jvanverth@google.com · 12 years ago
  83. b83a193 Reverting r7882 (Replace A8 with RGBA8 when renderable A8 isn't supported) due Android rendering issues by robertphillips@google.com · 12 years ago
  84. 94ba6c6 Replace A8 with RGBA8 when renderable A8 isn't supported by robertphillips@google.com · 12 years ago
  85. 6e4e650 Give GrDrawTarget a back ptr to its owning GrContext. by bsalomon@google.com · 12 years ago
  86. 3976825 Remove unused texture coordinate flags. by jvanverth@google.com · 12 years ago
  87. 2b44673 Move blend optimization functions to GrDrawState. by bsalomon@google.com · 12 years ago
  88. 6438695 Revert 7625 until after M26 due to a mix of perf changes. by bsalomon@google.com · 12 years ago
  89. 82b0ec6 Remove GR_DISABLE_DRAW_BUFFERING, replace with RTConf variable. by bsalomon@google.com · 12 years ago
  90. 5b25a8d Remove GR_DUMP_TEXTURE_UPLOADS by bsalomon@google.com · 12 years ago
  91. 1c7c01a Remove GR_STATIC_RECT_VB Review URL: https://codereview.appspot.com/7304055 by bsalomon@google.com · 12 years ago
  92. 9c68058 Fix WritePixels test on ANGLE. by bsalomon@google.com · 12 years ago
  93. cbe4f6a Set vertex layout prior to setVertexSourceToBuffer for GR_STATIC_RECT_VB by jvanverth@google.com · 12 years ago
  94. 55cac11 Fix calls to setVertexSourceToBuffer by robertphillips@google.com · 12 years ago
  95. a4d18dd Reinstate r7546: fix unused variable warning by jvanverth@google.com · 12 years ago
  96. b75b0a0 Move vertex layout from GeometrySrcState to GrDrawState. by jvanverth@google.com · 12 years ago
  97. 3cb406b Implement support for origin-TopLeft render targets. Note that the default behaviour remains the same: textures default to origin-TopLeft, render targets default to origin-BottomLeft, and backend textures default to origin-BottomLeft. However, the caller can override the default by setting fOrigin in GrTextureDesc, GrBackendTextureDesc or GrBackendRenderTargetDesc. by senorblanco@chromium.org · 12 years ago
  98. d4ce480 Restore variable to release builds. by jvanverth@google.com · 12 years ago
  99. cf9faf6 Reverting r7545 (render target origin change) due to layout test issues (see https://codereview.chromium.org/12210002/) by robertphillips@google.com · 12 years ago
  100. 7fbf5cf fix unused variable warning by reed@google.com · 12 years ago