index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
sksl
Commit message (
Expand
)
Author
Age
*
skslc now uses a more recent version of Flex
Ethan Nicholas
2017-04-03
*
switched skslc to_string strategy after repeated problems on Android
Ethan Nicholas
2017-03-31
*
added missing <inttypes.h> include
Ethan Nicholas
2017-03-31
*
fixed SPIR-V compilation error with unmodified variables
Ethan Nicholas
2017-03-31
*
skslc can now be compiled with no Skia dependencies, in preparation for its e...
Ethan Nicholas
2017-03-31
*
Revert "skslc can now be compiled with no Skia dependencies, in preparation f...
Ethan Nicholas
2017-03-31
*
skslc can now be compiled with no Skia dependencies, in preparation for its e...
Ethan Nicholas
2017-03-31
*
fixed skslc SPIR-V memory error
Ethan Nicholas
2017-03-30
*
Revert "skslc can now be compiled with no Skia dependencies, in preparation for"
Ethan Nicholas
2017-03-30
*
skslc can now be compiled with no Skia dependencies, in preparation for
Ethan Nicholas
2017-03-30
*
Mark overridden destructors with 'override' and remove 'virtual'
Brian Salomon
2017-03-22
*
check-headers-self-sufficient: update
Hal Canary
2017-03-21
*
Ignore Clang's -Wdeprecated-register for flex-generated code
Roland McGrath
2017-03-20
*
wired up SPIR-V validator
Ethan Nicholas
2017-03-16
*
put sksl->glsl modifiers in correct order
Ethan Nicholas
2017-03-10
*
fixed duplicate interface variable in SPIR-V output
Ethan Nicholas
2017-03-02
*
fix leak in SPIRV code generator
Ethan Nicholas
2017-03-02
*
changed skslc layout parsing strategy
Ethan Nicholas
2017-03-01
*
Re-land of skslc switch support
Ethan Nicholas
2017-02-27
*
Revert "skslc switch support"
Ethan Nicholas
2017-02-23
*
skslc switch support
Ethan Nicholas
2017-02-23
*
fixed SPIR-V vector equality tests
Ethan Nicholas
2017-02-21
*
sksl support for geometry shaders
Ethan Nicholas
2017-02-17
*
Fixed a couple of spots where sksl didn't have proper array support.
Ethan Nicholas
2017-02-16
*
improved performance of parsing SkSLLayout flags
Ethan Nicholas
2017-02-15
*
Replaced all calls to fragmentPosition() with sk_FragCoord
Ethan Nicholas
2017-02-13
*
Make header files self-sufficient
Hal Canary
2017-02-10
*
re-land of skslc type constructor cleanups
Ethan Nicholas
2017-02-09
*
added support for sk_ClipDistance
Ethan Nicholas
2017-02-09
*
Revert "skslc type constructor cleanups"
Ethan Nicholas
2017-02-09
*
Revert "added support for sk_ClipDistance"
Ethan Nicholas
2017-02-09
*
skslc type constructor cleanups
Ethan Nicholas
2017-02-09
*
added support for sk_ClipDistance
Ethan Nicholas
2017-02-09
*
added support for sk_VertexID
Ethan Nicholas
2017-02-07
*
fixed assertion error when calling matrixCompMult()
Ethan Nicholas
2017-02-07
*
Revert "Added dead variable / code elimination to skslc."
Ethan Nicholas
2017-02-06
*
Added dead variable / code elimination to skslc.
Ethan Nicholas
2017-02-03
*
Revert "Replaced all calls to fragmentPosition() with sk_FragCoord"
Ethan Nicholas
2017-02-02
*
Add offset to uniform blocks in Vulkan
Greg Daniel
2017-01-27
*
Replaced all calls to fragmentPosition() with sk_FragCoord
Ethan Nicholas
2017-01-19
*
Added constant propagation and better variable liveness tracking to skslc.
Ethan Nicholas
2017-01-19
*
Revert "Added constant propagation and better variable liveness tracking to"
Ethan Nicholas
2017-01-19
*
Added constant propagation and better variable liveness tracking to
Ethan Nicholas
2017-01-19
*
do/while loops in SPIR-V no longer cause an assertion failure
Ethan Nicholas
2017-01-17
*
Fixed another division by zero error in skslc
Ethan Nicholas
2017-01-13
*
fix skslc crash when ternary parameter types don't match
Ethan Nicholas
2017-01-04
*
fixed a divide-by-zero bug in skslc
Ethan Nicholas
2017-01-03
*
Force classic locale when parsing floats in skslc.
Ethan Nicholas
2017-01-03
*
fix for Vulkan SPIR-V crash on some systems
Ethan Nicholas
2017-01-03
*
re-land of added sk_FragCoord support to skslc
Ethan Nicholas
2016-12-13
[next]