index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
GrGLSL.cpp
Commit message (
Expand
)
Author
Age
*
bug fix for glsl identity string
joshualitt
2014-10-17
*
Revert of Revert of Support GLSL es 3.00 (patchset #1 id:1 of https://coderev...
rmistry
2014-10-17
*
Revert of Support GLSL es 3.00 (patchset #5 id:80001 of https://codereview.ch...
rmistry
2014-10-17
*
Support GLSL es 3.00
joshualitt
2014-10-16
*
Remove tab parameter from GrGLSLMulVarBy4f function
egdaniel
2014-10-09
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL
commit-bot@chromium.org
2014-04-30
*
Fail to create GrContext when we get a NULL for a GL/GLSL version string
commit-bot@chromium.org
2014-04-30
*
SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h
commit-bot@chromium.org
2014-03-28
*
Rename GrGLBinding->GrGLStandard, no longer a bitfield
commit-bot@chromium.org
2014-01-16
*
Minor fix in Ganesh shader generation.
commit-bot@chromium.org
2013-11-21
*
Implement SkColorFilter as a GrGLEffect
commit-bot@chromium.org
2013-10-23
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-10-10
*
Express (GLSL expression, possibly known value) pairs as a class
commit-bot@chromium.org
2013-10-10
*
Move the GL shader compilation step into GrGLShaderBuilder
commit-bot@chromium.org
2013-09-30
*
Modify GLSL version declaration to allow access to compat. features
commit-bot@chromium.org
2013-08-30
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Rename kES2_GrGLBinding to kES_GrGLBinding. Step 0 for supporting ES3.
bsalomon@google.com
2013-08-15
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-19
*
Expand modulate, add, subtract, extract component glsl helpers.
bsalomon@google.com
2013-04-18
*
Reland 8459 with fix for #extension after default precision in FS.
bsalomon@google.com
2013-04-02
*
Reverting r8459 due to shader error on Nexus 10
robertphillips@google.com
2013-04-01
*
Take two for r8466:
jvanverth@google.com
2013-04-01
*
Rolling back r8466.
jvanverth@google.com
2013-04-01
*
Revise attribute binding interface.
commit-bot@chromium.org
2013-04-01
*
Make GrGLShaderBuilder responsible for enabling GLSL extensions
bsalomon@google.com
2013-04-01
*
Add support for GLSL 1.40.
bsalomon@google.com
2012-10-23
*
Addressed xcode analysis complaints
robertphillips@google.com
2012-09-24
*
Recommit r5350 with fix for image failures (which affected GLs that don't sup...
bsalomon@google.com
2012-08-30
*
Revert 5350 while image changes are diagnosed.
bsalomon@google.com
2012-08-30
*
Remove fModulate from GrGLShaderBuilder
bsalomon@google.com
2012-08-30
*
Linux warning fixes
bsalomon@google.com
2012-08-29
*
Add helpers to add/modulate glsl vec4s.
bsalomon@google.com
2012-08-29
*
Some GrGLShaderBuilder cleanup
bsalomon@google.com
2012-08-28
*
uniquely name FS functions, add lighting effects to unit test
bsalomon@google.com
2012-08-07
*
Refactor how precision is handled with GrGLShaderVar
bsalomon@google.com
2012-07-12
*
Infrastructure for new Ganesh shader pipeline: base classes for GPU
tomhudson@google.com
2012-04-18
*
Move GL-specific source code to make room for D3D back end.
tomhudson@google.com
2012-02-10