summaryrefslogtreecommitdiff
path: root/compiler/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Remove CUDA Toolkit dependencyHEADmasterNRD_like_APIsabdulajees2017-02-154-13/+13
|
* Removed nvsf_ prefix from all shader variables.Jason Maskell2016-08-011-4/+14
| | | | | 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.
* Don't need FindDirectX anymore, so deleted it and modified the cmake files.Jason Maskell2016-07-283-6/+6
|
* Added Packman support - now the GenerateProjects.bat uses Packman to pull ↵Jason Maskell2016-07-264-10/+6
| | | | | | dependencies specified in WaveWorksDependencies.xml Finders of these dependencies are modified to look in the Packman repo.
* Had some compilation issues without previously generated code, fixed now.Jason Maskell2016-07-253-16/+21
| | | | | | Disabled OpenGL in the D3D11 build, for now. This is an ugly hack and needs to be fixed. Separated FindFXC into its own finder so that we can fail when it's not found.
* Renamed Logger.h to GFSDK_Logger.h since it's a shared header.Jason Maskell2016-05-313-2/+144
| | | | | | Removed the narrow char methods. Removed the floating log functions. Changed the ILogger::log() method to use varargs and printf() formatting.
* Added support for RFC 104, the logging interface: ↵Jason Maskell2016-05-313-2/+15
| | | | | | | | https://docs.google.com/document/d/102b8k5pKYj9e-tMmG53aT5izur-qfUSPX1gBro4gN0Q/edit Added a dumb implementation of the logger in the D3D11 sample. Added a method to the WaveWorks API to allow the user to set (override) the internal logger with their own supplied nv::ILogger derived object.
* Added OpenGL sample - compiles and runs but doesn't work.Jason Maskell2016-05-232-3/+143
|
* Moved media to a more central location.Jason Maskell2016-05-232-5/+5
| | | | Changed CMake to compile shaders to that new location.
* D3D11 test is compiling and running with a rendering error (ocean is grey ↵Jason Maskell2016-05-192-12/+183
| | | | | | 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 ability to specify the "media" directory for the test project.Jason Maskell2016-05-161-2/+2
| | | | | test_d3d11 now runs, but doesn't work yet. Converted foam.dds to 32 bit to let it actually load since it's 24 bit format was deprecated.
* Added the test_d3d11 app to the solution. Not compiling yet, mostly a ↵Jason Maskell2016-05-162-9/+192
| | | | paranoia commit.
* Project now compiles with Cmake.Jason Maskell2016-05-121-12/+73
| | | | 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 Maskell2016-05-121-0/+232