1. 6065b88 fix for msan by joshualitt · 10 years ago
  2. 5b27b14 don't draw if maxVertices returns 0 or > than uin16_t max by joshualitt · 10 years ago
  3. 233c6ce k1 fix by joshualitt · 10 years ago
  4. ab2f44c probable fix for asan bot by joshualitt · 10 years ago
  5. e59bbf1 Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of https://codereview.chromium.org/939123002/) by scroggo · 10 years ago
  6. f8d24e2 BUG=skia: by herb · 10 years ago
  7. 0413d43 Enable rect clips by joshualitt · 10 years ago
  8. 9ece6a9 move static init to cpp file to fix linux builder by joshualitt · 10 years ago
  9. 5877333 non-aa rects batch by joshualitt · 10 years ago
  10. 44701df Move clip off of draw target by joshualitt · 10 years ago
  11. 9671ecd Use highp for distance field texture coord varyings. by jvanverth · 10 years ago
  12. 52057c8 Fix release-developer build. by bsalomon · 10 years ago
  13. 0bdeec9 Remove canApplyCoverage from XP and all related functions in gpu code. by egdaniel · 10 years ago
  14. 93276c6 Remove EGL header from SkANGLELContext.h by bsalomon · 10 years ago
  15. 9e5fc72 Add stencil buffer create tracking to GPU stats. by bsalomon · 10 years ago
  16. 2596567 Don't require AA in order to use shader-based clips by bsalomon · 10 years ago
  17. dd3143b clear stencil buffer using special purpose FBO by bsalomon · 10 years ago
  18. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  19. 4238017 Use D3D11 backend for ANGLE when available. by bsalomon · 10 years ago
  20. 332c729 Default path renderer batch by joshualitt · 10 years ago
  21. 6ae1b11 Revert of non-aa rects batch (patchset #6 id:90001 of https://codereview.chromium.org/931293002/) by joshualitt · 10 years ago
  22. ee72dde non-aa rects batch by joshualitt · 10 years ago
  23. abcfab4 Swap render target instead of creating a new gpu device for surface copy-on-write by kkinnunen · 10 years ago
  24. 7abe15d Remove historical assert in AAConvexPathRenderer by joshualitt · 10 years ago
  25. 2aa1f7e Port GrGLCaps over to use SkTHash. by mtklein · 10 years ago
  26. e5524cd Fix layer hoisting bug in SkCanvas::drawPicture path by robertphillips · 10 years ago
  27. d08ea5f Round stencil buffers dims up to next pow2 when allowed by bsalomon · 10 years ago
  28. ddf30e6 Handle the case when the GrResourceCache timestamp wraps. by bsalomon · 10 years ago
  29. 6364807 gm to test hairlines which fill RenderTarget by joshualitt · 10 years ago
  30. 02a44a4 Recycle stencil buffers across render targets. by bsalomon · 10 years ago
  31. f99e961 Allow resources' unique keys to be changed. by bsalomon · 10 years ago
  32. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 10 years ago
  33. 2e4414e Do not clear the source device in SkGpuDevice::drawDevice by kkinnunen · 10 years ago
  34. 297aaf9 Avoid wrong memory access due to double substitution and %% by kkinnunen · 10 years ago
  35. 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
  36. 5a105ff Use uint16s for texture coordinates when rendering text. by jvanverth · 10 years ago
  37. e4ef1ca Revert of Use uint16s for texture coordinates when rendering text. (patchset #5 id:80001 of https://codereview.chromium.org/917373002/) by reed · 10 years ago
  38. f320e04 Use an array of nonpurgeable resources in GrResourceCache by bsalomon · 10 years ago
  39. 9f2d157 Make GrResourceCache use a priority queue of purgeable resources. by bsalomon · 10 years ago
  40. 3ad6570 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 10 years ago
  41. f87fe78 use common impl for drawTextOnPath by reed · 10 years ago
  42. e5e72f1 Improve GrInOrderDrawBuffer::Cmd encapsulation by robertphillips · 10 years ago
  43. 059034d Use uint16s for texture coordinates when rendering text. by jvanverth · 10 years ago
  44. b197b8f Use SkXfermode as public facing enum for GrPorterDuffXP by egdaniel · 10 years ago
  45. 54fac8b Minor refactoring by robertphillips · 10 years ago
  46. 351ba1b fix for ASAN heap overflow by joshualitt · 10 years ago
  47. 43466a1 Multi-string shaders by joshualitt · 10 years ago
  48. b8a82f2 Revert of Multi-string shaders (patchset #4 id:60001 of https://codereview.chromium.org/929503002/) by joshualitt · 10 years ago
  49. 1c3c2d8 Multi-string shaders by joshualitt · 10 years ago
  50. 4283f13 AA stroke rects batch by joshualitt · 10 years ago
  51. 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 10 years ago
  52. 4ccce7e YUV scale fix by sugoi · 10 years ago
  53. db0f951 Stop lieing about GrBatch color for Rects by joshualitt · 10 years ago
  54. f7c2d55 Determine whether we can tweakAlphaForCoverage during Pipeline/XP creation. by egdaniel · 10 years ago
  55. 0ff748a Revert of YUV scale fix (patchset #2 id:20001 of https://codereview.chromium.org/922273002/) by jvanverth · 10 years ago
  56. e6eddf7 YUV scale fix by sugoi · 10 years ago
  57. 2b816ba Revert of Use dst copies in porter duffer XP to correctly render certain blends. (patchset #4 id:60001 of https://codereview.chromium.org/914003003/) by egdaniel · 10 years ago
  58. 997c635 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 10 years ago
  59. a8fcea0 Limit clear as draw workaround to Adreno 3xx. by bsalomon · 10 years ago
  60. e36914c Pass in ProcOptInfos into willNeedDstCopy on XPs by egdaniel · 10 years ago
  61. 84b13df Revert of AA stroke rects batch (patchset #6 id:100001 of https://codereview.chromium.org/912483004/) by joshualitt · 10 years ago
  62. dd21987 fix for uniform view matrix being uploaded but not used by joshualitt · 10 years ago
  63. 8072caa A simple change to move a bunch of stuff out of Gr*Geometry.h by joshualitt · 10 years ago
  64. b0fb935 AA stroke rects batch by joshualitt · 10 years ago
  65. cd96366 Revert of AA stroke rects batch (patchset #5 id:80001 of https://codereview.chromium.org/912483004/) by joshualitt · 10 years ago
  66. c63de32 Revert of fix for windows bot (patchset #1 id:1 of https://codereview.chromium.org/917933005/) by joshualitt · 10 years ago
  67. c43a4d8 fix for windows bot by joshualitt · 10 years ago
  68. 68c7b6a AA stroke rects batch by joshualitt · 10 years ago
  69. 19e0058 fix for xoom by joshualitt · 10 years ago
  70. 3740972 Make null GL context use callback to make current by bsalomon · 10 years ago
  71. 95964c6 GMs now use batch by joshualitt · 10 years ago
  72. 94dff15 Revert of GMs now use batch (patchset #3 id:40001 of https://codereview.chromium.org/865313004/) by joshualitt · 10 years ago
  73. 7e34007 Add GrGLCreateNullInterface.cpp back to gyp, and put contents in namespace. by bsalomon · 10 years ago
  74. 3f284d7 GMs now use batch by joshualitt · 10 years ago
  75. 9491f7f remove goto in Distance field path renderer by joshualitt · 10 years ago
  76. bb0502e Support multiple null GL contexts on a thread. by bsalomon · 10 years ago
  77. 0ea80f4 Rename GrResourceCache2->GrResourceCache by bsalomon · 10 years ago
  78. 76e7fb6 Ovals batch by joshualitt · 10 years ago
  79. 02b0501 Small change to use a GrGeometryProcessor for all BitmapText draw calls by joshualitt · 10 years ago
  80. 043e0f6 discard when coverage is <= 0 in XP dst copy. by joshualitt · 10 years ago
  81. e85a32d Clean up clipping code a bit by robertphillips · 10 years ago
  82. 41d4f09 Move GrXferProcessor subclasses into cpp files by egdaniel · 10 years ago
  83. 70f0004 simple fix to close batches on anything push to the GrIODB recorder by joshualitt · 11 years ago
  84. 23e619c Reimplement gpu message bus for invalidated bitmap gen IDs by bsalomon · 11 years ago
  85. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 11 years ago
  86. 50785a3 Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #1 id:1 of https://codereview.chromium.org/901663007/) by bsalomon · 11 years ago
  87. 27f398f Convex batch by joshualitt · 11 years ago
  88. 21b2c53 Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/) by bsalomon · 11 years ago
  89. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 11 years ago
  90. de358a9 BUG=skia: by joshualitt · 11 years ago
  91. d2a6f4e More cleanup around GrContext, textures, and SkGr.cpp by bsalomon · 11 years ago
  92. ba18f91 No more caching volatile bitmaps by sugoi · 11 years ago
  93. 8842556 Make npot resizing work properly for bmps that are explicitly texture backed. by bsalomon · 11 years ago
  94. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 11 years ago
  95. 7adb355 Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1 id:1 of https://codereview.chromium.org/896163003/) by egdaniel · 11 years ago
  96. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 11 years ago
  97. 2340dcb Remove unused and unimplemented abstract functions from GrRenderTarget by kkinnunen · 11 years ago
  98. d5163e2 fixing GrBatch leak by joshualitt · 11 years ago
  99. 7bc18b7 Hairline batch by joshualitt · 11 years ago
  100. 5224ba7 Dash using vertex attributes for interval and stroke width by joshualitt · 11 years ago