summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestTextureCreation.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-12Updated submodules (added unit tests). Reworked TestAppassiduous1-987/+0
2019-10-25Fixed a number of clang warning to reduce the log size and fix travis build e...Egor Yusov1-3/+3
2019-09-17Updated copyright noticeEgor Yusov1-1/+1
2019-02-09Replaced reference to initial data parameter with pointer in CreateTexture an...Egor Yusov1-5/+6
2019-01-02Updated copyright notice + updated submodulesEgor Yusov1-1/+1
2018-12-25Enabled Vulkan mode on Mac (preliminary implementation)Egor Yusov1-1/+2
2018-12-02Added explicit state transition control to CopyBuffer and CopyTexture methodsEgor Yusov1-2/+5
2018-12-01Improved thread safety of enum flags; added explicit state transitions to Set...Egor Yusov1-11/+11
2018-11-25Renamed/moved ITexture::UpdateData() to IDeviceContext::UpdateTexture()Egor Yusov1-2/+2
2018-10-18Enabled seperate samplersEgor Yusov1-26/+13
2018-10-10Added typeless formats to texture creation test; updated coreEgor Yusov1-26/+28
2018-10-09Fixed CopySubresourceRegion errors in D3D11; updated core (fixed fullscreen t...Egor Yusov1-9/+20
2018-10-07Updated Core: added SampleCounts and reworked texture format support checks i...Egor Yusov1-2/+2
2018-10-07Updated submodules (main change: refactored release queues in D3D12 and Vulka...Egor Yusov1-0/+2
2018-08-27Updated core & tools (implemented raw buffers plus other improvements)Egor Yusov1-3/+3
2018-08-03Updated core submodule; added shader variable access testsEgor Yusov1-0/+2
2018-07-05Updated test appEgor Yusov1-13/+14
2018-06-04Updated testsEgor Yusov1-11/+20
2018-04-14Moved primitive topology to pipeline stateEgor Yusov1-0/+10
2018-03-25Updated copyright noticeEgor Yusov1-1/+1
2018-03-04Enabled build with Win8.1 SDKEgor Yusov1-2/+2
2018-02-17Added test result reportingEgor Yusov1-1/+6
2018-02-17Fixed few compiler warningsEgor Yusov1-2/+2
2018-02-15Added testsEgor Yusov1-0/+953