summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestTextureCreation.cpp (follow)
Commit message (Collapse)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 ↵Egor Yusov2019-10-251-3/+3
| | | | error
* Updated copyright noticeEgor Yusov2019-09-171-1/+1
|
* Replaced reference to initial data parameter with pointer in CreateTexture ↵Egor Yusov2019-02-091-5/+6
| | | | and CreateBuffer methods; updated light scattering implementation to not use lua
* 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
| | | | Replaced CLEAR_RENDER_TARGET_TRANSITION_MODE with RESOURCE_STATE_TRANSITION_MODE
* Improved thread safety of enum flags; added explicit state transitions to ↵Egor Yusov2018-12-011-11/+11
| | | | SetRenderTargets()
* Renamed/moved ITexture::UpdateData() to IDeviceContext::UpdateTexture()Egor Yusov2018-11-251-2/+2
| | | | | Renamed/moved IBuffer::CopyData() to IDeviceContext::CopyTexture() Updated parameter order of IDeviceContext::CopyBuffer()
* 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 ↵Egor Yusov2018-10-091-9/+20
| | | | transition in D3D11)
* Updated Core: added SampleCounts and reworked texture format support checks ↵Egor Yusov2018-10-071-2/+2
| | | | in D3D11 and D3D12
* Updated submodules (main change: refactored release queues in D3D12 and ↵Egor Yusov2018-10-071-0/+2
| | | | Vulkan backends)
* 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
| | | | Replaced OPENGL_SUPPORTED macro with GL_SUPPORTED and GLES_SUPPORTED
* 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