Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
9592817042c411accbfa37ad736b139f9af9c976
/
src
/
sksl
e92b1b1
SPIR-V switch statement support
by Ethan Nicholas
· 7 years ago
aae47c8
sksl enum support
by Ethan Nicholas
· 7 years ago
024301a
fixed type error in SPIRV code generator
by Ethan Nicholas
· 7 years ago
7a59f23
Update GrFragmentProcessor handling in Make methods in SkSL
by Robert Phillips
· 7 years ago
14efcbf
converted LumaColorFilterEffect to sksl
by Ethan Nicholas
· 7 years ago
82a62d2
Revert "refactored SkSLVarDeclaration out of existence"
by Ethan Nicholas
· 7 years ago
1ae353c
refactored SkSLVarDeclaration out of existence
by Ethan Nicholas
· 7 years ago
ef0c9fd
fix skslc splitting escape sequences in half
by Ethan Nicholas
· 7 years ago
d608c09
Re-land "converted OverdrawColorFilter to SkSL"
by Ethan Nicholas
· 7 years ago
2d3cac5
Revert "converted OverdrawColorFilter to SkSL"
by Ethan Nicholas
· 7 years ago
8aa4dc9
converted OverdrawColorFilter to SkSL
by Ethan Nicholas
· 7 years ago
cc30577
preliminary SkSL Metal backend
by Ethan Nicholas
· 7 years ago
1cb4171
Remove color space xform support from SkSL
by Brian Osman
· 7 years ago
e148bf7
fix for SkSL lexer crash on non-ASCII input
by Ethan Nicholas
· 7 years ago
8580d51
Add sk_InstanceID
by Chris Dalton
· 7 years ago
8239946
converted GrRectBlurEffect to SkSL
by Ethan Nicholas
· 7 years ago
5b6e627
SkSL workaround for appendf 1024 byte restriction
by Ethan Nicholas
· 7 years ago
c9472af
SkSL FPs now support child processors, converted ArithmeticFP to SkSL
by Ethan Nicholas
· 7 years ago
63fd760
Remove trailing whitespace.
by Ben Wagner
· 7 years ago
abff956
initClassID no longer auto-allocates ids
by Ethan Nicholas
· 7 years ago
567d6f4
Add GS Invocations caps to SkSL StandaloneShaderCaps
by Chris Dalton
· 7 years ago
f1b47bb
Add a cap for geometry shader invocations
by Chris Dalton
· 7 years ago
bed683a
switched gl_Position and gl_PointSize to sk_*
by Ethan Nicholas
· 7 years ago
8aa4569
switched SkSL's temporary 'highfloat' type back to 'float'
by Ethan Nicholas
· 7 years ago
906126e
Reduced size of SkSL lexer tables
by Ethan Nicholas
· 7 years ago
f7b8820
re-land of new SkSL precisions
by Ethan Nicholas
· 7 years ago
27185a9
Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half."""
by Ethan Nicholas
· 7 years ago
56fbbd6
Revert "Minor fixes to SkSL precisions"
by Ethan Nicholas
· 7 years ago
9752c3c
Minor fixes to SkSL precisions
by Ethan Nicholas
· 7 years ago
05d5a13
Revert "Revert "Switched highp float to highfloat and mediump float to half.""
by Ethan Nicholas
· 7 years ago
5b5f096
Revert "Revert "Switch to the new SkSL lexer.""
by Ethan Nicholas
· 7 years ago
3585154
Revert "Switch to the new SkSL lexer."
by Ethan Nicholas
· 7 years ago
c576e93
Switch to the new SkSL lexer.
by Ethan Nicholas
· 7 years ago
b5f3b65
Add missing stdarg.h include
by Roger Johannesson
· 7 years ago
8d7f4ae
Fix for Google3 roll failure
by Ethan Nicholas
· 7 years ago
ca82a92
Revert "Revert "Initial checkin of SkSL lexical analyzer generator (not actually in use yet).""
by Ethan Nicholas
· 7 years ago
3ed4781
Revert "Initial checkin of SkSL lexical analyzer generator (not actually in use yet)."
by Ethan Nicholas
· 7 years ago
3de0e49
Initial checkin of SkSL lexical analyzer generator (not actually in use yet).
by Ethan Nicholas
· 7 years ago
1d816b9
Revert "Switched highp float to highfloat and mediump float to half."
by Brian Salomon
· 7 years ago
23f9227
Revert "fixed constant vector swizzling"
by Brian Salomon
· 7 years ago
8ac36a5
fixed constant vector swizzling
by Ethan Nicholas
· 7 years ago
88d99c6
Switched highp float to highfloat and mediump float to half.
by Ethan Nicholas
· 7 years ago
8d4b56b
Don't emit CRLF when generating code on Windows (from SkSL)
by Brian Osman
· 7 years ago
634624a
Micro optimizations to SkSL parser
by Brian Osman
· 7 years ago
72a37be
Fix string typing in generated code
by Brian Osman
· 7 years ago
93ba0a4
Switch SkSL to std::string
by Brian Osman
· 8 years ago
08b79b7
reduced number of string copies in SkSL parser
by Ethan Nicholas
· 8 years ago
aff329b
Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.
by Brian Salomon
· 8 years ago
1af6d68
added canUseFractForNegativeValues to standalone shader caps
by Ethan Nicholas
· 8 years ago
3b30c4f
Relocate gradient negative fract() workaround to GLSLCodeGenerator
by Florin Malita
· 8 years ago
dcba08e
Revert "Revert "support for 'half' types in sksl, plus general numeric type improvements""
by Ethan Nicholas
· 8 years ago
0e96055
Revert "support for 'half' types in sksl, plus general numeric type improvements"
by Ethan Nicholas
· 8 years ago
d310879
fixed missing INT_MAX definition
by Ethan Nicholas
· 8 years ago
93061b5
support for 'half' types in sksl, plus general numeric type improvements
by Ethan Nicholas
· 8 years ago
f57c0d6
automatically generate clone() methods for SkSL fragment processors
by Ethan Nicholas
· 8 years ago
45b0f15
added support for flat and noperspective modifiers in SPIR-V
by Ethan Nicholas
· 8 years ago
5af9ea3
renamed SkSL types in preparation for killing precision modifiers
by Ethan Nicholas
· 8 years ago
71603cc
Remove the now unused GR_PROXY_MOVE macro
by Brian Salomon
· 8 years ago
bb155e2
SPIR-V geometry shader support
by Ethan Nicholas
· 8 years ago
bd55322
SPIR-V array constructors
by Ethan Nicholas
· 8 years ago
dc0e1c3
SPIR-V matrix fixes
by Ethan Nicholas
· 8 years ago
925f52d
fixed SPIR-V int->uint conversion
by Ethan Nicholas
· 8 years ago
c432b0c
fixed use-after-free in sksl switch statements
by Ethan Nicholas
· 8 years ago
07990de
added sksl support for integerSupport cap
by Ethan Nicholas
· 8 years ago
ee33873
fixed skslc vec4 uniforms
by Ethan Nicholas
· 8 years ago
6e1cbc0
fixed sksl static ifs to work for CircleEffect
by Ethan Nicholas
· 8 years ago
fd444be
SPIR-V support for more integer operations
by Ethan Nicholas
· 8 years ago
68990be
Re-land of "converted GrSimpleTextureEffect to sksl"
by Ethan Nicholas
· 8 years ago
baf981f
Revert "converted GrSimpleTextureEffect to sksl"
by Ethan Nicholas
· 8 years ago
46b654d
converted GrSimpleTextureEffect to sksl
by Ethan Nicholas
· 8 years ago
ceb4d48
Re-land "converted GrCircleBlurFragmentProcessor to sksl"
by Ethan Nicholas
· 8 years ago
818ac5a
Revert "converted GrCircleBlurFragmentProcessor to sksl"
by Ethan Nicholas
· 8 years ago
9b80ffc
converted GrCircleBlurFragmentProcessor to sksl
by Ethan Nicholas
· 8 years ago
0c26a9d
GR_TEST_UTILS fixes
by Brian Salomon
· 8 years ago
9fb036f
rewrote GrAlphaThresholdFragmentProcessor in sksl
by Ethan Nicholas
· 8 years ago
6feb691
SPIR-V comma operator support
by Ethan Nicholas
· 8 years ago
762466e
Re-re-land sksl fragment processor support
by Ethan Nicholas
· 8 years ago
746e263
Move all Linux GCE bots to Debian
by Eric Boren
· 8 years ago
5ce3972
Revert "Re-land sksl fragment processor support"
by Mike Klein
· 8 years ago
c070939
Re-land sksl fragment processor support
by Ethan Nicholas
· 8 years ago
ed50200
Revert "sksl fragment processor support"
by Ethan Nicholas
· 8 years ago
ccf5991
sksl fragment processor support
by Ethan Nicholas
· 8 years ago
91a1053
Revert "Revert "clean up sksl dead variable handling""
by Ethan Nicholas
· 8 years ago
e0a33e2
Revert "clean up sksl dead variable handling"
by Greg Daniel
· 8 years ago
b29dd81
clean up sksl dead variable handling
by Ethan Nicholas
· 8 years ago
7da6dfa
implemented mustImplementGSInvocationsWithLoop workaround in sksl
by Ethan Nicholas
· 8 years ago
84cda40
Revert "Revert "Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl"""
by Mike Reed
· 8 years ago
f66d28d
Revert "Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl""
by Ethan Nicholas
· 8 years ago
8ea6073
Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl"
by Greg Daniel
· 8 years ago
d5d323f
implemented mustImplementGSInvocationsWithLoop workaround in sksl
by Ethan Nicholas
· 8 years ago
a51d713
added SPIR-V RelaxedPrecision
by Ethan Nicholas
· 8 years ago
b310fd5
fixed issue with SkSL dead code elimination
by Ethan Nicholas
· 8 years ago
b4dc419
Re-land "Fixed an issue with sksl variable declarations"
by Ethan Nicholas
· 8 years ago
affa6a3
Revert "Fixed an issue with sksl variable declarations"
by Ethan Nicholas
· 8 years ago
88bd8ed
Fixed an issue with sksl variable declarations
by Ethan Nicholas
· 8 years ago
d9fe700
fix incorrect variable not assigned error in skslc
by Ethan Nicholas
· 8 years ago
361941e
simplify a confusing expression in SkSLSPIRVCodeGenerator
by Ethan Nicholas
· 8 years ago
985febf
minor skslc bugfixes
by Ethan Nicholas
· 8 years ago
b3d0f7c
skslc SPIR-V mod support
by Ethan Nicholas
· 8 years ago
4b330df
skslc comma operator and optimizer fixes
by Ethan Nicholas
· 8 years ago
Next »