1. 27a0487 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  2. cb7ba1e Make appending default precision be controled by GLSL by egdaniel · 9 years ago
  3. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  4. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 9 years ago[Renamed (94%) from src/gpu/gl/GrGLSL.h]
  5. bc50e5c Disable dual source blending support when GLSL version is too old by bsalomon · 9 years ago
  6. 6df8640 Revert "Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/1144433002/)" by bsalomon · 9 years ago
  7. 404b3b2 Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/1144433002/) by mtklein · 9 years ago
  8. 5df6fee Move copy-surface-as-draw fallback to GrGLGpu. by bsalomon · 9 years ago
  9. 4973d9d Default geometry processor by joshualitt · 10 years ago
  10. ee0ea3f Revert of Default geometry processor (patchset #9 id:160001 of https://codereview.chromium.org/678953002/) by joshualitt · 10 years ago
  11. ff34307 Default geometry processor by joshualitt · 10 years ago
  12. 63a9f84 Revert of Revert of Support GLSL es 3.00 (patchset #1 id:1 of https://codereview.chromium.org/661603009/) by rmistry · 10 years ago
  13. 79b2b1f Revert of Support GLSL es 3.00 (patchset #5 id:80001 of https://codereview.chromium.org/659443007/) by rmistry · 10 years ago
  14. 62372bc Support GLSL es 3.00 by joshualitt · 10 years ago
  15. 089f8de Remove tab parameter from GrGLSLMulVarBy4f function by egdaniel · 10 years ago
  16. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  17. f4e67e3 Fail to create GrContext when we get a NULL for a GL/GLSL version string by commit-bot@chromium.org · 10 years ago
  18. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  19. a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago
  20. 824c346 Express (GLSL expression, possibly known value) pairs as a class by commit-bot@chromium.org · 11 years ago
  21. 410552a Move the GL shader compilation step into GrGLShaderBuilder by commit-bot@chromium.org · 11 years ago
  22. 06f0598 Modify GLSL version declaration to allow access to compat. features by commit-bot@chromium.org · 11 years ago
  23. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  24. 5d7ca95 Fix gyp files to allow ninja to build 64 bit on Mac. by commit-bot@chromium.org · 12 years ago
  25. 018f179 Expand modulate, add, subtract, extract component glsl helpers. by bsalomon@google.com · 12 years ago
  26. ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 12 years ago
  27. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  28. d698f77 GrGLProgramStage Renaming Part 1. by bsalomon@google.com · 12 years ago
  29. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  30. 281c726 Add support for GLSL 1.40. Review URL: https://codereview.appspot.com/6709070 by bsalomon@google.com · 12 years ago
  31. 868a8e7 Recommit r5350 with fix for image failures (which affected GLs that don't support ARB_texture_swizzle). by bsalomon@google.com · 12 years ago
  32. a3d707b Revert 5350 while image changes are diagnosed. by bsalomon@google.com · 12 years ago
  33. b41b2bc Remove fModulate from GrGLShaderBuilder by bsalomon@google.com · 12 years ago
  34. 4af0af6 Add helpers to add/modulate glsl vec4s. by bsalomon@google.com · 12 years ago
  35. 34bcb9f Some GrGLShaderBuilder cleanup by bsalomon@google.com · 12 years ago
  36. 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
  37. a1bf0ff by bsalomon@google.com · 12 years ago
  38. d7727ce Refactor how precision is handled with GrGLShaderVar by bsalomon@google.com · 12 years ago
  39. 168e634 Infrastructure for new Ganesh shader pipeline: base classes for GPU by tomhudson@google.com · 13 years ago
  40. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 13 years ago
  41. dd182cb Move GL-specific source code to make room for D3D back end. by tomhudson@google.com · 13 years ago[Renamed from src/gpu/GrGLSL.h]
  42. e55fd0f Pull GLSL helpers out of GrGLProgram.cpp by bsalomon@google.com · 13 years ago
  43. 086e535 Make GrGLShaderVar objects aware of whether they are uniform, varying, or by tomhudson@google.com · 13 years ago