1. 424cc26 Remove init from GrGLContextInfo and caps classes by bsalomon · 9 years ago
  2. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  3. 0edea2c Make mixed samples contingent on auxiliary extensions by cdalton · 9 years ago
  4. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  5. 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
  6. 5df6fee Move copy-surface-as-draw fallback to GrGLGpu. by bsalomon · 9 years ago
  7. 8917d62 Implement support for KHR_blend_equation_advanced by cdalton · 9 years ago
  8. e9c0fc6 Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps by jvanverth · 9 years ago
  9. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 9 years ago
  10. 5053063 Remove legacy NVPR support by jvanverth · 9 years ago
  11. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 10 years ago
  12. 08b4d29 GrGLInterface: Add support for NV_framebuffer_mixed_samples by vbuzinov · 10 years ago
  13. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  14. 02f46cf Some usability ideas around SkTHash. by mtklein · 10 years ago
  15. 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
  16. 160f24c Improve tracking of bound FBOs in GrGLGpu. by bsalomon · 10 years ago
  17. 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
  18. dc963b9 Improve tracking of bound FBOs in GrGLGpu. by bsalomon · 10 years ago
  19. 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
  20. 6ba6fa1 Improve tracking of bound FBOs in GrGLGpu. by bsalomon · 10 years ago
  21. 2aa1f7e Port GrGLCaps over to use SkTHash. by mtklein · 10 years ago
  22. abb52a1 Move most of the transform logic into the primitive processors by joshualitt · 10 years ago
  23. 3c1096f fix for FB fetch on nexus 10 ES3.0 by joshualitt · 10 years ago
  24. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  25. 3f801cb Change desktop and ES 3.0 to always use sized internal texture formats. by jvanverth · 10 years ago
  26. 17168df Use texture size to determine precision of texture coord varyings. by bsalomon · 10 years ago
  27. b4384b9 Bug fix for es 3.00 fb fetch by joshualitt · 10 years ago
  28. e4b2314 Caching the result of readPixelsSupported by piotaixr · 10 years ago
  29. 5816233 FBFetch refactor + arm support by joshualitt · 10 years ago
  30. c7af812 Revert of Reopened: Caching the result of readPixelsSupported (https://codereview.chromium.org/364193004/) by bungeman · 10 years ago
  31. 8339371 Caching the result of readPixelsSupported by piotaixr · 10 years ago
  32. 2fe7b46 Revert of Caching the result of readPixelsSupported (https://codereview.chromium.org/364193004/) by reed · 10 years ago
  33. 753a296 Caching the result of readPixelsSupported by piotaixr · 10 years ago
  34. 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
  35. 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
  36. 42dc813 Revert of Revert of Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  37. 8bfcd72 Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/) by commit-bot@chromium.org · 10 years ago
  38. 420b2ff Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  39. 5e565d1 Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/) by commit-bot@chromium.org · 10 years ago
  40. 2dcd243 Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  41. 160b478 Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  42. 53b614b Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. (https://codereview.chromium.org/243413002/) by djsollen@google.com · 10 years ago
  43. f9deb8a Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  44. f4e67e3 Fail to create GrContext when we get a NULL for a GL/GLSL version string by commit-bot@chromium.org · 10 years ago
  45. 0a6fe71 Use fixed function pipeline only when drawing paths by commit-bot@chromium.org · 11 years ago
  46. beb8b3a Add GL_CHROMIUM_map_sub functions to GrGLInterface and bit to GrGLCaps. by commit-bot@chromium.org · 11 years ago
  47. 52ffbf6 Use glInvalidateFramebuffer() when it is supported. by commit-bot@chromium.org · 11 years ago
  48. 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 11 years ago
  49. 4362a38 Distance field fixes for Android by commit-bot@chromium.org · 11 years ago
  50. 66beaf0 Revert of Distance field fixes for Android (https://codereview.chromium.org/205343008/) by commit-bot@chromium.org · 11 years ago
  51. 8fe2ee1 Distance field fixes for Android by commit-bot@chromium.org · 11 years ago
  52. 8b656c6 Avoid printing draw target info to stderr while running unit tests by commit-bot@chromium.org · 11 years ago
  53. 56ce48a Add can-ignore-rect hint to clear call by robertphillips@google.com · 11 years ago
  54. 6b7938f separate state for msaa renderability by commit-bot@chromium.org · 11 years ago
  55. 7388051 Move renderable config list to GrDrawTargetCaps by commit-bot@chromium.org · 11 years ago
  56. 040fd8f Rip out CSAA support by commit-bot@chromium.org · 11 years ago
  57. 6fc1b49 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  58. a8e5a06 Add support for ES3 MSAA. by commit-bot@chromium.org · 11 years ago
  59. 3628ad9 Add bit to GrGLCaps for fixed function support by commit-bot@chromium.org · 11 years ago
  60. 46fbfe0 Add glTexGen funcs to interface by commit-bot@chromium.org · 11 years ago
  61. a15f7e5 Use all available texture units. by commit-bot@chromium.org · 11 years ago
  62. ecc9d28 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  63. 6b0cf02 Add support for GL_*_shader__framebuffer_fetch by bsalomon@google.com · 11 years ago
  64. 347c382 Add support for GL_EXT_multisampled_render_to_texture. by bsalomon@google.com · 11 years ago
  65. a6ffb58 Plumbed in discard_framebuffer extension by robertphillips@google.com · 11 years ago
  66. b8eb2e8 Make GrGLShaderBuilder::TextureSampler extract only required info from GrTextureAccess. by bsalomon@google.com · 12 years ago
  67. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 12 years ago
  68. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 12 years ago
  69. f3a60c0 Add support for IMG's MSAA extension. by bsalomon@google.com · 12 years ago
  70. 8a70eef Add MSAA configs to bench. Review URL: https://codereview.chromium.org/12607013 by bsalomon@google.com · 12 years ago
  71. 07631cf Validate that VAO functions are present in ES2 interfaces and add bit to caps indicating VAO support. by bsalomon@google.com · 12 years ago
  72. 631cdcb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  73. 2b1b8c0 Checkpoint towards core profile support. by bsalomon@google.com · 12 years ago
  74. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 12 years ago
  75. 96966a5 Use CPU arrays for dynamic indices/vertices on ARM GPUs. by bsalomon@google.com · 12 years ago
  76. 706f668 Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs. by bsalomon@google.com · 12 years ago
  77. d335364 Revert r6330 thru 6333 while we figure out what to do about Intel bots (possible driver bug). by bsalomon@google.com · 12 years ago
  78. 4fe9b1b Automatically handle converting gl_FragCoord to Skia's y-down device coords. by bsalomon@google.com · 12 years ago
  79. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  80. a2d7148 Removed GrClip & related classes by robertphillips@google.com · 12 years ago
  81. 1d89c93 Added ReadPixels format-supported check to GL Caps by robertphillips@google.com · 12 years ago
  82. e76b7cc fix gl error of 'invalid enum' from GL_COLOR_TABLE by bsalomon@google.com · 12 years ago
  83. 60da417 Move max vertex attributes value to GL Caps by bsalomon@google.com · 12 years ago
  84. d8f856c Move convolution from code in GrGLProgram to new GrConvolutionEffect by tomhudson@google.com · 12 years ago
  85. 443e5a5 Re-adding red texture support (by rolling back r3800) by robertphillips@google.com · 12 years ago
  86. 0048469 Roll back http://code.google.com/p/skia/source/detail?r=3622 to deal with http://crbug.com/125596 ('M20 windows renderer stability maze') by epoger@google.com · 12 years ago
  87. f6b070d Clamp requested MSAA sample count to GL_MAX_SAMPLES by bsalomon@google.com · 12 years ago
  88. c9668ec Add support for GL_NV_framebuffer_multisample_coverage by bsalomon@google.com · 13 years ago
  89. 6995068 Initial version of R8 support by robertphillips@google.com · 13 years ago
  90. ca13d39 Revert 3191 Review URL: http://codereview.appspot.com/5656068/ by bsalomon@google.com · 13 years ago
  91. 621dfe6 Add test to detect bias in conversion of frag shader floats to bytes by bsalomon@google.com · 13 years ago
  92. f7fa806 Make GLCaps be standalone and be a member of GrGLContextInfo by bsalomon@google.com · 13 years ago