1. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  2. f2b340f Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  3. b8909d3 Revert "Enable GL_CHROMIUM_bind_uniform_location, command buffer is fixed" by bsalomon · 9 years ago
  4. f42fca4 Add gpu implementation of OverdrawXfermode by robertphillips · 9 years ago
  5. 727b7d2 Add gpu backend for SkPixelXorXfermode by robertphillips · 9 years ago
  6. 6121405 Cleaning up trailing spaces and typos. by cblume · 9 years ago
  7. e957331 Make A8 readbacks work from non-A8 surfaces by bsalomon · 9 years ago
  8. 1517f93 Avoid updating glPathStencilFunc unless it changes by kkinnunen · 9 years ago
  9. 1dc85cd Enable GL_CHROMIUM_bind_uniform_location, command buffer is fixed by kkinnunen · 9 years ago
  10. 7bdb05d Do not try to get fragment input locations with CHROMIUM_path_rendering by kkinnunen · 9 years ago
  11. 9f63b44 Make BGRA8888 renderable on CHROMIUM_framebuffer_mixed_samples by kkinnunen · 9 years ago
  12. a990912 Don't dirty MIP chain when damage bounds is empty by bsalomon · 9 years ago
  13. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  14. 1aa2029 Add ability to query read pixels support without a render target. by bsalomon · 9 years ago
  15. 6c9cd55 Make swizzling in read/write pixel copy code more generic by bsalomon · 9 years ago
  16. e429c88 Revert of Add gpu implementation of OverdrawXfermode (patchset #6 id:100001 of https://codereview.chromium.org/1607253002/ ) by robertphillips · 9 years ago
  17. aa97a84 Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:80001 of https://codereview.chromium.org/1610823002/ ) by djsollen · 9 years ago
  18. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  19. 7481e75 Fix GrAtlasTextBlob bounds management by joshualitt · 9 years ago
  20. 4c5cd7d Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  21. 07caf56 Add setter for GrGLSLShaderVar layout qualifier by egdaniel · 9 years ago
  22. ae47418 Add ability to add general layout qualifiers GrGLSLShaderVar by egdaniel · 9 years ago
  23. 1a7eb26 resolution dependent path measure by caryclark · 9 years ago
  24. d247e58 Remove SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS (now unused). by senorblanco · 9 years ago
  25. 269a82f Revert of Fix GrAtlasTextBlob bounds management (patchset #8 id:140001 of https://codereview.chromium.org/1605013002/ ) by joshualitt · 9 years ago
  26. 01836ad Revert to old behavior for swap buffers by joshualitt · 9 years ago
  27. ae473fd Fix GrAtlasTextBlob bounds management by joshualitt · 9 years ago
  28. 8bc3cf8 Add gpu implementation of OverdrawXfermode by robertphillips · 9 years ago
  29. 4e8f567 add wait on fence without flush by joshualitt · 9 years ago
  30. b59d1bc Add ability to wire up sharelist in glcontext creation by joshualitt · 9 years ago
  31. c1e7101 Make GrGLProgramBuilder a local stack variable in CreateProgram by egdaniel · 9 years ago
  32. 323c2eb A few more small changes to make GrAtlasTextBlob nearly self contained by joshualitt · 9 years ago
  33. 0d2199b Move distance field text positioning into GrTextUtils by joshualitt · 9 years ago
  34. e179a91 Texturing support for RECTANGLE textures. by bsalomon · 9 years ago
  35. a6bf4c5 This CL moves a bit more logic into GrAtlasTextBlob by joshualitt · 9 years ago
  36. eed519e Differentiate maxColorSamples and maxStencilSamples in GrCaps by egdaniel · 9 years ago
  37. ae04ecf Fix GL texture target program key by bsalomon · 9 years ago
  38. 973ed24 fix SkGpuDevice::drawBitmapRect to always update clips by lsalzman · 9 years ago
  39. 11fae87 Virtualize Frames in GrAuditTrail by joshualitt · 9 years ago
  40. de83b41 Add Audittrail for path renderers by joshualitt · 9 years ago
  41. e5286e0 Beginning of support for texture rectangles. by bsalomon · 9 years ago
  42. 23e5666 Revert of Make A8 readback work in more cases and improve testing. (patchset #5 id:70001 of https://codereview.chromium.org/1584563002/ ) by bsalomon · 9 years ago
  43. 1de87df Refactor to use GrWrapTextureInBitmap more by robertphillips · 9 years ago
  44. 702501d Simplify path allocation, clean up resources correctly by kkinnunen · 9 years ago
  45. a8b8499 Remove remaining users of draw*Rect calls by joshualitt · 9 years ago
  46. fa89632 Move some program building utils from GL to GLSL by egdaniel · 9 years ago
  47. b76afed Make A8 readback work in more cases and improve testing. by bsalomon · 9 years ago
  48. 04194f3 Remove two varieties of drawNonAARect from GrDrawTarget by joshualitt · 9 years ago
  49. f5883a6 Hide drawBatch on GrDrawTarget from test Methods by joshualitt · 9 years ago
  50. bc90735 GrAuditTrail hooks in GrContext + GrDrawContext by joshualitt · 9 years ago
  51. 7f9b2e4 Swizzle shader output and blend when using GL_RED to implement kAlpha_8_GrPixelConfig by bsalomon · 9 years ago
  52. 87a721b Convert GrAuditTrail to use scoped frames by joshualitt · 9 years ago
  53. 76148af Hide formats in GrGLCaps and use specific getters for different GL functions. by bsalomon · 9 years ago
  54. 086cee1 Add batch names and bounds to json debug information by joshualitt · 9 years ago
  55. ce89400 Guard SkGpuDevice by joshualitt · 9 years ago
  56. 9d22fd6 Make SkBitmap::CopyTo respect requested dst color type when bitmap is texture backed. by bsalomon · 9 years ago
  57. 4e23cda remove imagefilter::sizeconstraint by reed · 9 years ago
  58. 5651ee6 Change to wire up opnames in SkGpuDevice by joshualitt · 9 years ago
  59. 65859ec Fix uninit texture key with odd number of textures by bsalomon · 9 years ago
  60. 4897ff2 Move atomicinc in GrTracing to behind branch by joshualitt · 9 years ago
  61. 6d0872d Reland of Add guards to GrTextureProvider (patchset #1 id:1 of https://codereview.chromium.org/1565313003/ ) by joshualitt · 9 years ago
  62. 1bcbc8f Fixed an assertion error in GrAAConvexTessellator. While adding a new point, it would check that the new point was not a duplicate of the previous point. It would then drop the previous point if it was in the middle of a straight line, and proceed to add the new point. by ethannicholas · 9 years ago
  63. cdee009 Add a class representing texture swizzle. by bsalomon · 9 years ago
  64. 3183a41 Revert of Add a class representing texture swizzle. (patchset #6 id:100001 of https://codereview.chromium.org/1567733005/ ) by mtklein · 9 years ago
  65. 1a1efea Add a class representing texture swizzle. by bsalomon · 9 years ago
  66. de8dc7e Reland of Make a single GrSingleOwner in GrContext (patchset #1 id:1 of https://codereview.chromium.org/1565303003/ ) by joshualitt · 9 years ago
  67. 41e4384e Move config texturability/renderability to config table. by bsalomon · 9 years ago
  68. 27a48dc Create stub GrAuditTrail class by joshualitt · 9 years ago
  69. 06dd0a8 Fix unref order in SkGpuDevice by joshualitt · 9 years ago
  70. 4999df8 Revert of Move config texturability/renderability to config table (patchset #8 id:140001 of https://codereview.chromium.org/1563443002/ ) by egdaniel · 9 years ago
  71. e9709e8 Broke GrTessellatingPathRenderer's tessellator out into a separate file. by ethannicholas · 9 years ago
  72. 94da292 Revert of Make a single GrSingleOwner in GrContext (patchset #3 id:40001 of https://codereview.chromium.org/1563703004/ ) by joshualitt · 9 years ago
  73. 9a9515e Revert of Add guards to GrTextureProvider (patchset #5 id:80001 of https://codereview.chromium.org/1567983002/ ) by joshualitt · 9 years ago
  74. 32a3cd2 Move config texturability/renderability to config table. by bsalomon · 9 years ago
  75. b30dd1d Add guards to GrTextureProvider by joshualitt · 9 years ago
  76. f9bc796 Make a single GrSingleOwner in GrContext by joshualitt · 9 years ago
  77. b7f4b8e Add sentinel to GrMemoryPool's block header by robertphillips · 9 years ago
  78. fb82437 Revert of Broke GrTessellatingPathRenderer's tessellator out into a separate file. (patchset #8 id:240001 of https://codereview.chromium.org/1557083002/ ) by caryclark · 9 years ago
  79. 3405800 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  80. 8b05cb8 Broke GrTessellatingPathRenderer's tessellator out into a separate file. by ethannicholas · 9 years ago
  81. 1de610a Create debug only SkSingleOwner by joshualitt · 9 years ago
  82. 19c6250 Add debug sentinel to GrMemoryPool to check for memory stomping by robertphillips · 9 years ago
  83. 221524d Start using <type_traits> and <utility> (C++11). by bungeman · 9 years ago
  84. 17aa047 More framework support for TransferBuffers by jvanverth · 9 years ago
  85. 7928ef6 Move read pixels format info into ConifgInfo in GrGLCaps by bsalomon · 9 years ago
  86. 20ccd40 Add assert that memory pool is empty when GrTextBlobCache frees by joshualitt · 9 years ago
  87. 22c6f5c Return 'correct' size from GrMemoryPool by joshualitt · 9 years ago
  88. 54e2ca5 Revert of Make SkGLContext lifetime more well-defined (patchset #7 id:120001 of https://codereview.chromium.org/1511773005/ ) by jcgregorio · 9 years ago
  89. 830e012 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  90. bb53948 Move path fallback for AA rect out of SkGpuDevice by cdalton · 9 years ago
  91. 7a897c0 Change use of LoadLibrary to LoadLibraryA by jvanverth · 9 years ago
  92. e76b4bb Reland of Make draw* lines responsible for cache management (patchset #1 id:1 of https://codereview.chromium.org/1552513003/ ) by joshualitt · 9 years ago
  93. 90e293d Revert of Make draw* lines responsible for cache management (patchset #1 id:1 of https://codereview.chromium.org/1521613002/ ) by joshualitt · 9 years ago
  94. 98e7538 make GrRect.h private by reed · 9 years ago
  95. 3e980c3 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  96. 0f515bd Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #21 id:400001 of https://codereview.chromium.org/1490113005/ ) by rmistry · 9 years ago
  97. 9ebc3f0 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  98. 480e8c0 Fold color attachment verification bit into GrGLCaps::ConfigInfo by bsalomon · 9 years ago
  99. 2047b78 Don't ref/unref the static src-over xp by bsalomon · 9 years ago
  100. 3044737 Move config table to GrGLCaps from GrGLGpu. by bsalomon · 9 years ago