| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated submodules (added unit tests). Reworked TestApp | assiduous | 2019-12-12 | 1 | -987/+0 |
| | | |||||
| * | Fixed a number of clang warning to reduce the log size and fix travis build ↵ | Egor Yusov | 2019-10-25 | 1 | -3/+3 |
| | | | | | error | ||||
| * | Updated copyright notice | Egor Yusov | 2019-09-17 | 1 | -1/+1 |
| | | |||||
| * | Replaced reference to initial data parameter with pointer in CreateTexture ↵ | Egor Yusov | 2019-02-09 | 1 | -5/+6 |
| | | | | | and CreateBuffer methods; updated light scattering implementation to not use lua | ||||
| * | Updated copyright notice + updated submodules | Egor Yusov | 2019-01-02 | 1 | -1/+1 |
| | | |||||
| * | Enabled Vulkan mode on Mac (preliminary implementation) | Egor Yusov | 2018-12-25 | 1 | -1/+2 |
| | | |||||
| * | Added explicit state transition control to CopyBuffer and CopyTexture methods | Egor Yusov | 2018-12-02 | 1 | -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 Yusov | 2018-12-01 | 1 | -11/+11 |
| | | | | | SetRenderTargets() | ||||
| * | Renamed/moved ITexture::UpdateData() to IDeviceContext::UpdateTexture() | Egor Yusov | 2018-11-25 | 1 | -2/+2 |
| | | | | | | Renamed/moved IBuffer::CopyData() to IDeviceContext::CopyTexture() Updated parameter order of IDeviceContext::CopyBuffer() | ||||
| * | Enabled seperate samplers | Egor Yusov | 2018-10-18 | 1 | -26/+13 |
| | | |||||
| * | Added typeless formats to texture creation test; updated core | Egor Yusov | 2018-10-10 | 1 | -26/+28 |
| | | |||||
| * | Fixed CopySubresourceRegion errors in D3D11; updated core (fixed fullscreen ↵ | Egor Yusov | 2018-10-09 | 1 | -9/+20 |
| | | | | | transition in D3D11) | ||||
| * | Updated Core: added SampleCounts and reworked texture format support checks ↵ | Egor Yusov | 2018-10-07 | 1 | -2/+2 |
| | | | | | in D3D11 and D3D12 | ||||
| * | Updated submodules (main change: refactored release queues in D3D12 and ↵ | Egor Yusov | 2018-10-07 | 1 | -0/+2 |
| | | | | | Vulkan backends) | ||||
| * | Updated core & tools (implemented raw buffers plus other improvements) | Egor Yusov | 2018-08-27 | 1 | -3/+3 |
| | | |||||
| * | Updated core submodule; added shader variable access tests | Egor Yusov | 2018-08-03 | 1 | -0/+2 |
| | | |||||
| * | Updated test app | Egor Yusov | 2018-07-05 | 1 | -13/+14 |
| | | |||||
| * | Updated tests | Egor Yusov | 2018-06-04 | 1 | -11/+20 |
| | | |||||
| * | Moved primitive topology to pipeline state | Egor Yusov | 2018-04-14 | 1 | -0/+10 |
| | | |||||
| * | Updated copyright notice | Egor Yusov | 2018-03-25 | 1 | -1/+1 |
| | | |||||
| * | Enabled build with Win8.1 SDK | Egor Yusov | 2018-03-04 | 1 | -2/+2 |
| | | | | | Replaced OPENGL_SUPPORTED macro with GL_SUPPORTED and GLES_SUPPORTED | ||||
| * | Added test result reporting | Egor Yusov | 2018-02-17 | 1 | -1/+6 |
| | | |||||
| * | Fixed few compiler warnings | Egor Yusov | 2018-02-17 | 1 | -2/+2 |
| | | |||||
| * | Added tests | Egor Yusov | 2018-02-15 | 1 | -0/+953 |
