aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/SkSLErrorTest.cpp
Commit message (Expand)AuthorAge
* Re-re-land "added GrSkSLFP and converted DitherEffect to use it"Gravatar Ethan Nicholas2018-07-31
* Reland "Revert "added GrSkSLFP and converted DitherEffect to use it""Gravatar Ethan Nicholas2018-07-19
* Revert "Revert "added GrSkSLFP and converted DitherEffect to use it""Gravatar Ethan Nicholas2018-07-19
* Revert "added GrSkSLFP and converted DitherEffect to use it"Gravatar Kevin Lubick2018-06-19
* added GrSkSLFP and converted DitherEffect to use itGravatar Ethan Nicholas2018-06-18
* Remove SK_SUPPORT_GPU checks in tool-only codeGravatar Brian Osman2018-05-31
* fixed type mismatches in SkSL comparison operatorsGravatar Ethan Nicholas2018-03-29
* we now complain if an SkSL program tries to override the default outputGravatar Ethan Nicholas2018-03-16
* Fixed SkSL use-after-free fuzzer bug and added defensive code to catch such p...Gravatar Ethan Nicholas2018-03-01
* Revert "refactored SkSLVarDeclaration out of existence"Gravatar Ethan Nicholas2017-11-07
* refactored SkSLVarDeclaration out of existenceGravatar Ethan Nicholas2017-11-07
* switched SkSL's temporary 'highfloat' type back to 'float'Gravatar Ethan Nicholas2017-09-22
* re-land of new SkSL precisionsGravatar Ethan Nicholas2017-09-18
* Revert "Revert "Revert "Switched highp float to highfloat and mediump float t...Gravatar Ethan Nicholas2017-09-18
* Revert "Revert "Switched highp float to highfloat and mediump float to half.""Gravatar Ethan Nicholas2017-09-15
* Revert "Switched highp float to highfloat and mediump float to half."Gravatar Brian Salomon2017-08-17
* Switched highp float to highfloat and mediump float to half.Gravatar Ethan Nicholas2017-08-16
* Switch SkSL to std::stringGravatar Brian Osman2017-08-14
* renamed SkSL types in preparation for killing precision modifiersGravatar Ethan Nicholas2017-07-28
* fix incorrect variable not assigned error in skslcGravatar Ethan Nicholas2017-05-31
* sksl support for static ifs & switchesGravatar Ethan Nicholas2017-05-10
* sksl support for buffer blocksGravatar Ethan Nicholas2017-05-02
* sksl can now fold constant vector or matrix equality expressionsGravatar Ethan Nicholas2017-04-25
* skslc can now be compiled with no Skia dependencies, in preparation for its e...Gravatar Ethan Nicholas2017-03-31
* Revert "skslc can now be compiled with no Skia dependencies, in preparation f...Gravatar Ethan Nicholas2017-03-31
* skslc can now be compiled with no Skia dependencies, in preparation for its e...Gravatar Ethan Nicholas2017-03-31
* Revert "skslc can now be compiled with no Skia dependencies, in preparation for"Gravatar Ethan Nicholas2017-03-30
* skslc can now be compiled with no Skia dependencies, in preparation forGravatar Ethan Nicholas2017-03-30
* Re-land of skslc switch supportGravatar Ethan Nicholas2017-02-27
* Revert "skslc switch support"Gravatar Ethan Nicholas2017-02-23
* skslc switch supportGravatar Ethan Nicholas2017-02-23
* Replaced all calls to fragmentPosition() with sk_FragCoordGravatar Ethan Nicholas2017-02-13
* re-land of skslc type constructor cleanupsGravatar Ethan Nicholas2017-02-09
* Revert "skslc type constructor cleanups"Gravatar Ethan Nicholas2017-02-09
* skslc type constructor cleanupsGravatar Ethan Nicholas2017-02-09
* Revert "Replaced all calls to fragmentPosition() with sk_FragCoord"Gravatar Ethan Nicholas2017-02-02
* Replaced all calls to fragmentPosition() with sk_FragCoordGravatar Ethan Nicholas2017-01-19
* fix skslc crash when ternary parameter types don't matchGravatar Ethan Nicholas2017-01-04
* fixed a divide-by-zero bug in skslcGravatar Ethan Nicholas2017-01-03
* re-land of added sk_FragCoord support to skslcGravatar Ethan Nicholas2016-12-13
* Revert "added sk_FragCoord support to skslc"Gravatar Greg Daniel2016-12-12
* added sk_FragCoord support to skslcGravatar Ethan Nicholas2016-12-12
* added support for layout(offset=...) to skslcGravatar Ethan Nicholas2016-11-28
* sksl programs can now directly query GLSL capsGravatar Ethan Nicholas2016-11-22
* re-land of switched skslc from std::string to SkStringGravatar Ethan Nicholas2016-11-21
* Revert "switched skslc from std::string to SkString"Gravatar Greg Daniel2016-11-20
* switched skslc from std::string to SkStringGravatar Ethan Nicholas2016-11-18
* Revert of added support for push_constant layout (patchset #7 id:140001 of ht...Gravatar egdaniel2016-11-16
* added support for push_constant layoutGravatar ethannicholas2016-11-15
* re-re-land of skslc now uses standard Skia capsGravatar Ethan Nicholas2016-11-11