1. bab82ed Pretty print of shaders by joshualitt · 10 years ago
  2. c863ab0 Cleanup of context initialization by joshualitt · 10 years ago
  3. 760ba8d Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering" by bungeman · 10 years ago
  4. 5672da0 Adds a GrGLPathRendering class that wraps the NV_path_rendering by cdalton · 10 years ago
  5. c8f5204 Incorporate glStencilThenCover* nvpr methods by cdalton · 10 years ago
  6. 944bcf0 Some fixes around GrContext::abandonContext: by bsalomon · 10 years ago
  7. 8dd90cb Add IsPath to GrGLInterface by cdalton · 10 years ago
  8. 32b9a3b Add functions to support NV_path_rendering in OpenGL ES by kkinnunen · 10 years ago
  9. 9245b7e When performing offscreen rendering on windows, attempt to use a pbuffer context. by bsalomon · 10 years ago
  10. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  11. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
  12. c986b1f Revert of Add functions to support NV_path_rendering in OpenGL ES (https://codereview.chromium.org/345723002/) by rmistry · 10 years ago
  13. 4a995df Add functions to support NV_path_rendering in OpenGL ES by kkinnunen · 10 years ago
  14. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  15. 37d20f7 Add support for glCompressedTexSubImage2D by krajcevski · 10 years ago
  16. 160b478 Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  17. 53b614b Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. (https://codereview.chromium.org/243413002/) by djsollen@google.com · 10 years ago
  18. f9deb8a Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  19. f669672 Use EXT_direct_state_access for path matrix manipulation by commit-bot@chromium.org · 10 years ago
  20. 0a6fe71 Use fixed function pipeline only when drawing paths by commit-bot@chromium.org · 10 years ago
  21. beb8b3a Add GL_CHROMIUM_map_sub functions to GrGLInterface and bit to GrGLCaps. by commit-bot@chromium.org · 11 years ago
  22. a34bb60 Add GL_ARB_invalidate_subdata functions to GrGLInterface. by bsalomon@google.com · 11 years ago
  23. f535561 Cleanup GrGLInterface after Chromium changes by commit-bot@chromium.org · 11 years ago
  24. 0714360 Add SK_API to GrGLExtensions by commit-bot@chromium.org · 11 years ago
  25. 6ebfbf9 Use vertex buffer objects instead of client side arrays in fixed-function codepaths by commit-bot@chromium.org · 11 years ago
  26. a3baf3b Add hooks for GL_EXT_debug_marker in gpu by commit-bot@chromium.org · 11 years ago
  27. d8ed851 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  28. 68c7488 Revert "Turn NVPR on by default (but off in tools)." by halcanary@google.com · 11 years ago
  29. 83d81c9 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  30. c72425a Move GrGLInterface function pointers into a nested struct by commit-bot@chromium.org · 11 years ago
  31. 7322893 Adding SK_API to SkGLContextHelper and SkNullGLContext for use in blink unit test component build by commit-bot@chromium.org · 11 years ago
  32. 90313cc Move GrGLExtensions from GrGLContextInfo to GrGLInterface by commit-bot@chromium.org · 11 years ago
  33. 92b7884 Remove GR_GL_IGNORE_ES3_MSAA.s by commit-bot@chromium.org · 11 years ago
  34. cc190eb Allow GrGLInterface factories in Chromium to continue to compile. by commit-bot@chromium.org · 11 years ago
  35. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  36. a3b15ed Make GrGLInterface be context-specific on all platforms by commit-bot@chromium.org · 11 years ago
  37. f5a7683 Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows (Take 2) by robertphillips@google.com · 11 years ago
  38. 01a2f1c Revert r12758 (Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows (Take 2) - https://codereview.chromium.org/118533003) due to Chromium-side compilation issues by robertphillips@google.com · 11 years ago
  39. 0ef335a Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows (Take 2) by commit-bot@chromium.org · 11 years ago
  40. 3cf7e93 Revert r12694 (Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows - https://codereview.chromium.org/111403003) due to Chromium-side compilation errors by robertphillips@google.com · 11 years ago
  41. 6ed6778 Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows by commit-bot@chromium.org · 11 years ago
  42. 0d9e3da Use lowercase windows.h in includes to fix Windows cross compilation using mingw. by bungeman@google.com · 11 years ago
  43. aae7c2a Export GrGLCreateNullInterface for use in Chromium compositor unit tests. by commit-bot@chromium.org · 11 years ago
  44. d3baf20 Added support for Chrome's gpu command buffer extension BindUniformLocation. by commit-bot@chromium.org · 11 years ago
  45. c9542ca Add swapBuffer call to SkGLContextHelper. by djsollen@google.com · 11 years ago
  46. 4382330 Replace GR_*_BUILD by their SK_BUILD_FOR_* equivalents. by commit-bot@chromium.org · 11 years ago
  47. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  48. 040fd8f Rip out CSAA support by commit-bot@chromium.org · 11 years ago
  49. a8e5a06 Add support for ES3 MSAA. by commit-bot@chromium.org · 11 years ago
  50. f5897f8 Add OpenGL 4.4 support to SkNativeGLContext and GrGLCreateNativeInterface android versions. by commit-bot@chromium.org · 11 years ago
  51. 46fbfe0 Add glTexGen funcs to interface by commit-bot@chromium.org · 11 years ago
  52. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  53. d28063e Replace uses of GR_API by SK_API. by commit-bot@chromium.org · 11 years ago
  54. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  55. 46b450a temporary kES2_GrGLBinding alias to unblock DEPS roll by bsalomon@google.com · 11 years ago
  56. eb17070 missing header from previous commit by bsalomon@google.com · 11 years ago
  57. cffff79 get genmipmap function in the struct by commit-bot@chromium.org · 11 years ago
  58. 00142c4 Fix GL extension printing on core profiles. by bsalomon@google.com · 11 years ago
  59. a6ffb58 Plumbed in discard_framebuffer extension by robertphillips@google.com · 11 years ago
  60. 98168bb Add glCopyTexSubImage2D to GrGLInterface by commit-bot@chromium.org · 12 years ago
  61. f3a60c0 Add support for IMG's MSAA extension. by bsalomon@google.com · 12 years ago
  62. ecd8484 Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 12 years ago
  63. b82c399 Revert 7919 and 7920 (committed wrong version of r7919.) by bsalomon@google.com · 12 years ago
  64. 87c6d7a Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 12 years ago
  65. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 12 years ago
  66. 26fb61a Move the default definition of GR_USE_NEW_SHADER_SOURCE_SIGNATURE to GrGLConfig. by bsalomon@google.com · 12 years ago
  67. e452a0a Use updated Khronos signature for glShaderSource by commit-bot@chromium.org · 12 years ago
  68. 12eea2b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  69. 1744f97 Use glGetStringi to get extensions when available. by bsalomon@google.com · 12 years ago
  70. 96966a5 Use CPU arrays for dynamic indices/vertices on ARM GPUs. by bsalomon@google.com · 12 years ago
  71. 682e1f9 Use CGL rather than AGL on the Mac. by bsalomon@google.com · 12 years ago
  72. fe1b536 Enhance GL error checking for non-Ganesh GL calls by robertphillips@google.com · 12 years ago
  73. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  74. e0d44ff Add support for new glShaderSource() signature from Khronos. Disabled by default. by senorblanco@chromium.org · 12 years ago
  75. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  76. 2b64f84 Add SkNativeGLContext implementation for iOS. by bsalomon@google.com · 12 years ago
  77. 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
  78. ded4f4b Initial support for GL_NV_path_renering. Experimental, there are still some issues to resolve, set gyp variable skia_nv_path_rendering=1 or build flag GR_GL_USE_NV_PATH_RENDERING to enable. by bsalomon@google.com · 12 years ago
  79. 15e9d3e Expanded distribution of instance counting by robertphillips@google.com · 12 years ago
  80. f22f77f NV PR spec update to function param, use GrGL typedefs rather than fundamental types by bsalomon@google.com · 12 years ago
  81. 0efcc37 Remove glBlendEquation and glColorPointer by bsalomon@google.com · 12 years ago
  82. fe11cb6 Add GL function pointers for GL_NV_path_rendering by bsalomon@google.com · 12 years ago
  83. 4d063de Add glTexParameteriv to GL interface by bsalomon@google.com · 12 years ago
  84. 341767c Remove support for vertex attribute matrices by bsalomon@google.com · 12 years ago
  85. cc61b17 Comment improvements to GrGLInterface by bsalomon@google.com · 12 years ago
  86. 637d5e9 Move GL function prototype typdefs to a separate header by bsalomon@google.com · 12 years ago
  87. 2717d56 move more stuff that should be private out from GrGLConfig.h by bsalomon@google.com · 12 years ago
  88. 91bcc94 Make GrGLDefines.h be a private header by bsalomon@google.com · 12 years ago
  89. 9c1f1ac Move function decls and macros out of public headers that are meant for internal use. by bsalomon@google.com · 12 years ago
  90. 443e5a5 Re-adding red texture support (by rolling back r3800) by robertphillips@google.com · 12 years ago
  91. 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
  92. b3400ba Fix undefined GLint in Mac builds by bsalomon@google.com · 13 years ago
  93. e788430 Added glBlendEquation to GL interface by robertphillips@google.com · 13 years ago
  94. c9668ec Add support for GL_NV_framebuffer_multisample_coverage by bsalomon@google.com · 13 years ago
  95. 6995068 Initial version of R8 support by robertphillips@google.com · 13 years ago
  96. d5c8fe6 Removed ANGLE namespace requirement by robertphillips@google.com · 13 years ago
  97. ba800e2 Alphabetize gl function pointer typedefs / decls. Wrap pointers to auto-NULL them. by bsalomon@google.com · 13 years ago
  98. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 13 years ago
  99. 7c95942 Extended debug GL interface to include tracking of render buffers by robertphillips@google.com · 13 years ago
  100. 0da3719 Added debug GL Interface. This interface tracks various GL objects in order to find leaks & invalid accesses. by robertphillips@google.com · 13 years ago