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