summaryrefslogtreecommitdiff
path: root/tests/compute
AgeCommit message (Expand)Author
2019-09-03CPU uniform entry point params (#1041)jsmall-nvidia
2019-08-26WIP: CPU sample working with Texture2D (#1033)jsmall-nvidia
2019-08-22WIP: CPU compute coverage (#1030)jsmall-nvidia
2019-08-20User defined downstream compiler prelude (#1028)jsmall-nvidia
2019-08-19Support shifts and a few other ops in front-end constant folding (#1027)Tim Foley
2019-08-19WIP: Compute test running on CPU (#1023)jsmall-nvidia
2019-08-06Add support for the HLSL "cast from zero" idiom (#1008)Tim Foley
2019-07-17Change how global-scope constants are handled (#1001)Tim Foley
2019-06-19Start exposing a new COM-lite API (#987)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-04-16Add the missing case for `AssocTypeDecl` in varying parameters' layout genera...Yong He
2019-04-08Update glslang version (#940)Tim Foley
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-21Hotfix/dx12 cubemap lookup (#921)jsmall-nvidia
2019-03-21Hotfix/dx12 tests use hardware (#920)jsmall-nvidia
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-13Add support for vector/scalar compares for GLSL (#903)jsmall-nvidia
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-06* Add support for enum and type lookup via :: (scope operator) (#882)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-07* Improve test coverage of bit cast, particularly for asfloat. Make the value...jsmall-nvidia
2019-02-05Merge branch 'master' into fix-nested-type-conformancesYong He
2019-02-05Merge branch 'master' into gencloserYong He
2019-02-05Merge branch 'master' into fix-nested-type-conformancesTim Foley
2019-02-05Allow entry points to have explicit generic parameters (#826)Tim Foley
2019-02-05Allow generics to close with >>Yong He
2019-02-05Fix checking of interface conformances for nested typesTim Foley
2019-01-31Initial support for uniform parameters on entry points (#815)Tim Foley
2019-01-28Support function parameters of existential (interface) type (#802)Tim Foley
2019-01-28Feature/bit cast glsl (#808)jsmall-nvidia
2019-01-25Fixup handling of empty structs in function return types and parameters. (#796)Yong He
2019-01-24Support "modern" declaration syntax as an option (#792)Tim Foley
2019-01-16Initial support for dynamic dispatch using "tagged union" types (#772)Tim Foley
2019-01-16Improve handling of {} initializer list expressions (#778)Tim Foley
2019-01-14Add an error for global uniform parameter declarations (#773)Tim Foley
2019-01-11Fix some subtle bugs in D3D constant buffer layout (#771)Tim Foley
2018-12-20Feature/lex memory reduction (#762)jsmall-nvidia
2018-12-17First step toward supporting use of interfaces as existential types (#716)Tim Foley
2018-12-17Specialize away resource-type function parameters (#759)Tim Foley
2018-12-13Move mangled name out of IRGlobalValue (#752)Tim Foley