1. 44d427e Only enable SRGB write control on desktop GL when SRGB is supported. by bsalomon · 9 years ago
  2. 4017007 Fix unit test crash caused by OSMesa not supporting rendering to GL_ALPHA8 by bsalomon · 9 years ago
  3. 35b784d Bring back sRGB-write-control as a caps bit. by brianosman · 9 years ago
  4. 6536ae5 added GrMSAAPathRenderer by ethannicholas · 9 years ago
  5. 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
  6. b0ec983 Use transfer buffer for BatchAtlas texture copies. by jvanverth · 9 years ago
  7. 74b8d32 Implement texel buffers by cdalton · 9 years ago
  8. f8a6ce8 Add GLSL support for texelFetch by cdalton · 9 years ago
  9. a6b92ad Infer sampler precision from pixel config by cdalton · 9 years ago
  10. e2e71c2 Track GL buffer state based on unique resource ID by cdalton · 9 years ago
  11. 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
  12. deacc97 Track GL buffer state based on unique resource ID by cdalton · 9 years ago
  13. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  14. 397536c Consolidate GPU buffer implementations by cdalton · 9 years ago
  15. 28ef445 added support for glMinSampleShading by ethannicholas · 9 years ago
  16. 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
  17. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 9 years ago
  18. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 9 years ago
  19. 7dbd45d Make max number of vertex attributes be checked dynamically by bsalomon · 9 years ago
  20. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  21. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 9 years ago
  22. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  23. b4ecabd Fix BGRA/RGBA readback conversions on mac by ericrk · 9 years ago
  24. c04ce67 Add caps and GL API for buffer texture by cdalton · 9 years ago
  25. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 9 years ago
  26. 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
  27. 09bd2c0 Disabling calls to TexParameteri when the values do not exist on ES2. by cblume · 9 years ago
  28. 4a98cdb Add cap and builder feature for multisample interpolation by cdalton · 9 years ago
  29. 790d513 This CL adds glTexStorage support. by cblume · 9 years ago
  30. eb79eea Include glGetMultisamplefv API by cdalton · 9 years ago
  31. 45c2c81 Implement support for using GL ES 3.0 with command buffer by kkinnunen · 9 years ago
  32. f15b07b Revert of Include glGetMultisamplefv API (patchset #1 id:1 of https://codereview.chromium.org/1720963002/ ) by ethannicholas · 9 years ago
  33. 69c1b24 Include glGetMultisamplefv API by cdalton · 9 years ago
  34. 33ad701 Add gl_SampleMask functionality to fragment builders by cdalton · 9 years ago
  35. e06ed25 Do not try to use GL_texture_rectangle on GL ES by kkinnunen · 9 years ago
  36. babafcc Workaround for bug in Tegra 3 when uploading to a render target by bsalomon · 9 years ago
  37. 1751dc7 Revert of Add infastructure for gl_SampleMask (patchset #6 id:100001 of https://codereview.chromium.org/1690963003/ ) by benjaminwagner · 9 years ago
  38. 533cefe Add infastructure for gl_SampleMask by cdalton · 9 years ago
  39. c08f196 Use noperspective interpolation for 2D draws by cdalton · 9 years ago
  40. 083617b Make copySurface work in more situations. by bsalomon · 9 years ago
  41. 793dc26 Improve GLSL integer support by cdalton · 9 years ago
  42. 9f2dc27 Replace GrGLInterface's function pointers with std::functions. by bsalomon · 9 years ago
  43. c4d196c Revert of Improve GLSL integer support (patchset #1 id:1 of https://codereview.chromium.org/1669853002/ ) by dcheng · 9 years ago
  44. 3a2caf8 Improve GLSL integer support by cdalton · 9 years ago
  45. 06604b9 Add GL indirect drawing APIs by cdalton · 9 years ago
  46. af8bc7d Add support for GL_EXT_raster_multisample by cdalton · 9 years ago
  47. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  48. b8909d3 Revert "Enable GL_CHROMIUM_bind_uniform_location, command buffer is fixed" by bsalomon · 9 years ago
  49. e957331 Make A8 readbacks work from non-A8 surfaces by bsalomon · 9 years ago
  50. 1dc85cd Enable GL_CHROMIUM_bind_uniform_location, command buffer is fixed by kkinnunen · 9 years ago
  51. 9f63b44 Make BGRA8888 renderable on CHROMIUM_framebuffer_mixed_samples by kkinnunen · 9 years ago
  52. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  53. 1aa2029 Add ability to query read pixels support without a render target. by bsalomon · 9 years ago
  54. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  55. e179a91 Texturing support for RECTANGLE textures. by bsalomon · 9 years ago
  56. eed519e Differentiate maxColorSamples and maxStencilSamples in GrCaps by egdaniel · 9 years ago
  57. e5286e0 Beginning of support for texture rectangles. by bsalomon · 9 years ago
  58. 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
  59. b76afed Make A8 readback work in more cases and improve testing. by bsalomon · 9 years ago
  60. 7f9b2e4 Swizzle shader output and blend when using GL_RED to implement kAlpha_8_GrPixelConfig by bsalomon · 9 years ago
  61. 76148af Hide formats in GrGLCaps and use specific getters for different GL functions. by bsalomon · 9 years ago
  62. cdee009 Add a class representing texture swizzle. by bsalomon · 9 years ago
  63. 3183a41 Revert of Add a class representing texture swizzle. (patchset #6 id:100001 of https://codereview.chromium.org/1567733005/ ) by mtklein · 9 years ago
  64. 1a1efea Add a class representing texture swizzle. by bsalomon · 9 years ago
  65. 41e4384e Move config texturability/renderability to config table. by bsalomon · 9 years ago
  66. 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
  67. 32a3cd2 Move config texturability/renderability to config table. by bsalomon · 9 years ago
  68. 7928ef6 Move read pixels format info into ConifgInfo in GrGLCaps by bsalomon · 9 years ago
  69. 480e8c0 Fold color attachment verification bit into GrGLCaps::ConfigInfo by bsalomon · 9 years ago
  70. 3044737 Move config table to GrGLCaps from GrGLGpu. by bsalomon · 9 years ago
  71. 1250944 Fixup GL instanced rendering commands by cdalton · 9 years ago
  72. 2ef6108 Don't allow BGRA rendertargets on iOS w/ES 3.0+. by jvanverth · 9 years ago
  73. ea40943 Use a pseudo-extension CHROMIUM_framebuffer_mixed_samples by kkinnunen · 9 years ago
  74. b3685c8 Use BRGA as internal format on later iOS by jvanverth · 9 years ago
  75. 8e03b8a Always use high precision on NDS transform by joel.liang · 9 years ago
  76. d7a2c1f Add transfer buffer to GLCaps by jvanverth · 9 years ago
  77. 7ea33f5 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  78. 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
  79. 27a0487 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  80. 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
  81. 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
  82. 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 9 years ago
  83. d472792 Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://codereview.chromium.org/1431593006/ ) by cdalton · 9 years ago
  84. 14184d5 Fix mixed samples stencil clip by cdalton · 9 years ago
  85. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  86. 63f6c1f Loosen requirements for mixed samples support by cdalton · 9 years ago
  87. b7e7d57 Create swizzle table inside of glsl caps by egdaniel · 9 years ago
  88. 0c29999 Revert of Create swizzle table inside of glsl caps (patchset #12 id:210001 of https://codereview.chromium.org/1420033005/ ) by egdaniel · 9 years ago
  89. 98cad62 Fix setColocatedSampleLocations on ES and GL < 4.5 by cdalton · 9 years ago
  90. 4036674 Create swizzle table inside of glsl caps by egdaniel · 9 years ago
  91. 574a4c1 Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups. by egdaniel · 9 years ago
  92. 100b8f8 Remove min texture size support by bsalomon · 9 years ago
  93. 177519e Disable CHROMIUM_bind_uniform_location due to a spec bug by kkinnunen · 9 years ago
  94. 0a48233 Fix GLCaps order for CoreProfile by egdaniel · 9 years ago
  95. 05ded89 Fix gl caps for mixed sample support by egdaniel · 9 years ago
  96. e72bd02 Disable MIP mapping on PowerVR 54x. This GPU spews a lot of errors when using GenerateMipMaps. by bsalomon · 9 years ago
  97. cae0085 Force the s4 to use highp for transforming to NDS by egdaniel · 9 years ago
  98. 2a459ff Fix force high precision for arm gpus by egdaniel · 9 years ago
  99. 472d44e Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 9 years ago
  100. 899ba37 Revert of Add version string and force highp NDS transfrom to GLSLCaps (patchset #3 id:40001 of https://codereview.chromium.org/1417993004/ ) by egdaniel · 9 years ago