1. 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
  2. 21c10c5 Make text context responsible for setting GrPaint on GrDrawState. by bsalomon@google.com · 11 years ago
  3. 42db2e4 Fixes to make the gm run when GrContext can't be created for ANGLE context. by bsalomon@google.com · 11 years ago
  4. 5f9f2b0 Improve batching of drawBitmap* calls by robertphillips@google.com · 11 years ago
  5. d092524 Force checking of all color, stencil and FBO allocations for SkSurface_Gpu. This fixes the software canvas fallback in Chrome. by senorblanco@chromium.org · 11 years ago
  6. 2c84aa3 separate arrays for color and coverage effects. by bsalomon@google.com · 11 years ago
  7. 804e994 Make GrGLProgram no longer depend on kNumStages by bsalomon@google.com · 11 years ago
  8. a15f7e5 Use all available texture units. by commit-bot@chromium.org · 11 years ago
  9. 1308f6e Remove assertion in debug GL impl that stencil buffers are deleted after FBOs to which they are bound. by commit-bot@chromium.org · 11 years ago
  10. 277c3f8 bump picture version since SkPath has changed (conics) by reed@google.com · 11 years ago
  11. fa2f2a4 Revert "add asserts to point<-->verb helpers" by reed@google.com · 11 years ago
  12. 7950a9e add asserts to point<-->verb helpers by reed@google.com · 11 years ago
  13. 137f134 Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s by bsalomon@google.com · 11 years ago
  14. 960d114 Get correct GLVersion for Mesa to avoid GrContext creation failure by bsalomon@google.com · 11 years ago
  15. bb6a317 Make GrContext track the current matrix, render target, and clip directly rather than using GrDrawState. by commit-bot@chromium.org · 11 years ago
  16. 908aed8 Decrease GPU drawn brightness for < 1 pixel wide/high rects by robertphillips@google.com · 11 years ago
  17. 5d1d79a fix slowness of getImageData() for CanvasRenderingContext2D in linux due to un-optimized format for glReadPixels by commit-bot@chromium.org · 11 years ago
  18. 912e68e Fix degenerate and near-degenerate hairlines on the gpu by commit-bot@chromium.org · 11 years ago
  19. 2d816ad Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  20. 2db3ded Make GrGLProgramDesc's key variable length by compacting the effect key array by bsalomon@google.com · 11 years ago
  21. 3e50e99 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  22. 1dd9baa Reland path bounds change with correct bounds for convex and hairline path renderers. by bsalomon@google.com · 11 years ago
  23. 845220b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  24. 20f7f17 One SkTSearch to rule them all. Allow key to be of different type than the array. by bsalomon@google.com · 11 years ago
  25. d7c3742 Revert "Revert "Revert "Pass bounds into draw calls in path renderers.""" by bsalomon@google.com · 11 years ago
  26. 0bf4d47 fix uninitialized adcd by bsalomon@google.com · 11 years ago
  27. 2f2d130 Revert "Revert "Pass bounds into draw calls in path renderers."" by bsalomon@google.com · 11 years ago
  28. 83d1a68 Add special handling of rectori case for gpu by robertphillips@google.com · 11 years ago
  29. 8be02fc Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  30. 9a9c3d5 Revert "Pass bounds into draw calls in path renderers." by bsalomon@google.com · 11 years ago
  31. f438c97 Pass bounds into draw calls in path renderers. by bsalomon@google.com · 11 years ago
  32. 6bb3efc Better method for rendering AA ellipses. by commit-bot@chromium.org · 11 years ago
  33. 0c89db2 Disable blending when there is an effect that reads the dst and draw state blend is 1,0. by bsalomon@google.com · 11 years ago
  34. d09ab84 Don't make dst copies when color stage requires dst but color writes are disabled. by bsalomon@google.com · 11 years ago
  35. eafdf12 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  36. 944c504 Remove assert that is no longer valid. by bsalomon@google.com · 11 years ago
  37. afd1cba Re-add isIRect test for AA rect drawing by robertphillips@google.com · 11 years ago
  38. 7d9ffc8 Make GrAAConvexPathRender support paths with > 64K verts. by bsalomon@google.com · 11 years ago
  39. 0431b87 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  40. b515881 Key shader on whether frag pos read is relative to top-left or bottom-left by bsalomon@google.com · 11 years ago
  41. 166726b Fix stroked roundrects on Nexus 10. by commit-bot@chromium.org · 11 years ago
  42. 28ac96e Partial revert of r9087 by robertphillips@google.com · 11 years ago
  43. 66a4a4c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  44. 76202b8 Don't call purgeCache() from within GrResource memebers. by bsalomon@google.com · 11 years ago
  45. 94b284d Remove GrPathCmd by bsalomon@google.com · 11 years ago
  46. 91b7116 Further defer devRect computation in gpu rect drawing by robertphillips@google.com · 12 years ago
  47. 114eb9e Update shader rect drawing path for r9087 (removal of isIRect "opt") by robertphillips@google.com · 12 years ago
  48. 18136d1 Remove isIRect "optimization" & defer computation of device Rect in AA rect rendering by robertphillips@google.com · 12 years ago
  49. 0f20a3f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  50. 8d47ddc Make GrGLShaderBuilder check whether GrEffect advertised that it would require the dst color or fragment position by commit-bot@chromium.org · 12 years ago
  51. 504976e Move loops that chain together effects into GrGLShaderBuilder from GrGLProgram. by bsalomon@google.com · 12 years ago
  52. e364741 Revert r9055. by jvanverth@google.com · 12 years ago
  53. 74d50a4 Better method for rendering AA ellipses. by commit-bot@chromium.org · 12 years ago
  54. 1b8014c Comment out invalid assert. by bsalomon@google.com · 12 years ago
  55. 7f4ad5a Reland r9043 with fix. by bsalomon@google.com · 12 years ago
  56. 4bb235b revert 9043 by bsalomon@google.com · 12 years ago
  57. 7df1bb7 SkGpuDevice: Delay locking bitmap pixels until we have a known texture cache miss. by bsalomon@google.com · 12 years ago
  58. f58d854 Reverting r9016 due to Nexus7 GM regressions by jvanverth@google.com · 12 years ago
  59. 1335264 Better method for rendering AA ellipses. by commit-bot@chromium.org · 12 years ago
  60. ecc9d28 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  61. 6ba0b0f This may potentially fix a chromium issue and shouldn't hurt, so if anyone agrees that this fix should be harmless, we can try merging it in to see if it's enough to fix "Invalid pointer write in GrRenderTarget::onRelease". by sugoi@google.com · 12 years ago
  62. 6b0cf02 Add support for GL_*_shader__framebuffer_fetch by bsalomon@google.com · 12 years ago
  63. 2fd42c4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  64. 00142c4 Fix GL extension printing on core profiles. by bsalomon@google.com · 12 years ago
  65. 4b140b5 Add geometry-based rotated AA rect drawing path by robertphillips@google.com · 12 years ago
  66. b19cb7f Axis aligned shader-based rect drawing by robertphillips@google.com · 12 years ago
  67. 37d883d Disable AA for ovals and roundrects if MSAA is enabled. by commit-bot@chromium.org · 12 years ago
  68. 347c382 Add support for GL_EXT_multisampled_render_to_texture. by bsalomon@google.com · 12 years ago
  69. 7103344 Add FontMgr to DirectWrite. https://codereview.chromium.org/14314008/ by bungeman@google.com · 12 years ago
  70. 8152113 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  71. c560091 Minor optimization by robertphillips@google.com · 12 years ago
  72. 49c55e9 Remove guard against checking for copytexsubimage2d ptr in GrGLInterface::validate() by commit-bot@chromium.org · 12 years ago
  73. a6ffb58 Plumbed in discard_framebuffer extension by robertphillips@google.com · 12 years ago
  74. 2cf444f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  75. cc83ff1 Remove useless SkRect::sort by robertphillips@google.com · 12 years ago
  76. f2bfd54 Add GPU support for roundrects by commit-bot@chromium.org · 12 years ago
  77. 733c062 Exit ~GrContext early if GrContext::init() failed. by bsalomon@google.com · 12 years ago
  78. d42aca3 Remove static effects from the effect memory pool. by bsalomon@google.com · 12 years ago
  79. 77cf460 Add non-separable xfer modes to GPU backend. by bsalomon@google.com · 12 years ago
  80. 5d7ca95 Fix gyp files to allow ninja to build 64 bit on Mac. by commit-bot@chromium.org · 12 years ago
  81. c9f3b38 Sanitizing source files in Skia_Periodic_House_Keeping (SkipBuildbotRuns) by rmistry@google.com · 12 years ago
  82. 4290330 Vertex Attrib configurations now handled as pointers vs. SkSTArrays by robertphillips@google.com · 12 years ago
  83. 235ef3d Remove GR_STATIC_RECT_VB by robertphillips@google.com · 12 years ago
  84. 64b682c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  85. 0c88828 Fix non-uniform scale and stroked ellipses by commit-bot@chromium.org · 12 years ago
  86. 8da9bc7 Add all remaining separable xfer modes to GPU backend. by bsalomon@google.com · 12 years ago
  87. 5920ac2 Perform coverage blend with the dst in the shader when using a dst-reading xfermode. by bsalomon@google.com · 12 years ago
  88. cb6dc75 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  89. 018f179 Expand modulate, add, subtract, extract component glsl helpers. by bsalomon@google.com · 12 years ago
  90. a271985 Skip copytexsubimage2D code path when src is multisampled. by bsalomon@google.com · 12 years ago
  91. c4f2eca Disable GPU acceleration for narrow ovals. by jvanverth@google.com · 12 years ago
  92. 7841c63 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  93. 6b96d36 Enable caching of texture domain extents by robertphillips@google.com · 12 years ago
  94. 31c4e89 Comment only change. (forgot to save comment edit before landing r8675). by bsalomon@google.com · 12 years ago
  95. eb85117 Add support for using glCopyTexSubImage2D when possible to copy surfaces. by bsalomon@google.com · 12 years ago
  96. 4674676 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  97. 31975cf Update debug GL backend to match r8633 by robertphillips@google.com · 12 years ago
  98. 98168bb Add glCopyTexSubImage2D to GrGLInterface by commit-bot@chromium.org · 12 years ago
  99. 63150af Use blitframebuffer to implement copySurface. by commit-bot@chromium.org · 12 years ago
  100. 0a6cb60 Shader optimization for ovals. by commit-bot@chromium.org · 12 years ago