2016-02-25 |
John Kessenich | Merge pull request #172 from Marqin/master |
commit | commitdiff | tree | snapshot |
2016-02-23 |
Hubert Jarosz | fix #171 - error: ‘isinf’ was not declared in this... |
commit | commitdiff | tree | snapshot |
2016-02-19 |
John Kessenich | SPV: Fix 'location' inheritance bug. |
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 |
2016-01-18 |
John Kessenich | Memory: remove a part of the last merge request that... |
commit | commitdiff | tree | snapshot |
2016-01-18 |
John Kessenich | Merge pull request #134 from AWoloszyn/glslangvalidator... |
commit | commitdiff | tree | snapshot |
2016-01-18 |
John Kessenich | Merge pull request #133 from AWoloszyn/spirv-memory |
commit | commitdiff | tree | snapshot |
2016-01-18 |
Andrew Woloszyn | Free memory associated with SPIR-V generation. |
commit | commitdiff | tree | snapshot |
2016-01-18 |
Andrew Woloszyn | Freed up some memory when no longer needed in glslangVa... |
commit | commitdiff | tree | snapshot |
2016-01-17 |
John Kessenich | Doubles: Add all the missing built-in double-based... |
commit | commitdiff | tree | snapshot |
2016-01-16 |
John Kessenich | Memory/Perf: For link-mode, isolate file I/O so API... |
commit | commitdiff | tree | snapshot |
2016-01-15 |
John Kessenich | Merge pull request #121 from amdrexu/feature |
commit | commitdiff | tree | snapshot |
2016-01-14 |
John Kessenich | Merge pull request #129 from AWoloszyn/fix-noop-strcpy |
commit | commitdiff | tree | snapshot |
2016-01-14 |
John Kessenich | Merge pull request #126 from mgadams/win32_warnings |
commit | commitdiff | tree | snapshot |
2016-01-14 |
John Kessenich | Tests: Update to match previous pull request. |
commit | commitdiff | tree | snapshot |
2016-01-14 |
John Kessenich | Merge pull request #130 from jekstrand/fix-std140-struct |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Jason Ekstrand | getBaseAlignment: Use the rowMajor argument for determi... |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Jason Ekstrand | getBaseAlignment: Round up structure sizes to max alignment |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Andrew Woloszyn | Removed strcpy that copied to itself. |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Dejan Mircevski | Merge branch 'master' of github.com:google/glslang... |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Dejan Mircevski | Fix back-branch target for do-while loops. |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Dejan Mircevski | Update .out files with new loop SPIR-V. |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Dejan Mircevski | Switch loops stack to use LoopBlocks. |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Dejan Mircevski | Test a for loop with no body. |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Dejan Mircevski | Fix unreachable-block removal. |
commit | commitdiff | tree | snapshot |
2016-01-10 |
Dejan Mircevski | First cut at new loop codegen. |
commit | commitdiff | tree | snapshot |
2016-01-06 |
Mark Adams | Fix several build warnings/error encountered with VS2013 |
commit | commitdiff | tree | snapshot |
2016-01-05 |
Rex Xu | Parser & SPV: Implement two extensions regarding GLSL... |
commit | commitdiff | tree | snapshot |
2016-01-05 |
John Kessenich | SPV: Handle type punning in createCompositeCompare(). |
commit | commitdiff | tree | snapshot |
2016-01-05 |
John Kessenich | SPV: Don't do stride decorations for arrays of arrays... |
commit | commitdiff | tree | snapshot |
2015-12-30 |
John Kessenich | SPV: Handle stride decorations for arrays of arrays... |
commit | commitdiff | tree | snapshot |
2015-12-30 |
John Kessenich | SPV: Fix array strides by explicitly computing them... |
commit | commitdiff | tree | snapshot |
2015-12-24 |
John Kessenich | SPV: Generalize multiple struct-type instances for... |
commit | commitdiff | tree | snapshot |
2015-12-22 |
John Kessenich | Semantics: Catch nested types containing 'int' with... |
commit | commitdiff | tree | snapshot |
2015-12-22 |
John Kessenich | SPV: Don't make MissingFunctionality() exit anymore. |
commit | commitdiff | tree | snapshot |
2015-12-22 |
John Kessenich | SPV: Implement composite comparisons (reductions across... |
commit | commitdiff | tree | snapshot |
2015-12-21 |
John Kessenich | SPV: Move to deterministic results for OpEntryPoint... |
commit | commitdiff | tree | snapshot |
2015-12-21 |
John Kessenich | SPV: Make OpEntryPoint I/O list include all static... |
commit | commitdiff | tree | snapshot |
2015-12-20 |
John Kessenich | SPV: recursively propagate row/col majorness through... |
commit | commitdiff | tree | snapshot |
2015-12-19 |
John Kessenich | SPV: Nested layouts: Recursively send around the top... |
commit | commitdiff | tree | snapshot |
2015-12-19 |
John Kessenich | Merge pull request #118 from amdrexu/bugfix |
commit | commitdiff | tree | snapshot |
2015-12-19 |
John Kessenich | Merge pull request #120 from amdrexu/bugfix2 |
commit | commitdiff | tree | snapshot |
2015-12-19 |
John Kessenich | Merge branch 'master' of github.com:KhronosGroup/glslang |
commit | commitdiff | tree | snapshot |
2015-12-19 |
John Kessenich | Merge pull request #117 from amdrexu/feature |
commit | commitdiff | tree | snapshot |
2015-12-19 |
John Kessenich | Tests for PR: Fix results for 4f68b83ea1b34923a71e69912... |
commit | commitdiff | tree | snapshot |
2015-12-19 |
John Kessenich | Merge pull request #119 from thothonegan/master |
commit | commitdiff | tree | snapshot |
next |