2016-03-13 |
John Kessenich | Refactor TParseContext into 3 level inheritance. |
commit | commitdiff | tree | snapshot |
2016-03-13 |
John Kessenich | Support multiple source languages, adding HLSL as an... |
commit | commitdiff | tree | snapshot |
2016-03-13 |
John Kessenich | Generalize "main" to a settable entry point name. |
commit | commitdiff | tree | snapshot |
2016-03-11 |
John Kessenich | Merge pull request #199 from dekimir/test-dead-decors |
commit | commitdiff | tree | snapshot |
2016-03-11 |
Dejan Mircevski | Test dead-decoration removal. |
commit | commitdiff | tree | snapshot |
2016-03-10 |
John Kessenich | Merge pull request #195 from Qining/remove-decoration... |
commit | commitdiff | tree | snapshot |
2016-03-10 |
qining | Change to traditional 'for' loop |
commit | commitdiff | tree | snapshot |
2016-03-10 |
John Kessenich | Merge pull request #194 from google/if-macro |
commit | commitdiff | tree | snapshot |
2016-03-10 |
qining | Remove decoration of undefined IDs |
commit | commitdiff | tree | snapshot |
2016-03-09 |
Lei Zhang | Fix array out of bounds bug in processing if-else-endif... |
commit | commitdiff | tree | snapshot |
2016-03-09 |
John Kessenich | SPV: Issue #180: push_constants don't have descriptor... |
commit | commitdiff | tree | snapshot |
2016-03-08 |
John Kessenich | Merge pull request #192 from Qining/enable-adding-multi... |
commit | commitdiff | tree | snapshot |
2016-03-08 |
qining | Run regression tests, update spv.420.geom.out so capabi... |
commit | commitdiff | tree | snapshot |
2016-03-08 |
qining | Enable adding capability: MultiViewport |
commit | commitdiff | tree | snapshot |
2016-03-06 |
John Kessenich | Merge pull request #168 from amdrexu/feature2 |
commit | commitdiff | tree | snapshot |
2016-03-06 |
John Kessenich | Merge pull request #165 from amdrexu/feature |
commit | commitdiff | tree | snapshot |
2016-03-06 |
John Kessenich | Infrastructure: Tweak CMake for 31c294cea86ae0115820f2a... |
commit | commitdiff | tree | snapshot |
2016-03-06 |
John Kessenich | Merge pull request #122 from baldurk/remove-bison-binary |
commit | commitdiff | tree | snapshot |
2016-03-04 |
John Kessenich | SPV: Use heuristic to avoid geometry multi-streams... |
commit | commitdiff | tree | snapshot |
2016-03-04 |
John Kessenich | Merge pull request #187 from amdrexu/bugfix |
commit | commitdiff | tree | snapshot |
2016-03-04 |
John Kessenich | Merge pull request #188 from bsalomon/master |
commit | commitdiff | tree | snapshot |
2016-03-03 |
Brian Salomon | Fix line endings in Test/100.conf. |
commit | commitdiff | tree | snapshot |
2016-03-03 |
Rex Xu | SPV: Continue to fix the issue of bool -> uint32 |
commit | commitdiff | tree | snapshot |
2016-03-01 |
John Kessenich | Syntax: correct spelling of rgb10_a2ui. |
commit | commitdiff | tree | snapshot |
2016-02-28 |
baldurk | Remove custom command for bison, it fails if bison... |
commit | commitdiff | tree | snapshot |
2016-02-28 |
baldurk | Commit bison-generated files from Windows GNU Bison 2.7 |
commit | commitdiff | tree | snapshot |
2016-02-28 |
baldurk | Add a note to README.md about how to build the bison... |
commit | commitdiff | tree | snapshot |
2016-02-28 |
baldurk | Remove bison binaries see issue #103 |
commit | commitdiff | tree | snapshot |
2016-02-28 |
John Kessenich | Merge pull request #173 from amdrexu/bugfix |
commit | commitdiff | tree | snapshot |
2016-02-28 |
John Kessenich | Merge pull request #175 from rdb/master |
commit | commitdiff | tree | snapshot |
2016-02-28 |
John Kessenich | Merge pull request #178 from baldurk/minor-warning-fix |
commit | commitdiff | tree | snapshot |
2016-02-25 |
baldurk | GCC/Clang warning fix - unsigned/signed mismatch in... |
commit | commitdiff | tree | snapshot |
2016-02-25 |
baldurk | GCC warning fix - unhandled enums in switch statement |
commit | commitdiff | tree | snapshot |
2016-02-25 |
baldurk | MSVC warning fix - conversion from size_t to int, possi... |
commit | commitdiff | tree | snapshot |
2016-02-25 |
John Kessenich | Merge pull request #174 from mgadams/alias_proto_warnings |
commit | commitdiff | tree | snapshot |
2016-02-25 |
John Kessenich | Merge pull request #176 from jackoalan/parameterize... |
commit | commitdiff | tree | snapshot |
2016-02-25 |
John Kessenich | Merge pull request #172 from Marqin/master |
commit | commitdiff | tree | snapshot |
2016-02-24 |
Rex Xu | SPV: Fix an issue caused by bool-to-uint32 conversion. |
commit | commitdiff | tree | snapshot |
2016-02-23 |
Jack Andersen | SPV: Ensure Parameterize is called during Disassemble |
commit | commitdiff | tree | snapshot |
2016-02-23 |
rdb | Fix compilation issues with MSVC 2010 |
commit | commitdiff | tree | snapshot |
2016-02-23 |
Mark Adams | Fix warnings/errors for strict aliasing & function... |
commit | commitdiff | tree | snapshot |
2016-02-23 |
Hubert Jarosz | fix #171 - error: ‘isinf’ was not declared in this... |
commit | commitdiff | tree | snapshot |
2016-02-21 |
Rex Xu | SPV: Add support for memory qualifiers. |
commit | commitdiff | tree | snapshot |
2016-02-19 |
John Kessenich | SPV: Fix 'location' inheritance bug. |
commit | commitdiff | tree | snapshot |
2016-02-19 |
Rex Xu | SPV: Support the new OpCode - OpImageSparseRead |
commit | commitdiff | tree | snapshot |
2016-02-19 |
John Kessenich | SPV: Fix Linux build warning. |
commit | commitdiff | tree | snapshot |
2016-02-18 |
John Kessenich | Merge pull request #164 from google/bison |
commit | commitdiff | tree | snapshot |
2016-02-18 |
Lei Zhang | Error out if bison is not found on non-Windows operatin... |
commit | commitdiff | tree | snapshot |
2016-02-16 |
John Kessenich | SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). |
commit | commitdiff | tree | snapshot |
2016-02-15 |
John Kessenich | SPV: Fix issue #159: use ExplicitLod forms for non... |
commit | commitdiff | tree | snapshot |
2016-02-15 |
John Kessenich | SPV Capabilities: StorageImageExtendedFormats, StorageI... |
commit | commitdiff | tree | snapshot |
2016-02-15 |
John Kessenich | SPV Capabilities: SampleRateShading, SparseResidency... |
commit | commitdiff | tree | snapshot |
2016-02-15 |
John Kessenich | SPV Capabilities: Image types. |
commit | commitdiff | tree | snapshot |
2016-02-15 |
John Kessenich | SPV capabilities: Add int16, int64, float16, and float64. |
commit | commitdiff | tree | snapshot |
2016-02-09 |
John Kessenich | SPV: Handle GLSL bool loads from a uniform buffer as... |
commit | commitdiff | tree | snapshot |
2016-02-07 |
John Kessenich | Merge pull request #161 from ossy-szeged/master |
commit | commitdiff | tree | snapshot |
2016-02-05 |
Csaba Osztrogonác | Fix typo in an include guard. |
commit | commitdiff | tree | snapshot |
2016-02-02 |
John Kessenich | Semantics: Map noise*() to an operator for PureOperator... |
commit | commitdiff | tree | snapshot |
2016-02-02 |
John Kessenich | SPV: RelaxedPrecision: Plumb this through the full... |
commit | commitdiff | tree | snapshot |
2016-02-02 |
John Kessenich | Merge pull request #155 from mgadams/resultid_warnings |
commit | commitdiff | tree | snapshot |
2016-02-02 |
John Kessenich | Merge pull request #153 from greg-lunarg/gsf-pr1 |
commit | commitdiff | tree | snapshot |
2016-02-02 |
Mark Adams | Fix two new Windows build warnings/errors |
commit | commitdiff | tree | snapshot |
2016-02-01 |
GregF | spirv-remap: Fixed strings not at end of operands,... |
commit | commitdiff | tree | snapshot |
2016-02-01 |
GregF | spirv-remap: assert on unhandled OperandClass |
commit | commitdiff | tree | snapshot |
2016-02-01 |
GregF | spirv-remap: inhibit loadstore opt if variable ref... |
commit | commitdiff | tree | snapshot |
2016-02-01 |
GregF | spirv-remap: handle OperandImageOperands during remap |
commit | commitdiff | tree | snapshot |
2016-02-01 |
John Kessenich | SPV: Address superset of issue #151: missing OpCapabili... |
commit | commitdiff | tree | snapshot |
2016-02-01 |
John Kessenich | Fix front-end bug: Constant folding of array-of-struct... |
commit | commitdiff | tree | snapshot |
2016-01-23 |
John Kessenich | Todo: removed Todo.txt, and migrated to issues, closing... |
commit | commitdiff | tree | snapshot |
2016-01-23 |
John Kessenich | SPV: Require desktop 140 or ES 310 or above. |
commit | commitdiff | tree | snapshot |
2016-01-22 |
John Kessenich | Semantics: Spec. changing to reflect reality of int... |
commit | commitdiff | tree | snapshot |
2016-01-22 |
John Kessenich | SPV: Use a more accurate MemorySemanticsAllMemory mask. |
commit | commitdiff | tree | snapshot |
2016-01-22 |
John Kessenich | SPV: the OpImageTexelPointer sample 0 should be <id... |
commit | commitdiff | tree | snapshot |
2016-01-22 |
John Kessenich | SPV: Add recursive distrubition of 'location' across... |
commit | commitdiff | tree | snapshot |
2016-01-20 |
John Kessenich | SPV: Add unary-matrix operations, operating at vector... |
commit | commitdiff | tree | snapshot |
2016-01-20 |
John Kessenich | Merge pull request #138 from dekimir/fix-old-msvc |
commit | commitdiff | tree | snapshot |
2016-01-20 |
John Kessenich | Merge pull request #139 from dekimir/small-header-always |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Dejan Mircevski | Add Test/spv.for-complex-condition.vert. |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Dejan Mircevski | Split loop header from condition testing for for/while... |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Dejan Mircevski | Fix #137 by avoiding a C++11 feature. |
commit | commitdiff | tree | snapshot |
2016-01-20 |
John Kessenich | Merge pull request #136 from dekimir/no-block-removal |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Dejan Mircevski | Don't remove SPIR-V blocks before codegen. |
commit | commitdiff | tree | snapshot |
2016-01-19 |
John Kessenich | Merge pull request #127 from dekimir/loopgen |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Dejan Mircevski | Move continue-block to after all branches. |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Dejan Mircevski | Merge branch 'topo' into loopgen-after-readable-order |
commit | commitdiff | tree | snapshot |
2016-01-19 |
John Kessenich | Merge pull request #135 from dekimir/topo |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Dejan Mircevski | Reformat to better match existing style. |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Dejan Mircevski | (C) Google |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Dejan Mircevski | Explicitly initialize Instruction::block. |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Dejan Mircevski | Remove a redundant check before visit(succ). |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Dejan Mircevski | Add copyright, remove unused #includes. |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Dejan Mircevski | Make Instruction::getBlock() const. |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Dejan Mircevski | Fix merge issues. |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Dejan Mircevski | Rework inReadableOrder() as a recursive descent. |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Dejan Mircevski | Fix spv.branch-return.vert. |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Dejan Mircevski | Add spv.branch-return.vert and fix inReadableOrder(). |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Dejan Mircevski | Implement inReadableOrder(). |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Dejan Mircevski | Call addPredecessor() on OpSwitch blocks. |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Dejan Mircevski | Add Block::successors. |
commit | commitdiff | tree | snapshot |
2016-01-18 |
John Kessenich | Merge branch 'master' of github.com:KhronosGroup/glslang |
commit | commitdiff | tree | snapshot |
next |