summaryrefslogtreecommitdiffstats
path: root/UnitTests (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-20Renamed UnitTests folder to Testsassiduous220-21952/+0
2019-12-19Added ClearRenderTarget test; fixed issue with bound render targets in D3D12 ...assiduous11-16/+413
2019-12-19Added CopyTexture testsassiduous1-0/+278
2019-12-19Added all draw command testsassiduous1-21/+891
2019-12-19Updated draw command test reference image to work for instancing testsassiduous5-53/+88
2019-12-18Added more draw command testsassiduous1-1/+352
2019-12-18Minor update missed in previous commitassiduous1-4/+5
2019-12-18Implemented staging textures in OpenGL backend; enabled draw command referenc...assiduous8-7/+304
2019-12-17Fixed Core API test crash on the server by dynamically loading vulkan entry p...assiduous7-5/+21
2019-12-17Enabled draw command reference in Vulkanassiduous17-131/+1210
2019-12-16Updated draw test command reference image to be quad instead of a triangleassiduous6-69/+65
2019-12-16Added testing framework for rendering commands. Added initial draw command te...assiduous56-27/+2727
2019-12-14Implemented mitigation of a D3D12 debug layer bug in SetName methodassiduous4-5/+146
2019-12-13Unit tests: capturing debug output; fixed minor issue with viewport in Vk bac...assiduous5-10/+65
2019-12-13Fixed HLSL2GLSLConverterTest.CS_RWTex2D_1 test on 32-bit D3D12assiduous1-1/+1
2019-12-12Added GenerateMips testassiduous2-4/+135
2019-12-12MT resource creation test: added test assertsassiduous1-21/+54
2019-12-12Fixed formattingassiduous1-1/+1
2019-12-12Added multithreaded resource creation testassiduous3-3/+265
2019-12-12Fixed IncludeTest (removed TextureLoader which is in GraphicsTools module)Egor Yusov3-72/+0
2019-12-12Added include testEgor Yusov128-0/+3150
2019-12-12Added HLSL2GLSLConverter testsEgor Yusov8-2/+1982
2019-12-12Enabled tests in OpenGL modeEgor Yusov13-356/+147
2019-12-11Added constant buffer test; fixed formattingEgor Yusov4-1005/+212
2019-12-11Added static sampler testsEgor Yusov2-37/+170
2019-12-11Added Samplers testEgor Yusov2-2/+165
2019-12-11Added GraphicsTypesOutputInsertersEgor Yusov1-21/+1
2019-12-11Added RWTextures testEgor Yusov2-3/+137
2019-12-11Added RWStructuredBuffer testsEgor Yusov3-7/+110
2019-12-11ShaderResourceLayoutTest: unified test buffer creationEgor Yusov1-54/+43
2019-12-11Added RW formatted buffers testEgor Yusov2-8/+238
2019-12-11Added structured buffer testEgor Yusov3-27/+238
2019-12-11Added formatted buffer layout test; fixed formattingEgor Yusov5-14/+202
2019-12-11Started refactoring ShaderResourceLayout test - added texture resource testEgor Yusov6-102/+527
2019-12-10Fixed formattingEgor Yusov1-1/+1
2019-12-10Enabled shader resource layout test in d3d11Egor Yusov4-131/+288
2019-12-10Fixed formattingEgor Yusov1-1/+1
2019-12-10Added shader resource layout test (works in D3D12 only for now)Egor Yusov7-3/+1081
2019-12-09Added Shader Resource Array testEgor Yusov3-0/+301
2019-12-08appveyor: updated to use VS2019 imageEgor Yusov4-29/+29
2019-12-08Added shader variable access testEgor Yusov10-13/+1144
2019-12-08Few improvements to testsEgor Yusov5-23/+28
2019-12-08Another attmept to fix texture creation server testEgor Yusov1-2/+2
2019-12-08Experimenting with tests to see why texture creation fails in D3D12 modeEgor Yusov1-1/+1
2019-12-08Fixed formatting issueEgor Yusov1-1/+1
2019-12-08Added texture creation testEgor Yusov4-12/+776
2019-12-08Fixed build API test build error on UWPEgor Yusov1-0/+22
2019-12-08Added buffer creation testEgor Yusov12-1/+975
2019-12-07Reworked API Unit test to use run-time DLL loading to avoid apparent issue wi...Egor Yusov2-23/+53
2019-12-07Experimenting with appveyor to understand why API tests failEgor Yusov1-0/+6