| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove CUDA Toolkit dependencyHEADmasterNRD_like_API | sabdulajees | 2017-02-15 | 1 | -0/+1 |
| | | |||||
| * | Removed nvsf_ prefix from all shader variables. | Jason Maskell | 2016-08-01 | 1 | -1/+1 |
| | | | | | | Added manually generated glsl.h files for the OpenGL sample. Breaking DRY but no longer need sed and an external CL call to get glsl. Worth the tradeoff. OpenGL sample now compiles and runs but fails at runtime when loading a texture. | ||||
| * | Added Packman support - now the GenerateProjects.bat uses Packman to pull ↵ | Jason Maskell | 2016-07-26 | 1 | -6/+1 |
| | | | | | | | dependencies specified in WaveWorksDependencies.xml Finders of these dependencies are modified to look in the Packman repo. | ||||
| * | Renamed Logger.h to GFSDK_Logger.h since it's a shared header. | Jason Maskell | 2016-05-31 | 1 | -1/+3 |
| | | | | | | | Removed the narrow char methods. Removed the floating log functions. Changed the ILogger::log() method to use varargs and printf() formatting. | ||||
| * | Added OpenGL sample - compiles and runs but doesn't work. | Jason Maskell | 2016-05-23 | 1 | -0/+3 |
| | | |||||
| * | D3D11 test is compiling and running with a rendering error (ocean is grey ↵ | Jason Maskell | 2016-05-19 | 1 | -0/+1 |
| | | | | | | | and not dark blue). D3D11 sample added but still has lots of compile errors, needs to be fully converted to use new DXUT11, etc. | ||||
| * | Added the test_d3d11 app to the solution. Not compiling yet, mostly a ↵ | Jason Maskell | 2016-05-16 | 1 | -5/+2 |
| | | | | | paranoia commit. | ||||
| * | Project now compiles with Cmake. | Jason Maskell | 2016-05-12 | 1 | -6/+10 |
| | | | | | Modified FindDirectX to use the Windows SDK more, and added support for getting dxguid.lib | ||||
| * | Restructuring starts. Got some initial CMake problems sorted. Need to extend. | Jason Maskell | 2016-05-12 | 1 | -0/+126 |