aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/hlsl.numthreads.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
2020-06-22Update test expected files with new magic numberGraeme 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-06-04Change the major revision number for next commit.John Kessenich
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-02-01HLSL: Refactor attribute implementation.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-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: Make the entry-point shadow function have non-IO params and return.John Kessenich
2017-02-06HLSL: Wrap the entry-point; need to write 'in' args, and support 'inout' args.John Kessenich
2017-01-02HLSL: Fix issue #646: map SV_DispatchThreadID -> GlobalInvocationID.John Kessenich
2016-10-31HLSL: implement numthreads for compute shaderssteve-lunarg