aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sksl
Commit message (Expand)AuthorAge
* fixed SPIR-V int->uint conversionGravatar Ethan Nicholas2017-07-19
* fixed use-after-free in sksl switch statementsGravatar Ethan Nicholas2017-07-18
* added sksl support for integerSupport capGravatar Ethan Nicholas2017-07-18
* fixed skslc vec4 uniformsGravatar Ethan Nicholas2017-07-17
* fixed sksl static ifs to work for CircleEffectGravatar Ethan Nicholas2017-07-14
* SPIR-V support for more integer operationsGravatar Ethan Nicholas2017-07-13
* Re-land of "converted GrSimpleTextureEffect to sksl"Gravatar Ethan Nicholas2017-07-13
* Revert "converted GrSimpleTextureEffect to sksl"Gravatar Ethan Nicholas2017-07-12
* converted GrSimpleTextureEffect to skslGravatar Ethan Nicholas2017-07-12
* Re-land "converted GrCircleBlurFragmentProcessor to sksl"Gravatar Ethan Nicholas2017-07-11
* Revert "converted GrCircleBlurFragmentProcessor to sksl"Gravatar Ethan Nicholas2017-07-10
* converted GrCircleBlurFragmentProcessor to skslGravatar Ethan Nicholas2017-07-07
* GR_TEST_UTILS fixesGravatar Brian Salomon2017-07-06
* rewrote GrAlphaThresholdFragmentProcessor in skslGravatar Ethan Nicholas2017-07-05
* SPIR-V comma operator supportGravatar Ethan Nicholas2017-06-30
* Re-re-land sksl fragment processor supportGravatar Ethan Nicholas2017-06-29
* Move all Linux GCE bots to DebianGravatar Eric Boren2017-06-28
* Revert "Re-land sksl fragment processor support"Gravatar Mike Klein2017-06-27
* Re-land sksl fragment processor supportGravatar Ethan Nicholas2017-06-27
* Revert "sksl fragment processor support"Gravatar Ethan Nicholas2017-06-27
* sksl fragment processor supportGravatar Ethan Nicholas2017-06-27
* Revert "Revert "clean up sksl dead variable handling""Gravatar Ethan Nicholas2017-06-22
* Revert "clean up sksl dead variable handling"Gravatar Greg Daniel2017-06-21
* clean up sksl dead variable handlingGravatar Ethan Nicholas2017-06-21
* implemented mustImplementGSInvocationsWithLoop workaround in skslGravatar Ethan Nicholas2017-06-21
* Revert "Revert "Revert "implemented mustImplementGSInvocationsWithLoop workar...Gravatar Mike Reed2017-06-21
* Revert "Revert "implemented mustImplementGSInvocationsWithLoop workaround in ...Gravatar Ethan Nicholas2017-06-20
* Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl"Gravatar Greg Daniel2017-06-15
* implemented mustImplementGSInvocationsWithLoop workaround in skslGravatar Ethan Nicholas2017-06-15
* added SPIR-V RelaxedPrecisionGravatar Ethan Nicholas2017-06-12
* fixed issue with SkSL dead code eliminationGravatar Ethan Nicholas2017-06-12
* Re-land "Fixed an issue with sksl variable declarations"Gravatar Ethan Nicholas2017-06-02
* Revert "Fixed an issue with sksl variable declarations"Gravatar Ethan Nicholas2017-06-02
* Fixed an issue with sksl variable declarationsGravatar Ethan Nicholas2017-06-02
* fix incorrect variable not assigned error in skslcGravatar Ethan Nicholas2017-05-31
* simplify a confusing expression in SkSLSPIRVCodeGeneratorGravatar Ethan Nicholas2017-05-31
* minor skslc bugfixesGravatar Ethan Nicholas2017-05-19
* skslc SPIR-V mod supportGravatar Ethan Nicholas2017-05-17
* skslc comma operator and optimizer fixesGravatar Ethan Nicholas2017-05-17
* sksl support for static ifs & switchesGravatar Ethan Nicholas2017-05-10
* Minor sksl parser cleanupGravatar Ethan Nicholas2017-05-09
* Fix clang compiler error in SkSLFileOutputStreamGravatar Matt Sarett2017-05-05
* sksl optimizer fixesGravatar Ethan Nicholas2017-05-05
* header cleanupGravatar Hal Canary2017-05-05
* headers: fixGravatar Hal Canary2017-05-03
* sksl SPIR-V sampledBuffer supportGravatar Ethan Nicholas2017-05-03
* sksl support for buffer blocksGravatar Ethan Nicholas2017-05-02
* additional skslc vector optimizationsGravatar Ethan Nicholas2017-04-28
* sksl can now fold constant vector or matrix equality expressionsGravatar Ethan Nicholas2017-04-25
* fixed 0 - x in skslcGravatar Ethan Nicholas2017-04-21