2018-02-08 |
John Kessenich | Non-functional: GLSL: Fix #1242; don't pass reference... |
commit | commitdiff | tree | snapshot |
2018-02-08 |
John Kessenich | Merge pull request #1241 from greg-lunarg/kg9 |
commit | commitdiff | tree | snapshot |
2018-02-07 |
GregF | Add DeadInsertElim to legalization and RedundancyElim... |
commit | commitdiff | tree | snapshot |
2018-02-06 |
John Kessenich | Merge pull request #1239 from KhronosGroup/deeper-acces... |
commit | commitdiff | tree | snapshot |
2018-02-06 |
John Kessenich | Merge pull request #1238 from zeux/pp-string-buffer |
commit | commitdiff | tree | snapshot |
2018-02-06 |
John Kessenich | SPV: Bump up generator number, because previous commit... |
commit | commitdiff | tree | snapshot |
2018-02-06 |
John Kessenich | SPV: Create more access chains addressing a few swizzli... |
commit | commitdiff | tree | snapshot |
2018-02-06 |
Arseny Kapoulkine | Preprocessor: Use std::string instead of std::stringstream |
commit | commitdiff | tree | snapshot |
2018-02-05 |
John Kessenich | Merge pull request #1234 from dneto0/update-spirv |
commit | commitdiff | tree | snapshot |
2018-02-05 |
David Neto | Update SPIRV-Tools known-good |
commit | commitdiff | tree | snapshot |
2018-02-02 |
John Kessenich | GLSL: Fix #1229: merge array sizes in parameter declara... |
commit | commitdiff | tree | snapshot |
2018-02-02 |
John Kessenich | Merge pull request #1232 from KhronosGroup/control... |
commit | commitdiff | tree | snapshot |
2018-02-01 |
John Kessenich | Error message: Improve error message (will help another... |
commit | commitdiff | tree | snapshot |
2018-02-01 |
John Kessenich | AST: dump attributes along with control flow. |
commit | commitdiff | tree | snapshot |
2018-02-01 |
John Kessenich | GLSL: Implement GL_EXT_control_flow_attributes. |
commit | commitdiff | tree | snapshot |
2018-02-01 |
John Kessenich | HLSL: Refactor attribute implementation. |
commit | commitdiff | tree | snapshot |
2018-02-01 |
John Kessenich | Non-functional: Fix #1231: remove duplicated code. |
commit | commitdiff | tree | snapshot |
2018-02-01 |
John Kessenich | SPV Version: Emit the requested SPIR-V version, not... |
commit | commitdiff | tree | snapshot |
2018-02-01 |
John Kessenich | Non-Functional: Use OpModuleProcessed from the unified... |
commit | commitdiff | tree | snapshot |
2018-02-01 |
John Kessenich | EShTargetSpv: Fix #1235, spelling, in a backward compat... |
commit | commitdiff | tree | snapshot |
2018-01-29 |
John Kessenich | SPV: Bump SPIR-V header to the unified1 version (versio... |
commit | commitdiff | tree | snapshot |
2018-01-18 |
John Kessenich | Non-functional. Fix #1223: expand comments. |
commit | commitdiff | tree | snapshot |
2018-01-18 |
John Kessenich | Merge pull request #1224 from fjhenigman/unused |
commit | commitdiff | tree | snapshot |
2018-01-17 |
John Kessenich | Merge pull request #1221 from dneto0/update-spirv |
commit | commitdiff | tree | snapshot |
2018-01-16 |
Frank Henigman | Fix unused function warning. |
commit | commitdiff | tree | snapshot |
2018-01-12 |
David Neto | Update known-good spirv-tools. |
commit | commitdiff | tree | snapshot |
2018-01-11 |
John Kessenich | HLSL: Fix #1208: accept both int and uint in asuint... |
commit | commitdiff | tree | snapshot |
2018-01-10 |
John Kessenich | HLSL: Protect against 'continue' outside of loops. |
commit | commitdiff | tree | snapshot |
2018-01-10 |
John Kessenich | HLSL: Fix #1214: check for nesting in loop/switch of... |
commit | commitdiff | tree | snapshot |
2018-01-10 |
John Kessenich | HLSL: Fix #1215: propagate error on seeing a type name... |
commit | commitdiff | tree | snapshot |
2018-01-10 |
John Kessenich | GLSL: XFB: more support for built-in block redeclaratio... |
commit | commitdiff | tree | snapshot |
2018-01-08 |
John Kessenich | Scanner: Many int16 and float16 fixes, including perfor... |
commit | commitdiff | tree | snapshot |
2018-01-08 |
John Kessenich | Scanner: Many int64 fixes, including performance. |
commit | commitdiff | tree | snapshot |
2018-01-08 |
John Kessenich | Non-functional: Fix HLSL error message, and code format... |
commit | commitdiff | tree | snapshot |
2018-01-05 |
John Kessenich | Merge pull request #1211 from greg-lunarg/kg7 |
commit | commitdiff | tree | snapshot |
2018-01-05 |
GregF | Update known good spirv-tools. Fixes issue #1205. |
commit | commitdiff | tree | snapshot |
2018-01-02 |
John Kessenich | Build: Tickle bots to try again... seems like a process... |
commit | commitdiff | tree | snapshot |
2018-01-02 |
John Kessenich | HLSL: Fix #1203: Declare anonymous members for cbuffer... |
commit | commitdiff | tree | snapshot |
2017-12-30 |
John Kessenich | HLSL: Fix 1201: Accept 'layout' as an identifier. |
commit | commitdiff | tree | snapshot |
2017-12-24 |
John Kessenich | HLSL: Attributes: Add [[vk::constant_id()]] and [[vk... |
commit | commitdiff | tree | snapshot |
2017-12-21 |
John Kessenich | Merge pull request #1190 from jfmarquis/hlsl-store... |
commit | commitdiff | tree | snapshot |
2017-12-21 |
John Kessenich | Merge branch 'greg-lunarg-flatten1' |
commit | commitdiff | tree | snapshot |
2017-12-21 |
John Kessenich | Merge branch 'flatten1' of https://github.com/greg... |
commit | commitdiff | tree | snapshot |
2017-12-21 |
John Kessenich | HLSL Tests: Remove optimization from tests that don... |
commit | commitdiff | tree | snapshot |
2017-12-21 |
GregF | HLSL Legalization: Add scalar replacement |
commit | commitdiff | tree | snapshot |
2017-12-21 |
Jean-François... | HLSL: Fix possibly incorrect type conversion in StoreN... |
commit | commitdiff | tree | snapshot |
2017-12-20 |
John Kessenich | Merge pull request #1195 from LoopDawg/gcc-bug-workaround |
commit | commitdiff | tree | snapshot |
2017-12-20 |
LoopDawg | g++ 5.4.0 suspected defect workaround |
commit | commitdiff | tree | snapshot |
2017-12-17 |
John Kessenich | SPV: Document history of the generator version number. |
commit | commitdiff | tree | snapshot |
2017-12-16 |
John Kessenich | GLSL: Fix #1193: no 'location' on uniform/buffer block. |
commit | commitdiff | tree | snapshot |
2017-12-16 |
John Kessenich | gcc: potentially a compiler-bug work around |
commit | commitdiff | tree | snapshot |
2017-12-16 |
John Kessenich | SPV: Memory model: Reduce set of memory-semantic bits... |
commit | commitdiff | tree | snapshot |
2017-12-16 |
John Kessenich | SPV: HLSL: Move to correct HLSL barrier semantics,... |
commit | commitdiff | tree | snapshot |
2017-12-16 |
John Kessenich | SPV: Bump the generator number to account for barrier... |
commit | commitdiff | tree | snapshot |
2017-12-16 |
John Kessenich | SPV: Change barrier emission to conform to Khronos... |
commit | commitdiff | tree | snapshot |
2017-12-16 |
John Kessenich | HLSL: Fix #1192: when bool operands are converted to... |
commit | commitdiff | tree | snapshot |
2017-12-16 |
John Kessenich | Merge pull request #1191 from greg-lunarg/kg6 |
commit | commitdiff | tree | snapshot |
2017-12-15 |
GregF | Update spirv-tools known-good. |
commit | commitdiff | tree | snapshot |
2017-12-15 |
John Kessenich | HLSL: Make attributes for built-in override semantics. |
commit | commitdiff | tree | snapshot |
2017-12-15 |
John Kessenich | Merge pull request #1189 from KhronosGroup/spv-xfb |
commit | commitdiff | tree | snapshot |
2017-12-15 |
John Kessenich | SPV: Plumb through XFB buffer and stride information. |
commit | commitdiff | tree | snapshot |
2017-12-15 |
John Kessenich | GLSL: Implement XFB for redeclared built-in blocks. |
commit | commitdiff | tree | snapshot |
2017-12-15 |
John Kessenich | Merge pull request #1184 from KhronosGroup/SPV_EXT_frag... |
commit | commitdiff | tree | snapshot |
2017-12-14 |
Piers Daniell | Add implementation of SPV_EXT_fragment_fully_covered |
commit | commitdiff | tree | snapshot |
2017-12-14 |
John Kessenich | Update to latest public headers. |
commit | commitdiff | tree | snapshot |
2017-12-14 |
John Kessenich | Merge pull request #1183 from LoopDawg/builtin-output... |
commit | commitdiff | tree | snapshot |
2017-12-14 |
John Kessenich | Merge pull request #1186 from zeux/master |
commit | commitdiff | tree | snapshot |
2017-12-14 |
Arseny Kapoulkine | HLSL: Implement support for RT/Viewport output from VS |
commit | commitdiff | tree | snapshot |
2017-12-12 |
LoopDawg | HLSL: for split output structs, propagate indirection... |
commit | commitdiff | tree | snapshot |
2017-12-12 |
John Kessenich | Merge pull request #1174 from LoopDawg/y-flip |
commit | commitdiff | tree | snapshot |
2017-12-09 |
John Kessenich | HLSL: Give error on unsupported buffer initializer. |
commit | commitdiff | tree | snapshot |
2017-12-09 |
John Kessenich | HLSL: Remove unintended/untested functionality PrimitiveID. |
commit | commitdiff | tree | snapshot |
2017-12-09 |
John Kessenich | Merge pull request #1178 from LoopDawg/primitiveid... |
commit | commitdiff | tree | snapshot |
2017-12-09 |
John Kessenich | Merge pull request #1175 from KhronosGroup/no-flatten... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
LoopDawg | HLSL: Allow primitive id on hull shader inputs |
commit | commitdiff | tree | snapshot |
2017-12-08 |
John Kessenich | HLSL: Stop flattening non-IO structs containing opaques. |
commit | commitdiff | tree | snapshot |
2017-12-07 |
LoopDawg | HLSL: add optional position.Y inversion |
commit | commitdiff | tree | snapshot |
2017-12-06 |
John Kessenich | HLSL: Fix #606: make layout() override register. |
commit | commitdiff | tree | snapshot |
2017-12-06 |
John Kessenich | HLSL: Fix #1154: Support PointSize, as an attribute. |
commit | commitdiff | tree | snapshot |
2017-12-05 |
John Kessenich | Merge pull request #1151 from cgmb/update-readme |
commit | commitdiff | tree | snapshot |
2017-12-05 |
Cory Bloor | Improve build instructions |
commit | commitdiff | tree | snapshot |
2017-12-04 |
John Kessenich | HLSL: Fix #1163: treat buffers as references when calli... |
commit | commitdiff | tree | snapshot |
2017-12-02 |
John Kessenich | Merge pull request #1171 from greg-lunarg/kg5 |
commit | commitdiff | tree | snapshot |
2017-12-01 |
John Kessenich | Merge pull request #1170 from LoopDawg/matsize-warnings |
commit | commitdiff | tree | snapshot |
2017-12-01 |
GregF | Update spirv-tools known-good |
commit | commitdiff | tree | snapshot |
2017-11-30 |
LoopDawg | HLSL: minor: add warning for mat() matrix size truncation |
commit | commitdiff | tree | snapshot |
2017-11-29 |
John Kessenich | Add initialization in case it is causing the Apple... |
commit | commitdiff | tree | snapshot |
2017-11-29 |
John Kessenich | Tests: Trigger more texture tests, and hopefully see... |
commit | commitdiff | tree | snapshot |
2017-11-29 |
John Kessenich | Merge pull request #1166 from tafuri/#1165-invalid_Store |
commit | commitdiff | tree | snapshot |
2017-11-28 |
John Kessenich | Merge pull request #1169 from LoopDawg/cbuffer-identifier |
commit | commitdiff | tree | snapshot |
2017-11-28 |
John Kessenich | Merge pull request #1167 from LoopDawg/matmul-truncate-mxm |
commit | commitdiff | tree | snapshot |
2017-11-28 |
John Kessenich | Merge pull request #1168 from greg-lunarg/kg4 |
commit | commitdiff | tree | snapshot |
2017-11-28 |
LoopDawg | HLSL: allow keyword-identifiers as cbuffer/struct names. |
commit | commitdiff | tree | snapshot |
2017-11-27 |
GregF | Update spirv-tools known-good |
commit | commitdiff | tree | snapshot |
2017-11-27 |
LoopDawg | HLSL: add implicit mat*mat truncations |
commit | commitdiff | tree | snapshot |
2017-11-27 |
Sebastian Tafuri | Added new test to gtests and updated test data |
commit | commitdiff | tree | snapshot |
2017-11-27 |
Sebastian Tafuri | Respect the array type in Store operation |
commit | commitdiff | tree | snapshot |
2017-11-25 |
John Kessenich | Merge pull request #1161 from LoopDawg/matmul-truncate |
commit | commitdiff | tree | snapshot |
2017-11-22 |
LoopDawg | HLSL: matrix and vector truncations for m*v, v*m, m*m |
commit | commitdiff | tree | snapshot |
2017-11-21 |
John Kessenich | Memory: Mak full explicit destructor functionality... |
commit | commitdiff | tree | snapshot |
next |