aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/hlsl.intrinsics.comp.out
AgeCommit message (Expand)Author
2023-01-19Revert "Merge remote-tracking branch 'aosp/upstream-master' into..."ndk-r27-rc1ndk-r26dndk-r26cndk-r26bndk-r26-rc1ndk-r26-beta1ndk-r26ndk-r27-releasendk-r26-releasemaster-ndkJames Farrell
2022-10-13Update CHANGES for release 11.12.0Jeremy Hayes
2021-05-11fix error message for hlslGrammar::acceptConstructortgfrerer
2020-06-22Update test expected files with new magic numberGraeme Leese
2020-06-22Update test results to expect OpFUnordNotEqualGraeme Leese
2020-06-10Bump code gen version, due to removal of OpEntryPoint operands.John Kessenich
2019-11-02Bump up the generator version, which is exposed in SPV test results.John Kessenich
2018-12-07Modify testing to only record validation pass/failAlan Baker
2018-08-23SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools.John Kessenich
2018-06-04Change the major revision number for next commit.John Kessenich
2018-04-13Update gold resultsdanginsburg
2018-03-07Revert the commits that change OpArrayLength type and bumped the version number.John Kessenich
2018-03-03SPV: Bump up the generator number.John Kessenich
2018-02-06SPV: Bump up generator number, because previous commit changes code gen sligh...John Kessenich
2018-01-31SPV Version: Emit the requested SPIR-V version, not the header version.John Kessenich
2018-01-29SPV: Bump SPIR-V header to the unified1 version (version 1.2).John Kessenich
2017-12-16SPV: Bump the generator number to account for barrier changes.John Kessenich
2017-10-07SPV: GeneratorVersion: bump version number because of atomic decrement change.John Kessenich
2017-07-05HLSL: handle type conversion for any/all intrinsicsLoopDawg
2017-04-07HLSL: Emit the OpSource HLSL instruction for HLSL, using new headers.John Kessenich
2017-03-14GLSL output: Removed fixed-size buffer; fixes #769.John Kessenich
2017-02-06HLSL: Wrap the entry-point; need to write 'in' args, and support 'inout' args.John Kessenich
2016-11-16HLSL: use HLSL parser to parse HLSL intrinsic prototypes, enable int/bool matssteve-lunarg
2016-11-05Whole stack: Fix stale types in the AST linker object nodes, fixing #557.John Kessenich
2016-10-16HLSL: Turn on tests for groupshared.John Kessenich
2016-09-29HLSL Tests: Tests for previous commit, to make it easier to see what's changing.John Kessenich
2016-09-16HLSL: Flatten a return struct from an entry point and assign locations after ...John Kessenich
2016-09-12HLSL: Register all entry-point in/out as part of the interface.John Kessenich
2016-09-02HLSL: Correct line numbers for function definitions.John Kessenich
2016-08-29HLSL: Start location numbering with the entry-point return value.John Kessenich
2016-08-29HLSL: Create test results for the previous commits.John Kessenich
2016-08-28HLSL: Emulate write-to-output on return-from-entry-point, for return value.John Kessenich
2016-08-15Updating tests, sadly every single HLSL test needs updating becuase of the la...Dan Baker
2016-07-01HLSL: Correctly identify which variables are global storage class.John Kessenich
2016-06-30HLSL: Change intrinsics tests to not use overloaded entry pointsLoopDawg
2016-06-17HLSL: Map parameter qualifiers from generic to function-specific and entry-po...John Kessenich
2016-06-13Implement atomic ops, bit conversions, fix fwidth stage mask, fix saturate de...LoopDawg