Commit Graph

2431 Commits

Author SHA1 Message Date
02b857c5a5 itunes plugin works again 2018-08-04 13:26:58 +03:00
79f225c8d0 some fixes for itunes plugin support. still doesn't really work 2018-08-04 11:03:22 +03:00
4ef9b71fd9 osx packaging w/ xcode 2018-08-02 00:52:52 +03:00
72cdf9cd22 output installer package and app bundle on osx 2018-08-02 00:10:54 +03:00
4e63cb11f2 dumb (me) 2018-08-01 17:53:09 +03:00
9d69291cf2 readme 2018-08-01 17:28:34 +03:00
4966e76b7e makefile stuff for emscripten 2018-08-01 17:23:45 +03:00
dbe822aff8 merge 2018-08-01 16:26:37 +03:00
95b75e9156 Merge pull request #91 from axe312ger/glsl-emscripten
[WIP] GLSL via emscripten
2018-08-01 13:27:09 +03:00
66212ca8f1 fixup! fixup! fix makefile and add more context to readme 2018-08-01 12:18:18 +02:00
488737b714 fixup! fix makefile and add more context to readme 2018-08-01 11:56:09 +02:00
4c0237a82d fix makefile and add more context to readme 2018-08-01 11:53:27 +02:00
463db6132b bundle SDL for osx WIP 2018-07-31 12:07:28 +03:00
e0619ea9c4 Merge branch 'master' into glsl 2018-07-28 20:06:25 +02:00
9f524298af 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.
2018-07-28 19:56:46 +02:00
15b23e9f79 Fix borders issue 2018-07-28 19:50:57 +02:00
6425b561a5 GLES and SSE2 fix stuff 2018-07-28 16:30:30 +00:00
18ad8f48a2 readme 2018-07-28 13:24:03 +03:00
dcc7800fb7 some emscripten support returns 2018-07-28 00:20:46 +03:00
2fde689eac Merge branch 'glsl' of github.com:projectM-visualizer/projectm into glsl 2018-07-26 00:04:38 +03:00
984f5ceaf8 read FPS from config file for SDL version 2018-07-26 00:04:34 +03:00
9d91ec0c21 Re-enabling PerPixelMath_sse (issue #84) 2018-07-25 21:09:58 +02:00
00a2a70743 Fix for travis 2018-07-25 20:17:08 +02:00
7628fd018c - Fix for travis
- Convert glProgramUniform* for OGL 3.x compatibility
2018-07-25 19:38:17 +02:00
543a3374ff Revert commit ae242a5 2018-07-25 19:32:44 +02:00
f627beff91 Merge pull request #89 from mbellew/perpixelmathtest
fix _mm_pow(), see https://github.com/projectM-visualizer/projectm/is…
2018-07-24 09:29:21 +03:00
b63c06a824 how do you mess up a one character patch? 2018-07-23 16:41:46 -07:00
c891898281 fix _mm_pow(), see https://github.com/projectM-visualizer/projectm/issues/84 2018-07-23 15:24:37 -07:00
0fda4a58ff GL_LUMINANCE is deprecated, replacement by GL_RGB 2018-07-23 20:31:09 +02:00
94a5176932 Fix border issue 2018-07-23 19:31:43 +02:00
ed37ab3969 some cleanups. fixed dylib loader path for SDL2 so we can bundle it together. fix some minor syntax things. remove cg code. 2018-07-23 14:29:08 +03:00
0517b76c5d Merge branch 'glsl' of github.com:projectM-visualizer/projectm into glsl 2018-07-23 12:57:03 +03:00
9f554788f6 bleh 2018-07-23 12:53:04 +03:00
6a6ce7cd90 Fix travis building 2018-07-23 08:18:36 +02:00
3142b36e79 Blur shaders ported to GLSL
All presets unifoms corrected
Shader rendering fixed
2018-07-23 08:07:14 +02:00
ddcd9fb735 Texture manager rewrite to add sampler support (used by shaders)
Renderer target rewrite to remove FBO support (better fps)
Render to texture support restored
2018-07-22 09:16:06 +02:00
dc9f700690 Add testing switches:
- fake audio
- unlock FPS (linux only)
2018-07-18 21:46:01 +02:00
96d91d8eac Removing Cg leftovers 2018-07-18 21:41:47 +02:00
4c8545a963 Disabling PerPixelMath_sse (issue #84) 2018-07-18 20:50:53 +02:00
2676f918fc Merge pull request #83 from luigino/plugins
Delete backup file otherwise it will get installed along with everything else
2018-06-24 12:52:39 -07:00
54c67e1ecc Delete backup file otherwise it will get installed 2018-06-24 10:27:37 +02:00
be26c7a7a6 Merge pull request #77 from luigino/icon
Also install icon file mentioned in the .desktop
2018-06-23 14:56:21 -07:00
56f0646f4a Merge pull request #80 from luigino/rpath
Add --disable-rpath switch to avoid hardcoded path
2018-06-23 14:55:58 -07:00
418e28006a Merge pull request #82 from luigino/ppc64
Fix build on ppc64
2018-06-23 14:55:34 -07:00
aecf3b3ab3 Merge pull request #79 from luigino/plugins
Plugins should be unversioned shared objects
2018-06-23 09:19:00 -07:00
1df2e1824b Fix build on ppc64 2018-06-23 16:58:03 +02:00
250e92a7bf Add --disable-rpath switch to avoid hardcoded path 2018-06-23 15:00:14 +02:00
a4565f6a09 Plugins should be unversioned shared objects 2018-06-23 11:25:56 +02:00
64638e3965 Also install icon file mentioned in the .desktop 2018-06-23 10:05:48 +02:00
c8d064da3f Merge pull request #75 from luigino/minor
Minor fixes
2018-06-22 11:58:47 -07:00