- 286ca43 SPV: Memory qualifiers should decorate top-level block members by Rex Xu · 7 years ago
- d2d3a14 SPV: Update to latest 1.0 headers, removing redundancies in GLSL.ext.AMD.h. by John Kessenich · 7 years ago
- ef94b1a Fix dref explicit LOD form of sample with cube texture arrays by LoopDawg · 7 years ago
- 961cd35 SPV: Fix #995: Include memory decorations on parameters. by John Kessenich · 7 years ago
- fad6297 SPV: Non-functional: support lists of decorations per parameter. by John Kessenich · 7 years ago
- 735d7e5 Address part A of #982: $Global will use std140 instead of HLSL offsets. by John Kessenich · 7 years ago
- 57e6592 HLSL: Translate directive [flatten] and [branch] to SPV control mask. by Rex Xu · 7 years ago
- 9645f78 Merge pull request #965 from chaoc/spv-khr-post-depth-coverage by John Kessenich · 7 years ago
- c120452 Implement SPV_KHR_post_depth_coverage by chaoc · 7 years ago
- 17b5f91 Merge pull request #969 from d3x0r/patch-1 by John Kessenich · 7 years ago
- 6206091 Fix CMake scripts: The set_property script can be used to set only a single property, so now setting the POSITION_INDEPENDENT_CODE property correctly. by Rohith Chandran · 7 years ago
- 4e53d90 Update CMakeLists.txt by d3x0r · 7 years ago
- 37cdcee Implement extension GL_ARB_shader_stencil_export by Rex Xu · 7 years ago
- e2ff404 Merge pull request #917 from KhronosGroup/remove-redundant-locations by John Kessenich · 7 years ago
- 301a2bc SPV: Fix an typo of SPV_AMD_texture_gather_bias_lod by Rex Xu · 7 years ago
- cabbb78 Implement extension GL_AMD_gpu_shader_int16 by Rex Xu · 8 years ago
- 225e0fc Implement the extension GL_AMD_texture_gather_bias_lod by Rex Xu · 8 years ago
- 7cdf3fc Replace #422: Remove the redundant location setting in AST->SPIR-V. by John Kessenich · 7 years ago
- e485c7a SPV: Debug output: Include OpLine information for execution path. by John Kessenich · 7 years ago
- 121853f SPV: Add OpSource shader source code and file name. by John Kessenich · 7 years ago
- d6af18f Merge pull request #901 from LoopDawg/imat-construct by John Kessenich · 7 years ago
- 84cc15f HLSL: Fix #903: Don't short-circuit && or ||. by John Kessenich · 7 years ago
- 174ccb8 HLSL: Add imat, umat, and bmat constructors by LoopDawg · 7 years ago
- 7b8c386 More non-determinism fixed. by John Kessenich · 7 years ago
- b6cabc4 Fix C++ portability, non-deterministic order of argument evaluation. by John Kessenich · 7 years ago
- 80f92a1 Fix #857: Convert uniform int to local bool for struct alias assignment. by John Kessenich · 7 years ago
- 0d2b471 HLSL: Don't do logical short-circuits when the operands are bool-vectors. by John Kessenich · 7 years ago
- 65c2eed Remapper: handle embedded opcode in OpSpecConstantOp by LoopDawg · 7 years ago
- 2840f63 Use unordered_set in ReadableOrderTraverser. by Lei Zhang · 7 years ago
- 23d3c71 [lumped builds] Add include guards (#pragma once) to header files that did not have any. by Aras Pranckevicius · 7 years ago
- a5c5fb6 SPV: Emit extension for using StorageClassStorageBuffer. by John Kessenich · 8 years ago
- f1709e7 HLSL: implement [unroll] and [loop] attributes by steve-lunarg · 8 years ago
- 22afc38 Modernise CMake #2 by David Seifert · 8 years ago
- cfc69d9 Revert "Modernise CMake" by John Kessenich · 8 years ago
- 5a5699b Modernise CMake by David Seifert · 8 years ago
- 6702718 SPV: Support test #pragma for generating the StorageBuffer storage class. by John Kessenich · 8 years ago
- d114184 SPV Non-functional: fix ordering causing problems with another branch. by John Kessenich · 8 years ago
- ae79697 Merge pull request #827 from amdrexu/feature4 by John Kessenich · 8 years ago
- a09eefd Non-functional: Fix typos in comments. by John Kessenich · 8 years ago
- 6fa1764 HLSL: Emit the OpSource HLSL instruction for HLSL, using new headers. by John Kessenich · 8 years ago
- f89ad98 Implement the extension SPV_KHR_16bit_storage by Rex Xu · 8 years ago
- 38a4253 SPV: Move to latest public headers. by John Kessenich · 8 years ago
- 4f1403e SPV: Fix #807: use --hlsl-offsets to allow hlsl-style offsets in a buffer. by John Kessenich · 8 years ago
- e741249 HLSL: pass tessellation execution modes through to SPIR-V by steve-lunarg · 8 years ago
- e434ad9 Fix #809: smear scalar condition in OpSelect for selecting vector operands. by John Kessenich · 8 years ago
- 714e58b Merge pull request #801 from amdrexu/bugfix by John Kessenich · 8 years ago
- bcf291a Don't emit NV-specific interface members if NV extensions are disabled. by Rex Xu · 8 years ago
- 470026f HLSL: Fix an issue of frexp(). by Rex Xu · 8 years ago
- aa3c64c Fix #800 (mostly): set of Linux warnings. by John Kessenich · 8 years ago
- 0e73784 Fix #790: Don't emit NV-specific interface members unless enabled by extension. by John Kessenich · 8 years ago
- 3778979 HLSL: non-static member functions: track and find active anonymous 'this' scopes and members. by John Kessenich · 8 years ago
- 4960baa HLSL: Basic turn on of non-static member functions. by John Kessenich · 8 years ago
- 5e317ff SPV: Fix unexpected declarations of capability and extension by Rex Xu · 8 years ago
- 0b5c2ae Preserve signedness in SPV image query ops by steve-lunarg · 8 years ago
- 0479437 SPV: Fix #739: OpSelect can only operate on scalars and vectors. by John Kessenich · 8 years ago
- 69a2c69 Merge pull request #736 from steve-lunarg/structbuffer-params by John Kessenich · 8 years ago
- 42e33c9 SPV: Update SPV header to official Rev. 10 of 1.0, and fix the consequences of doing so. by John Kessenich · 8 years ago
- 6c8aaac SPV: Implement new extensions GL_KHX_device_group and GL_KHX_multiview. by John Kessenich · 8 years ago
- dd8287a WIP: HLSL: add structuredbuffer pass by reference in fn params by steve-lunarg · 8 years ago
- 4a57dce SPV: Handle nested opaque types as function parameters. by John Kessenich · 8 years ago
- 3e783f9 SPV: Unexpected declarations of capabilities from NV extensions. by Rex Xu · 8 years ago
- 5da1f03 HLSL: implement 4 (of 6) structuredbuffer types by steve-lunarg · 8 years ago
- 8f674e8 Fix issue #676: emit error message on failure to open spv file. by John Kessenich · 8 years ago
- 0302bdf SPV: Fix #723: construct vectors from matrices. by John Kessenich · 8 years ago
- b0561d9 Merge pull request #720 from flaviobortot/master by John Kessenich · 8 years ago
- 5227b6d Fix mismatched doc string for SPV_KHR_subgroup_vote by Maciej Jesionowski · 8 years ago
- 15017db Removed tabs and replaced with spaces. Changed layout for "else if" by Flavio · 8 years ago
- df3956c Implement NVX_multiview_per_view_attributes by chaoc · 8 years ago
- 8e6c6ce SPV: Implement specialization constants for ?:. by John Kessenich · 8 years ago
- 433e9ff SPV: Emit OpSelect when a selection node is simple enough. by John Kessenich · 8 years ago
- 65ee230 HLSL: Add tests and refine what decorations are passed through per stage/in/out. by John Kessenich · 8 years ago
- aea3c89 Added --vn option to generate a C header file containing a variable assigned to the hex representation of the shader. This is a standard feature on Microsoft's HLSL compiler and it allows developers to include pre-compiled shaders directly into the code. This option enables "Hex output", so it is NOT required to specify -x as well. The output file name is preserved, so no ".h" extension is added. If you want the output file to have ".h" extension then you have to specify it on the output file name. The generated header file uses the "#pragma once" pragma to avoid multiple inclusions. by Flavio · 8 years ago
- ad58d45 SPV: Emit names of specialization constants by Endre Oma · 8 years ago
- 5a07453 Install headers by Benjamin Saunders · 8 years ago
- c0904c1 Merge pull request #690 from ligfx/proper_dependencies by John Kessenich · 8 years ago
- 689490f SpvBuilder: add const specifier to vector reference arguments by Vlad Ivanov · 8 years ago
- c708f98 Fix a CMakeLists issue by Rex Xu · 8 years ago
- 64b010f Merge pull request #678 from chaoc/stereo_view_rendering by John Kessenich · 8 years ago
- 6077a19 CMake: add target_link_libraries internally by Michael Maltese · 8 years ago
- 771d89f support SPV_NV_viewport_array2 and SPV_NV_stereo_view_rendering by chaoc · 8 years ago
- 4e9e400 Fix for not-handled-in-switch warnings by Mike Weiblen · 8 years ago
- d3aea5e Merge pull request #679 from ashwinkolhe/akolhe_spv_khr_subgroup_vote by John Kessenich · 8 years ago
- 430ef40 Implement new revision of extension GL_AMD_shader_ballot by Rex Xu · 8 years ago
- c720f3e Implement SPV_KHR_subgroup_vote by Ashwin Kolhe · 8 years ago
- fdf6347 HLSL: Add EOpMatrixSwizzle, selectively decomposed to other ops, for issue #670. by John Kessenich · 8 years ago
- 844dd45 Add a virtual destructor to a class which has virtual methods. by Alex Szpakowski · 8 years ago
- 927608b Non-functional: White space after "//", mostly for copyrights. by John Kessenich · 8 years ago
- ecba76f Non-Functional: Whitespace, comments, replace accidentally deleted comment. by John Kessenich · 8 years ago
- 807a0d9 Merge pull request #640 from chaoc/modify-shader-ballot by John Kessenich · 8 years ago
- f200da8 Modify shader ballot extension by adding OpSubgroupReadInvocationKHR by chaoc · 8 years ago
- 6e5acae Add support for SPV_NV_geometry_shader_passthrough by chaoc · 8 years ago
- 0ad6a4e Add support for SPV_NV_sample_mask_override_coverage by chaoc · 8 years ago
- e6cbc5b Merge pull request #624 from steve-lunarg/remapper-strip-removed by John Kessenich · 8 years ago
- 1e275c8 HLSL: More robust handling of bad shader input, catching a few more things. by John Kessenich · 8 years ago
- 297754c Remapper: remove debug info for IDs stripped in other passes by steve-lunarg · 8 years ago
- 6a60c2f Linker: Walk the call graph to report an error on missing bodies. by John Kessenich · 8 years ago
- 517fe7a Non-functional: Rename some entry-point variables to entryPoint, not main. by John Kessenich · 8 years ago
- fca8262 Always correctly terminate main. Issue #588, PR #600. by John Kessenich · 8 years ago
- c3f1cdf GLSL: The execution scope for barriers should be Workgroup. by chrgau01@arm.com · 8 years ago
- 57cb69a Fix unrefenced variable warning with AMD_EXTENSIONS disabled. by Jamie Madill · 8 years ago