John Kessenich
|
830b0cc98b
|
HLSL: Start location numbering with the entry-point return value.
Also, increment location numbers by the size of the objects.
|
2016-08-29 18:10:47 -06:00 |
|
John Kessenich
|
510d83b384
|
HLSL: Create test results for the previous commits.
|
2016-08-29 16:34:12 -06:00 |
|
John Kessenich
|
6a70eb7161
|
HLSL: Emulate write-to-output on return-from-entry-point, for return value.
This fixes issue #487 and #480.
It also correctly handles output parameters from the entry point.
|
2016-08-28 20:13:07 -06:00 |
|
Dan Baker
|
2c646b7afa
|
Updating tests, sadly every single HLSL test needs updating becuase of the language identifier
|
2016-08-15 16:25:55 -04:00 |
|
steve-lunarg
|
61da5e41f7
|
HLSL: Put intrinsics in symbol table for all stages
|
2016-08-11 07:29:30 -06:00 |
|
John Kessenich
|
b0a63f578a
|
HLSL: Correctly identify which variables are global storage class.
|
2016-07-01 19:35:53 -06:00 |
|
LoopDawg
|
e903ab5f04
|
HLSL: Change intrinsics tests to not use overloaded entry points
|
2016-06-30 14:13:03 -06:00 |
|
LoopDawg
|
1b7fd0f7b7
|
Add asdouble, fma, & mad intrinsics and change profile to allow doubles when parsing prototypes
|
2016-06-28 15:38:38 -06:00 |
|
LoopDawg
|
6e72fddaa2
|
Add HLSL memory barrier intrinsics, fix dst, add lit & EvaluateAttributeSnapped
|
2016-06-20 09:53:59 -06:00 |
|
John Kessenich
|
5aa59e2044
|
HLSL: Map parameter qualifiers from generic to function-specific and entry-point specific.
|
2016-06-17 15:52:46 -06:00 |
|
LoopDawg
|
589107095c
|
Implement atomic ops, bit conversions, fix fwidth stage mask, fix saturate dest modifier.
|
2016-06-13 20:50:36 -06:00 |
|
John Kessenich
|
71351de879
|
HLSL: Add all int/float/bool/uint matrix types, void for functions, and a few others.
|
2016-06-09 01:33:10 -06:00 |
|
LoopDawg
|
643fcb5b43
|
Add negative intrinsics tests
|
2016-06-03 16:28:57 -06:00 |
|