2015-05-15 |
John Kessenich | glslang: Fix over 100 warnings from MSVC warning level 4. |
blob | commitdiff |
2014-08-13 |
John Kessenich | Add ES 3.1 compatibility to 4.5 and the atomic memory... |
blob | commitdiff | diff to current |
2014-08-13 |
John Kessenich | Implement GL_ARB_derivative_control. |
blob | commitdiff | diff to current |
2014-05-10 |
John Kessenich | 420Pack: Implement length() on vectors and matrices... |
blob | commitdiff | diff to current |
2014-03-16 |
John Kessenich | Implement implicit conversions of function-call argumen... |
blob | commitdiff | diff to current |
2014-02-24 |
John Kessenich | Track things like "(3)" and "+3" as expressions, not... |
blob | commitdiff | diff to current |
2014-01-11 |
John Kessenich | Improvement to the AST traversal infrastructure. |
blob | commitdiff | diff to current |
2014-01-07 |
John Kessenich | GL_ARB_enhanced_layouts, part 1: Track whether constan... |
blob | commitdiff | diff to current |
2014-01-06 |
John Kessenich | Minor infrastructure changes, to simplify an upcoming... |
blob | commitdiff | diff to current |
2013-12-01 |
John Kessenich | Simplify and rationalize constant folding for dereferen... |
blob | commitdiff | diff to current |
2013-11-07 |
John Kessenich | Add and partially implement an interface for doing... |
blob | commitdiff | diff to current |
2013-11-01 |
John Kessenich | Interface and naming improvements: |
blob | commitdiff | diff to current |
2013-10-14 |
John Kessenich | Implement ES 2.0 (version 100) limitations for non... |
blob | commitdiff | diff to current |
2013-09-28 |
John Kessenich | Add full support for uniforms with initializers, includ... |
blob | commitdiff | diff to current |
2013-09-08 |
John Kessenich | Full thread safety working: |
blob | commitdiff | diff to current |
2013-09-03 |
John Kessenich | Remove TIntermediate's dependency on infoSink, simplify... |
blob | commitdiff | diff to current |
2013-08-31 |
John Kessenich | Option rationalization and minor clean up. |
blob | commitdiff | diff to current |
2013-08-29 |
John Kessenich | Put all glslang internals (but not the external interfa... |
blob | commitdiff | diff to current |
2013-08-09 |
John Kessenich | Put in infrastructure for tessellation, geometry, and... |
blob | commitdiff | diff to current |
2013-07-31 |
John Kessenich | Improve multi-threading and move Standalone to a multi... |
blob | commitdiff | diff to current |
2013-07-06 |
John Kessenich | Eliminate flex as the GLSL lexical analyzer, going... |
blob | commitdiff | diff to current |
2013-06-24 |
John Kessenich | Add the 6 hyperbolic trig functions. |
blob | commitdiff | diff to current |
2013-06-24 |
John Kessenich | Create linkage symbol nodes in the AST so a linker... |
blob | commitdiff | diff to current |
2013-05-30 |
John Kessenich | A bunch of semantic checks were missing for binary... |
blob | commitdiff | diff to current |
2013-05-17 |
John Kessenich | Add precision qualifier propagation for swizzling,... |
blob | commitdiff | diff to current |
2013-04-12 |
John Kessenich | Small tweak to switch statements: use a smaller base... |
blob | commitdiff | diff to current |
2013-04-12 |
John Kessenich | Add switch/case/default statements, using a switch... |
blob | commitdiff | diff to current |
2013-04-07 |
John Kessenich | Add ES 300 built-ins trunc, round, roundEven, modf... |
blob | commitdiff | diff to current |
2013-04-05 |
John Kessenich | Add uint type (big change). For both int/uint, add... |
blob | commitdiff | diff to current |
2013-03-07 |
John Kessenich | Change infrastructure to support constant folding acros... |
blob | commitdiff | diff to current |
2013-02-22 |
John Kessenich | Rationalize locations of type string methods. |
blob | commitdiff | diff to current |
2013-02-20 |
John Kessenich | Add ES 300 matrix operations: outerProduct, determinant... |
blob | commitdiff | diff to current |
2013-02-06 |
John Kessenich | Update copyrights. |
blob | commitdiff | diff to current |
2013-02-04 |
John Kessenich | Implement non-square matrices, and make a few type... |
blob | commitdiff | diff to current |
2013-01-28 |
John Kessenich | Put in basic propagation algorithm for precision qualif... |
blob | commitdiff | diff to current |
2013-01-24 |
John Kessenich | Implement the full scheme for ES precision qualifiers... |
blob | commitdiff | diff to current |
2012-12-19 |
John Kessenich | Bug fix: Make the type of the result of a structure... |
blob | commitdiff | diff to current |
2012-12-12 |
John Kessenich | Support suffixes for floats and doubles (none were... |
blob | commitdiff | diff to current |
2012-12-12 |
John Kessenich | Remove the pack/unpack languages and bring grammar... |
blob | commitdiff | diff to current |
2012-12-12 |
John Kessenich | Create a base GLSL front-end from the 3Dlabs glslang... |
blob | commitdiff | diff to current |
|