Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

projectM

The most advanced open source music visualization
Collective - Host: opensource - https://opencollective.com/projectm - Code: https://github.com/projectM-visualizer/projectm

Fix texture management

github.com/projectM-visualizer/projectm - f7b971359cb70379e034442afee97f9da742ac44 authored over 6 years ago by deltaoscarmike <[email protected]>
Complete HLSLTranslator matrix support

github.com/projectM-visualizer/projectm - 13314c228ce2582204fa28a93d17f870114c2ced authored over 6 years ago by deltaoscarmike <[email protected]>
Several HLSLTranslator fixes

github.com/projectM-visualizer/projectm - abbbf779efdca5f3849b50887c77a1e845f58a14 authored over 6 years ago by deltaoscarmike <[email protected]>
Fixing HLSLTranslator:

- miising keywords
- rsqrt function
- modulo support
- preprocessor if/else/endif support
- sever...

github.com/projectM-visualizer/projectm - 01cec91cca4d4d54af77f9204196857f30fb1c59 authored over 6 years ago by deltaoscarmike <[email protected]>
Fix composite rendering glitches

github.com/projectM-visualizer/projectm - 362fcce124a6500ad4e15c4e970bb6073f28cef5 authored over 6 years ago by deltaoscarmike <[email protected]>
Remove useless files

github.com/projectM-visualizer/projectm - 99710c64894cd97a1289d8b73112bf6077433fff authored over 6 years ago by deltaoscarmike <[email protected]>
Add a fast preset switching test flag to check for shader compilation issues

github.com/projectM-visualizer/projectm - d4ccf8909fc6529c4f28d39b12e74553f3d6544c authored over 6 years ago by deltaoscarmike <[email protected]>
shaders fixes

github.com/projectM-visualizer/projectm - 0b031064308b2abea5b437b10f6ae98881b0f1d0 authored over 6 years ago by deltaoscarmike <[email protected]>
use bundled presets, skip config file. make self-contained

github.com/projectM-visualizer/projectm - a6c96e21fa12ab41e7d97bdfe7d993f33472fc16 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
itunes plugin works again

github.com/projectM-visualizer/projectm - 02b857c5a5688ee8412eb59aed9bbd86518ef50c authored over 6 years ago by Mischa Spiegelmock <[email protected]>
some fixes for itunes plugin support. still doesn't really work

github.com/projectM-visualizer/projectm - 79f225c8d0faaa32cbf5e3baade0fdee4531d373 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
osx packaging w/ xcode

github.com/projectM-visualizer/projectm - 4ef9b71fd90fe1e7767183dbbd3bdc36ae73bbd1 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
output installer package and app bundle on osx

github.com/projectM-visualizer/projectm - 72cdf9cd2242e1d64e274fe4b72b534956387f1c authored over 6 years ago by Mischa Spiegelmock <[email protected]>
dumb (me)

github.com/projectM-visualizer/projectm - 4e63cb11f2a28f960116b8ef59c0928ac5fba7fb authored over 6 years ago by Mischa Spiegelmock <[email protected]>
makefile stuff for emscripten

github.com/projectM-visualizer/projectm - 4966e76b7eecd4df6b0f7a79c1641b1983bad482 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
Merge pull request #91 from axe312ger/glsl-emscripten

[WIP] GLSL via emscripten

github.com/projectM-visualizer/projectm - 95b75e9156eb4f7670f9a0698edfaf6917a21994 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
fixup! fixup! fix makefile and add more context to readme

github.com/projectM-visualizer/projectm - 66212ca8f172806496b1a1e474aa636994f4ac27 authored over 6 years ago by Benedikt Rötsch <[email protected]>
fixup! fix makefile and add more context to readme

github.com/projectM-visualizer/projectm - 488737b714ce21b92f92e976bcfdb6b4056370ac authored over 6 years ago by Benedikt Rötsch <[email protected]>
fix makefile and add more context to readme

github.com/projectM-visualizer/projectm - 4c0237a82d1ef32533fc4b1b11b097af0c890914 authored over 6 years ago by Benedikt Rötsch <[email protected]>
bundle SDL for osx WIP

github.com/projectM-visualizer/projectm - 463db6132b8e1691f0d855c1a4234c846e9ce6ab authored over 6 years ago by Mischa Spiegelmock <[email protected]>
Merge branch 'master' into glsl

github.com/projectM-visualizer/projectm - e0619ea9c4ba0edf9b2274031613fd3ea098f4d3 authored over 6 years ago by deltaoscarmike <[email protected]>
Downgrade glsl required version to 3.3 supported by OGL 3.3.

It's for old hardware compatiblity since OGL 4.x features are not used.

github.com/projectM-visualizer/projectm - 9f524298af2a64198a09537d2e514494408679e3 authored over 6 years ago by deltaoscarmike <[email protected]>
Fix borders issue

github.com/projectM-visualizer/projectm - 15b23e9f79eea7502ce15499c101059184b5de42 authored over 6 years ago by deltaoscarmike <[email protected]>
GLES and SSE2 fix stuff

github.com/projectM-visualizer/projectm - 6425b561a5f4c1441c359f9d9ecedf138bfcff87 authored over 6 years ago by revmischa <[email protected]>
some emscripten support returns

github.com/projectM-visualizer/projectm - dcc7800fb7165ad6261b4c4431d1a1eeb614af77 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
Merge branch 'glsl' of github.com:projectM-visualizer/projectm into glsl

github.com/projectM-visualizer/projectm - 2fde689eacc45c817c7c72d1c72ec5800b72cc73 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
read FPS from config file for SDL version

github.com/projectM-visualizer/projectm - 984f5ceaf871efc4b0462486af7ddf11d3f085c2 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
Re-enabling PerPixelMath_sse (issue #84)

github.com/projectM-visualizer/projectm - 9d91ec0c216dae4455b0c961ebabc802bf9f7511 authored over 6 years ago by deltaoscarmike <[email protected]>
Fix for travis

github.com/projectM-visualizer/projectm - 00a2a70743fe5c3ae02883f7f59af49db0b776c9 authored over 6 years ago by deltaoscarmike <[email protected]>
- Fix for travis

- Convert glProgramUniform* for OGL 3.x compatibility

github.com/projectM-visualizer/projectm - 7628fd018ced1cb432a13e51c0494a5b2e722260 authored over 6 years ago by deltaoscarmike <[email protected]>
Revert commit ae242a5

github.com/projectM-visualizer/projectm - 543a3374ff88e5c3317bcf8d7c7088546bd2d3c1 authored over 6 years ago by deltaoscarmike <[email protected]>
Merge pull request #89 from mbellew/perpixelmathtest

fix _mm_pow(), see https://github.com/projectM-visualizer/projectm/is…

github.com/projectM-visualizer/projectm - f627beff919dc4f629d0f71f8f27ad34a9e09e1d authored over 6 years ago by Mischa Spiegelmock <[email protected]>
how do you mess up a one character patch?

github.com/projectM-visualizer/projectm - b63c06a82424779cfd591cfc87ae88aaa52347ff authored over 6 years ago by Matthew Bellew <[email protected]>
fix _mm_pow(), see https://github.com/projectM-visualizer/projectm/issues/84

github.com/projectM-visualizer/projectm - c8918982814bf0e47868cc632dad48f0743fb9f9 authored over 6 years ago by Matthew Bellew <[email protected]>
GL_LUMINANCE is deprecated, replacement by GL_RGB

github.com/projectM-visualizer/projectm - 0fda4a58ffb31fd361ff522fadbe44f011bb8fd6 authored over 6 years ago by deltaoscarmike <[email protected]>
Fix border issue

github.com/projectM-visualizer/projectm - 94a51769327d264f432f400d2383b657de7599c3 authored over 6 years ago by deltaoscarmike <[email protected]>
some cleanups. fixed dylib loader path for SDL2 so we can bundle it together. fix some minor syntax things. remove cg code.

github.com/projectM-visualizer/projectm - ed37ab39695b4300e68f919c6759b178540f24b6 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
Merge branch 'glsl' of github.com:projectM-visualizer/projectm into glsl

github.com/projectM-visualizer/projectm - 0517b76c5d052b8911e97e2859a523d4aef35fd7 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
Fix travis building

github.com/projectM-visualizer/projectm - 6a6ce7cd90abe7e147ed62cc9359fc8d05080194 authored over 6 years ago by deltaoscarmike <[email protected]>
Blur shaders ported to GLSL

All presets unifoms corrected
Shader rendering fixed

github.com/projectM-visualizer/projectm - 3142b36e79d8b0cd81f399d9720975460b35935c authored over 6 years ago by deltaoscarmike <[email protected]>
Texture manager rewrite to add sampler support (used by shaders)

Renderer target rewrite to remove FBO support (better fps)
Render to texture support restored

github.com/projectM-visualizer/projectm - ddcd9fb735dc0fbe27e0293220b470843c95eb03 authored over 6 years ago by deltaoscarmike <[email protected]>
Add testing switches:

- fake audio
- unlock FPS (linux only)

github.com/projectM-visualizer/projectm - dc9f700690bcad75cd4062b50b4eccbb51827cb4 authored over 6 years ago by deltaoscarmike <[email protected]>
Removing Cg leftovers

github.com/projectM-visualizer/projectm - 96d91d8eacb69a8e5b5ebb3aa7fd76de83cfea3d authored over 6 years ago by deltaoscarmike <[email protected]>
Disabling PerPixelMath_sse (issue #84)

github.com/projectM-visualizer/projectm - 4c8545a963a4654816fa1624b2d5623ea62f0710 authored over 6 years ago by deltaoscarmike <[email protected]>
Merge pull request #83 from luigino/plugins

Delete backup file otherwise it will get installed along with everything else

github.com/projectM-visualizer/projectm - 2676f918fc551b0bf8d6cb9fbe69596dbad40e89 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
Delete backup file otherwise it will get installed

github.com/projectM-visualizer/projectm - 54c67e1ecc912d625b4e3f06f9768216e08140e2 authored over 6 years ago by Luigi Baldoni <[email protected]>
Merge pull request #77 from luigino/icon

Also install icon file mentioned in the .desktop

github.com/projectM-visualizer/projectm - be26c7a7a61ab6a29c8c3aad77764146998ef17e authored over 6 years ago by Mischa Spiegelmock <[email protected]>
Merge pull request #80 from luigino/rpath

Add --disable-rpath switch to avoid hardcoded path

github.com/projectM-visualizer/projectm - 56f0646f4a62a74dfdc988327d41f86920e22404 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
Merge pull request #82 from luigino/ppc64

Fix build on ppc64

github.com/projectM-visualizer/projectm - 418e28006a3014d2a995d5cb1a0424c7def49166 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
Merge pull request #79 from luigino/plugins

Plugins should be unversioned shared objects

github.com/projectM-visualizer/projectm - aecf3b3ab3822bf2fa9cf62f31aeb3edc5532910 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
Add --disable-rpath switch to avoid hardcoded path

github.com/projectM-visualizer/projectm - 250e92a7bf361ec82e1aecf362dad7f063816300 authored over 6 years ago by luigino <[email protected]>
Plugins should be unversioned shared objects

github.com/projectM-visualizer/projectm - a4565f6a09589f12cf7b0e70cf9fab0c924b5bbd authored over 6 years ago by luigino <[email protected]>
Also install icon file mentioned in the .desktop

github.com/projectM-visualizer/projectm - 64638e3965e6ed104d75c291decb20a29e98eac1 authored over 6 years ago by luigino <[email protected]>
Merge pull request #75 from luigino/minor

Minor fixes

github.com/projectM-visualizer/projectm - c8d064da3fa114dffa01db11bf2a8353fa5090ac authored over 6 years ago by Mischa Spiegelmock <[email protected]>
WIP: now some presets shaders are compiled

- HLSL: Lots of HLSLparser fixes
- HLSL: Add Preprocessor macro support
- HLSL: Add functions: mo...

github.com/projectM-visualizer/projectm - 28f34f53d33ef64668aa911c613764c89deb0e4d authored over 6 years ago by deltaoscarmike <[email protected]>
Use correct SOVERSION for libprojectM.so

github.com/projectM-visualizer/projectm - 244680861537b03c571cf71e2fc583da10662190 authored over 6 years ago by luigino <[email protected]>
Also search for rcc-qt5

github.com/projectM-visualizer/projectm - 5a99cf7da19a933d37ae2c1f86a80adc7d8ba5d3 authored over 6 years ago by luigino <[email protected]>
Add return value to non-void function template

github.com/projectM-visualizer/projectm - 30f5e04a5148f3c6bb4d45e25c160895316ade24 authored over 6 years ago by luigino <[email protected]>
add libprojectM xcode project

github.com/projectM-visualizer/projectm - a9739e1c97b825420a6766ebb28a9ec27aba0f30 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
merge master

github.com/projectM-visualizer/projectm - a56010bf818eb2bfa267c0176b51f421f7abf816 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
this doesn't belong in this branch

github.com/projectM-visualizer/projectm - dd4e87884762a0b9da96f81b83bf834ade0ffbbd authored over 6 years ago by Mischa Spiegelmock <[email protected]>
this doesn't belong in this branch

github.com/projectM-visualizer/projectm - a399f83cdad28b327bcf3351e5a8a2b74f1c3315 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
this doesn't belong in this branch

github.com/projectM-visualizer/projectm - 4a48090c060955cbef70f17332ac10030e6ea736 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
FTGL/Cg flags gone

github.com/projectM-visualizer/projectm - 2247fc110807e90bb9ff75bc97cc1db4292e16b9 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
this doesn't belong in this branch

github.com/projectM-visualizer/projectm - 55aaea133d860cdd25f95b289f7cc0388596121f authored over 6 years ago by Mischa Spiegelmock <[email protected]>
this doesn't belong in this branch

github.com/projectM-visualizer/projectm - d94c9a3042a84c0d66e95aa9eecadc6b82b0cd7e authored over 6 years ago by Mischa Spiegelmock <[email protected]>
this doesn't belong in this branch

github.com/projectM-visualizer/projectm - 7ae4ee79d210e2f0fb35db451a6a2187f8319f99 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
this doesn't belong in this branch

github.com/projectM-visualizer/projectm - 829b0cc5556da46fda56377635999eabcea82391 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
load from correct presets dir

github.com/projectM-visualizer/projectm - 3af10288ec2e75e30099008c38f25a843be5cf65 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
Merge pull request #71 from deltaoscarmike/memleaks_fixes

memleaks fixes

github.com/projectM-visualizer/projectm - 4f254fbdaf89fa0034bd00ecc4aa437231a4142b authored over 6 years ago by Mischa Spiegelmock <[email protected]>
have xcode copy all presets to $BUILT_PRODUCTS_DIR

github.com/projectM-visualizer/projectm - 389170ce0608e1c8e1339cc03e5b87fffd40d874 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
Version 3.0.0 - GLES/OpenGL 3

github.com/projectM-visualizer/projectm - d3357e29c41facf122bd7b61e46ba2b7bf13c442 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
removing cg shaders from makefile

github.com/projectM-visualizer/projectm - e2dc9f91a3cd1226d496448892e4ca832143defd authored over 6 years ago by Mischa Spiegelmock <[email protected]>
Merge branch 'glsl' of github.com:projectM-visualizer/projectm into glsl

github.com/projectM-visualizer/projectm - 60b29ba1e80cb48371e5f8a4ccaeddf841c67070 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
Merge pull request #72 from projectM-visualizer/gles3

switching glsl version depends of --enable-gles configure flag

github.com/projectM-visualizer/projectm - 108694f6a2a944cb8aa38a842ded78c3a492b8c2 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
WIP: shader code update (extract from milkdrop sources)

github.com/projectM-visualizer/projectm - 7516a705c4573e5bd4f33463c5f32accee1c81d0 authored over 6 years ago by deltaoscarmike <[email protected]>
WIP: several fixes

github.com/projectM-visualizer/projectm - 26da73984f00d612c50bf35d80c7e47151305703 authored over 6 years ago by deltaoscarmike <[email protected]>
sort of progress w/ comp/warp shader programs

github.com/projectM-visualizer/projectm - 1593d10656ad3194438f59aea15a3103530ce8f5 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
load warp and comp shaders from preset into programs

github.com/projectM-visualizer/projectm - 233e9e289bbed712998701c8458d3492fd3dd3a8 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
memleaks fixes

github.com/projectM-visualizer/projectm - 2ce0e70a98d09a61d2384728651fc8f3ee02e096 authored over 6 years ago by deltaoscarmike <[email protected]>
Merge branch 'glsl' of github.com:projectM-visualizer/projectm into glsl

github.com/projectM-visualizer/projectm - c4acacdd1c75b8c9dd20734cd7b736cf499aec12 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
Fix build errors (again)

github.com/projectM-visualizer/projectm - 72a50bed0c2d9cf3b3263dabf119ca7944754052 authored over 6 years ago by deltaoscarmike <[email protected]>
Fix build errors

github.com/projectM-visualizer/projectm - 360ef1471a7b974a380218046c9a299fb2870d33 authored over 6 years ago by deltaoscarmike <[email protected]>
WIP: making preset shader program

github.com/projectM-visualizer/projectm - 0522afe06416cc40ebb34ae774a793dc7a273f4b authored over 6 years ago by Mischa Spiegelmock <[email protected]>
switching glsl version depends of --enable-gles configure flag

fix vao memleak

github.com/projectM-visualizer/projectm - 794363f87dad1970acb221cecabc6268261a09fd authored over 6 years ago by deltaoscarmike <[email protected]>
Merge branch 'gl-modernize' into glsl

github.com/projectM-visualizer/projectm - 57c7219aaaf743abc977009e8531d2bbd7d3bb8f authored over 6 years ago by Mischa Spiegelmock <[email protected]>
WIP preset shader loading

github.com/projectM-visualizer/projectm - 048498c816b72a40f052219e53cc9194601ec5b1 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
checkpoint

github.com/projectM-visualizer/projectm - d5f81cd9bbcc456166d838ef8d6500a05d853671 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
cleanups

github.com/projectM-visualizer/projectm - 82e2ffe521d6f4b3a55924a5370458f6cd996a50 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
restoring

github.com/projectM-visualizer/projectm - 2fb79ca42bc4912414fdaec329c836256edd08c2 authored over 6 years ago by Mischa Spiegelmock <[email protected]>
makefile indentation

github.com/projectM-visualizer/projectm - 13fe1c5e00c82386293b1085290478388e08275e authored over 6 years ago by Mischa Spiegelmock <[email protected]>