1. eeaeafe Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  2. 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
  3. f669672 Use EXT_direct_state_access for path matrix manipulation by commit-bot@chromium.org · 10 years ago
  4. 0a6fe71 Use fixed function pipeline only when drawing paths by commit-bot@chromium.org · 10 years ago
  5. a34bb60 Add GL_ARB_invalidate_subdata functions to GrGLInterface. by bsalomon@google.com · 10 years ago
  6. 6ebfbf9 Use vertex buffer objects instead of client side arrays in fixed-function codepaths by commit-bot@chromium.org · 11 years ago
  7. a3baf3b Add hooks for GL_EXT_debug_marker in gpu 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. 90313cc Move GrGLExtensions from GrGLContextInfo to GrGLInterface by commit-bot@chromium.org · 11 years ago
  10. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  11. a3b15ed Make GrGLInterface be context-specific on all platforms by commit-bot@chromium.org · 11 years ago
  12. f714d51 Fix invalid enum error when checking for core profile in GrGLInterface::validate() by bsalomon@google.com · 11 years ago
  13. 46fbfe0 Add glTexGen funcs to interface by commit-bot@chromium.org · 11 years ago
  14. cffff79 get genmipmap function in the struct by commit-bot@chromium.org · 11 years ago
  15. 98168bb Add glCopyTexSubImage2D to GrGLInterface by commit-bot@chromium.org · 11 years ago
  16. 754a3eb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  17. 97876d9 Always get proc address for gl functions on the mac. by bsalomon@google.com · 12 years ago
  18. 0cb80e1 fix mac build by humper@google.com · 12 years ago
  19. ecd8484 Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 12 years ago
  20. b82c399 Revert 7919 and 7920 (committed wrong version of r7919.) by bsalomon@google.com · 12 years ago
  21. 87c6d7a Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 12 years ago
  22. 26fb61a Move the default definition of GR_USE_NEW_SHADER_SOURCE_SIGNATURE to GrGLConfig. by bsalomon@google.com · 12 years ago
  23. 1744f97 Use glGetStringi to get extensions when available. by bsalomon@google.com · 12 years ago
  24. 3458716 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  25. e0d44ff Add support for new glShaderSource() signature from Khronos. Disabled by default. by senorblanco@chromium.org · 12 years ago
  26. 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
  27. 0efcc37 Remove glBlendEquation and glColorPointer by bsalomon@google.com · 12 years ago
  28. cf6285b fix warnings on Mac in src/gpu and include/gpu by caryclark@google.com · 12 years ago
  29. 1488294 Stop using deprecated functions in Mac GrGLInterface setup by bsalomon@google.com · 12 years ago
  30. 4d063de Add glTexParameteriv to GL interface by bsalomon@google.com · 12 years ago
  31. 382322c Fix warnings in GrGLInterface mac setup, ignoring proc addr returns. There should be no functional change as these all return NULL on 10.6 and 10.7. by bsalomon@google.com · 12 years ago
  32. 9c1f1ac Move function decls and macros out of public headers that are meant for internal use. by bsalomon@google.com · 12 years ago
  33. e788430 Added glBlendEquation to GL interface by robertphillips@google.com · 12 years ago
  34. 78ff6b4 Moved mac, unix, win and mesa directories under src/gpu/gl by robertphillips@google.com · 12 years ago[Renamed from src/gpu/mac/GrGLCreateNativeInterface_mac.cpp]
  35. 6c8c34e Update cross-platform #include paths to new include/gpu/gl directory by tomhudson@google.com · 13 years ago
  36. 8192095 Fix Mac build by bsalomon@google.com · 13 years ago
  37. 280e99f Add support for GL texture storage by bsalomon@google.com · 13 years ago
  38. f64b1a2 Remove GL functions only used in fixed pipe by bsalomon@google.com · 13 years ago
  39. beccb1e get proc addresses of gl funcs not declared in gl SDK headers on mac by bsalomon@google.com · 13 years ago
  40. 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago[Renamed (83%) from src/gpu/mac/GrGLDefaultInterface_mac.cpp]
  41. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/mac/GrGLDefaultInterface_mac.cpp]
  42. 4d5cb45 Set SDK for Mac build to 10.6, ignore gyp/build, fixup gpu files to compile against 10.5 if needed by bsalomon@google.com · 13 years ago
  43. bc5cf51 Use BindFragDataLocation (rather than indexed variant) for FS color output. by bsalomon@google.com · 13 years ago
  44. d4f299e Fix some mac compilation errors generated when building utils within chrome. by seanpaul@google.com · 13 years ago
  45. 6fb736f Simplify specification of default interface by bsalomon@google.com · 13 years ago
  46. 0b77d68 Make GrGLInterface a per-GrContext refcounted object rather than a global by bsalomon@google.com · 13 years ago
  47. c49d66b Add glReadBuffer to GrGLInterface. by bsalomon@google.com · 13 years ago
  48. d32c5f5 by bsalomon@google.com · 13 years ago
  49. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  50. cee661a Reapply r1951. by bsalomon@google.com · 13 years ago
  51. ec36471 Revert "Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config (r1951)" by vandebo@chromium.org · 13 years ago
  52. aab1fd9 Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config by bsalomon@google.com · 13 years ago
  53. e67bd3f Rename GrGLBug to GrGLCapability. by tomhudson@google.com · 13 years ago
  54. 30e4bb6 Avoid checking to see if a bool is less than zero. by tomhudson@google.com · 13 years ago
  55. 747bf29 FBO probing at Context startup is very expensive. This patch removes the by tomhudson@google.com · 13 years ago
  56. 271cffc Add dual source blending support for proper blending with coverage. by bsalomon@google.com · 13 years ago
  57. bf2a469 Add all ES2 glUniform functions to GrGLInterface. Add interface validation for fixed pipe or shader pipe use. by bsalomon@google.com · 13 years ago
  58. f987d1b Remove dependence on platform GL headers. Remove code that attempts to infer GL function pointers on various platforms. Instead add platform-specific implementations for Windows and Mac. (GLX coming) by bsalomon@google.com · 13 years ago