1. de83b41 Add Audittrail for path renderers by joshualitt · 9 years ago
  2. e5286e0 Beginning of support for texture rectangles. by bsalomon · 9 years ago
  3. 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
  4. 1de87df Refactor to use GrWrapTextureInBitmap more by robertphillips · 9 years ago
  5. 702501d Simplify path allocation, clean up resources correctly by kkinnunen · 9 years ago
  6. a8b8499 Remove remaining users of draw*Rect calls by joshualitt · 9 years ago
  7. fa89632 Move some program building utils from GL to GLSL by egdaniel · 9 years ago
  8. b76afed Make A8 readback work in more cases and improve testing. by bsalomon · 9 years ago
  9. 04194f3 Remove two varieties of drawNonAARect from GrDrawTarget by joshualitt · 9 years ago
  10. f5883a6 Hide drawBatch on GrDrawTarget from test Methods by joshualitt · 9 years ago
  11. bc90735 GrAuditTrail hooks in GrContext + GrDrawContext by joshualitt · 9 years ago
  12. 7f9b2e4 Swizzle shader output and blend when using GL_RED to implement kAlpha_8_GrPixelConfig by bsalomon · 9 years ago
  13. 87a721b Convert GrAuditTrail to use scoped frames by joshualitt · 9 years ago
  14. 76148af Hide formats in GrGLCaps and use specific getters for different GL functions. by bsalomon · 9 years ago
  15. 086cee1 Add batch names and bounds to json debug information by joshualitt · 9 years ago
  16. ce89400 Guard SkGpuDevice by joshualitt · 9 years ago
  17. 9d22fd6 Make SkBitmap::CopyTo respect requested dst color type when bitmap is texture backed. by bsalomon · 9 years ago
  18. 4e23cda remove imagefilter::sizeconstraint by reed · 9 years ago
  19. 5651ee6 Change to wire up opnames in SkGpuDevice by joshualitt · 9 years ago
  20. 65859ec Fix uninit texture key with odd number of textures by bsalomon · 9 years ago
  21. 4897ff2 Move atomicinc in GrTracing to behind branch by joshualitt · 9 years ago
  22. 6d0872d Reland of Add guards to GrTextureProvider (patchset #1 id:1 of https://codereview.chromium.org/1565313003/ ) by joshualitt · 9 years ago
  23. 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
  24. cdee009 Add a class representing texture swizzle. by bsalomon · 9 years ago
  25. 3183a41 Revert of Add a class representing texture swizzle. (patchset #6 id:100001 of https://codereview.chromium.org/1567733005/ ) by mtklein · 9 years ago
  26. 1a1efea Add a class representing texture swizzle. by bsalomon · 9 years ago
  27. de8dc7e Reland of Make a single GrSingleOwner in GrContext (patchset #1 id:1 of https://codereview.chromium.org/1565303003/ ) by joshualitt · 9 years ago
  28. 41e4384e Move config texturability/renderability to config table. by bsalomon · 9 years ago
  29. 27a48dc Create stub GrAuditTrail class by joshualitt · 9 years ago
  30. 06dd0a8 Fix unref order in SkGpuDevice by joshualitt · 9 years ago
  31. 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
  32. e9709e8 Broke GrTessellatingPathRenderer's tessellator out into a separate file. by ethannicholas · 9 years ago
  33. 94da292 Revert of Make a single GrSingleOwner in GrContext (patchset #3 id:40001 of https://codereview.chromium.org/1563703004/ ) by joshualitt · 9 years ago
  34. 9a9515e Revert of Add guards to GrTextureProvider (patchset #5 id:80001 of https://codereview.chromium.org/1567983002/ ) by joshualitt · 9 years ago
  35. 32a3cd2 Move config texturability/renderability to config table. by bsalomon · 9 years ago
  36. b30dd1d Add guards to GrTextureProvider by joshualitt · 9 years ago
  37. f9bc796 Make a single GrSingleOwner in GrContext by joshualitt · 9 years ago
  38. b7f4b8e Add sentinel to GrMemoryPool's block header by robertphillips · 9 years ago
  39. 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
  40. 3405800 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  41. 8b05cb8 Broke GrTessellatingPathRenderer's tessellator out into a separate file. by ethannicholas · 9 years ago
  42. 1de610a Create debug only SkSingleOwner by joshualitt · 9 years ago
  43. 19c6250 Add debug sentinel to GrMemoryPool to check for memory stomping by robertphillips · 9 years ago
  44. 221524d Start using <type_traits> and <utility> (C++11). by bungeman · 9 years ago
  45. 17aa047 More framework support for TransferBuffers by jvanverth · 9 years ago
  46. 7928ef6 Move read pixels format info into ConifgInfo in GrGLCaps by bsalomon · 9 years ago
  47. 20ccd40 Add assert that memory pool is empty when GrTextBlobCache frees by joshualitt · 9 years ago
  48. 22c6f5c Return 'correct' size from GrMemoryPool by joshualitt · 9 years ago
  49. 54e2ca5 Revert of Make SkGLContext lifetime more well-defined (patchset #7 id:120001 of https://codereview.chromium.org/1511773005/ ) by jcgregorio · 9 years ago
  50. 830e012 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  51. bb53948 Move path fallback for AA rect out of SkGpuDevice by cdalton · 9 years ago
  52. 7a897c0 Change use of LoadLibrary to LoadLibraryA by jvanverth · 9 years ago
  53. 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
  54. 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
  55. 98e7538 make GrRect.h private by reed · 9 years ago
  56. 3e980c3 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  57. 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
  58. 9ebc3f0 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  59. 480e8c0 Fold color attachment verification bit into GrGLCaps::ConfigInfo by bsalomon · 9 years ago
  60. 2047b78 Don't ref/unref the static src-over xp by bsalomon · 9 years ago
  61. 3044737 Move config table to GrGLCaps from GrGLGpu. by bsalomon · 9 years ago
  62. dd180e7 Enable NVPR with command buffer by kkinnunen · 9 years ago
  63. ecbed9d Rejigger distance field path rect calcs to avoid underflow by jvanverth · 9 years ago
  64. b8918c4 Add Drawing Manager guards against re-entrant flushes by joshualitt · 9 years ago
  65. a11e5fc Remove GrGLGpu::configToGLFormats by bsalomon · 9 years ago
  66. 4dabf83 Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #18 id:340001 of https://codereview.chromium.org/1490113005/ ) by joshualitt · 9 years ago
  67. c8b4336 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  68. 2555ee2 Remove some unneeded calls to GrGLGpu::configToGLFormats by bsalomon · 9 years ago
  69. 926cb02 Add field for internalFormat param to glTexImage to GrGLGpu::ConfigEntry. by bsalomon · 9 years ago
  70. 102b07e Remove dead code for glTexStorage by bsalomon · 9 years ago
  71. 5b30c6f Add fExternalFormatForTexImage to GrGLGpu::ConfigEntry. Use it in GrGLGpu::uploadTexData. by bsalomon · 9 years ago
  72. 1250944 Fixup GL instanced rendering commands by cdalton · 9 years ago
  73. 62a627b Move the GrGLGpu config stencil format index into ConfigTable by bsalomon · 9 years ago
  74. 2ef6108 Don't allow BGRA rendertargets on iOS w/ES 3.0+. by jvanverth · 9 years ago
  75. 54c6fe8 Generate a table of config->glformat info. Precursor to lifting this to caps. by bsalomon · 9 years ago
  76. 7354a4b Avoid pixel GPU readback in saveLayerWithPickup by robertphillips · 9 years ago
  77. f46a124 Set GL_PACK_ALIGNMENT before calling glReadPixels by bsalomon · 9 years ago
  78. 6695794 Make draw* lines responsible for cache management by joshualitt · 9 years ago
  79. c88cb89 Fix for GrAALinearizingConvexPathRenderer incorrectly drawing non-convex paths by ethannicholas · 9 years ago
  80. db284c5 Porting Skia for newlib compatibility. by smklein · 9 years ago
  81. 6176bc1 Add helper for determining whether to use sized internal format in GL by bsalomon · 9 years ago
  82. 489147c Add option to control maximum GrBatch lookback by bsalomon · 9 years ago
  83. 1cbb5ea Switch fragment coordinate to 'highp' to fix various broken GMs. by ethannicholas · 9 years ago
  84. 4ff653c Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #12 id:220001 of https://codereview.chromium.org/1490113005/ ) by reed · 9 years ago
  85. e13ca32 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  86. aab16e5 Try to fix intermittent GrAutoLocaleSetter crashes on Windows by kkinnunen · 9 years ago
  87. 5425a9a A change to cleanup some organization around df text by joshualitt · 9 years ago
  88. e804292 Move all text stuff to its own folder by joshualitt · 9 years ago
  89. 2967798 make internaldrawBmpText part of GrTextUtils by joshualitt · 9 years ago
  90. 2eb1009 Add check for highp support in Conic effect by robertphillips · 9 years ago
  91. 546eb5c Initialize glGen* call id args to zero by kkinnunen · 9 years ago
  92. 9fba909 Use size_t for strlen() return value by scroggo · 9 years ago
  93. 0a42e68 Create GrTextUtils by joshualitt · 9 years ago
  94. 2e2202e Move flush logic into GrAtlasTextBlob by joshualitt · 9 years ago
  95. 1acabf3 Move DistanceAdjustTable to its own file by joshualitt · 9 years ago
  96. f10ecb7 Add Apple renderer strings to PowerVR detection by jvanverth · 9 years ago
  97. a06e6ab Move appending of large glyphs into GrAtlasTextBlob by joshualitt · 9 years ago
  98. fd5f6c1 Move 'mustRegenerate' function into GrAtlasTextBlob by joshualitt · 9 years ago
  99. 53f26aa Remove uniform color for GrDistanceFieldGeoProc by joshualitt · 9 years ago
  100. 5219fd9 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago