1. 8abb370 Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids by robertphillips · 8 years ago
  2. 29df760 Define clear regions in terms of GrFixedClip by csmartdalton · 8 years ago
  3. 4bcd62e Add some copy support for vulkan msaa by egdaniel · 8 years ago
  4. fc9527a Add support for glDrawRangeElements by bsalomon · 8 years ago
  5. aa92afb Remove FP16 support from ANGLE. Previous workaround was incomplete. by brianosman · 8 years ago
  6. e3031b6 Update ANGLE to latest as of August 25, 2016 by brianosman · 8 years ago
  7. 7535f41 Reduce window rectangles cap to 8 by csmartdalton · 8 years ago
  8. f1c6cd7 Rename WorseCaseSize to WorstCasSize by robertphillips · 8 years ago
  9. 138c263 Fix various issues with framebuffer fetch by egdaniel · 8 years ago
  10. 28341fa Implement difference clip rects with window rectangles by csmartdalton · 8 years ago
  11. b424936 Print error from driver when shader compiler fails by bsalomon · 8 years ago
  12. f963599 Add flag for window rectangles to GrRenderTarget by csmartdalton · 8 years ago
  13. 5702c86 Restore scratch texture reuse on Adreno. by brianosman · 8 years ago
  14. 9bc1187 Include EXT_window_rectangles API by csmartdalton · 8 years ago
  15. 3b88a03 Remove color-dodge/burn from NVIDIA blacklist on 355.00+ by csmartdalton · 8 years ago
  16. 4e44efe SkRTConf: eliminate by halcanary · 8 years ago
  17. b979634 Revert of SkRTConf: reduce functionality to what we use, increase simplicity (patchset #8 id:150001 of https://codereview.chromium.org/2212473002/ ) by mtklein · 8 years ago
  18. ef59974 SkRTConf: reduce functionality to what we use, increase simplicity by halcanary · 8 years ago
  19. 4c18b62 Add ES 3.0 fallback for instanced rendering by csmartdalton · 8 years ago
  20. e0d3629 Add test configs for instanced rendering by csmartdalton · 8 years ago
  21. 0d9990f Merge ProgramDesc's for GL and Vulkan by egdaniel · 8 years ago
  22. d656200 require semi at the end of SkASSERT and friends by caryclark · 8 years ago
  23. cbecb08 Allow GrReducedClip to take non-integer query bounds by csmartdalton · 8 years ago
  24. aec570e Don't ask GLX for EGL procs. by mtklein · 8 years ago
  25. d7bae18 Reenable support for CHROMIUM_set_uniform_location by bsalomon · 8 years ago
  26. 5fa7f30 Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  27. 5d1676c Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ ) by robertphillips · 8 years ago
  28. da152eb Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  29. 35a98c7 Add integer array uniforms to GL and Vulkan by fmenozzi · 8 years ago
  30. c4459f6 Fix debugging code for tracing texture creation by brianosman · 8 years ago
  31. b117ff1 Convert readSurfacePixels to use a draw context instead of a texture by bsalomon · 8 years ago
  32. 23c4f1a Fix GrGLInterface::validate() to check for GL_OES_sample_shading on ES contexts by bsalomon · 8 years ago
  33. 7890b89 Remove guards in GrGLInterface::validate() for functions that Chromium used to not provide. by bsalomon · 8 years ago
  34. 990dbc8 Add Texture2D and Sampler GrSLTypes by egdaniel · 8 years ago
  35. 485a120 Add resource provider flag to avoid client-side buffers by csmartdalton · 8 years ago
  36. b3772dc Fix GL shader sources getting truncated by ADB log by csmartdalton · 8 years ago
  37. a7f2964 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  38. 0d28e57 Fix caching of sample locations by csmartdalton · 8 years ago
  39. ec7f2ac Revert of Begin instanced rendering for simple shapes (patchset #20 id:380001 of https://codereview.chromium.org/2066993003/ ) by ksakamoto · 8 years ago
  40. 42e6798 Revert of Fix caching of sample locations (patchset #3 id:40001 of https://codereview.chromium.org/2111423002/ ) by rmistry · 8 years ago
  41. 09d49a3 Fix caching of sample locations by csmartdalton · 8 years ago
  42. 42eafa4 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  43. d46cdc4 Remove support for GL discards by egdaniel · 8 years ago
  44. c411f2d Add a GL cap for instanced rendering to floating point by csmartdalton · 8 years ago
  45. 0a3a7f7 Have gpu createTestingOlyBackendTexture know if it is a render target or not by egdaniel · 8 years ago
  46. b593a76 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  47. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  48. 37feccb Revert of Support GL_SAMPLES queries in null contexts (patchset #4 id:60001 of https://codereview.chromium.org/2085043002/ ) by brianosman · 8 years ago
  49. 57e9853 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  50. 1d20258 Tab -> spaces by brianosman · 8 years ago
  51. e6865a0 Revert of Support GL_SAMPLES queries in null contexts (patchset #2 id:20001 of https://codereview.chromium.org/2085043002/ ) by brianosman · 8 years ago
  52. 64b92a5 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  53. 497e9e2 Integers can now be passed as uniforms; needed for passing color count to fragment shader by fmenozzi · 8 years ago
  54. 9b972c4 Support texel and draw-indirect buffers in null GL contexts by csmartdalton · 8 years ago
  55. 452ba88 Revert of Integers can now be passed as uniforms (patchset #1 id:1 of https://codereview.chromium.org/2076143003/ ) by brianosman · 8 years ago
  56. cc3a22b Integers can now be passed as uniforms; needed for passing color count to fragment shader by fmenozzi · 8 years ago
  57. f848c9c Workaround NVIDIA driver bug with NV_sample_mask_override_coverage by csmartdalton · 8 years ago
  58. fe19987 Better (?) interface for controlling sRGB-ness of mipmaps on GrTexture by brianosman · 8 years ago
  59. 2b5f2cb Move multisampleDisableSupport into GrCaps by csmartdalton · 8 years ago
  60. 739bbb2 Fix glDraw*Indirect prototypes by csmartdalton · 8 years ago
  61. 9a3fbf7 Add control of manual mipmapping to GrContextOptions by brianosman · 8 years ago
  62. e239547 Revert of Add control of manual mipmapping to GrContextOptions (patchset #2 id:20001 of https://codereview.chromium.org/2054623003/ ) by mtklein · 8 years ago
  63. 97e398d Add control of manual mipmapping to GrContextOptions by brianosman · 8 years ago
  64. 066df7c Add GpuCommandBuffer support. by egdaniel · 8 years ago
  65. 5c7d62d When setting up a copySurface dst texture make the orientation match the src when glBlitFramebuffer requires it by bsalomon · 8 years ago
  66. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  67. 131ff13 Switch to a whitelist for manual mip-map generation by brianosman · 8 years ago
  68. 1897cfd Abandon offset support with texel buffers by csmartdalton · 8 years ago
  69. 5cebf8c Support ARB extensions for indirect drawing by csmartdalton · 8 years ago
  70. 21c5ec6 Exclude Mali devices from manual mip-mapping. by brianosman · 8 years ago
  71. 09563ce Add a caps bit to enable/disable the new manual mip-mapper by brianosman · 8 years ago
  72. 33f6b3f Manually generated sRGB mipmaps, with successively smaller draws. by brianosman · 8 years ago
  73. 3eb7d76 Fix incorrect sampler locations when using CHROMIUM_bind_uniform_location by kkinnunen · 8 years ago
  74. a167e74 Remove sRGB overrides on GrTextureParams. Use GrPaint flags instead. by brianosman · 8 years ago
  75. c9986b6 Pretend that Adreno4xx doesn't have sRGB write control. by brianosman · 8 years ago
  76. 193d9cf Eliminate special case nvpr batch handling by cdalton · 8 years ago
  77. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  78. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  79. 154349b Disable unpack row length when uploading mips by ericrk · 8 years ago
  80. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  81. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  82. 44d427e Only enable SRGB write control on desktop GL when SRGB is supported. by bsalomon · 8 years ago
  83. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  84. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  85. 4017007 Fix unit test crash caused by OSMesa not supporting rendering to GL_ALPHA8 by bsalomon · 8 years ago
  86. 35b784d Bring back sRGB-write-control as a caps bit. by brianosman · 8 years ago
  87. 76948d4 Add Gr*Proxy classes by robertphillips · 8 years ago
  88. c402518 Allow stencils to be attached to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget by ericrk · 8 years ago
  89. 31f25a0 Revert of Allow stencils to be attached to render targets created via SkSurface::MakeFromBackendTextureAsRend… (patchset #1 id:60001 of https://codereview.chromium.org/1941353003/ ) by jvanverth · 8 years ago
  90. 0736f33 Allow stencils to be attached to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget by ericrk · 9 years ago
  91. 4f16e63 Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 9 years ago
  92. 92605b3 Add Gr*Proxy classes by robertphillips · 9 years ago
  93. 89d09a1 Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 9 years ago
  94. db1adf5 Revert of Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRender… (patchset #9 id:150001 of https://codereview.chromium.org/1924183003/ ) by jvanverth · 9 years ago
  95. de5bf0c Add Gr*Proxy classes by robertphillips · 9 years ago
  96. 1cb00e4 Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget by kkinnunen · 9 years ago
  97. 6536ae5 added GrMSAAPathRenderer by ethannicholas · 9 years ago
  98. 900bd4a Add mipmap loading to Vulkan. by jvanverth · 9 years ago
  99. 817fed3 Revert of Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRender… (patchset #5 id:80001 of https://codereview.chromium.org/1924183003/ ) by benjaminwagner · 9 years ago
  100. fb59164 Don't mark mipmaps dirty if uploading > 1 levels by jvanverth · 9 years ago