aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/hlsl.samplecmplevelzero.array.dx10.frag.out
AgeCommit message (Expand)Author
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-20HLSL: fix defect in EOpMethodSampleCmp* texture decompositionsteve-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-20HLSL: Add SampleCmp and SampleCmpLevelZero texture methodsLoopDawg