summaryrefslogtreecommitdiffstats
path: root/Graphics (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Added buffer view initializationEgor Yusov2018-04-057-88/+199
* First implementation of buffer in VulkanEgor Yusov2018-04-0411-104/+248
* Rearranged some basic graphics types to reduce sizeof(PipelineStateDesc) from...Egor Yusov2018-04-045-36/+29
* Fixed issue left after intergrating masterEgor Yusov2018-04-014-9/+22
* Merge branch 'master'Egor Yusov2018-04-0141-351/+969
|\
| * Added commentEgor Yusov2018-04-011-1/+3
| * Fixed issue MakeWindowAssociation() not disabling Alt+Enter on D3D11Egor Yusov2018-04-011-4/+13
| * Added sync interval parameter to ISwapChain::Present()Egor Yusov2018-03-319-13/+11
| * Some minor updates to d3d swap chainEgor Yusov2018-03-312-2/+20
| * Fixed build error on iOSEgor Yusov2018-03-312-1/+15
| * Implemented switching to a fullscreen mode in d3d on Win32Egor Yusov2018-03-3114-291/+347
| * Implemented initialization in fullscreen mode on Win32Egor Yusov2018-03-3010-17/+109
| * Implemented option to specify hardware adapter when initializing the engine i...Egor Yusov2018-03-305-25/+71
| * Implemented hardware adapter and display mode enumerationEgor Yusov2018-03-309-10/+324
| * Added shader name output when shader compilation failsEgor Yusov2018-03-282-3/+3
| * Added shader compiler log outputEgor Yusov2018-03-285-50/+85
| * Added DebugMessageCallback to EngineCreation attribsEgor Yusov2018-03-274-9/+25
| * Reworked debug message handling to allow user-specified callbacksEgor Yusov2018-03-275-0/+17
| * Fixed include paths in GraphicsTools project; fixed build errorsEgor Yusov2018-03-257-18/+19
* | Implementing texture views in VulkanEgor Yusov2018-03-2510-99/+71
* | Added vulkan texture type conversions + texture view initializationEgor Yusov2018-03-256-63/+541
* | First implemenation of Swap chain initialization in VulkanEgor Yusov2018-03-249-88/+277
* | Improved VulkanPhysicalDevice::FindQueueFamily() functionEgor Yusov2018-03-241-12/+54
* | Updated CommandQueueVkImpl; implemened RenderDeviceVkImpl initializationEgor Yusov2018-03-187-257/+130
* | Added CommandQueueVk object initializationEgor Yusov2018-03-182-8/+15
* | Comment + minor updatesEgor Yusov2018-03-181-1/+15
* | Added logical Vulkan device initializationEgor Yusov2018-03-188-35/+176
* | Added VulkanPhysiclDevice classEgor Yusov2018-03-174-3/+106
* | Added VulkanInstance helper classEgor Yusov2018-03-175-79/+309
* | Implemented Vulkan instance initialization; added vulkan debug utilsEgor Yusov2018-03-178-6/+499
* | Updated cmake scripts with Vulkan definesEgor Yusov2018-03-161-2/+0
* | Added vulkan backend stubEgor Yusov2018-03-1676-5/+13266
|/
* Fixed issue with setting scissor rects in D3D12 backendEgor Yusov2018-03-142-66/+92
* Some minor updatesEgor Yusov2018-03-131-5/+5
* HLSL2GLSL converter: fixed error when processing entry functions with no argu...Egor Yusov2018-03-131-153/+159
* Fixed Mac/iOS build failureEgor Yusov2018-03-121-1/+1
* Implemented PSO compatibility in GL backendEgor Yusov2018-03-125-5/+153
* Implemented PSO compatibility in D3D12Egor Yusov2018-03-115-8/+203
* Implemented PSO compatibility in D3D11Egor Yusov2018-03-1117-52/+234
* Fixed performance issues with switching PSO in D3D12 backendEgor Yusov2018-03-101-25/+34
* Fixed issue with dynamic vertex/index buffers not being rebound in D3D12 impl...Egor Yusov2018-03-091-12/+18
* Added MatrixFromRows overloads for float3x3 and float2x2Egor Yusov2018-03-074-0/+40
* Update readme.mdDiligentGraphics2018-03-061-4/+7
* Enabled custom build configurationEgor Yusov2018-03-053-18/+8
* Fixed https://github.com/DiligentGraphics/DiligentEngine/issues/5Egor Yusov2018-03-046-37/+19
* Removed Errors.h from engine factory headers to dependency on NativePlatformEgor Yusov2018-02-233-9/+21
* Fixed interface headers to use relative paths in #includeEgor Yusov2018-02-2356-72/+88
* Added a couple of debug checksEgor2018-02-201-1/+3
* Fixed error when setting independent blend states on GLES devices that only s...Egor2018-02-193-8/+36
* Minor update to checking errors when setting GL blend errorsEgor2018-02-191-3/+2