1. f535561 Cleanup GrGLInterface after Chromium changes by commit-bot@chromium.org · 11 years ago
  2. 0714360 Add SK_API to GrGLExtensions by commit-bot@chromium.org · 11 years ago
  3. 6ebfbf9 Use vertex buffer objects instead of client side arrays in fixed-function codepaths by commit-bot@chromium.org · 11 years ago
  4. a3baf3b Add hooks for GL_EXT_debug_marker in gpu by commit-bot@chromium.org · 11 years ago
  5. d8ed851 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  6. 68c7488 Revert "Turn NVPR on by default (but off in tools)." by halcanary@google.com · 11 years ago
  7. 83d81c9 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  8. c72425a Move GrGLInterface function pointers into a nested struct by commit-bot@chromium.org · 11 years ago
  9. 7322893 Adding SK_API to SkGLContextHelper and SkNullGLContext for use in blink unit test component build by commit-bot@chromium.org · 11 years ago
  10. 90313cc Move GrGLExtensions from GrGLContextInfo to GrGLInterface by commit-bot@chromium.org · 11 years ago
  11. 92b7884 Remove GR_GL_IGNORE_ES3_MSAA.s by commit-bot@chromium.org · 11 years ago
  12. cc190eb Allow GrGLInterface factories in Chromium to continue to compile. by commit-bot@chromium.org · 11 years ago
  13. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  14. a3b15ed Make GrGLInterface be context-specific on all platforms by commit-bot@chromium.org · 11 years ago
  15. f5a7683 Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows (Take 2) by robertphillips@google.com · 11 years ago
  16. 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
  17. 0ef335a Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows (Take 2) by commit-bot@chromium.org · 11 years ago
  18. 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
  19. 6ed6778 Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows by commit-bot@chromium.org · 11 years ago
  20. 0d9e3da Use lowercase windows.h in includes to fix Windows cross compilation using mingw. by bungeman@google.com · 11 years ago
  21. aae7c2a Export GrGLCreateNullInterface for use in Chromium compositor unit tests. by commit-bot@chromium.org · 11 years ago
  22. d3baf20 Added support for Chrome's gpu command buffer extension BindUniformLocation. by commit-bot@chromium.org · 11 years ago
  23. c9542ca Add swapBuffer call to SkGLContextHelper. by djsollen@google.com · 11 years ago
  24. 4382330 Replace GR_*_BUILD by their SK_BUILD_FOR_* equivalents. by commit-bot@chromium.org · 11 years ago
  25. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  26. 040fd8f Rip out CSAA support by commit-bot@chromium.org · 11 years ago
  27. a8e5a06 Add support for ES3 MSAA. by commit-bot@chromium.org · 11 years ago
  28. f5897f8 Add OpenGL 4.4 support to SkNativeGLContext and GrGLCreateNativeInterface android versions. by commit-bot@chromium.org · 11 years ago
  29. 46fbfe0 Add glTexGen funcs to interface by commit-bot@chromium.org · 11 years ago
  30. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  31. d28063e Replace uses of GR_API by SK_API. by commit-bot@chromium.org · 11 years ago
  32. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  33. 46b450a temporary kES2_GrGLBinding alias to unblock DEPS roll by bsalomon@google.com · 11 years ago
  34. eb17070 missing header from previous commit by bsalomon@google.com · 11 years ago
  35. cffff79 get genmipmap function in the struct by commit-bot@chromium.org · 11 years ago
  36. 00142c4 Fix GL extension printing on core profiles. by bsalomon@google.com · 12 years ago
  37. a6ffb58 Plumbed in discard_framebuffer extension by robertphillips@google.com · 12 years ago
  38. 98168bb Add glCopyTexSubImage2D to GrGLInterface by commit-bot@chromium.org · 12 years ago
  39. f3a60c0 Add support for IMG's MSAA extension. by bsalomon@google.com · 12 years ago
  40. ecd8484 Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 12 years ago
  41. b82c399 Revert 7919 and 7920 (committed wrong version of r7919.) by bsalomon@google.com · 12 years ago
  42. 87c6d7a Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 12 years ago
  43. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 12 years ago
  44. 26fb61a Move the default definition of GR_USE_NEW_SHADER_SOURCE_SIGNATURE to GrGLConfig. by bsalomon@google.com · 12 years ago
  45. e452a0a Use updated Khronos signature for glShaderSource by commit-bot@chromium.org · 12 years ago
  46. 12eea2b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  47. 1744f97 Use glGetStringi to get extensions when available. by bsalomon@google.com · 12 years ago
  48. 96966a5 Use CPU arrays for dynamic indices/vertices on ARM GPUs. by bsalomon@google.com · 12 years ago
  49. 682e1f9 Use CGL rather than AGL on the Mac. by bsalomon@google.com · 12 years ago
  50. fe1b536 Enhance GL error checking for non-Ganesh GL calls by robertphillips@google.com · 12 years ago
  51. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  52. e0d44ff Add support for new glShaderSource() signature from Khronos. Disabled by default. by senorblanco@chromium.org · 12 years ago
  53. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  54. 2b64f84 Add SkNativeGLContext implementation for iOS. by bsalomon@google.com · 12 years ago
  55. 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
  56. 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
  57. 15e9d3e Expanded distribution of instance counting by robertphillips@google.com · 12 years ago
  58. f22f77f NV PR spec update to function param, use GrGL typedefs rather than fundamental types by bsalomon@google.com · 12 years ago
  59. 0efcc37 Remove glBlendEquation and glColorPointer by bsalomon@google.com · 12 years ago
  60. fe11cb6 Add GL function pointers for GL_NV_path_rendering by bsalomon@google.com · 12 years ago
  61. 4d063de Add glTexParameteriv to GL interface by bsalomon@google.com · 13 years ago
  62. 341767c Remove support for vertex attribute matrices by bsalomon@google.com · 13 years ago
  63. cc61b17 Comment improvements to GrGLInterface by bsalomon@google.com · 13 years ago
  64. 637d5e9 Move GL function prototype typdefs to a separate header by bsalomon@google.com · 13 years ago
  65. 2717d56 move more stuff that should be private out from GrGLConfig.h by bsalomon@google.com · 13 years ago
  66. 91bcc94 Make GrGLDefines.h be a private header by bsalomon@google.com · 13 years ago
  67. 9c1f1ac Move function decls and macros out of public headers that are meant for internal use. by bsalomon@google.com · 13 years ago
  68. 443e5a5 Re-adding red texture support (by rolling back r3800) by robertphillips@google.com · 13 years ago
  69. 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 · 13 years ago
  70. b3400ba Fix undefined GLint in Mac builds by bsalomon@google.com · 13 years ago
  71. e788430 Added glBlendEquation to GL interface by robertphillips@google.com · 13 years ago
  72. c9668ec Add support for GL_NV_framebuffer_multisample_coverage by bsalomon@google.com · 13 years ago
  73. 6995068 Initial version of R8 support by robertphillips@google.com · 13 years ago
  74. d5c8fe6 Removed ANGLE namespace requirement by robertphillips@google.com · 13 years ago
  75. ba800e2 Alphabetize gl function pointer typedefs / decls. Wrap pointers to auto-NULL them. by bsalomon@google.com · 13 years ago
  76. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 13 years ago
  77. 7c95942 Extended debug GL interface to include tracking of render buffers by robertphillips@google.com · 13 years ago
  78. 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
  79. c1dd888 Better workaround for osx / nv bug by bsalomon@google.com · 13 years ago
  80. 5ffd5ba Workaround for chrome on mac buffer object performance issue. by bsalomon@google.com · 13 years ago
  81. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 13 years ago