2014-01-11 |
John Kessenich | Improvement to the AST traversal infrastructure. |
commit | commitdiff | tree | snapshot |
2014-01-10 |
John Kessenich | update Makefile dependencies |
commit | commitdiff | tree | snapshot |
2014-01-10 |
John Kessenich | Several miscellaneous portability improvements (no... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
John Kessenich | GL_ARB_enhanced_layouts, part 2: Full implementation... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
John Kessenich | GL_ARB_enhanced_layouts, part 1: Track whether constan... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
John Kessenich | Fix slight inconsistencies in which qualifiers are... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
John Kessenich | Minor infrastructure changes, to simplify an upcoming... |
commit | commitdiff | tree | snapshot |
2013-12-31 |
John Kessenich | Tests: add a few more test cases. |
commit | commitdiff | tree | snapshot |
2013-12-31 |
John Kessenich | update linux binary |
commit | commitdiff | tree | snapshot |
2013-12-31 |
John Kessenich | Properly handle 'default' nested in flow control, as... |
commit | commitdiff | tree | snapshot |
2013-12-30 |
John Kessenich | Update windows binaries. |
commit | commitdiff | tree | snapshot |
2013-12-30 |
John Kessenich | fix g++ complaint and update binaries |
commit | commitdiff | tree | snapshot |
2013-12-30 |
John Kessenich | Preprocessor: Rationalize, simplify, and correct the... |
commit | commitdiff | tree | snapshot |
2013-12-20 |
John Kessenich | Add array sizing/checking/overlapping semantics for... |
commit | commitdiff | tree | snapshot |
2013-12-18 |
John Kessenich | Allow tessellation shaders to work on versions back... |
commit | commitdiff | tree | snapshot |
2013-12-18 |
John Kessenich | Additional semantic checking for tessellation shaders... |
commit | commitdiff | tree | snapshot |
2013-12-17 |
John Kessenich | Update Linux script and binaries |
commit | commitdiff | tree | snapshot |
2013-12-16 |
John Kessenich | 1) Allow '\' before a non-newline as a token in the... |
commit | commitdiff | tree | snapshot |
2013-12-13 |
John Kessenich | Tessellation: Smaller changes: Take tessellation contr... |
commit | commitdiff | tree | snapshot |
2013-12-13 |
John Kessenich | Tessellation: Implicit array sizing and consistency... |
commit | commitdiff | tree | snapshot |
2013-12-12 |
John Kessenich | Tessellation: implement 'patch' semantics. |
commit | commitdiff | tree | snapshot |
2013-12-11 |
John Kessenich | Update Linux binaries |
commit | commitdiff | tree | snapshot |
2013-12-11 |
John Kessenich | Add missing check that a function call is not using... |
commit | commitdiff | tree | snapshot |
2013-12-11 |
John Kessenich | Tessellation partial implementation (not ready for... |
commit | commitdiff | tree | snapshot |
2013-12-10 |
John Kessenich | Update Linux binaries |
commit | commitdiff | tree | snapshot |
2013-12-10 |
John Kessenich | Preprocessor: Implement skipping of macros that evalua... |
commit | commitdiff | tree | snapshot |
2013-12-09 |
John Kessenich | Flesh out 4.x block redeclaration semantics: |
commit | commitdiff | tree | snapshot |
2013-12-07 |
John Kessenich | Allow layout aliasing for desktop vertex inputs. |
commit | commitdiff | tree | snapshot |
2013-12-06 |
John Kessenich | Desktop array size limit checking for gl_ClipDistance... |
commit | commitdiff | tree | snapshot |
2013-12-06 |
John Kessenich | Made '\' at end of C++ comments be a warning. It is... |
commit | commitdiff | tree | snapshot |
2013-12-06 |
John Kessenich | Update Linux binaries |
commit | commitdiff | tree | snapshot |
2013-12-06 |
John Kessenich | Fix g++ warnings. |
commit | commitdiff | tree | snapshot |
2013-12-06 |
John Kessenich | Preprocessor: Add short-circuit logic so ES errors... |
commit | commitdiff | tree | snapshot |
2013-12-06 |
John Kessenich | Preprocessor: Fixed that some comments incorrectly... |
commit | commitdiff | tree | snapshot |
2013-12-05 |
John Kessenich | Fixed a couple places that missed the error check for... |
commit | commitdiff | tree | snapshot |
2013-12-05 |
John Kessenich | Remove one layer of arrayness on geometry shader inputs... |
commit | commitdiff | tree | snapshot |
2013-12-05 |
John Kessenich | Implement location overlap error checking. |
commit | commitdiff | tree | snapshot |
2013-12-04 |
John Kessenich | Update Linux binaries |
commit | commitdiff | tree | snapshot |
2013-12-04 |
John Kessenich | Update Window's binary. |
commit | commitdiff | tree | snapshot |
2013-12-04 |
John Kessenich | Track the flow-control (and {}) nesting level to preven... |
commit | commitdiff | tree | snapshot |
2013-12-04 |
John Kessenich | Check for packing qualifiers on block members. |
commit | commitdiff | tree | snapshot |
2013-12-04 |
John Kessenich | Check for structures out from vertex or into fragment... |
commit | commitdiff | tree | snapshot |
2013-12-04 |
John Kessenich | Detect and give error on second occurrence of #version. |
commit | commitdiff | tree | snapshot |
2013-12-04 |
John Kessenich | Update Linux binaries |
commit | commitdiff | tree | snapshot |
2013-12-04 |
John Kessenich | Update Window's binary. |
commit | commitdiff | tree | snapshot |
2013-12-04 |
John Kessenich | Track whether function declarations are prototypes... |
commit | commitdiff | tree | snapshot |
2013-12-04 |
John Kessenich | Re-allow non-language characters in ES 100 comments... |
commit | commitdiff | tree | snapshot |
2013-12-04 |
John Kessenich | Fix ES unsized-array checking: it was one level too... |
commit | commitdiff | tree | snapshot |
2013-12-04 |
John Kessenich | Update Linux binaries |
commit | commitdiff | tree | snapshot |
2013-12-04 |
John Kessenich | Update Window's binary. |
commit | commitdiff | tree | snapshot |
2013-12-04 |
John Kessenich | Add a versioning system and tie it to the -v command... |
commit | commitdiff | tree | snapshot |
2013-12-03 |
John Kessenich | Update Linux binaries |
commit | commitdiff | tree | snapshot |
2013-12-03 |
John Kessenich | Update test results. |
commit | commitdiff | tree | snapshot |
2013-12-03 |
John Kessenich | Give error when overloaded functions differ only on... |
commit | commitdiff | tree | snapshot |
2013-12-03 |
John Kessenich | Disallow non-language characters in comments for ES... |
commit | commitdiff | tree | snapshot |
2013-12-03 |
John Kessenich | Add #line functionality to allow expressions instead... |
commit | commitdiff | tree | snapshot |
2013-12-03 |
John Kessenich | Non-functional: missing test result and slight coding... |
commit | commitdiff | tree | snapshot |
2013-12-03 |
John Kessenich | Finish compile-time constant folding for multi-argument... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
John Kessenich | Update Linux binaries |
commit | commitdiff | tree | snapshot |
2013-12-02 |
John Kessenich | Fix logic error in steering which stages get bias vs... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
John Kessenich | Fix crash from attempting ES precision propagation... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
John Kessenich | Preprocessor fixes: |
commit | commitdiff | tree | snapshot |
2013-12-01 |
John Kessenich | Simplify and rationalize constant folding for dereferen... |
commit | commitdiff | tree | snapshot |
2013-11-27 |
John Kessenich | Compile-time check on sampler binding size, link-time... |
commit | commitdiff | tree | snapshot |
2013-11-26 |
John Kessenich | Fix for glslang_vs2013.vcxproj: One source file was... |
commit | commitdiff | tree | snapshot |
2013-11-23 |
John Kessenich | Correct textureGather*() extension support: |
commit | commitdiff | tree | snapshot |
2013-11-23 |
John Kessenich | Reflection: Eliminate redundant arrayed block entries... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
John Kessenich | Update Linux binaries |
commit | commitdiff | tree | snapshot |
2013-11-22 |
John Kessenich | Add missing non-square matrixCompMult built-in functions. |
commit | commitdiff | tree | snapshot |
2013-11-22 |
John Kessenich | Update Linux binaries |
commit | commitdiff | tree | snapshot |
2013-11-22 |
John Kessenich | Implement GL_EXT_shader_texture_lod. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
John Kessenich | Reflection: Expand out block arrays to N different... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
John Kessenich | Add limit checking for constant texture texel offsets... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
John Kessenich | Add link-time checks for max_vertices, input primitive... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
John Kessenich | Track what ins/outs/uniforms are used, so that errors... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
John Kessenich | Add new convenience pool allocators for arbitrary types... |
commit | commitdiff | tree | snapshot |
2013-11-19 |
John Kessenich | Fix a preprocessor memory leak by cleaning up some... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
John Kessenich | Reflection: Flesh out expansions of complex aggregates... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
John Kessenich | Reflection: Optimize leaf-array sizes for largest index... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
John Kessenich | Reflection: |
commit | commitdiff | tree | snapshot |
2013-11-14 |
John Kessenich | Add VS2013 projects. Also, update VS2010 project to: |
commit | commitdiff | tree | snapshot |
2013-11-14 |
John Kessenich | Fix for build error in vs2013: #include <algorithm... |
commit | commitdiff | tree | snapshot |
2013-11-14 |
John Kessenich | Add GetEsslVersionString() and GetGlslVersionString(). |
commit | commitdiff | tree | snapshot |
2013-11-13 |
John Kessenich | fix g++ compilation issues |
commit | commitdiff | tree | snapshot |
2013-11-13 |
John Kessenich | Reflection: Add translation from glslang types to the... |
commit | commitdiff | tree | snapshot |
2013-11-13 |
John Kessenich | Reflection: Implement the std140 block offset calculat... |
commit | commitdiff | tree | snapshot |
2013-11-12 |
John Kessenich | Update Linux binaries |
commit | commitdiff | tree | snapshot |
2013-11-12 |
John Kessenich | Update Window's binary. |
commit | commitdiff | tree | snapshot |
2013-11-12 |
John Kessenich | Disallow arrays in initializers for non-array-object... |
commit | commitdiff | tree | snapshot |
2013-11-12 |
John Kessenich | Fix line-continuation bug. |
commit | commitdiff | tree | snapshot |
2013-11-12 |
John Kessenich | Update Linux binaries |
commit | commitdiff | tree | snapshot |
2013-11-12 |
John Kessenich | Fixes to scanning: |
commit | commitdiff | tree | snapshot |
2013-11-12 |
John Kessenich | Misc semantics fixes: |
commit | commitdiff | tree | snapshot |
2013-11-11 |
John Kessenich | Don't allow invariant in a function. |
commit | commitdiff | tree | snapshot |
2013-11-11 |
John Kessenich | Update Linux binaries |
commit | commitdiff | tree | snapshot |
2013-11-11 |
John Kessenich | Add GL_OES_EGL_image_external. Includes new keyword... |
commit | commitdiff | tree | snapshot |
2013-11-11 |
John Kessenich | Add GL_EXT_frag_depth. |
commit | commitdiff | tree | snapshot |
2013-11-11 |
John Kessenich | Add GL_OES_standard_derivatives. Also added extension... |
commit | commitdiff | tree | snapshot |
2013-11-11 |
John Kessenich | Add GL_OES_texture_3D extension. Also, minor tweaks... |
commit | commitdiff | tree | snapshot |
2013-11-11 |
John Kessenich | Update Linux binaries |
commit | commitdiff | tree | snapshot |
next |