2016-07-15 |
LoopDawg | HLSL: Add SampleBias and SampleGrad, and associated... |
commit | commitdiff | tree | snapshot |
2016-07-15 |
John Kessenich | Merge pull request #392 from antiagainst/order |
commit | commitdiff | tree | snapshot |
2016-07-15 |
Lei Zhang | Reorder fields to avoid compiler initialization order... |
commit | commitdiff | tree | snapshot |
2016-07-13 |
John Kessenich | Merge pull request #385 from steve-lunarg/inout-qualifiers |
commit | commitdiff | tree | snapshot |
2016-07-13 |
John Kessenich | Merge pull request #387 from steve-lunarg/samplers |
commit | commitdiff | tree | snapshot |
2016-07-13 |
LoopDawg | HLSL: add offset Sample() form and arrayed texture... |
commit | commitdiff | tree | snapshot |
2016-07-13 |
LoopDawg | HLSL: add in/out/inout qualifiers. |
commit | commitdiff | tree | snapshot |
2016-07-13 |
John Kessenich | Merge pull request #380 from steve-lunarg/samplers |
commit | commitdiff | tree | snapshot |
2016-07-12 |
LoopDawg | HLSL: Sampler/texture declarations, method syntax,... |
commit | commitdiff | tree | snapshot |
2016-07-12 |
John Kessenich | Front-end: Implement compile-time constant folding... |
commit | commitdiff | tree | snapshot |
2016-07-11 |
John Kessenich | README: remove reference to todo.txt, it is obsolete. |
commit | commitdiff | tree | snapshot |
2016-07-09 |
John Kessenich | Front-end: Fix known crashes by early exit on error... |
commit | commitdiff | tree | snapshot |
2016-07-09 |
John Kessenich | Build: Add missing string.h include. |
commit | commitdiff | tree | snapshot |
2016-07-09 |
John Kessenich | Build: Remove causes of pedantic warnings. Addresses... |
commit | commitdiff | tree | snapshot |
2016-07-08 |
John Kessenich | Merge pull request #314 from mre4ce/master |
commit | commitdiff | tree | snapshot |
2016-07-08 |
John Kessenich | Front end: Fix issue #374: put a limit on how big a... |
commit | commitdiff | tree | snapshot |
2016-07-08 |
John Kessenich | SPV: Fix issue #376; declare Geometry capability for... |
commit | commitdiff | tree | snapshot |
2016-07-08 |
John Kessenich | SPV: Further refine OpenGL vs. Vulkan differences for... |
commit | commitdiff | tree | snapshot |
2016-07-07 |
John Kessenich | SPV: Turn on atomic-storage functionality for SPIR-V. |
commit | commitdiff | tree | snapshot |
2016-07-05 |
John Kessenich | HLSL: Add typedef grammar and production. |
commit | commitdiff | tree | snapshot |
2016-07-05 |
John Kessenich | HLSL: Mostly non-functional: simplify, rationalize... |
commit | commitdiff | tree | snapshot |
2016-07-02 |
John Kessenich | HLSL: Grammar: Recognize { } style initializers for... |
commit | commitdiff | tree | snapshot |
2016-07-02 |
John Kessenich | HLSL: Correctly identify which variables are global... |
commit | commitdiff | tree | snapshot |
2016-07-02 |
John Kessenich | HLSL: Grammar: Make comma-separated declaration lists... |
commit | commitdiff | tree | snapshot |
2016-07-01 |
John Kessenich | Merge pull request #367 from steve-lunarg/templatetypes |
commit | commitdiff | tree | snapshot |
2016-07-01 |
LoopDawg | HLSL: Add template style constructors for vector &... |
commit | commitdiff | tree | snapshot |
2016-07-01 |
John Kessenich | HLSL: Implement switch/case/default. |
commit | commitdiff | tree | snapshot |
2016-07-01 |
John Kessenich | SPV: Don't decorate locations within an array, it doesn... |
commit | commitdiff | tree | snapshot |
2016-07-01 |
John Kessenich | SPV: Non-functional: break up big function into three... |
commit | commitdiff | tree | snapshot |
2016-07-01 |
John Kessenich | Merge pull request #363 from cdwfs/vertex_instance_id |
commit | commitdiff | tree | snapshot |
2016-06-30 |
John Kessenich | Front-end: Don't lower precision of bit operations... |
commit | commitdiff | tree | snapshot |
2016-06-30 |
John Kessenich | Merge pull request #364 from steve-lunarg/test-entrypoints |
commit | commitdiff | tree | snapshot |
2016-06-30 |
LoopDawg | HLSL: Change intrinsics tests to not use overloaded... |
commit | commitdiff | tree | snapshot |
2016-06-30 |
Cort Stratton | When parsing Vulkan GLSL, suggest gl_VertexIndex/gl_Ins... |
commit | commitdiff | tree | snapshot |
2016-06-30 |
John Kessenich | Merge pull request #358 from amdrexu/bugfix |
commit | commitdiff | tree | snapshot |
2016-06-30 |
Rex Xu | SPV: Certain decorations are missing for structure... |
commit | commitdiff | tree | snapshot |
2016-06-29 |
John Kessenich | Merge pull request #357 from steve-lunarg/intrinsics |
commit | commitdiff | tree | snapshot |
2016-06-29 |
John Kessenich | Merge pull request #267 from antiagainst/rm-test-dup |
commit | commitdiff | tree | snapshot |
2016-06-29 |
John Kessenich | Front-end: Add missing rule for function-return implici... |
commit | commitdiff | tree | snapshot |
2016-06-29 |
John Kessenich | Front-end: Non-functional: Move return-value handling... |
commit | commitdiff | tree | snapshot |
2016-06-28 |
John Kessenich | Front-end: Handle simultaneous use of SPIR-V or non... |
commit | commitdiff | tree | snapshot |
2016-06-28 |
Lei Zhang | Remove duplicated tests from the runtests script. |
commit | commitdiff | tree | snapshot |
2016-06-28 |
LoopDawg | Add asdouble, fma, & mad intrinsics and change profile... |
commit | commitdiff | tree | snapshot |
2016-06-28 |
John Kessenich | Merge pull request #349 from steve-lunarg/intrinsics |
commit | commitdiff | tree | snapshot |
2016-06-28 |
John Kessenich | Merge pull request #354 from yavn/fix_off_by_one_limit_... |
commit | commitdiff | tree | snapshot |
2016-06-28 |
John Kessenich | HLSL: Airplane work: break/continue/discard grammar... |
commit | commitdiff | tree | snapshot |
2016-06-27 |
Maciej Jesionowski | Front-end: allow max size built-in arrays like gl_ClipD... |
commit | commitdiff | tree | snapshot |
2016-06-21 |
LoopDawg | Add lerp, fix sincos return type, ret type tests, non... |
commit | commitdiff | tree | snapshot |
2016-06-21 |
John Kessenich | Merge pull request #346 from steve-lunarg/intrinsics |
commit | commitdiff | tree | snapshot |
2016-06-20 |
LoopDawg | Add HLSL memory barrier intrinsics, fix dst, add lit... |
commit | commitdiff | tree | snapshot |
2016-06-19 |
John Kessenich | HLSL: Basic array grammar. |
commit | commitdiff | tree | snapshot |
2016-06-17 |
John Kessenich | HLSL: Handle "." for structure dereference and swizzle. |
commit | commitdiff | tree | snapshot |
2016-06-17 |
John Kessenich | HLSL: Map parameter qualifiers from generic to function... |
commit | commitdiff | tree | snapshot |
2016-06-17 |
John Kessenich | HLSL: Support semantics in function parameter declarations. |
commit | commitdiff | tree | snapshot |
2016-06-17 |
John Kessenich | Front-end: Implement GL_EXT_shader_non_constant_global_... |
commit | commitdiff | tree | snapshot |
2016-06-17 |
John Kessenich | SPV: Non-functional: Condense SPV-related versioning... |
commit | commitdiff | tree | snapshot |
2016-06-16 |
John Kessenich | SPV: projective texturing: move the project coordinate. |
commit | commitdiff | tree | snapshot |
2016-06-16 |
John Kessenich | SPV non-functional: minor readability improvements... |
commit | commitdiff | tree | snapshot |
2016-06-15 |
John Kessenich | Front-end ESSL: require precision declarations for... |
commit | commitdiff | tree | snapshot |
2016-06-15 |
John Kessenich | Front-end: Make ES floatBitsToInt/intBitsToFloat/etc... |
commit | commitdiff | tree | snapshot |
2016-06-15 |
John Kessenich | SPV: Update to spec. decisions (and issue #205) for... |
commit | commitdiff | tree | snapshot |
2016-06-14 |
John Kessenich | Merge pull request #339 from steve-lunarg/intrinsics |
commit | commitdiff | tree | snapshot |
2016-06-14 |
John Kessenich | Merge pull request #340 from dneto0/const-key-in-std... |
commit | commitdiff | tree | snapshot |
2016-06-14 |
David Neto | Tracking allocator must use const key |
commit | commitdiff | tree | snapshot |
2016-06-14 |
LoopDawg | Implement atomic ops, bit conversions, fix fwidth stage... |
commit | commitdiff | tree | snapshot |
2016-06-13 |
John Kessenich | Merge pull request #337 from steve-lunarg/intrinsics |
commit | commitdiff | tree | snapshot |
2016-06-13 |
John Kessenich | Merge pull request #338 from Nekotekina/fix1 |
commit | commitdiff | tree | snapshot |
2016-06-13 |
Nekotekina | Compilation fix (mingw64) |
commit | commitdiff | tree | snapshot |
2016-06-13 |
John Kessenich | HLSL: Flesh out misc. declaration grammar: semantics... |
commit | commitdiff | tree | snapshot |
2016-06-13 |
John Kessenich | HLSL: Implement basic "struct" grammar. |
commit | commitdiff | tree | snapshot |
2016-06-10 |
LoopDawg | Add decompositions for some HLSL intrinsics. |
commit | commitdiff | tree | snapshot |
2016-06-10 |
John Kessenich | Merge pull request #335 from jekstrand/sampler-params |
commit | commitdiff | tree | snapshot |
2016-06-09 |
John Kessenich | HLSL: Implement proper nesting of symbol-table scopes... |
commit | commitdiff | tree | snapshot |
2016-06-09 |
John Kessenich | HLSL: Add all int/float/bool/uint matrix types, void... |
commit | commitdiff | tree | snapshot |
2016-06-09 |
Jason Ekstrand | GlslangToSpv: Pass the pointer directly into the client... |
commit | commitdiff | tree | snapshot |
2016-06-09 |
Jason Ekstrand | Types: Add an isOpaque() helper |
commit | commitdiff | tree | snapshot |
2016-06-09 |
Jason Ekstrand | GlslangToSpv: Properly handle opaque types in Translate... |
commit | commitdiff | tree | snapshot |
2016-06-08 |
John Kessenich | Merge pull request #333 from dneto0/defer-capabilities... |
commit | commitdiff | tree | snapshot |
2016-06-08 |
David Neto | Defer capability decl for ClipDistance, CullDistance... |
commit | commitdiff | tree | snapshot |
2016-06-08 |
John Kessenich | Merge pull request #331 from jherico/jherico-patch-1 |
commit | commitdiff | tree | snapshot |
2016-06-07 |
Brad Davis | Fix Ubuntu 16.10 build |
commit | commitdiff | tree | snapshot |
2016-06-06 |
John Kessenich | Merge pull request #128 from dekimir/clang-format |
commit | commitdiff | tree | snapshot |
2016-06-06 |
John Kessenich | Front-end: Fix issue #146: which versions allow double... |
commit | commitdiff | tree | snapshot |
2016-06-06 |
Dejan Mircevski | Revert SpvBuilder.* to master versions. |
commit | commitdiff | tree | snapshot |
2016-06-06 |
Dejan Mircevski | Increase column limit to 120. |
commit | commitdiff | tree | snapshot |
2016-06-06 |
Dejan Mircevski | Merge branch 'master' of github.com:KhronosGroup/glslan... |
commit | commitdiff | tree | snapshot |
2016-06-05 |
John Kessenich | Front-end: Fix issue #147: ensure layout(index=N) has... |
commit | commitdiff | tree | snapshot |
2016-06-05 |
John Kessenich | HLSL: Flesh out the loop grammar and productions. |
commit | commitdiff | tree | snapshot |
2016-06-05 |
John Kessenich | HLSL: Attribute grammar and if-else grammar/productions. |
commit | commitdiff | tree | snapshot |
2016-06-04 |
John Kessenich | HLSL: Finish skeletan of the "statement" grammar. |
commit | commitdiff | tree | snapshot |
2016-06-03 |
John Kessenich | HLSL: 1) Implement lookahead buffers/stacks for token... |
commit | commitdiff | tree | snapshot |
2016-06-03 |
John Kessenich | Merge pull request #328 from steve-lunarg/intrinsics |
commit | commitdiff | tree | snapshot |
2016-06-03 |
LoopDawg | Add negative intrinsics tests |
commit | commitdiff | tree | snapshot |
2016-06-03 |
John Kessenich | Merge pull request #327 from steve-lunarg/empty-stateme... |
commit | commitdiff | tree | snapshot |
2016-06-03 |
LoopDawg | Fix for empty statement segfault. |
commit | commitdiff | tree | snapshot |
2016-06-03 |
John Kessenich | Merge pull request #326 from greg-lunarg/greg-mr4 |
commit | commitdiff | tree | snapshot |
2016-06-03 |
John Kessenich | Merge pull request #322 from steve-lunarg/intrinsics |
commit | commitdiff | tree | snapshot |
2016-06-03 |
GregF | remapper: do not eliminate interface variables in dce... |
commit | commitdiff | tree | snapshot |
2016-06-03 |
LoopDawg | Initial implementation of direct-mapped subset of HLSL... |
commit | commitdiff | tree | snapshot |
2016-06-03 |
John Kessenich | Merge pull request #323 from dneto0/mingw-static-link... |
commit | commitdiff | tree | snapshot |
next |