2016-08-03 |
steve-lunarg | HLSL: Add GatherRed/Green/Blue/Alpha methods, inc 4... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
John Kessenich | Merge pull request #431 from steve-lunarg/semicolon-fix |
commit | commitdiff | tree | snapshot |
2016-08-03 |
steve-lunarg | HLSL: allow semicolons between global scope declarations. |
commit | commitdiff | tree | snapshot |
2016-08-03 |
John Kessenich | Front-end: Implement 2nd task of issue #400; precision... |
commit | commitdiff | tree | snapshot |
2016-08-02 |
John Kessenich | Merge pull request #428 from dankbaker/master |
commit | commitdiff | tree | snapshot |
2016-08-02 |
Dan Baker | Fixing some casts that warn when compiled to 64 bit... |
commit | commitdiff | tree | snapshot |
2016-07-31 |
John Kessenich | SPV: Prevent issue #415 with better semantic checking. |
commit | commitdiff | tree | snapshot |
2016-07-30 |
John Kessenich | PP: Fix issue #407; handle empty identifier. |
commit | commitdiff | tree | snapshot |
2016-07-30 |
John Kessenich | PP: Non-functional; fix typos and blank spaces. |
commit | commitdiff | tree | snapshot |
2016-07-30 |
John Kessenich | PP: Fix issue #408: # as last character in macro. |
commit | commitdiff | tree | snapshot |
2016-07-30 |
John Kessenich | Merge pull request #424 from steve-lunarg/initializer-fix |
commit | commitdiff | tree | snapshot |
2016-07-30 |
steve-lunarg | HLSL: allow trailing commas in initializer lists &... |
commit | commitdiff | tree | snapshot |
2016-07-30 |
John Kessenich | HLSL: Add back in the [subcomponent] part of a 'registe... |
commit | commitdiff | tree | snapshot |
2016-07-30 |
John Kessenich | Merge pull request #423 from steve-lunarg/constructor... |
commit | commitdiff | tree | snapshot |
2016-07-30 |
steve-lunarg | HLSL: Fix a grammar error related to constructors in... |
commit | commitdiff | tree | snapshot |
2016-07-30 |
John Kessenich | Front-ends GLSL/HLSL: Fix initializer lists for structs... |
commit | commitdiff | tree | snapshot |
2016-07-29 |
John Kessenich | HLSL: Implement the register production. |
commit | commitdiff | tree | snapshot |
2016-07-29 |
John Kessenich | HLSL: Implement packoffset production. |
commit | commitdiff | tree | snapshot |
2016-07-29 |
John Kessenich | Merge pull request #421 from amdrexu/bugfix |
commit | commitdiff | tree | snapshot |
2016-07-29 |
Rex Xu | SPV: Fix an issue of ++/-- for dvec/dmat. |
commit | commitdiff | tree | snapshot |
2016-07-29 |
John Kessenich | HLSL: Fix binary-expression associativity and terminati... |
commit | commitdiff | tree | snapshot |
2016-07-29 |
John Kessenich | HLSL: Add shape conversions for scalar -> vector assigm... |
commit | commitdiff | tree | snapshot |
2016-07-28 |
John Kessenich | Non-functional: Rationalize location and use of mapType... |
commit | commitdiff | tree | snapshot |
2016-07-28 |
John Kessenich | Merge pull request #417 from steve-lunarg/buffers |
commit | commitdiff | tree | snapshot |
2016-07-28 |
John Kessenich | Merge pull request #419 from steve-lunarg/lerp-fix |
commit | commitdiff | tree | snapshot |
2016-07-28 |
John Kessenich | Merge pull request #420 from steve-lunarg/uint-literal-fix |
commit | commitdiff | tree | snapshot |
2016-07-28 |
steve-lunarg | HLSL: allow uint literals, and add test for numeric... |
commit | commitdiff | tree | snapshot |
2016-07-28 |
steve-lunarg | HLSL: add missing vec,vec,scalar form of lerp(), +... |
commit | commitdiff | tree | snapshot |
2016-07-27 |
steve-lunarg | HLSL: add Buffer support for Load method |
commit | commitdiff | tree | snapshot |
2016-07-27 |
John Kessenich | Front-end: Fix issue #409, check for implicitly-sized... |
commit | commitdiff | tree | snapshot |
2016-07-27 |
John Kessenich | Infrastructure: Address issue #414, build instructions. |
commit | commitdiff | tree | snapshot |
2016-07-27 |
John Kessenich | Merge pull request #416 from steve-lunarg/samplers... |
commit | commitdiff | tree | snapshot |
2016-07-27 |
steve-lunarg | HLSL: Add CalculateLevelOfDetail, and unimplemented... |
commit | commitdiff | tree | snapshot |
2016-07-27 |
John Kessenich | HLSL: Implement ?: grammar productions. |
commit | commitdiff | tree | snapshot |
2016-07-27 |
John Kessenich | HLSL: Report failed assignments; some were silently... |
commit | commitdiff | tree | snapshot |
2016-07-27 |
John Kessenich | Merge pull request #413 from steve-lunarg/samplers... |
commit | commitdiff | tree | snapshot |
2016-07-27 |
steve-lunarg | HLSL: add 2DMS texture formats, and matching Load ... |
commit | commitdiff | tree | snapshot |
2016-07-26 |
John Kessenich | SPV: For AST interpolateAt* ops consuming a swizzle... |
commit | commitdiff | tree | snapshot |
2016-07-26 |
John Kessenich | Merge pull request #405 from steve-lunarg/samplers |
commit | commitdiff | tree | snapshot |
2016-07-26 |
John Kessenich | Merge pull request #406 from steve-lunarg/pp_line |
commit | commitdiff | tree | snapshot |
2016-07-25 |
John Kessenich | README: Fix numbered list. |
commit | commitdiff | tree | snapshot |
2016-07-25 |
John Kessenich | README: Update the component list. |
commit | commitdiff | tree | snapshot |
2016-07-25 |
John Kessenich | HLSL: cbuffer and tbuffer grammar and production. |
commit | commitdiff | tree | snapshot |
2016-07-23 |
LoopDawg | HLSL: enable #line extension by default for HLSL source. |
commit | commitdiff | tree | snapshot |
2016-07-23 |
John Kessenich | Merge pull request #404 from phaulos/fix-spirv-remap |
commit | commitdiff | tree | snapshot |
2016-07-22 |
LoopDawg | HLSL: Add gather, improve proto generator machine for... |
commit | commitdiff | tree | snapshot |
2016-07-22 |
Pyry Haulos | Remap Scope and MemorySemantics IDs in SPIRV remapper |
commit | commitdiff | tree | snapshot |
2016-07-21 |
John Kessenich | Merge pull request #402 from steve-lunarg/samplers |
commit | commitdiff | tree | snapshot |
2016-07-21 |
John Kessenich | Front-end: Fix default layout(component) widths and... |
commit | commitdiff | tree | snapshot |
2016-07-21 |
John Kessenich | Infrastructure: Remove bad characters from file. |
commit | commitdiff | tree | snapshot |
2016-07-21 |
John Kessenich | Tests: line-number change only: make room for more... |
commit | commitdiff | tree | snapshot |
2016-07-21 |
LoopDawg | HLSL: Add SampleLevel method |
commit | commitdiff | tree | snapshot |
2016-07-21 |
John Kessenich | Merge pull request #393 from steve-lunarg/warning-enable |
commit | commitdiff | tree | snapshot |
2016-07-21 |
John Kessenich | Merge pull request #401 from steve-lunarg/samplers |
commit | commitdiff | tree | snapshot |
2016-07-21 |
John Kessenich | Merge pull request #398 from amdrexu/feature |
commit | commitdiff | tree | snapshot |
2016-07-21 |
LoopDawg | Add g++/clang warnings to match some enabled by /W4... |
commit | commitdiff | tree | snapshot |
2016-07-21 |
LoopDawg | HLSL: Add texture Load method & decomposition |
commit | commitdiff | tree | snapshot |
2016-07-20 |
John Kessenich | Merge pull request #399 from steve-lunarg/samplers |
commit | commitdiff | tree | snapshot |
2016-07-20 |
John Kessenich | Versions: Update version output. |
commit | commitdiff | tree | snapshot |
2016-07-20 |
LoopDawg | HLSL: Add SampleCmp and SampleCmpLevelZero texture... |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Rex Xu | Implement 4 AMD-specific extensions. |
commit | commitdiff | tree | snapshot |
2016-07-19 |
John Kessenich | Fix issue #382: Detect implicitly-sized atomic_uint... |
commit | commitdiff | tree | snapshot |
2016-07-19 |
John Kessenich | Fix issue #388. |
commit | commitdiff | tree | snapshot |
2016-07-19 |
John Kessenich | Fix issue #391: input stack underflow on too few macro... |
commit | commitdiff | tree | snapshot |
2016-07-19 |
John Kessenich | Merge pull request #395 from steve-lunarg/samplers |
commit | commitdiff | tree | snapshot |
2016-07-18 |
LoopDawg | HLSL: Add tx.GetDimensions method (uint returns only) |
commit | commitdiff | tree | snapshot |
2016-07-16 |
John Kessenich | Build: Fix three new warnings in HLSL code. |
commit | commitdiff | tree | snapshot |
2016-07-15 |
John Kessenich | Merge pull request #390 from steve-lunarg/samplers |
commit | commitdiff | tree | snapshot |
2016-07-15 |
John Kessenich | Build: Switch to Rev. 6 of headers, removing "BadValue... |
commit | commitdiff | tree | snapshot |
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 |
next |