Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syncing master and android_linux branches #1506

Merged
merged 71 commits into from Jul 18, 2016

Conversation

richardeakin
Copy link
Collaborator

There were a few conflicts in MSW files so that platform still needs to be tested, especially UWP.

andrewfb and others added 30 commits February 25, 2016 15:24
Now-default alpha blending broke the velocity buffer rendering.
Simply disabled the alpha blending.
Fixing OS X sleep-prevention code to address cinder#1323
Fix velocity buffer motion blur sample.
…pported

detect CMYK files and throw more detailed exception on MSW.
added some popular glsl methods to the using explicit list
Fixed gl::Sync Position in Flickr Multi-threaded Sample
…h_cleanup

Thyrrestrup vert batch cleanup
Fixing vc2013 handling of std::atomic
Add vec2 overload of RectT::scaledCentered()
martinfm and others added 26 commits April 13, 2016 18:27
Now mWritePos gets updated in process() through
std::atomic::compare_exchange_strong().
The update only happens if mWritePos didn't change since the beginning
of process().
if it did change, then it means mWritePos has been reset to 0 by another
thread calling start() and
therefore it must not be updated ( by adding numWriteFrames to it ) or
the new recording will start with an offset of numWriteFrames from the
beginning of the buffer.
Build fix: Fixed file names in include
Handle writing zero frames to an audio::TargetFile
…device

Handle no available audio device in a recoverable manner.
...where scanning from the right side was off by 1 pixel.
Fixed an issue with Trim::findNonTransparentArea...
"directive" vice "derictive"
Change 'consise' to 'concise'
Typo correction in contributing.md
it should respect the DDPF_FOURCC bit in the pixel format flags (often
absent in uncompressed dds files) and handle the case when fourcc is not
used.
Fixed an issue with uncompressed dds texture
Resolved conflicts:
	include/cinder/Cinder.h
	include/cinder/audio/msw/ContextWasapi.h
	include/cinder/audio/msw/DeviceManagerWasapi.h
	vc2015_winrt/cinder.vcxproj
@richardeakin
Copy link
Collaborator Author

There seems to be a minor issue that is breaking the UWP / Angle build due to this PR, however the conflict resolution looks correct in this PR so I'm going to merge it.

@richardeakin richardeakin merged commit 47d4721 into cinder:android_linux Jul 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet