-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Spout.cpp - Restore GetSenderAdpater for testing SpoutCopy.cpp - use std:: prefix for floor in rgba2rgbResample for Clang compatibility. PR#81 SpoutDirectX.cpp - Correct log notice in ReleaseDX11Texture to show texture instead of device - Move adapter pointer release from release device to destructor SpoutFrameCount.cpp - Clean up logs in CreateAccessMutex and EnableFrameCount - Change "_uuidof" to "__uuidof" in CheckKeyedAccess. PR#81 SpoutGL.cpp - Add "No error: case comment to LinkGLDXtextures - Remove un-necessary wglDXSetResourceShareHandle from LinkGLDXtextures - Create m_bGLDXdone flag for GLDXready to avoid repeats - Change pointer comparision from >0 to nullptr in OpenSpout (PR #80) - Remove m_hInteropDevice created check in OpenSpout - Clean up logs in LoadGLextensions - Restore glBufferData method for in UnloadTexturePixels pending implementation of glFencSync for glMapBufferRange method SpoutUtils.cpp - Change return logic of RemovePathFromRegistry
- Loading branch information
Showing
10 changed files
with
313 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.