1. a721c81 Remove reliance on linked in GL functions for assembling GLES interfaces. by bsalomon · 10 years ago
  2. eeaeafe Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  3. 9add5dc Move GrGLInterface function ptr setup into a common function for all OpenGL GrGLInterface factories (but not GLES yet). by commit-bot@chromium.org · 10 years ago
  4. 06d4cda Rename GR_GL_GET_PROC macros in mesa and unix GrGLInterface factories to be more consistent with other platforms. by commit-bot@chromium.org · 10 years ago
  5. f669672 Use EXT_direct_state_access for path matrix manipulation by commit-bot@chromium.org · 10 years ago
  6. 0a6fe71 Use fixed function pipeline only when drawing paths by commit-bot@chromium.org · 10 years ago
  7. a34bb60 Add GL_ARB_invalidate_subdata functions to GrGLInterface. by bsalomon@google.com · 10 years ago
  8. 7c0d72f Change if/else to if in two GrGLInterface factories. by commit-bot@chromium.org · 10 years ago
  9. 6ebfbf9 Use vertex buffer objects instead of client side arrays in fixed-function codepaths by commit-bot@chromium.org · 11 years ago
  10. a3baf3b Add hooks for GL_EXT_debug_marker in gpu by commit-bot@chromium.org · 11 years ago
  11. c72425a Move GrGLInterface function pointers into a nested struct by commit-bot@chromium.org · 11 years ago
  12. 90313cc Move GrGLExtensions from GrGLContextInfo to GrGLInterface 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. 46fbfe0 Add glTexGen funcs to interface by commit-bot@chromium.org · 11 years ago
  16. cffff79 get genmipmap function in the struct by commit-bot@chromium.org · 11 years ago
  17. 98168bb Add glCopyTexSubImage2D to GrGLInterface by commit-bot@chromium.org · 11 years ago
  18. df8114d Fix mesa issues. by bsalomon@google.com · 11 years ago
  19. ecd8484 Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 11 years ago
  20. b82c399 Revert 7919 and 7920 (committed wrong version of r7919.) by bsalomon@google.com · 11 years ago
  21. a962174 Fix mesa build error from r7519. by bsalomon@google.com · 11 years ago
  22. 87c6d7a Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 11 years ago
  23. 1744f97 Use glGetStringi to get extensions when available. by bsalomon@google.com · 12 years ago
  24. 6f47663 Fix macro redefinition warning on 10.6 bots in mesa code. by bsalomon@google.com · 12 years ago
  25. 0efcc37 Remove glBlendEquation and glColorPointer by bsalomon@google.com · 12 years ago
  26. 6f6efa9 Add glTexParameteriv to MESA GrGLInterface (missing from r4099) by bsalomon@google.com · 12 years ago
  27. 9c1f1ac Move function decls and macros out of public headers that are meant for internal use. by bsalomon@google.com · 12 years ago
  28. e788430 Added glBlendEquation to GL interface by robertphillips@google.com · 12 years ago
  29. 78ff6b4 Moved mac, unix, win and mesa directories under src/gpu/gl by robertphillips@google.com · 12 years ago[Renamed from src/gpu/mesa/GrGLCreateMesaInterface.cpp]
  30. 6c8c34e Update cross-platform #include paths to new include/gpu/gl directory by tomhudson@google.com · 13 years ago
  31. 280e99f Add support for GL texture storage by bsalomon@google.com · 13 years ago
  32. 9962108 Remove allocated size vs content size in textures by bsalomon@google.com · 13 years ago
  33. f64b1a2 Remove GL functions only used in fixed pipe by bsalomon@google.com · 13 years ago
  34. f97c194 GrGLInterface fixes wrt r2499 by bsalomon@google.com · 13 years ago
  35. 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago[Renamed (64%) from src/gpu/mesa/GrGLDefaultInterface_mesa.cpp]
  36. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/mesa/GrGLDefaultInterface_mesa.cpp]
  37. c82b889 Cleanup handling of GL versions, fix function names by bsalomon@google.com · 13 years ago
  38. bc5cf51 Use BindFragDataLocation (rather than indexed variant) for FS color output. by bsalomon@google.com · 13 years ago
  39. 6fb736f Simplify specification of default interface by bsalomon@google.com · 13 years ago
  40. 0b77d68 Make GrGLInterface a per-GrContext refcounted object rather than a global by bsalomon@google.com · 13 years ago
  41. c49d66b Add glReadBuffer to GrGLInterface. by bsalomon@google.com · 13 years ago
  42. d32c5f5 by bsalomon@google.com · 13 years ago
  43. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  44. cee661a Reapply r1951. by bsalomon@google.com · 13 years ago
  45. ec36471 Revert "Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config (r1951)" by vandebo@chromium.org · 13 years ago
  46. aab1fd9 Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config by bsalomon@google.com · 13 years ago
  47. e67bd3f Rename GrGLBug to GrGLCapability. by tomhudson@google.com · 13 years ago
  48. 30e4bb6 Avoid checking to see if a bool is less than zero. by tomhudson@google.com · 13 years ago
  49. 747bf29 FBO probing at Context startup is very expensive. This patch removes the by tomhudson@google.com · 13 years ago
  50. 271cffc Add dual source blending support for proper blending with coverage. by bsalomon@google.com · 13 years ago
  51. 0e45441 Add Mesa as a GL backend. http://codereview.appspot.com/4545055/ by bungeman@google.com · 13 years ago