aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLSL.cpp
Commit message (Expand)AuthorAge
* Move GLSL-specific routines/classes to separate glsl directoryGravatar jvanverth2015-06-24
* Disable dual source blending support when GLSL version is too oldGravatar bsalomon2015-06-04
* Revert "Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #1...Gravatar bsalomon2015-06-01
* Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220...Gravatar mtklein2015-05-18
* Move copy-surface-as-draw fallback to GrGLGpu.Gravatar bsalomon2015-05-18
* bug fix for glsl identity stringGravatar joshualitt2014-10-17
* Revert of Revert of Support GLSL es 3.00 (patchset #1 id:1 of https://coderev...Gravatar rmistry2014-10-17
* Revert of Support GLSL es 3.00 (patchset #5 id:80001 of https://codereview.ch...Gravatar rmistry2014-10-17
* Support GLSL es 3.00Gravatar joshualitt2014-10-16
* Remove tab parameter from GrGLSLMulVarBy4f functionGravatar egdaniel2014-10-09
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAILGravatar commit-bot@chromium.org2014-04-30
* Fail to create GrContext when we get a NULL for a GL/GLSL version stringGravatar commit-bot@chromium.org2014-04-30
* SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.hGravatar commit-bot@chromium.org2014-03-28
* Rename GrGLBinding->GrGLStandard, no longer a bitfieldGravatar commit-bot@chromium.org2014-01-16
* Minor fix in Ganesh shader generation.Gravatar commit-bot@chromium.org2013-11-21
* Implement SkColorFilter as a GrGLEffectGravatar commit-bot@chromium.org2013-10-23
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-10-10
* Express (GLSL expression, possibly known value) pairs as a classGravatar commit-bot@chromium.org2013-10-10
* Move the GL shader compilation step into GrGLShaderBuilderGravatar commit-bot@chromium.org2013-09-30
* Modify GLSL version declaration to allow access to compat. featuresGravatar commit-bot@chromium.org2013-08-30
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Rename kES2_GrGLBinding to kES_GrGLBinding. Step 0 for supporting ES3.Gravatar bsalomon@google.com2013-08-15
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-19
* Expand modulate, add, subtract, extract component glsl helpers.Gravatar bsalomon@google.com2013-04-18
* Reland 8459 with fix for #extension after default precision in FS.Gravatar bsalomon@google.com2013-04-02
* Reverting r8459 due to shader error on Nexus 10Gravatar robertphillips@google.com2013-04-01
* Take two for r8466:Gravatar jvanverth@google.com2013-04-01
* Rolling back r8466. Gravatar jvanverth@google.com2013-04-01
* Revise attribute binding interface.Gravatar commit-bot@chromium.org2013-04-01
* Make GrGLShaderBuilder responsible for enabling GLSL extensionsGravatar bsalomon@google.com2013-04-01
* Add support for GLSL 1.40.Gravatar bsalomon@google.com2012-10-23
* Addressed xcode analysis complaintsGravatar robertphillips@google.com2012-09-24
* Recommit r5350 with fix for image failures (which affected GLs that don't sup...Gravatar bsalomon@google.com2012-08-30
* Revert 5350 while image changes are diagnosed.Gravatar bsalomon@google.com2012-08-30
* Remove fModulate from GrGLShaderBuilderGravatar bsalomon@google.com2012-08-30
* Linux warning fixesGravatar bsalomon@google.com2012-08-29
* Add helpers to add/modulate glsl vec4s.Gravatar bsalomon@google.com2012-08-29
* Some GrGLShaderBuilder cleanupGravatar bsalomon@google.com2012-08-28
* uniquely name FS functions, add lighting effects to unit testGravatar bsalomon@google.com2012-08-07
* Refactor how precision is handled with GrGLShaderVarGravatar bsalomon@google.com2012-07-12
* Infrastructure for new Ganesh shader pipeline: base classes for GPUGravatar tomhudson@google.com2012-04-18
* Move GL-specific source code to make room for D3D back end.Gravatar tomhudson@google.com2012-02-10