1. a1bf0ff by bsalomon@google.com · 12 years ago
  2. 032b221 Remove uniform var pointers from custom effects by bsalomon@google.com · 12 years ago
  3. d7727ce Refactor how precision is handled with GrGLShaderVar by bsalomon@google.com · 12 years ago
  4. f0a104e Remove GrStringBuilder by bsalomon@google.com · 12 years ago
  5. 242ed6f Encapsulate code required to create a uniform var into a single function on by tomhudson@google.com · 13 years ago
  6. d8f856c Move convolution from code in GrGLProgram to new GrConvolutionEffect by tomhudson@google.com · 13 years ago
  7. 168e634 Infrastructure for new Ganesh shader pipeline: base classes for GPU by tomhudson@google.com · 13 years ago
  8. 9639994 Use GrGLContextInfo in shader generator by bsalomon@google.com · 13 years ago
  9. 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]
  10. e55fd0f Pull GLSL helpers out of GrGLProgram.cpp by bsalomon@google.com · 13 years ago
  11. 50bdad8 Implement the color matrix filter in Ganesh. Also, fix and enable the color by senorblanco@chromium.org · 13 years ago
  12. 086e535 Make GrGLShaderVar objects aware of whether they are uniform, varying, or by tomhudson@google.com · 13 years ago
  13. da66898 Add method to GrGLShadeVar to create GLSL string accessing an element by tomhudson@google.com · 13 years ago
  14. ffa11bb Move a bunch of headers from include/gpu to src/gpu. Delete some unused files. by bsalomon@google.com · 13 years ago
  15. 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]
  16. 4fa6694 Resubmit 2289 with fix for glsl version by bsalomon@google.com · 13 years ago
  17. 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
  18. 98874cd [GPU] Use new Var type for inputs/outputs of FS and VS by bsalomon@google.com · 13 years ago