1. 0efcc37 Remove glBlendEquation and glColorPointer by bsalomon@google.com · 12 years ago
  2. d4340e2 fix bug in GrGLInterface validation added in r4192 by bsalomon@google.com · 12 years ago
  3. fe11cb6 Add GL function pointers for GL_NV_path_rendering by bsalomon@google.com · 12 years ago
  4. 4d063de Add glTexParameteriv to GL interface by bsalomon@google.com · 12 years ago
  5. d8f856c Move convolution from code in GrGLProgram to new GrConvolutionEffect by tomhudson@google.com · 12 years ago
  6. 9c1f1ac Move function decls and macros out of public headers that are meant for internal use. by bsalomon@google.com · 12 years ago
  7. e788430 Added glBlendEquation to GL interface by robertphillips@google.com · 12 years ago
  8. ba800e2 Alphabetize gl function pointer typedefs / decls. Wrap pointers to auto-NULL them. by bsalomon@google.com · 12 years ago
  9. 55e713c Add temp android modification to the GLSL version check by djsollen@google.com · 12 years ago
  10. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 13 years ago
  11. dd182cb Move GL-specific source code to make room for D3D back end. by tomhudson@google.com · 13 years ago[Renamed from src/gpu/GrGLInterface.cpp]
  12. 89ec61e Add GrGLContextInfo by bsalomon@google.com · 13 years ago
  13. baa9ea1 Fix check for glTexStorage2D fn ptr by bsalomon@google.com · 13 years ago
  14. 280e99f Add support for GL texture storage by bsalomon@google.com · 13 years ago
  15. 9962108 Remove allocated size vs content size in textures by bsalomon@google.com · 13 years ago
  16. f64b1a2 Remove GL functions only used in fixed pipe by bsalomon@google.com · 13 years ago
  17. 1dcf506 Remove GrGpuGLFixed subclass and ES1 support by bsalomon@google.com · 13 years ago
  18. f97c194 GrGLInterface fixes wrt r2499 by bsalomon@google.com · 13 years ago
  19. 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago
  20. 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]
  21. edfe1aa Add experimental geometry shader code to gpu backend by bsalomon@google.com · 13 years ago
  22. c82b889 Cleanup handling of GL versions, fix function names by bsalomon@google.com · 13 years ago
  23. bc5cf51 Use BindFragDataLocation (rather than indexed variant) for FS color output. by bsalomon@google.com · 13 years ago
  24. 6fb736f Simplify specification of default interface by bsalomon@google.com · 13 years ago
  25. dca4aab Make GL calls go through macro (and therefore trigger callback function if present) by bsalomon@google.com · 13 years ago
  26. 56bfc5a Add optional per-gl-func client callback. by bsalomon@google.com · 13 years ago
  27. 0b77d68 Make GrGLInterface a per-GrContext refcounted object rather than a global by bsalomon@google.com · 13 years ago
  28. c49d66b Add glReadBuffer to GrGLInterface. by bsalomon@google.com · 13 years ago
  29. d32c5f5 by bsalomon@google.com · 13 years ago
  30. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  31. cee661a Reapply r1951. by bsalomon@google.com · 13 years ago
  32. ec36471 Revert "Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config (r1951)" by vandebo@chromium.org · 13 years ago
  33. aab1fd9 Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config by bsalomon@google.com · 13 years ago
  34. 2c17fcd Reduce gets of ext string and check validity of stencil format enums by bsalomon@google.com · 13 years ago
  35. 271cffc Add dual source blending support for proper blending with coverage. by bsalomon@google.com · 13 years ago
  36. 4b9b6a2 Fix validation (glTexEnvi is fixed pipe only) by bsalomon@google.com · 13 years ago
  37. 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
  38. 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
  39. 9d18b78 This CL implements a tesselated path renderer, using GLU's libtess. All of the by senorblanco@chromium.org · 13 years ago
  40. a9ecdad Add GL_CHROMIUM_framebuffer_multisample support. by bsalomon@google.com · 13 years ago
  41. d1e43353 Remove IMG multisample texture support. by bsalomon@google.com · 13 years ago
  42. 9182610 Add GR_DLL builds to Ganesh (minimal exports for Chrome multi-dll for now). by bsalomon@google.com · 13 years ago
  43. b65e0cb by twiz@google.com · 14 years ago
  44. 0f31ca7 by twiz@google.com · 14 years ago
  45. 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
  46. dc008e1 by twiz@google.com · 14 years ago
  47. 59a190b by twiz@google.com · 14 years ago