summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-07-03Fix declaration of scalar sincos() function. (#996)Tim Foley
2019-06-21Parsing CPP Compiler output (#994)jsmall-nvidia
2019-06-19Start exposing a new COM-lite API (#987)Tim Foley
2019-06-14Runtime Shared Library compilation and testing (#985)jsmall-nvidia
2019-06-13Runtime C++ compiling and testing on Unix-like targets (#981)jsmall-nvidia
2019-06-12Visual Studio compilation working in test harness (#979)jsmall-nvidia
2019-05-31WIP: Support for other source target language (#971)jsmall-nvidia
2019-05-22Translate .Load() to imageLoad() for Vulkan (#967)Tim Foley
2019-05-22Hotfix/improve glsl semantic conversion review (#968)jsmall-nvidia
2019-05-21Hotfix/improve glsl semantic conversion (#965)jsmall-nvidia
2019-05-21Allow interface types to be used inside of structs (#966)Tim Foley
2019-05-20Changes required for application adoption of interface-type parameters (#963)Tim Foley
2019-05-01Fix bitwise And & Or for scalar bool (#960)Robert Stepinski
2019-04-29Initial support for the `precise` keyword (#958)Tim Foley
2019-04-29Enable appropriate GLSL extension for unbounded-size resource arrays (#957)Tim Foley
2019-04-16Add the missing case for `AssocTypeDecl` in varying parameters' layout genera...Yong He
2019-04-08Update glslang version (#940)Tim Foley
2019-04-08Add better control over image formats for GLSL/SPIR-V targets (#939)Tim Foley
2019-04-02Avoid SPIRV validation error by removing readonly flag from shaderRecord buff...Nima Nikfetrat
2019-04-02Feature/test improvements (#934)jsmall-nvidia
2019-03-27GLSL half texture access (#931)jsmall-nvidia
2019-03-27Overhaul the core routines for implicit conversion (#927)Tim Foley
2019-03-26Allow plugging in types with resources for interface parameters (#913)Tim Foley
2019-03-25Fix handling of enum tags that aren't literals (#926)Tim Foley
2019-03-25Improve logic for when a "default space" is needed (#925)Tim Foley
2019-03-21Hotfix/dx12 cubemap lookup (#921)jsmall-nvidia
2019-03-21Hotfix/dx12 tests use hardware (#920)jsmall-nvidia
2019-03-20Add support for scalar rcp() intrinsic for GLSL (#918)Robert Stepinski
2019-03-19Disable Dx12 half tests. The half-calc test runs, but is not actually doing a...jsmall-nvidia
2019-03-18First pass support for half on vk (#912)jsmall-nvidia
2019-03-14Hotfix/bool fix (#907)jsmall-nvidia
2019-03-13Add support for vector/scalar compares for GLSL (#903)jsmall-nvidia
2019-03-12Fix handling of arrays of resources in type legalization (#896)Tim Foley
2019-03-10Fix GLSL emit logic for select exprYong He
2019-03-08Improve support for interfaces as shader parameters (#886)Tim Foley
2019-03-08Confirm layout for structured buffer of matrices, and related fixes (#889)Tim Foley
2019-03-06Fix rsqrt intrinsic for GLSL (#881)Robert Stepinski
2019-03-06* Add support for enum and type lookup via :: (scope operator) (#882)jsmall-nvidia
2019-03-05Fix dx12 root sig mismatch on texture2d-gather.hlsl test (#879)jsmall-nvidia
2019-03-05Hotfix/crash invalid vk binding (#875)jsmall-nvidia
2019-03-05Hotfix/texture2d gather (#876)jsmall-nvidia
2019-03-02#include not using search paths (#873)jsmall-nvidia
2019-02-27* Add 'identity' version of bit casts (asint, asuint, asfloat) for scalar and...jsmall-nvidia
2019-02-19First steps toward supporting interface-type parameters on shaders (#852)Tim Foley
2019-02-15Split front- and back-ends (#846)Tim Foley
2019-02-14* Add cross compile test (#849)jsmall-nvidia
2019-02-13Add a test for glslang errors when using StructuredBuffer Load() (#848)Robert Stepinski
2019-02-13Output readonly for suitable glsl buffers (#845)jsmall-nvidia
2019-02-13Ignore expression if hit #if when skipping. (#844)jsmall-nvidia
2019-02-13Fix typos in diagnostic message and comments (#843)jsmall-nvidia