summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Improved PSO creation warningsassiduous2020-04-012-16/+56
* Fixed minor issue in FilteringTools.hppassiduous2020-03-311-1/+1
* WindowsFileSystem: added SaveFileDialog() functionassiduous2020-03-302-0/+21
* HLSL2GLSLConverter: implemented handling of SV_IsFrontFace semanticassiduous2020-03-283-18/+41
* Enabled format validation on Linuxassiduous2020-03-275-8/+25
* Updated linux Vulkan library (fixed https://github.com/DiligentGraphics/Dilig...assiduous2020-03-273-1/+1
* Enabled VSync on Vulkan (fixed https://github.com/DiligentGraphics/DiligentCo...assiduous2020-03-272-3/+11
* Enabled format validation on MacOSassiduous2020-03-262-7/+6
* Updated clang-format to the latest releaseassiduous2020-03-263-0/+12
* Renamed _DEBUG and DEVELOPMENT macros to DILGENT_DEBUG and DILIGENT_DEVELOPMENTassiduous2020-03-26109-458/+476
* Fixed latest MSVC (19.25.28610.4) build issueassiduous2020-03-221-1/+9
* WindowsFileSystem: added GetCurrentDirectory and GetRelativePath functionsassiduous2020-03-222-0/+80
* Vulkan backend: added SPIRV optimization when compiling from HLSLassiduous2020-03-181-0/+1
* Updated third-party modulesassiduous2020-03-185-1/+1
* Updated FilterTexture2DBilinear function to allow different source and destin...assiduous2020-03-172-19/+88
* Moved filtering functions to new FilterintTools.hpp. Added FilterTexture2DBil...assiduous2020-03-166-225/+477
* Fixed linux/mac build errorassiduous2020-03-161-1/+1
* MathLib: added GetLinearTexFilterSampleInfo functionassiduous2020-03-163-2/+225
* Revert "Updated appveyor badge URL"assiduous2020-03-091-2/+2
* Updated appveyor badge URLassiduous2020-03-051-2/+2
* Vk backend: enabled 3-component 16-bit formatsassiduous2020-03-051-0/+9
* Defaulting CMAKE_BUILD_TYPE to Debug if it is not set (related to https://git...assiduous2020-02-271-0/+5
* Properly defining __forceinline in non-Windows builds (fixed https://github.c...assiduous2020-02-271-3/+4
* Attempting to fix travis buildassiduous2020-02-271-2/+2
* travis: switched to using gcc 9assiduous2020-02-271-5/+5
* Vk backend: changed error about missing validation layers to warningassiduous2020-02-271-1/+1
* Fixed Linux build issuesassiduous2020-02-242-4/+4
* Enabled VSync control in GL backend (on Windows and Linux)assiduous2020-02-247-7/+25
* CMake: setting C_STANDARD to 11 in set_common_target_propertiesassiduous2020-02-201-3/+5
* Travis build script: switched to OS64 x arm and enabled Vulkanassiduous2020-02-201-2/+1
* Another attempt to fix code signing build problem on travisassiduous2020-02-202-6/+6
* iOS travis build: removed xcpretty to understand why the build failsassiduous2020-02-201-1/+1
* Another attempt to fix Max/iOS travis buildassiduous2020-02-201-1/+1
* Fixed XCode code signing build settingsassiduous2020-02-202-3/+5
* Attempting to fix code signing issue on ios CI buildassiduous2020-02-201-2/+3
* travis.yml: updated Vulkan SDK to 1.2.131.2assiduous2020-02-201-1/+1
* travis.yml: switched to using xcode11.1 imageassiduous2020-02-201-0/+4
* Reworked GL type conversions and added testsassiduous2020-02-203-225/+438
* Added GL_HALF_FLOAT typeassiduous2020-02-191-1/+2
* Updated StringPoolassiduous2020-02-171-4/+29
* Improved TraceLineThroughGrid line endpoint missing test to be FP-exact and c...assiduous2020-02-161-4/+13
* TraceLineThroughGrid: fixed a problem where end point of the line is missed d...assiduous2020-02-163-3/+12
* Fixed minor issue in BufferDesc ctorassiduous2020-02-131-1/+2
* FixedBlockMemoryAllocator: fixed issue with block size alignment by sizeof(vo...assiduous2020-02-133-10/+55
* Updated TraceLineThroughGrid test plus some minor comments clean-upassiduous2020-02-082-13/+49
* Fixed TraceLineThroughGrid function: properly handle degenrate lines and avoi...assiduous2020-02-082-12/+36
* MathLib: added few more tests for TraceLineThroughGrid functionassiduous2020-02-072-2/+6
* MathLib: added TraceLineThroughGrid functionassiduous2020-02-072-0/+168
* MathLib: added IntersectRayBox2D functionassiduous2020-02-072-15/+122
* MathLib: added IntersectRayTriangle functionassiduous2020-02-072-0/+81