aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/hlsl.samplebias.offset.dx10.frag.out
AgeCommit message (Expand)Author
2021-09-17Fix SPIR-V for SampleBiasGreg Fischer
2021-05-11fix error message for hlslGrammar::acceptConstructortgfrerer
2020-07-01Tests: More broadly use automapping binding/location.John Kessenich
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-12-11Update to newest SPIRV-Tools. It checks the Vulkan rule that all resources mu...Jeff Bolz
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-13HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs.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-09HLSL: Include built-in processing for vertex input and fragment output flatte...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: Wrap the entry-point; need to write 'in' args, and support 'inout' args.John Kessenich
2016-11-05Whole stack: Fix stale types in the AST linker object nodes, fixing #557.John Kessenich
2016-10-14HLSL: phase 3b: Texture methods remember and return vector size.steve-lunarg
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 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: Remove recent change to put locations on SV_TARGET*.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-28HLSL: Add shape conversions for scalar -> vector assigments.John Kessenich
2016-07-15HLSL: Add SampleBias and SampleGrad, and associated testsLoopDawg