1. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  2. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  3. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  4. 07caf56 Add setter for GrGLSLShaderVar layout qualifier by egdaniel · 9 years ago
  5. ae47418 Add ability to add general layout qualifiers GrGLSLShaderVar by egdaniel · 9 years ago
  6. 0d3f061 Move GrGLShaderVar to GrGLSL by egdaniel · 9 years ago[Renamed (93%) from src/gpu/gl/GrGLShaderVar.h]
  7. f529439 Move shader precision modifier check onto GLSLCaps by egdaniel · 9 years ago
  8. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 9 years ago
  9. 46d36f0 Refactor position computation to enable device space "nudge" by robertphillips · 10 years ago
  10. 422f56f Make addUniform take a precision by bsalomon · 10 years ago
  11. c0bd648 Move shader precision out of GrShaderVar by bsalomon · 10 years ago
  12. c92aadc clean up default precision handling by bsalomon · 10 years ago
  13. 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
  14. 79b2b1f Revert of Support GLSL es 3.00 (patchset #5 id:80001 of https://codereview.chromium.org/659443007/) by rmistry · 10 years ago
  15. 62372bc Support GLSL es 3.00 by joshualitt · 10 years ago
  16. 249af15 BUG=skia: by joshualitt · 10 years ago
  17. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL 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. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  20. 791816a Rename kES2_GrGLBinding to kES_GrGLBinding. Step 0 for supporting ES3. by bsalomon@google.com · 11 years ago
  21. 344cf45 *** Perlin noise GM needs to be rebaselined *** by commit-bot@chromium.org · 11 years ago
  22. 77cf460 Add non-separable xfer modes to GPU backend. by bsalomon@google.com · 11 years ago
  23. 018f179 Expand modulate, add, subtract, extract component glsl helpers. by bsalomon@google.com · 11 years ago
  24. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 12 years ago
  25. b7f9a86 Fix self assignment in GrGLShaderVar by bsalomon@google.com · 12 years ago
  26. 5fa2107 Fix decl of gl_FragCoord in GLSL versions <= 1.20. by bsalomon@google.com · 12 years ago
  27. 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
  28. a1bf0ff by bsalomon@google.com · 12 years ago
  29. 032b221 Remove uniform var pointers from custom effects by bsalomon@google.com · 12 years ago
  30. d7727ce Refactor how precision is handled with GrGLShaderVar by bsalomon@google.com · 12 years ago
  31. f0a104e Remove GrStringBuilder by bsalomon@google.com · 12 years ago
  32. 242ed6f Encapsulate code required to create a uniform var into a single function on by tomhudson@google.com · 12 years ago
  33. d8f856c Move convolution from code in GrGLProgram to new GrConvolutionEffect by tomhudson@google.com · 12 years ago
  34. 168e634 Infrastructure for new Ganesh shader pipeline: base classes for GPU by tomhudson@google.com · 12 years ago
  35. 9639994 Use GrGLContextInfo in shader generator by bsalomon@google.com · 13 years ago
  36. dd182cb Move GL-specific source code to make room for D3D back end. by tomhudson@google.com · 13 years ago[Renamed (99%) from src/gpu/GrGLShaderVar.h]
  37. e55fd0f Pull GLSL helpers out of GrGLProgram.cpp by bsalomon@google.com · 13 years ago
  38. 50bdad8 Implement the color matrix filter in Ganesh. Also, fix and enable the color by senorblanco@chromium.org · 13 years ago
  39. 086e535 Make GrGLShaderVar objects aware of whether they are uniform, varying, or by tomhudson@google.com · 13 years ago
  40. da66898 Add method to GrGLShadeVar to create GLSL string accessing an element by tomhudson@google.com · 13 years ago
  41. ffa11bb Move a bunch of headers from include/gpu to src/gpu. Delete some unused files. by bsalomon@google.com · 13 years ago
  42. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrGLShaderVar.h]
  43. 4fa6694 Resubmit 2289 with fix for glsl version by bsalomon@google.com · 13 years ago
  44. 1fac5ca Revert 2289. GLSL version detection not robust enough. May think we don't have GLSL 1.50 support based on OpenGL version. We have to look at the available extensions, not just GL version. by bsalomon@google.com · 13 years ago
  45. 98874cd [GPU] Use new Var type for inputs/outputs of FS and VS by bsalomon@google.com · 13 years ago