summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsAccessories/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Vulkan: fixed tests on Mac.azhirnov2021-03-191-1/+0
* Renamed Align to AlignUpassiduous2021-03-191-7/+7
* Added resource signature creation failure test; fxied validation of resource ...assiduous2021-03-191-2/+37
* merged with resource_signatureazhirnov2021-03-191-1/+5
* Graphics accessories: added GetPipelineResourceFlagsString functionassiduous2021-01-301-13/+49
* Some code cleanupassiduous2021-01-261-1/+1
* allow to combine graphics PRS with mesh pipelineazhirnov2021-01-261-13/+11
* added immutable samplers to descriptor set layout, fixed PRS testsazhirnov2021-01-261-7/+18
* GraphicsAccessories: added PipelineTypeFromShaderStages functionassiduous2021-01-251-0/+32
* Updated copyright noticeassiduous2021-01-014-4/+4
* Implemented initialization of staging textures in D3D12 and Vulkan backendsassiduous2021-01-011-0/+28
* Merge branch 'azhirnov-ray_tracing_2'assiduous2020-12-151-52/+97
|\
| * Merge branch 'master' into ray_tracing_2azhirnov2020-11-181-0/+44
| |\
| * | A number of minor updatesassiduous2020-10-301-2/+1
| * | added ray tracing implementation for dx12 and vulkanazhirnov2020-10-281-2/+4
| * | A number of updates/fixes to PSO refactor mergeassiduous2020-10-281-15/+12
| * | PSO refactoring for ray tracingazhirnov2020-10-251-33/+46
| * | Merge branch 'master' into ray_tracingazhirnov2020-10-251-15/+16
| |\ \
| * | | A few random fixes to ray tracing API and implementationassiduous2020-10-041-18/+31
| * | | Added ray tracing typesazhirnov2020-10-041-16/+37
* | | | Few updated to BufferSuballocator and DynamicTextureAtlasassiduous2020-12-101-157/+9
* | | | DynamicAtlasManager: few minor updates; disabled region merging testsassiduous2020-12-091-13/+17
* | | | Reworked DynamicAtlasManager to use tree of regionsassiduous2020-12-081-157/+247
* | | | Graphics tools: added Dynamic Texture Atlasassiduous2020-12-071-3/+3
* | | | DynamicAtlasManager: fixed dtor to allow moved-out objectsassiduous2020-12-051-5/+14
* | | | DynamicAtlasManager: added more tests + few minor updatesassiduous2020-12-041-43/+39
* | | | DynamicAtlasManager: fixed issue with regions not being merged when splitting...assiduous2020-12-041-17/+37
* | | | DynamicAtlasManager: fixed gcc error + added standard ctorsassiduous2020-11-291-0/+2
* | | | Added DynamicAtlasManager classassiduous2020-11-281-0/+452
| |_|/ |/| |
* | | Moved GetBufferToTextureCopyInfo to GraphicsAccessoriesassiduous2020-11-171-0/+44
| |/ |/|
* | Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077)assiduous2020-10-191-6/+6
* | All backends: added resource dimension validation when setting shader variablesassiduous2020-10-171-7/+7
* | A number of corrections for PSO refactoringassiduous2020-10-111-1/+1
* | removed strong references to shaders in PSOazhirnov2020-10-081-1/+1
* | Few minor updatesassiduous2020-10-071-1/+2
|/
* Unified staging buffer offset processing in Vulkan and GLassiduous2020-10-011-4/+35
* A number of updates to support Metal backendassiduous2020-10-011-0/+36
* Refactored internal shader resouce variable indexingassiduous2020-09-181-0/+109
* Added GPU vendor and memory size detection (API 240071), closed https://githu...assiduous2020-09-161-0/+17
* Few updates to testing environmentassiduous2020-09-101-0/+14
* Another set of minor updates to mesh shader implementationassiduous2020-09-101-1/+1
* A bunch of random updatesassiduous2020-09-091-9/+27
* Merge branch 'master' into mesh_shaderazhirnov2020-08-311-0/+4
|\
| * Added QUERY_TYPE_DURATION value and QueryDataDuration structassiduous2020-08-251-0/+4
* | removed unused DXILUtils, fixed some Codacy issuesazhirnov2020-08-311-1/+1
* | Merge branch 'master' into mesh_shaderazhirnov2020-08-251-5/+8
|\|
| * Added USAGE_UNIFIED usage type (API 240066)assiduous2020-08-231-5/+8
* | Merge branch 'master' into mesh_shaderazhirnov2020-08-191-4/+8
|\|
| * Implemented input attachments in Vulkan backend; added testassiduous2020-08-041-0/+2
| * Few fixes to render passesassiduous2020-08-031-4/+6