1. e0d3629 Add test configs for instanced rendering by csmartdalton · 8 years ago
  2. d7bae18 Reenable support for CHROMIUM_set_uniform_location by bsalomon · 8 years ago
  3. 485a120 Add resource provider flag to avoid client-side buffers by csmartdalton · 8 years ago
  4. c411f2d Add a GL cap for instanced rendering to floating point by csmartdalton · 8 years ago
  5. f848c9c Workaround NVIDIA driver bug with NV_sample_mask_override_coverage by csmartdalton · 8 years ago
  6. 2b5f2cb Move multisampleDisableSupport into GrCaps by csmartdalton · 8 years ago
  7. 9a3fbf7 Add control of manual mipmapping to GrContextOptions by brianosman · 8 years ago
  8. 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
  9. 97e398d Add control of manual mipmapping to GrContextOptions by brianosman · 8 years ago
  10. 131ff13 Switch to a whitelist for manual mip-map generation by brianosman · 8 years ago
  11. 1897cfd Abandon offset support with texel buffers by csmartdalton · 8 years ago
  12. 5cebf8c Support ARB extensions for indirect drawing by csmartdalton · 8 years ago
  13. 21c5ec6 Exclude Mali devices from manual mip-mapping. by brianosman · 8 years ago
  14. 09563ce Add a caps bit to enable/disable the new manual mip-mapper by brianosman · 8 years ago
  15. c9986b6 Pretend that Adreno4xx doesn't have sRGB write control. by brianosman · 8 years ago
  16. 44d427e Only enable SRGB write control on desktop GL when SRGB is supported. by bsalomon · 8 years ago
  17. 4017007 Fix unit test crash caused by OSMesa not supporting rendering to GL_ALPHA8 by bsalomon · 9 years ago
  18. 35b784d Bring back sRGB-write-control as a caps bit. by brianosman · 9 years ago
  19. 6536ae5 added GrMSAAPathRenderer by ethannicholas · 9 years ago
  20. c3d706f Revert of Use transfer buffer for BatchAtlas texture copies (patchset #9 id:160001 of https://codereview.chromium.org/1888473002/ ) by jvanverth · 9 years ago
  21. b0ec983 Use transfer buffer for BatchAtlas texture copies. by jvanverth · 9 years ago
  22. 74b8d32 Implement texel buffers by cdalton · 9 years ago
  23. f8a6ce8 Add GLSL support for texelFetch by cdalton · 9 years ago
  24. a6b92ad Infer sampler precision from pixel config by cdalton · 9 years ago
  25. e2e71c2 Track GL buffer state based on unique resource ID by cdalton · 9 years ago
  26. 044d3c1 Revert of Track GL buffer state based on unique resource ID (patchset #6 id:100001 of https://codereview.chromium.org/1854283004/ ) by mtklein · 9 years ago
  27. deacc97 Track GL buffer state based on unique resource ID by cdalton · 9 years ago
  28. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  29. 397536c Consolidate GPU buffer implementations by cdalton · 9 years ago
  30. 28ef445 added support for glMinSampleShading by ethannicholas · 9 years ago
  31. 64d094d Require sRGB write control for sRGB support. Add flag to GrPaint to suppress linear -> sRGB conversion on write. Use that to fix YUV conversion, which directly produces sRGB data. (Technically, it produces data in whatever the color space of the JPEG might be). by brianosman · 9 years ago
  32. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 9 years ago
  33. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 9 years ago
  34. 7dbd45d Make max number of vertex attributes be checked dynamically by bsalomon · 9 years ago
  35. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  36. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 9 years ago
  37. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  38. b4ecabd Fix BGRA/RGBA readback conversions on mac by ericrk · 9 years ago
  39. c04ce67 Add caps and GL API for buffer texture by cdalton · 9 years ago
  40. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 9 years ago
  41. f655e93 Revert of Implement support for using GL ES 3.0 with command buffer (patchset #6 id:100001 of https://codereview.chromium.org/1684413003/ ) by kkinnunen · 9 years ago
  42. 09bd2c0 Disabling calls to TexParameteri when the values do not exist on ES2. by cblume · 9 years ago
  43. 4a98cdb Add cap and builder feature for multisample interpolation by cdalton · 9 years ago
  44. 790d513 This CL adds glTexStorage support. by cblume · 9 years ago
  45. eb79eea Include glGetMultisamplefv API by cdalton · 9 years ago
  46. 45c2c81 Implement support for using GL ES 3.0 with command buffer by kkinnunen · 9 years ago
  47. f15b07b Revert of Include glGetMultisamplefv API (patchset #1 id:1 of https://codereview.chromium.org/1720963002/ ) by ethannicholas · 9 years ago
  48. 69c1b24 Include glGetMultisamplefv API by cdalton · 9 years ago
  49. 33ad701 Add gl_SampleMask functionality to fragment builders by cdalton · 9 years ago
  50. e06ed25 Do not try to use GL_texture_rectangle on GL ES by kkinnunen · 9 years ago
  51. babafcc Workaround for bug in Tegra 3 when uploading to a render target by bsalomon · 9 years ago
  52. 1751dc7 Revert of Add infastructure for gl_SampleMask (patchset #6 id:100001 of https://codereview.chromium.org/1690963003/ ) by benjaminwagner · 9 years ago
  53. 533cefe Add infastructure for gl_SampleMask by cdalton · 9 years ago
  54. c08f196 Use noperspective interpolation for 2D draws by cdalton · 9 years ago
  55. 083617b Make copySurface work in more situations. by bsalomon · 9 years ago
  56. 793dc26 Improve GLSL integer support by cdalton · 9 years ago
  57. 9f2dc27 Replace GrGLInterface's function pointers with std::functions. by bsalomon · 9 years ago
  58. c4d196c Revert of Improve GLSL integer support (patchset #1 id:1 of https://codereview.chromium.org/1669853002/ ) by dcheng · 9 years ago
  59. 3a2caf8 Improve GLSL integer support by cdalton · 9 years ago
  60. 06604b9 Add GL indirect drawing APIs by cdalton · 9 years ago
  61. af8bc7d Add support for GL_EXT_raster_multisample by cdalton · 9 years ago
  62. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  63. b8909d3 Revert "Enable GL_CHROMIUM_bind_uniform_location, command buffer is fixed" by bsalomon · 9 years ago
  64. e957331 Make A8 readbacks work from non-A8 surfaces by bsalomon · 9 years ago
  65. 1dc85cd Enable GL_CHROMIUM_bind_uniform_location, command buffer is fixed by kkinnunen · 9 years ago
  66. 9f63b44 Make BGRA8888 renderable on CHROMIUM_framebuffer_mixed_samples by kkinnunen · 9 years ago
  67. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  68. 1aa2029 Add ability to query read pixels support without a render target. by bsalomon · 9 years ago
  69. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  70. e179a91 Texturing support for RECTANGLE textures. by bsalomon · 9 years ago
  71. eed519e Differentiate maxColorSamples and maxStencilSamples in GrCaps by egdaniel · 9 years ago
  72. e5286e0 Beginning of support for texture rectangles. by bsalomon · 9 years ago
  73. 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
  74. b76afed Make A8 readback work in more cases and improve testing. by bsalomon · 9 years ago
  75. 7f9b2e4 Swizzle shader output and blend when using GL_RED to implement kAlpha_8_GrPixelConfig by bsalomon · 9 years ago
  76. 76148af Hide formats in GrGLCaps and use specific getters for different GL functions. by bsalomon · 9 years ago
  77. cdee009 Add a class representing texture swizzle. by bsalomon · 9 years ago
  78. 3183a41 Revert of Add a class representing texture swizzle. (patchset #6 id:100001 of https://codereview.chromium.org/1567733005/ ) by mtklein · 9 years ago
  79. 1a1efea Add a class representing texture swizzle. by bsalomon · 9 years ago
  80. 41e4384e Move config texturability/renderability to config table. by bsalomon · 9 years ago
  81. 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
  82. 32a3cd2 Move config texturability/renderability to config table. by bsalomon · 9 years ago
  83. 7928ef6 Move read pixels format info into ConifgInfo in GrGLCaps by bsalomon · 9 years ago
  84. 480e8c0 Fold color attachment verification bit into GrGLCaps::ConfigInfo by bsalomon · 9 years ago
  85. 3044737 Move config table to GrGLCaps from GrGLGpu. by bsalomon · 9 years ago
  86. 1250944 Fixup GL instanced rendering commands by cdalton · 9 years ago
  87. 2ef6108 Don't allow BGRA rendertargets on iOS w/ES 3.0+. by jvanverth · 9 years ago
  88. ea40943 Use a pseudo-extension CHROMIUM_framebuffer_mixed_samples by kkinnunen · 9 years ago
  89. b3685c8 Use BRGA as internal format on later iOS by jvanverth · 9 years ago
  90. 8e03b8a Always use high precision on NDS transform by joel.liang · 9 years ago
  91. d7a2c1f Add transfer buffer to GLCaps by jvanverth · 9 years ago
  92. 7ea33f5 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  93. 0315dbc Revert of Initial version of external_oes texture support and unit test (patchset #14 id:260001 of https://codereview.chromium.org/1451683002/ ) by bsalomon · 9 years ago
  94. 27a0487 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  95. 7e806f3 Revert of Enable stencil clipping in mixed sampled render targets (patchset #6 id:100001 of https://codereview.chromium.org/1232103002/ ) by cdalton · 9 years ago
  96. 24ddb0a Revert of Fix setColocatedSampleLocations on ES and GL < 4.5 (patchset #2 id:20001 of https://codereview.chromium.org/1415503008/ ) by cdalton · 9 years ago
  97. 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 9 years ago
  98. d472792 Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://codereview.chromium.org/1431593006/ ) by cdalton · 9 years ago
  99. 14184d5 Fix mixed samples stencil clip by cdalton · 9 years ago
  100. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago