1. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 8 years ago
  2. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  3. b4ecabd Fix BGRA/RGBA readback conversions on mac by ericrk · 8 years ago
  4. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 8 years ago
  5. 09bd2c0 Disabling calls to TexParameteri when the values do not exist on ES2. by cblume · 8 years ago
  6. 790d513 This CL adds glTexStorage support. by cblume · 8 years ago
  7. 083617b Make copySurface work in more situations. by bsalomon · 8 years ago
  8. 06604b9 Add GL indirect drawing APIs by cdalton · 8 years ago
  9. 1aa2029 Add ability to query read pixels support without a render target. by bsalomon · 8 years ago
  10. e5286e0 Beginning of support for texture rectangles. by bsalomon · 8 years ago
  11. 76148af Hide formats in GrGLCaps and use specific getters for different GL functions. by bsalomon · 9 years ago
  12. cdee009 Add a class representing texture swizzle. by bsalomon · 9 years ago
  13. 3183a41 Revert of Add a class representing texture swizzle. (patchset #6 id:100001 of https://codereview.chromium.org/1567733005/ ) by mtklein · 9 years ago
  14. 1a1efea Add a class representing texture swizzle. by bsalomon · 9 years ago
  15. 41e4384e Move config texturability/renderability to config table. by bsalomon · 9 years ago
  16. 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
  17. 32a3cd2 Move config texturability/renderability to config table. by bsalomon · 9 years ago
  18. 7928ef6 Move read pixels format info into ConifgInfo in GrGLCaps by bsalomon · 9 years ago
  19. 480e8c0 Fold color attachment verification bit into GrGLCaps::ConfigInfo by bsalomon · 9 years ago
  20. 3044737 Move config table to GrGLCaps from GrGLGpu. by bsalomon · 9 years ago
  21. 1250944 Fixup GL instanced rendering commands by cdalton · 9 years ago
  22. d7a2c1f Add transfer buffer to GLCaps by jvanverth · 9 years ago
  23. 7ea33f5 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  24. 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
  25. 27a0487 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  26. 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 9 years ago
  27. d472792 Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://codereview.chromium.org/1431593006/ ) by cdalton · 9 years ago
  28. 14184d5 Fix mixed samples stencil clip by cdalton · 9 years ago
  29. b7e7d57 Create swizzle table inside of glsl caps by egdaniel · 9 years ago
  30. 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
  31. 4036674 Create swizzle table inside of glsl caps by egdaniel · 9 years ago
  32. 05ded89 Fix gl caps for mixed sample support by egdaniel · 9 years ago
  33. 472d44e Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 9 years ago
  34. 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
  35. cef4bce Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 9 years ago
  36. f529439 Move shader precision modifier check onto GLSLCaps by egdaniel · 9 years ago
  37. 7bdd70a Fix for 2056 by joshualitt · 9 years ago
  38. ff1d547 Calculate pixel config and stencil fmt pairs once per pixel config. by egdaniel · 9 years ago
  39. 51c8d40 Move some work from backend onClear to base class clear by egdaniel · 9 years ago
  40. 88c7b98 Make ANGLE perf decisions be runtime rather than compile time by bsalomon · 9 years ago
  41. 16921ec SRGB read and write pixels working and unit test by bsalomon · 9 years ago
  42. cfe62e3 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  43. 439f23e Revert of Cleanup legacy NVPR-related definitions (patchset #4 id:60001 of https://codereview.chromium.org/1177243004/) by jvanverth · 9 years ago
  44. e35b5d9 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  45. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  46. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 9 years ago
  47. c1f56b5 fix for calling bindFragDataLocation on OpenGL 2.1 by joshualitt · 9 years ago
  48. 626e1ff Import functionality for new GL backend by cdalton · 9 years ago
  49. 1fe1858 Revert of Import functionality for new GL backend (patchset #2 id:20001 of https://codereview.chromium.org/1185573003/) by djsollen · 9 years ago
  50. 202c4c7 Import functionality for new GL backend by cdalton · 9 years ago
  51. 1dd0542 Review URL: https://codereview.chromium.org/1166513002 by cdalton · 9 years ago
  52. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  53. 4cd6713 Init GrGLSLCaps fields from inside GrGLCaps by cdalton · 9 years ago
  54. 6df8640 Revert "Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/1144433002/)" by bsalomon · 9 years ago
  55. 4ee6bd8 Add caps overrides to GMs by bsalomon · 9 years ago
  56. 682c269 Store context options on caps. by bsalomon · 9 years ago
  57. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  58. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  59. 424cc26 Remove init from GrGLContextInfo and caps classes by bsalomon · 9 years ago
  60. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  61. 0edea2c Make mixed samples contingent on auxiliary extensions by cdalton · 9 years ago
  62. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  63. 404b3b2 Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/1144433002/) by mtklein · 9 years ago
  64. 5df6fee Move copy-surface-as-draw fallback to GrGLGpu. by bsalomon · 9 years ago
  65. 8917d62 Implement support for KHR_blend_equation_advanced by cdalton · 9 years ago
  66. e9c0fc6 Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps by jvanverth · 9 years ago
  67. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 9 years ago
  68. 5053063 Remove legacy NVPR support by jvanverth · 9 years ago
  69. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 9 years ago
  70. 08b4d29 GrGLInterface: Add support for NV_framebuffer_mixed_samples by vbuzinov · 9 years ago
  71. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  72. 02f46cf Some usability ideas around SkTHash. by mtklein · 9 years ago
  73. d803f27 Revert of Improve tracking of bound FBOs in GrGLGpu. (patchset #17 id:320001 of https://codereview.chromium.org/949263002/) by egdaniel · 9 years ago
  74. 160f24c Improve tracking of bound FBOs in GrGLGpu. by bsalomon · 9 years ago
  75. 5cd020f Revert of Improve tracking of bound FBOs in GrGLGpu. (patchset #16 id:300001 of https://codereview.chromium.org/949263002/) by bsalomon · 9 years ago
  76. dc963b9 Improve tracking of bound FBOs in GrGLGpu. by bsalomon · 9 years ago
  77. 1e0bf7e Revert of Improve tracking of bound FBOs in GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/949263002/) by bsalomon · 9 years ago
  78. 6ba6fa1 Improve tracking of bound FBOs in GrGLGpu. by bsalomon · 9 years ago
  79. 2aa1f7e Port GrGLCaps over to use SkTHash. by mtklein · 9 years ago
  80. abb52a1 Move most of the transform logic into the primitive processors by joshualitt · 10 years ago
  81. 3c1096f fix for FB fetch on nexus 10 ES3.0 by joshualitt · 10 years ago
  82. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  83. 3f801cb Change desktop and ES 3.0 to always use sized internal texture formats. by jvanverth · 10 years ago
  84. 17168df Use texture size to determine precision of texture coord varyings. by bsalomon · 10 years ago
  85. b4384b9 Bug fix for es 3.00 fb fetch by joshualitt · 10 years ago
  86. e4b2314 Caching the result of readPixelsSupported by piotaixr · 10 years ago
  87. 5816233 FBFetch refactor + arm support by joshualitt · 10 years ago
  88. c7af812 Revert of Reopened: Caching the result of readPixelsSupported (https://codereview.chromium.org/364193004/) by bungeman · 10 years ago
  89. 8339371 Caching the result of readPixelsSupported by piotaixr · 10 years ago
  90. 2fe7b46 Revert of Caching the result of readPixelsSupported (https://codereview.chromium.org/364193004/) by reed · 10 years ago
  91. 753a296 Caching the result of readPixelsSupported by piotaixr · 10 years ago
  92. 7c4c63a "interface" is defined in Windows headers, so undef it in GrGLCaps so we don't have a name collision by george · 10 years ago
  93. 6e7ddaa Move the LATC and ETC1 enum values to GrPixelConfig. I also tried to put in checks in a few places to make sure that we weren't using these pixel configurations in places that we shouldn't be. by commit-bot@chromium.org · 10 years ago
  94. 42dc813 Revert of Revert of Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  95. 8bfcd72 Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/) by commit-bot@chromium.org · 10 years ago
  96. 420b2ff Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  97. 5e565d1 Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/) by commit-bot@chromium.org · 10 years ago
  98. 2dcd243 Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  99. 160b478 Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  100. 53b614b Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. (https://codereview.chromium.org/243413002/) by djsollen@google.com · 10 years ago