summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestBufferAccess.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated submodules; removed tests folder (tests are now part of every submodule)assiduous2019-12-251-277/+0
|
* Updated submodules (added unit tests). Reworked TestAppassiduous2019-12-121-3/+0
|
* Fixed test appEgor Yusov2019-10-181-1/+0
|
* Updated copyright noticeEgor Yusov2019-09-171-1/+1
|
* Updated DRAW_FLAG to match API 240022Egor Yusov2019-04-071-1/+1
|
* Updated API version to 240021Egor Yusov2019-04-061-3/+3
|
* Renamed USAGE_CPU_ACCESSIBLE to USAGE_STAGINGEgor Yusov2019-03-181-4/+4
|
* Updated test to compy with the new APIEgor Yusov2019-03-021-1/+1
|
* Updated input layout element to use explicit AutoOffset and AutoStrideEgor Yusov2019-02-191-3/+3
|
* Replaced reference to initial data parameter with pointer in CreateTexture ↵Egor Yusov2019-02-091-5/+5
| | | | and CreateBuffer methods; updated light scattering implementation to not use lua
* Updated copyright notice + updated submodulesEgor Yusov2019-01-021-1/+1
|
* Updated core & samples submodules. Using convenience constructors for ↵Egor Yusov2018-12-101-2/+1
| | | | DrawAttribs
* Updated the API (SetVertexBuffers, SetIndexBuffers, DRAW_FLAGS and other)Egor Yusov2018-12-031-6/+7
|
* Added explicit state transition control to CopyBuffer and CopyTexture methodsEgor Yusov2018-12-021-4/+10
| | | | Replaced CLEAR_RENDER_TARGET_TRANSITION_MODE with RESOURCE_STATE_TRANSITION_MODE
* Added explicit state transition control to UpdateBuffer and UpdateTexture ↵Egor Yusov2018-12-021-2/+2
| | | | commands
* Improved thread safety of enum flags; added explicit state transitions to ↵Egor Yusov2018-12-011-2/+2
| | | | SetRenderTargets()
* Renamed/moved ITexture::UpdateData() to IDeviceContext::UpdateTexture()Egor Yusov2018-11-251-4/+4
| | | | | Renamed/moved IBuffer::CopyData() to IDeviceContext::CopyTexture() Updated parameter order of IDeviceContext::CopyBuffer()
* Moved/renamed `IBuffer::UpdateData()` to `IDeviceContext::UpdateBuffer()`Egor Yusov2018-11-241-6/+6
| | | | Moved/renamed `IBuffer::CopyData()` to `IDeviceContext::CopyBuffer()`
* Added explicit control over resource transitions in draw commandEgor Yusov2018-11-241-0/+1
| | | | Added explicit static resource binding initialization in SRB objects
* Implemented explicit resource state transitionsEgor Yusov2018-11-211-1/+2
|
* Enabled seperate samplersEgor Yusov2018-10-181-0/+1
|
* Updated core (implemented shader variable access by index)Egor Yusov2018-08-221-8/+8
|
* Updated unit tests to set DSV format in PSOEgor Yusov2018-07-021-1/+2
|
* Updated back buffer format to match the one from the swap chain in the testsEgor Yusov2018-05-311-2/+2
|
* Moved Stride to vertex layout desc; updated testsEgor Yusov2018-05-291-7/+6
|
* Updated multiple testsEgor Yusov2018-05-291-4/+4
|
* Moved primitive topology to pipeline stateEgor Yusov2018-04-141-1/+1
|
* Updated copyright noticeEgor Yusov2018-03-251-1/+1
|
* Added test result reportingEgor Yusov2018-02-171-39/+45
|
* Added testsEgor Yusov2018-02-151-0/+266