1. a721c81 Remove reliance on linked in GL functions for assembling GLES interfaces. by bsalomon · 10 years ago
  2. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  3. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
  4. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  5. 37d20f7 Add support for glCompressedTexSubImage2D by krajcevski · 10 years ago
  6. 4d9fde8 Add EXT suffix to EXT_map_buffer_range references by djsollen@google.com · 10 years ago
  7. 160b478 Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  8. 53b614b Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. (https://codereview.chromium.org/243413002/) by djsollen@google.com · 10 years ago
  9. f9deb8a Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  10. 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
  11. f669672 Use EXT_direct_state_access for path matrix manipulation by commit-bot@chromium.org · 10 years ago
  12. 0a6fe71 Use fixed function pipeline only when drawing paths by commit-bot@chromium.org · 10 years ago
  13. a34bb60 Add GL_ARB_invalidate_subdata functions to GrGLInterface. by bsalomon@google.com · 10 years ago
  14. 711d6f3 Fix bug on android with GL_EXT_debug_marker by commit-bot@chromium.org · 10 years ago
  15. 2a05de0 Add Gpu Tracing to Ganesh by commit-bot@chromium.org · 10 years ago
  16. 6ebfbf9 Use vertex buffer objects instead of client side arrays in fixed-function codepaths by commit-bot@chromium.org · 11 years ago
  17. a3baf3b Add hooks for GL_EXT_debug_marker in gpu by commit-bot@chromium.org · 11 years ago
  18. c72425a Move GrGLInterface function pointers into a nested struct by commit-bot@chromium.org · 11 years ago
  19. 90313cc Move GrGLExtensions from GrGLContextInfo to GrGLInterface by commit-bot@chromium.org · 11 years ago
  20. 92b7884 Remove GR_GL_IGNORE_ES3_MSAA.s by commit-bot@chromium.org · 11 years ago
  21. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  22. e65d76f Remove coverage msaa func from android grglinterface setup by bsalomon@google.com · 11 years ago
  23. a8e5a06 Add support for ES3 MSAA. by commit-bot@chromium.org · 11 years ago
  24. f5897f8 Add OpenGL 4.4 support to SkNativeGLContext and GrGLCreateNativeInterface android versions. by commit-bot@chromium.org · 11 years ago
  25. 726e621 Use indexed extensions on ES3. by commit-bot@chromium.org · 11 years ago
  26. 7a434a2 Recognize that ES3 supports texture storage. Add workaround for apparent Adreno bug. by commit-bot@chromium.org · 11 years ago
  27. 791816a Rename kES2_GrGLBinding to kES_GrGLBinding. Step 0 for supporting ES3. by bsalomon@google.com · 11 years ago
  28. cffff79 get genmipmap function in the struct by commit-bot@chromium.org · 11 years ago
  29. 347c382 Add support for GL_EXT_multisampled_render_to_texture. by bsalomon@google.com · 11 years ago
  30. a6ffb58 Plumbed in discard_framebuffer extension by robertphillips@google.com · 11 years ago
  31. 98168bb Add glCopyTexSubImage2D to GrGLInterface by commit-bot@chromium.org · 11 years ago
  32. f3a60c0 Add support for IMG's MSAA extension. by bsalomon@google.com · 11 years ago
  33. ecd8484 Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 11 years ago
  34. b82c399 Revert 7919 and 7920 (committed wrong version of r7919.) by bsalomon@google.com · 11 years ago
  35. 87c6d7a Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 11 years ago
  36. 26fb61a Move the default definition of GR_USE_NEW_SHADER_SOURCE_SIGNATURE to GrGLConfig. by bsalomon@google.com · 12 years ago
  37. e0d44ff Add support for new glShaderSource() signature from Khronos. Disabled by default. by senorblanco@chromium.org · 12 years ago
  38. c58b126 Move android gl files from src/gpu/android to src/gpu/gl/android. by bsalomon@google.com · 12 years ago[Renamed from src/gpu/android/GrGLCreateNativeInterface_android.cpp]
  39. 056f51b Fix GrGLCreateNativeInterface_android by borenet@google.com · 12 years ago
  40. 0efcc37 Remove glBlendEquation and glColorPointer by bsalomon@google.com · 12 years ago
  41. 4d063de Add glTexParameteriv to GL interface by bsalomon@google.com · 12 years ago
  42. e788430 Added glBlendEquation to GL interface by robertphillips@google.com · 12 years ago
  43. 6c8c34e Update cross-platform #include paths to new include/gpu/gl directory by tomhudson@google.com · 13 years ago
  44. 280e99f Add support for GL texture storage by bsalomon@google.com · 13 years ago
  45. 590e798 Add missing interfaces for Android by djsollen@google.com · 13 years ago
  46. 5862929 Adding support to trunk for building Skia using the Android NDK. by djsollen@google.com · 13 years ago[Renamed (97%) from src/gpu/android/GrGLDefaultInterface_android.cpp]
  47. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/android/GrGLDefaultInterface_android.cpp]
  48. 6fb736f Simplify specification of default interface by bsalomon@google.com · 13 years ago
  49. 6defc04 Fix bitrot in GrGLDefaultInterface_android.cpp by bsalomon@google.com · 13 years ago
  50. 0b77d68 Make GrGLInterface a per-GrContext refcounted object rather than a global by bsalomon@google.com · 13 years ago
  51. c49d66b Add glReadBuffer to GrGLInterface. by bsalomon@google.com · 13 years ago
  52. d32c5f5 by bsalomon@google.com · 13 years ago
  53. cee661a Reapply r1951. by bsalomon@google.com · 13 years ago
  54. ec36471 Revert "Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config (r1951)" by vandebo@chromium.org · 13 years ago
  55. aab1fd9 Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config by bsalomon@google.com · 13 years ago
  56. e67bd3f Rename GrGLBug to GrGLCapability. by tomhudson@google.com · 13 years ago
  57. 30e4bb6 Avoid checking to see if a bool is less than zero. by tomhudson@google.com · 13 years ago
  58. 747bf29 FBO probing at Context startup is very expensive. This patch removes the by tomhudson@google.com · 13 years ago
  59. e32b583 Updates to the Android SampleApp by djsollen@google.com · 13 years ago