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