summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed incremental link warnings in UWP/Debug buildEgor Yusov2018-03-131-1/+1
* 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
* Updated readmeEgor Yusov2018-03-121-0/+9
* 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
* Enabled full optimization (/Ox) for windows release buildsEgor Yusov2018-03-101-2/+3
* Fixed performance issues with switching PSO in D3D12 backendEgor Yusov2018-03-103-30/+41
* 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
* Added Matrix2x2 to BasicMath libEgor Yusov2018-03-072-0/+116
* Update README.mdDiligentGraphics2018-03-061-0/+4
* Update readme.mdDiligentGraphics2018-03-061-4/+7
* Update README.mdDiligentGraphics2018-03-061-47/+28
* Enabled custom build configurationEgor Yusov2018-03-056-39/+76
* Another attempt to fix appveyor.ymlDiligentGraphics2018-03-041-23/+29
* Fixed appveyor.ymlDiligentGraphics2018-03-041-28/+28
* Updated appveyor script: added build with 8.1 SDKDiligentGraphics2018-03-041-12/+30
* Added some cmake info reportingEgor Yusov2018-03-051-2/+7
* Added support for build with Win8.1 SDKEgor Yusov2018-03-042-26/+20
* Fixed https://github.com/DiligentGraphics/DiligentEngine/issues/7Egor Yusov2018-03-041-3/+16
* Fixed https://github.com/DiligentGraphics/DiligentEngine/issues/5Egor Yusov2018-03-046-37/+19
* Minor update to BuildUtils.cmake: not copyng GraphicsEngineD3D12.dll when D3D...Egor Yusov2018-02-241-2/+4
* Removed Errors.h from engine factory headers to dependency on NativePlatformEgor Yusov2018-02-233-9/+21
* Fixed Linux buildEgor2018-02-235-10/+10
* Fixed interface headers to use relative paths in #includeEgor Yusov2018-02-2386-137/+155
* Updated readme: fixed broken linksDiligentGraphics2018-02-221-13/+17
* 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
* Update README.mdDiligentGraphics2018-02-191-1/+2
* Minor update to checking errors when setting GL blend errorsEgor2018-02-191-3/+2
* Added Qualcomm GPU vendorEgor2018-02-192-5/+6
* HLSL2GLSL converter: reworked outer tessellation level handling to avoid usin...Egor2018-02-183-6/+70
* Fixed iOS buildEgor Yusov2018-02-181-2/+2
* HLSL2GLSL Converter: added writeonly qualifier to image variables on GLES; fi...Egor2018-02-183-8/+44
* Updated handling glPolygonMode function on GLESEgor2018-02-183-5/+16
* Implemented more robust screen orientation/size change handling on AndroidEgor2018-02-183-10/+27
* Fixed issue with _RETURN_() macro on arm compilers on AndroidEgor2018-02-181-18/+33
* Fixed Android runtime error on ARM devicesEgor2018-02-181-0/+1
* Updated missing gl function reporting message on iOSEgor Yusov2018-02-171-1/+1
* Fixed few compiler warningsEgor Yusov2018-02-172-3/+3
* Added platform macros in GLSL shadersEgor Yusov2018-02-172-4/+16
* Fixed few HLSL->GLSL conversion issues on MacOSEgor Yusov2018-02-176-49/+133
* Updated GLSL definitions on AndroidEgor2018-02-162-2/+2
* Updated NDKHelper.javaEgor2018-02-161-1/+2
* Fixed issue in OpenGL texture depth queryEgor Yusov2018-02-151-2/+3
* Minor updateEgor Yusov2018-02-151-2/+2
* Fixed formatting of cmake files + couple of minor updatesEgor Yusov2018-02-1321-778/+782