1. baa9ea1 Fix check for glTexStorage2D fn ptr by bsalomon@google.com · 13 years ago
  2. 280e99f Add support for GL texture storage by bsalomon@google.com · 13 years ago
  3. 9962108 Remove allocated size vs content size in textures by bsalomon@google.com · 13 years ago
  4. f64b1a2 Remove GL functions only used in fixed pipe by bsalomon@google.com · 13 years ago
  5. 1dcf506 Remove GrGpuGLFixed subclass and ES1 support by bsalomon@google.com · 13 years ago
  6. f97c194 GrGLInterface fixes wrt r2499 by bsalomon@google.com · 13 years ago
  7. 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago
  8. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrGLInterface.cpp]
  9. edfe1aa Add experimental geometry shader code to gpu backend by bsalomon@google.com · 13 years ago
  10. c82b889 Cleanup handling of GL versions, fix function names by bsalomon@google.com · 13 years ago
  11. bc5cf51 Use BindFragDataLocation (rather than indexed variant) for FS color output. by bsalomon@google.com · 13 years ago
  12. 6fb736f Simplify specification of default interface by bsalomon@google.com · 13 years ago
  13. dca4aab Make GL calls go through macro (and therefore trigger callback function if present) by bsalomon@google.com · 13 years ago
  14. 56bfc5a Add optional per-gl-func client callback. by bsalomon@google.com · 13 years ago
  15. 0b77d68 Make GrGLInterface a per-GrContext refcounted object rather than a global by bsalomon@google.com · 13 years ago
  16. c49d66b Add glReadBuffer to GrGLInterface. by bsalomon@google.com · 13 years ago
  17. d32c5f5 by bsalomon@google.com · 13 years ago
  18. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  19. cee661a Reapply r1951. by bsalomon@google.com · 13 years ago
  20. ec36471 Revert "Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config (r1951)" by vandebo@chromium.org · 13 years ago
  21. aab1fd9 Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config by bsalomon@google.com · 13 years ago
  22. 2c17fcd Reduce gets of ext string and check validity of stencil format enums by bsalomon@google.com · 13 years ago
  23. 271cffc Add dual source blending support for proper blending with coverage. by bsalomon@google.com · 13 years ago
  24. 4b9b6a2 Fix validation (glTexEnvi is fixed pipe only) by bsalomon@google.com · 14 years ago
  25. bf2a469 Add all ES2 glUniform functions to GrGLInterface. Add interface validation for fixed pipe or shader pipe use. by bsalomon@google.com · 14 years ago
  26. 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 · 14 years ago
  27. 9d18b78 This CL implements a tesselated path renderer, using GLU's libtess. All of the by senorblanco@chromium.org · 14 years ago
  28. a9ecdad Add GL_CHROMIUM_framebuffer_multisample support. by bsalomon@google.com · 14 years ago
  29. d1e43353 Remove IMG multisample texture support. by bsalomon@google.com · 14 years ago
  30. 9182610 Add GR_DLL builds to Ganesh (minimal exports for Chrome multi-dll for now). by bsalomon@google.com · 14 years ago
  31. b65e0cb by twiz@google.com · 14 years ago
  32. 0f31ca7 by twiz@google.com · 14 years ago
  33. 080773c Add blend constant color and use it for lcd text common case (no fancy blend or shaded text) by bsalomon@google.com · 14 years ago
  34. dc008e1 by twiz@google.com · 14 years ago
  35. 59a190b by twiz@google.com · 14 years ago