summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsTools/interface (follow)
Commit message (Expand)AuthorAgeFilesLines
* merged with resource_signatureazhirnov2021-03-191-1/+1
* GraphicsTools: removed pch.h (fixed https://github.com/DiligentGraphics/Dilig...assiduous2021-02-061-28/+0
* Reworked ShaderResourceLayoutTest.FormattedBuffers and ShaderResourceLayoutTe...assiduous2021-02-041-0/+9
* Reworked ShaderResourceLayoutTest.Textures and ShaderResourceLayoutTest.Immut...assiduous2021-02-041-5/+6
* IBufferSuballocation: added SetUserData()/GetUserData() methodsassiduous2021-01-101-0/+15
* Added IDeviceObject::SetUserData() and IDeviceObject::GetUserData() methods (...assiduous2021-01-101-0/+15
* Updated copyright noticeassiduous2021-01-0117-17/+17
* Updated ShaderMacroHelperassiduous2020-12-141-0/+11
* Few updated to BufferSuballocator and DynamicTextureAtlasassiduous2020-12-102-1/+9
* Fixed minor issue with IDynamicTextureAtlas::GetAtlasDesc not being pure virtualassiduous2020-12-081-1/+1
* Updated CreateBufferSuballocator and CreateDynamicTextureAtlas functions to t...assiduous2020-12-082-6/+6
* Moved pDevice parameter from BufferSuballocatorCreateInfo and DynamicTextureA...assiduous2020-12-082-14/+18
* Fixed potential threading issue in BufferSuballocatorImplassiduous2020-12-071-23/+8
* A number of fixes/improvements to DynamicTextureAtlasassiduous2020-12-071-22/+13
* Graphics tools: added Dynamic Texture Atlasassiduous2020-12-073-0/+172
* GraphicsTools: added IBufferSuballocatorassiduous2020-12-072-2/+151
* GraphicsTools: added DynamicBuffer classassiduous2020-12-061-0/+142
* Graphics Utilities: added ComputeMipLevel functionassiduous2020-11-291-0/+8
* Fixed minor code review issueassiduous2020-07-091-1/+1
* Added Streaming bufferassiduous2020-07-081-0/+194
* Updated HLSL2GLSLConverter and ShaderMacroHelperassiduous2020-04-181-0/+6
* Updated ITextureUploader to allow synchronous executionassiduous2020-04-084-25/+85
* Renamed _DEBUG and DEVELOPMENT macros to DILGENT_DEBUG and DILIGENT_DEVELOPMENTassiduous2020-03-261-3/+5
* MathLib: added GetLinearTexFilterSampleInfo functionassiduous2020-03-161-2/+2
* Enabled C API in GraphicsUtilities.h; added global function helper macros def...assiduous2020-02-021-15/+15
* A bunch of final .h -> .hpp renamingsassiduous2020-01-271-1/+1
* Renamed platform headers .h -> .hppassiduous2020-01-272-2/+2
* More .h -> .hpp renamingsassiduous2020-01-262-6/+4
* Renamed .h -> .hpp in Common and HLSL2GLSLConverterLib projectsassiduous2020-01-265-6/+6
* Renamed .h -> .hpp files in GLSLTools, GraphicsAccessories, and GraphicsTools...assiduous2020-01-2610-4/+4
* Moved MapHelper to GraphicsToolsassiduous2020-01-261-0/+202
* Fixed a couple of clang warningsassiduous2020-01-142-2/+2
* Added DurationQueryHelper class; fixed issue with disjoint query in D3D11 bac...assiduous2020-01-131-0/+103
* Added ScopedQueryHelper classassiduous2020-01-111-0/+88
* Updated coyright noticeassiduous2020-01-0110-70/+110
* moved public public headers of GraphicsTools project to interface folder to m...assiduous2019-12-2610-0/+927