1. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  2. 791816a Rename kES2_GrGLBinding to kES_GrGLBinding. Step 0 for supporting ES3. by bsalomon@google.com · 11 years ago
  3. 344cf45 *** Perlin noise GM needs to be rebaselined *** by commit-bot@chromium.org · 11 years ago
  4. 77cf460 Add non-separable xfer modes to GPU backend. by bsalomon@google.com · 12 years ago
  5. 018f179 Expand modulate, add, subtract, extract component glsl helpers. by bsalomon@google.com · 12 years ago
  6. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 12 years ago
  7. b7f9a86 Fix self assignment in GrGLShaderVar by bsalomon@google.com · 12 years ago
  8. 5fa2107 Fix decl of gl_FragCoord in GLSL versions <= 1.20. by bsalomon@google.com · 12 years ago
  9. 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
  10. a1bf0ff by bsalomon@google.com · 12 years ago
  11. 032b221 Remove uniform var pointers from custom effects by bsalomon@google.com · 12 years ago
  12. d7727ce Refactor how precision is handled with GrGLShaderVar by bsalomon@google.com · 12 years ago
  13. f0a104e Remove GrStringBuilder by bsalomon@google.com · 12 years ago
  14. 242ed6f Encapsulate code required to create a uniform var into a single function on by tomhudson@google.com · 12 years ago
  15. d8f856c Move convolution from code in GrGLProgram to new GrConvolutionEffect by tomhudson@google.com · 12 years ago
  16. 168e634 Infrastructure for new Ganesh shader pipeline: base classes for GPU by tomhudson@google.com · 13 years ago
  17. 9639994 Use GrGLContextInfo in shader generator by bsalomon@google.com · 13 years ago
  18. 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]
  19. e55fd0f Pull GLSL helpers out of GrGLProgram.cpp by bsalomon@google.com · 13 years ago
  20. 50bdad8 Implement the color matrix filter in Ganesh. Also, fix and enable the color by senorblanco@chromium.org · 13 years ago
  21. 086e535 Make GrGLShaderVar objects aware of whether they are uniform, varying, or by tomhudson@google.com · 13 years ago
  22. da66898 Add method to GrGLShadeVar to create GLSL string accessing an element by tomhudson@google.com · 13 years ago
  23. ffa11bb Move a bunch of headers from include/gpu to src/gpu. Delete some unused files. by bsalomon@google.com · 13 years ago
  24. 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]
  25. 4fa6694 Resubmit 2289 with fix for glsl version by bsalomon@google.com · 13 years ago
  26. 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
  27. 98874cd [GPU] Use new Var type for inputs/outputs of FS and VS by bsalomon@google.com · 13 years ago