summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update README.mdDiligentGraphics2018-11-111-3/+1
* Update README.mdDiligentGraphics2018-11-111-0/+6
* Updated BIND_SHADER_RESOURCES_* flagsEgor Yusov2018-10-191-3/+6
* Added support for combined texture samplersEgor Yusov2018-10-183-6/+11
* Updated SCRIPT_PARSING_ERROR macroEgor Yusov2018-10-071-1/+1
* Updated buffer, buffer view and draw attrib parsersEgor Yusov2018-08-263-54/+52
* Updated readmeEgor Yusov2018-07-081-0/+4
* Moved buffer stried definition to vertex layout descEgor Yusov2018-05-292-7/+2
* Fixed clang build errorEgor Yusov2018-04-141-2/+2
* Added vulkan device type to script parserEgor Yusov2018-04-141-0/+4
* Moved primitive topology from draw attribs to pipeline desc; fixed multiple i...Egor Yusov2018-04-1417-213/+262
* Minor update to comply with updated graphics typesEgor Yusov2018-04-041-1/+1
* Some updates to texture loading routines.Egor Yusov2018-04-015-47/+122
* Minor updateEgor Yusov2018-03-271-2/+4
* Fixed relative paths in TextureLoader projectEgor Yusov2018-03-253-10/+10
* Fixed headers in TextureLoader projectEgor Yusov2018-03-253-10/+10
* Added PSO:IsCompatibleWith method to Lua bindingsEgor Yusov2018-03-112-1/+23
* Update README.mdDiligentGraphics2018-02-191-1/+1
* Fixed warnings in zlib on LinuxEgor2018-02-151-1/+1
* Updated RenderScript's cmakeEgor Yusov2018-02-151-1/+2
* Disabled arm neon optimizations in lib png to fix link error on iOSEgor Yusov2018-02-131-1/+5
* Fixed formatting of cmake filesEgor Yusov2018-02-138-378/+378
* Replaced #ifdef ENGINE_DLL with #if ENGINE_DLLEgor2018-02-101-1/+1
* Replaced #ifdef PLATFORM_XXX with #if PLATFORM_XXXEgor2018-02-105-9/+9
* Update README.mdDiligentGraphics2018-02-041-2/+8
* Merge remote-tracking branch 'origin/master'Egor Yusov2018-02-031-2/+3
|\
| * Updated HLSL2GLSL converter app initializationEgor Yusov2018-02-031-2/+3
* | Enabled iOS buildEgor Yusov2018-02-025-5/+9
|/
* Fixed MacOS build warningsEgor Yusov2018-01-214-6/+7
* Enabled MacOS buildEgor Yusov2018-01-194-6/+6
* Update README.mdDiligentGraphics2018-01-161-1/+2
* Fixed image stride alginement issues (opengl requires alignment to be at leas...Egor Yusov2018-01-121-6/+14
* Updated copyright noticeEgor Yusov2018-01-0466-66/+66
* Some fixes related to updated project dependenciesEgor Yusov2017-12-287-10/+33
* Updated debug and error macrosEgor Yusov2017-12-285-30/+30
* Added HLSL2GLSLConverter projectEgor Yusov2017-12-262-1/+40
* Removed legacy VS projects and solutionsEgor Yusov2017-12-2652-4377/+4
* Updated readmeDiligentGraphics2017-12-251-3/+8
* Fixed GLSL issues on LinuxEgor2017-12-241-6/+6
* Enabling linux buildEgor Yusov2017-12-209-10/+100
* Removed jni/Visual GDB build from legacy projectsEgor Yusov2017-12-1842-3258/+7
* Fixed Android warningsEgor Yusov2017-12-176-1/+37
* Cmake: downgraded minimum required version to 3.6 to allow Android buildEgor Yusov2017-12-169-9/+9
* Updated minimum CMake versionEgor Yusov2017-12-147-7/+7
* Optimized CMake files with set_common_target_properties()Egor Yusov2017-12-147-73/+12
* Added UWP to cmakeEgor Yusov2017-12-147-11/+20
* Updated CMakeListsEgor Yusov2017-12-135-5/+5
* Fixed compiler warningsEgor Yusov2017-12-114-5/+5
* Updated cmakelistsEgor Yusov2017-12-103-7/+5
* Updated cmake lists: enabled link-time code generation for MSVCEgor Yusov2017-12-107-8/+67