HLSL: Add CalculateLevelOfDetail, and unimplemented errors for *Unclamped and GetSamp...
authorsteve-lunarg <nospam@nowhere.net>
Tue, 26 Jul 2016 14:57:53 +0000 (08:57 -0600)
committersteve-lunarg <nospam@nowhere.net>
Wed, 27 Jul 2016 16:46:33 +0000 (10:46 -0600)
commit68f2c144e300bf9092018f9ba27afd75efa0f52a
tree3531b0a440dbb00f254e49fed003e41bcbc45fda
parent00957f8110208e567c041adbb476ca36d0bd68dc
HLSL: Add CalculateLevelOfDetail, and unimplemented errors for *Unclamped and GetSamplePosition
Test/baseResults/hlsl.calculatelod.dx10.frag.out [new file with mode: 0644]
Test/baseResults/hlsl.calculatelodunclamped.dx10.frag.out [new file with mode: 0644]
Test/baseResults/hlsl.getsampleposition.dx10.frag.out [new file with mode: 0644]
Test/hlsl.calculatelod.dx10.frag [new file with mode: 0644]
Test/hlsl.calculatelodunclamped.dx10.frag [new file with mode: 0644]
Test/hlsl.getsampleposition.dx10.frag [new file with mode: 0644]
gtests/Hlsl.FromFile.cpp
hlsl/hlslParseHelper.cpp
hlsl/hlslParseables.cpp