1. cfe62e3 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  2. 439f23e Revert of Cleanup legacy NVPR-related definitions (patchset #4 id:60001 of https://codereview.chromium.org/1177243004/) by jvanverth · 9 years ago
  3. e35b5d9 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  4. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  5. 538bacb Revert of Cleanup legacy NVPR-related definitions (patchset #3 id:40001 of https://codereview.chromium.org/1177243004/) by fmalita · 9 years ago
  6. fb8d688 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  7. d416a5b Implement SkGLContext swapBuffers with fence syncs by cdalton · 9 years ago
  8. 591a2ca Stop using the NVPR glyph loading functionality by kkinnunen · 9 years ago
  9. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  10. 626e1ff Import functionality for new GL backend by cdalton · 9 years ago
  11. 1fe1858 Revert of Import functionality for new GL backend (patchset #2 id:20001 of https://codereview.chromium.org/1185573003/) by djsollen · 9 years ago
  12. 202c4c7 Import functionality for new GL backend by cdalton · 9 years ago
  13. 0edea2c Make mixed samples contingent on auxiliary extensions by cdalton · 9 years ago
  14. bae6f6c Add tokens and entry points for KHR_blend_equation_advanced by cdalton · 9 years ago
  15. 2575f31 Revert of Add tokens and entry points for KHR_blend_equation_advanced (patchset #3 id:40001 of https://codereview.chromium.org/1039693004/) by tomhudson · 9 years ago
  16. 8e57885 Add tokens and entry points for KHR_blend_equation_advanced by cdalton · 9 years ago
  17. fd4167d Import glTextureBarrier by cdalton · 9 years ago
  18. 08b4d29 GrGLInterface: Add support for NV_framebuffer_mixed_samples by vbuzinov · 10 years ago
  19. ee64d6e Add glGetShaderPrecisionFormat by bsalomon · 10 years ago
  20. 27c1521 Add gpu support for glVertexAttrb1f, 2fv, and 3fv by egdaniel · 10 years ago
  21. f238091 Adding support for GL_CHROMIUM_copy_texture, part 1 by junov · 10 years ago
  22. 149b3ec Adds glMemoryGlyphIndexArrayNV to the GrGLInterface and begins by cdalton · 10 years ago
  23. c7103a1 Wrap NV_path_rendering API with GrGLPathRendering by cdalton · 10 years ago
  24. 760ba8d Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering" by bungeman · 10 years ago
  25. 5672da0 Adds a GrGLPathRendering class that wraps the NV_path_rendering by cdalton · 10 years ago
  26. c8f5204 Incorporate glStencilThenCover* nvpr methods by cdalton · 10 years ago
  27. 944bcf0 Some fixes around GrContext::abandonContext: by bsalomon · 10 years ago
  28. 8dd90cb Add IsPath to GrGLInterface by cdalton · 10 years ago
  29. 32b9a3b Add functions to support NV_path_rendering in OpenGL ES by kkinnunen · 10 years ago
  30. c986b1f Revert of Add functions to support NV_path_rendering in OpenGL ES (https://codereview.chromium.org/345723002/) by rmistry · 10 years ago
  31. 4a995df Add functions to support NV_path_rendering in OpenGL ES by kkinnunen · 10 years ago
  32. 37d20f7 Add support for glCompressedTexSubImage2D by krajcevski · 10 years ago
  33. 160b478 Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  34. 53b614b Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. (https://codereview.chromium.org/243413002/) by djsollen@google.com · 10 years ago
  35. f9deb8a Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  36. f669672 Use EXT_direct_state_access for path matrix manipulation by commit-bot@chromium.org · 10 years ago
  37. 0a6fe71 Use fixed function pipeline only when drawing paths by commit-bot@chromium.org · 10 years ago
  38. beb8b3a Add GL_CHROMIUM_map_sub functions to GrGLInterface and bit to GrGLCaps. by commit-bot@chromium.org · 11 years ago
  39. a34bb60 Add GL_ARB_invalidate_subdata functions to GrGLInterface. by bsalomon@google.com · 11 years ago
  40. f535561 Cleanup GrGLInterface after Chromium changes by commit-bot@chromium.org · 11 years ago
  41. 6ebfbf9 Use vertex buffer objects instead of client side arrays in fixed-function codepaths by commit-bot@chromium.org · 11 years ago
  42. a3baf3b Add hooks for GL_EXT_debug_marker in gpu by commit-bot@chromium.org · 11 years ago
  43. d8ed851 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  44. 68c7488 Revert "Turn NVPR on by default (but off in tools)." by halcanary@google.com · 11 years ago
  45. 83d81c9 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  46. c72425a Move GrGLInterface function pointers into a nested struct by commit-bot@chromium.org · 11 years ago
  47. 90313cc Move GrGLExtensions from GrGLContextInfo to GrGLInterface by commit-bot@chromium.org · 11 years ago
  48. 92b7884 Remove GR_GL_IGNORE_ES3_MSAA.s by commit-bot@chromium.org · 11 years ago
  49. cc190eb Allow GrGLInterface factories in Chromium to continue to compile. by commit-bot@chromium.org · 11 years ago
  50. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  51. a3b15ed Make GrGLInterface be context-specific on all platforms by commit-bot@chromium.org · 11 years ago
  52. aae7c2a Export GrGLCreateNullInterface for use in Chromium compositor unit tests. by commit-bot@chromium.org · 11 years ago
  53. d3baf20 Added support for Chrome's gpu command buffer extension BindUniformLocation. by commit-bot@chromium.org · 11 years ago
  54. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  55. 040fd8f Rip out CSAA support by commit-bot@chromium.org · 11 years ago
  56. a8e5a06 Add support for ES3 MSAA. by commit-bot@chromium.org · 11 years ago
  57. f5897f8 Add OpenGL 4.4 support to SkNativeGLContext and GrGLCreateNativeInterface android versions. by commit-bot@chromium.org · 11 years ago
  58. 46fbfe0 Add glTexGen funcs to interface by commit-bot@chromium.org · 11 years ago
  59. d28063e Replace uses of GR_API by SK_API. by commit-bot@chromium.org · 11 years ago
  60. 46b450a temporary kES2_GrGLBinding alias to unblock DEPS roll by bsalomon@google.com · 11 years ago
  61. eb17070 missing header from previous commit by bsalomon@google.com · 11 years ago
  62. cffff79 get genmipmap function in the struct by commit-bot@chromium.org · 11 years ago
  63. a6ffb58 Plumbed in discard_framebuffer extension by robertphillips@google.com · 11 years ago
  64. 98168bb Add glCopyTexSubImage2D to GrGLInterface by commit-bot@chromium.org · 12 years ago
  65. f3a60c0 Add support for IMG's MSAA extension. by bsalomon@google.com · 12 years ago
  66. ecd8484 Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 12 years ago
  67. b82c399 Revert 7919 and 7920 (committed wrong version of r7919.) by bsalomon@google.com · 12 years ago
  68. 87c6d7a Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 12 years ago
  69. 1744f97 Use glGetStringi to get extensions when available. by bsalomon@google.com · 12 years ago
  70. 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
  71. 15e9d3e Expanded distribution of instance counting by robertphillips@google.com · 12 years ago
  72. 0efcc37 Remove glBlendEquation and glColorPointer by bsalomon@google.com · 12 years ago
  73. fe11cb6 Add GL function pointers for GL_NV_path_rendering by bsalomon@google.com · 12 years ago
  74. 4d063de Add glTexParameteriv to GL interface by bsalomon@google.com · 12 years ago
  75. cc61b17 Comment improvements to GrGLInterface by bsalomon@google.com · 12 years ago
  76. 637d5e9 Move GL function prototype typdefs to a separate header by bsalomon@google.com · 12 years ago
  77. 2717d56 move more stuff that should be private out from GrGLConfig.h by bsalomon@google.com · 12 years ago
  78. 9c1f1ac Move function decls and macros out of public headers that are meant for internal use. by bsalomon@google.com · 12 years ago
  79. e788430 Added glBlendEquation to GL interface by robertphillips@google.com · 12 years ago
  80. c9668ec Add support for GL_NV_framebuffer_multisample_coverage by bsalomon@google.com · 13 years ago
  81. ba800e2 Alphabetize gl function pointer typedefs / decls. Wrap pointers to auto-NULL them. by bsalomon@google.com · 13 years ago
  82. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 13 years ago
  83. 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
  84. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 13 years ago[Renamed from include/gpu/GrGLInterface.h]
  85. 9639994 Use GrGLContextInfo in shader generator by bsalomon@google.com · 13 years ago
  86. b447d21 Fix dumb error of starting loop with 0 instead of 1 that uses shift to increment. by bsalomon@google.com · 13 years ago
  87. 89ec61e Add GrGLContextInfo by bsalomon@google.com · 13 years ago
  88. 280e99f Add support for GL texture storage by bsalomon@google.com · 13 years ago
  89. 9962108 Remove allocated size vs content size in textures by bsalomon@google.com · 13 years ago
  90. f64b1a2 Remove GL functions only used in fixed pipe by bsalomon@google.com · 13 years ago
  91. 1dcf506 Remove GrGpuGLFixed subclass and ES1 support by bsalomon@google.com · 13 years ago
  92. 7491372 Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (backspace key) by bsalomon@google.com · 13 years ago
  93. 57f5d98 Recommit r2510 now that mac build bot issue has been fixed. by bsalomon@google.com · 13 years ago
  94. d92780b Temporary revert of r2510. The test that it introduced fails on the Mac build bots. I suspect there is something wrong with the Mac bot machine's GL that is preventing context creation from succeeding. The OpenGL Driver monitor on the machine only shows a software rasterizer. aglChoosePixelFormat seems to fail regardless of input. It may just need a reboot. I'll investigate it more on Monday. by bsalomon@google.com · 13 years ago
  95. d47fafe Add test that validates GrGLInterfaces by bsalomon@google.com · 13 years ago
  96. 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago
  97. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/include/GrGLInterface.h]
  98. edfe1aa Add experimental geometry shader code to gpu backend by bsalomon@google.com · 13 years ago
  99. 4d06214 Change GrGLVersion from typedef GrFixed to uint32_t by bsalomon@google.com · 13 years ago
  100. c82b889 Cleanup handling of GL versions, fix function names by bsalomon@google.com · 13 years ago