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