1. d327e8c Add 4.20 as a GLSL output version. by Brian Salomon · 8 years ago
  2. 18fa642 chmod -x *.cpp *.h by Hal Canary · 8 years ago
  3. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  4. 33ad701 Add gl_SampleMask functionality to fragment builders by cdalton · 9 years ago
  5. 1751dc7 Revert of Add infastructure for gl_SampleMask (patchset #6 id:100001 of https://codereview.chromium.org/1690963003/ ) by benjaminwagner · 9 years ago
  6. 533cefe Add infastructure for gl_SampleMask by cdalton · 9 years ago
  7. cb7ba1e Make appending default precision be controled by GLSL by egdaniel · 9 years ago
  8. 472d44e Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 9 years ago
  9. 899ba37 Revert of Add version string and force highp NDS transfrom to GLSLCaps (patchset #3 id:40001 of https://codereview.chromium.org/1417993004/ ) by egdaniel · 9 years ago
  10. cef4bce Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 9 years ago
  11. 0d3f061 Move GrGLShaderVar to GrGLSL by egdaniel · 9 years ago
  12. f529439 Move shader precision modifier check onto GLSLCaps by egdaniel · 9 years ago
  13. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 9 years ago[Renamed (78%) from src/gpu/gl/GrGLSL.cpp]
  14. bc50e5c Disable dual source blending support when GLSL version is too old by bsalomon · 9 years ago
  15. 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
  16. 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
  17. 5df6fee Move copy-surface-as-draw fallback to GrGLGpu. by bsalomon · 9 years ago
  18. 2813f34 bug fix for glsl identity string by joshualitt · 10 years ago
  19. 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
  20. 79b2b1f Revert of Support GLSL es 3.00 (patchset #5 id:80001 of https://codereview.chromium.org/659443007/) by rmistry · 10 years ago
  21. 62372bc Support GLSL es 3.00 by joshualitt · 10 years ago
  22. 089f8de Remove tab parameter from GrGLSLMulVarBy4f function by egdaniel · 10 years ago
  23. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  24. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  25. f4e67e3 Fail to create GrContext when we get a NULL for a GL/GLSL version string by commit-bot@chromium.org · 10 years ago
  26. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 11 years ago
  27. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  28. 8660783 Minor fix in Ganesh shader generation. by commit-bot@chromium.org · 11 years ago
  29. a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago
  30. f29c380 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  31. 824c346 Express (GLSL expression, possibly known value) pairs as a class by commit-bot@chromium.org · 11 years ago
  32. 410552a Move the GL shader compilation step into GrGLShaderBuilder by commit-bot@chromium.org · 11 years ago
  33. 06f0598 Modify GLSL version declaration to allow access to compat. features by commit-bot@chromium.org · 11 years ago
  34. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  35. 791816a Rename kES2_GrGLBinding to kES_GrGLBinding. Step 0 for supporting ES3. by bsalomon@google.com · 11 years ago
  36. cb6dc75 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  37. 018f179 Expand modulate, add, subtract, extract component glsl helpers. by bsalomon@google.com · 12 years ago
  38. 42eff16 Reland 8459 with fix for #extension after default precision in FS. by bsalomon@google.com · 12 years ago
  39. 9705596 Reverting r8459 due to shader error on Nexus 10 by robertphillips@google.com · 12 years ago
  40. 054ae99 Take two for r8466: by jvanverth@google.com · 12 years ago
  41. c7bf296 Rolling back r8466. by jvanverth@google.com · 12 years ago
  42. fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 12 years ago
  43. ee040a7 Make GrGLShaderBuilder responsible for enabling GLSL extensions by bsalomon@google.com · 12 years ago
  44. 281c726 Add support for GLSL 1.40. Review URL: https://codereview.appspot.com/6709070 by bsalomon@google.com · 12 years ago
  45. 5b5bba3 Addressed xcode analysis complaints by robertphillips@google.com · 12 years ago
  46. 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
  47. a3d707b Revert 5350 while image changes are diagnosed. by bsalomon@google.com · 12 years ago
  48. b41b2bc Remove fModulate from GrGLShaderBuilder by bsalomon@google.com · 12 years ago
  49. d9e0181 Linux warning fixes by bsalomon@google.com · 12 years ago
  50. 4af0af6 Add helpers to add/modulate glsl vec4s. by bsalomon@google.com · 12 years ago
  51. 34bcb9f Some GrGLShaderBuilder cleanup by bsalomon@google.com · 12 years ago
  52. a1bf0ff by bsalomon@google.com · 12 years ago
  53. d7727ce Refactor how precision is handled with GrGLShaderVar by bsalomon@google.com · 12 years ago
  54. 168e634 Infrastructure for new Ganesh shader pipeline: base classes for GPU by tomhudson@google.com · 13 years ago
  55. 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.cpp]
  56. e55fd0f Pull GLSL helpers out of GrGLProgram.cpp by bsalomon@google.com · 13 years ago
  57. 086e535 Make GrGLShaderVar objects aware of whether they are uniform, varying, or by tomhudson@google.com · 13 years ago