Sign in
swiftshader
/
SwiftShader
/
9939304d4cc3ded285698f8cf947afa84dac34fd
/
src
/
OpenGL
/
compiler
/
glslang_tab.cpp
e97a31e
Fixed clang warnings and unmuted these warnings
by Alexis Hetu
· 8 years ago
0bac285
Apply the Apache 2.0 license.
by Nicolas Capens
· 9 years ago
f91d9c1
Fix scoping of function parameters for GLSL ES 1.0
by Nicolas Capens
· 9 years ago
0637eac
Fix local variable hides function parameter for GLSL ES 1.0
by Nicolas Capens
· 9 years ago
0863f0d
Handle constant expressions that have not been constant folded.
by Nicolas Capens
· 9 years ago
407813b
Parser cleanup
by Alexis Hetu
· 9 years ago
1aa4b61
Local variables hide function arguments
by Veranika Liaukevich
· 9 years ago
eced26a
Modify glslang.y to support Bison 3.0.2.
by Veranika Liaukevich
· 9 years ago
7df892d
Minor unary math cleanup
by Alexis Hetu
· 10 years ago
950cb44
Completing the "length()" intrinsic function implementation
by Alexis Hetu
· 10 years ago
ad52775
Invariant keyword support
by Alexis Hetu
· 10 years ago
253fdd1
Completed conversion of TSourceLoc into a struct
by Alexis Hetu
· 10 years ago
76079bc
Small named variable cleanup
by Alexis Hetu
· 10 years ago
eee212e
Ternary selection cleanup
by Alexis Hetu
· 10 years ago
3e9e208
Added more info to ES3 only errors in parser
by Alexis Hetu
· 10 years ago
b3ff42c
Moved function creation code from glslang.y to TParseContext.
by Alexis Hetu
· 10 years ago
0a65584
Better encapsulation for TParseContext
by Alexis Hetu
· 10 years ago
e524669
Adding unsized arrays to the glsl parser
by Alexis Hetu
· 10 years ago
b476958
Binary math cleanup
by Alexis Hetu
· 10 years ago
15ae36c
Support for @ in the parser
by Alexis Hetu
· 10 years ago
76a343a
Adding switch case default keywords
by Alexis Hetu
· 10 years ago
a35d823
Adding Interface Blocks to glsl parser
by Alexis Hetu
· 10 years ago
dd7ff7a
Initializer cleanup
by Alexis Hetu
· 10 years ago
ad6b875
More ground work for Uniform blocks
by Alexis Hetu
· 10 years ago
a8b364b
Adding Struct related types
by Alexis Hetu
· 10 years ago
42ff6b1
Add proper in/out shader types
by Alexis Hetu
· 10 years ago
00106d4
Fixed NxM matrix construction and minor issues
by Alexis Hetu
· 10 years ago
d061e42
Added type checking for Mod and bitwise ops
by Alexis Hetu
· 10 years ago
1780905
Adding bitwise operators to parser
by Alexis Hetu
· 10 years ago
b7c46af
Adding unsigned int types to parser
by Alexis Hetu
· 10 years ago
55a2cbc
Adding new glsl interpolation qualifiers
by Alexis Hetu
· 10 years ago
b14178b
Completing GLES 3.0 language parser
by Alexis Hetu
· 10 years ago
b1e911a
Constant function parameters are not constant expressions.
by Nicolas Capens
· 10 years ago
31ad2aa
Rename EvqConst to EvqConstExpr
by Nicolas Capens
· 10 years ago
d603ecd
Explicitly insert builtins at symbol level 0 and declare variables at the top level.
by Nicolas Capens
· 10 years ago
0a7f0c2
Pass the shader version to the symbol table.
by Nicolas Capens
· 10 years ago
7d62679
Implement support for layout qualifier locations.
by Nicolas Capens
· 10 years ago
2c1239f
Add support for unsigned integer literals in the shading language.
by Nicolas Capens
· 10 years ago
e4b1b1d
Implement shader compiler support for uint vectors.
by Nicolas Capens
· 10 years ago
3c20f80
Implement shader compiler support for uint scalars.
by Nicolas Capens
· 10 years ago
a6a79ab
Support in/out as type qualifiers.
by Nicolas Capens
· 10 years ago
c684185
Add support for new ESSL 3.00 keywords.
by Nicolas Capens
· 10 years ago
08ca3c6
Eliminate compiling for the WebGL spec.
by Nicolas Capens
· 10 years ago
6407fe8
Eliminate the ShaderLang interface.
by Nicolas Capens
· 10 years ago
198529d
Provide safer and more convenient constant union accessors.
by Nicolas Capens
· 10 years ago
b027aa9
Adding Texture3D support.
by Alexis Hetu
· 10 years ago
cc863da
Remove the Radiance compiler copy and use OpenGL's instead.
by Nicolas Capens
· 10 years ago
54b721d
Fix allowing fragment shader invariant declarations.
by Nicolas Capens
· 10 years ago
e832139
Rename the GLES2 folder to OpenGL.
by Nicolas Capens
· 10 years ago
[Renamed from src/GLES2/compiler/glslang_tab.cpp]
e9c5e4f
Implement GL_OES_EGL_image_external support.
by Nicolas Capens
· 11 years ago
d4ae863
Update to June 11 2013 code drop.
by John Bauman
· 11 years ago
66b8ab2
Add SwiftShader dump from Feb 6 2013
by John Bauman
· 11 years ago