aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/hlsl.getdimensions.dx10.vert.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-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-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-08-09HLSL: Move debug naming to a simpler, more consistent, scheme.John Kessenich
2017-08-04HLSL: Correct use of isPerVertexBuiltIn() to be isClipOrCullDistance().John Kessenich
2017-08-03HLSL: Stop including empty structures in the I/O interface. Fix #785.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-03-10Preserve signedness in SPV image query opssteve-lunarg
2017-03-09WIP: HLSL: preserve empty structures after splittingsteve-lunarg
2017-03-07HLSL: use LOD form of ImageQuerySize when needed.steve-lunarg
2017-02-06HLSL: remove pervertex output blockssteve-lunarg
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-09WIP: add other builtins to interstage IOsteve-lunarg
2016-12-26HLSL: struct splitting: assignments of hierarchical split typessteve-lunarg
2016-11-05Whole stack: Fix stale types in the AST linker object nodes, fixing #557.John Kessenich
2016-10-01HLSL: Line numbers only: Set locations (line numbers) on synthesized flatteni...John Kessenich
2016-09-29HLSL Tests: Tests for previous commit, to make it easier to see what's changing.John Kessenich
2016-09-19HLSL: Remove extraneous built-in member decorations for IO structs used in no...John Kessenich
2016-09-16HLSL: Flatten whole-struct assigns and returns when targeting flattened I/O s...John Kessenich
2016-09-16HLSL: Flatten all input/output structs, regardless of stage.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-09-01SPV: Tighten up number of struct-types declared based on decoration.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-29HLSL: Implement the register production.John Kessenich
2016-07-18HLSL: Add tx.GetDimensions method (uint returns only)LoopDawg