Commit Graph

1560 Commits

Author SHA1 Message Date
c41007bfcf not quite working HLSL->GLSL translation... has some issues 2018-05-28 00:41:52 +03:00
f094898ebf files I did not mean to commit 2018-05-27 22:22:58 +03:00
140d1338a2 files I did not mean to commit 2018-05-27 22:22:24 +03:00
49335d3a3c remove this 2018-05-27 22:21:52 +03:00
43455b8bf4 files I did not mean to commit 2018-05-27 22:21:13 +03:00
78058b95e7 Merge branch 'master' into glsl
Merge master + work on HLSL->GLSL transpilation
2018-05-27 22:17:07 +03:00
c8e22e350c Merge pull request #62 from mbellew/sse
SSE version of PresetOutputs::PerPixelMath
2018-05-23 10:11:22 +03:00
5f8a525f9b fix signature for _mm_sincosf(), thanks Mischa 2018-05-22 12:45:07 -07:00
541a22c712 AC_CHECK_FUNCS_ONCE 2018-05-22 12:03:26 -07:00
6834d407dc __APPLE__ 2018-05-21 22:22:39 -07:00
43070063c7 TARGET_OS_MAC 2018-05-21 21:00:57 -07:00
a374bd93bc some comments 2018-05-20 16:34:52 -07:00
17942b79ac alloc mesh as one memory block 2018-05-20 16:25:20 -07:00
a2d1003aad Merge pull request #61 from mbellew/parameterexpr_cleanup
ParameterExpr cleanup
2018-05-18 10:22:10 +03:00
21118fb3e6 move matrix_flag check back to eval time 2018-05-17 14:49:45 -07:00
fb773fff93 fix responsiveness of SDL app 2018-05-17 14:34:48 -07:00
59ee738428 cleanup 2018-05-16 09:32:55 -07:00
681b23d9f9 unused member pcmBuffer 2018-05-16 09:31:45 -07:00
d1578229ce SSE version of PresetOutputs::PerPixelMath() 2018-05-15 22:34:32 -07:00
0d0d918d55 Merge pull request #2 from projectM-visualizer/master
from main repo
2018-05-14 18:31:20 -07:00
9650468607 Merge pull request #60 from mbellew/sdl_crash_on_quit
fix segfault on app close
2018-05-14 18:35:29 +03:00
33110d0908 fix segfault on app close 2018-05-13 23:22:37 -07:00
60df419050 Merge pull request #59 from mbellew/eval_perf
Expression evaluation performance
2018-05-12 08:55:41 +03:00
f9da4b3f0b NULL check 2018-05-10 21:40:37 -07:00
f3ab8e2942 typo 2018-05-10 20:06:02 -07:00
4ac64f4642 TreeExprMult 2018-05-10 19:30:28 -07:00
0d248236e7 PrefunExprOne 2018-05-10 18:47:15 -07:00
397790b95e ExprClass and some warning cleanup 2018-05-10 14:50:37 -07:00
54b2537066 optimize() 2018-05-09 22:39:02 -07:00
c8e0b93574 kill GenExpr 2018-05-09 08:43:05 -07:00
39b74ef528 virtual Expr::eval() 2018-05-08 21:56:22 -07:00
133b0a74f1 remove bogus readme 2018-04-27 02:53:07 -07:00
1f408cad42 Merge pull request #57 from projectM-visualizer/pkgconfig
pkg-config from @schnitzeltony
2018-04-27 12:52:24 +03:00
34d63573e4 update tests to look for headers in libprojectM/... 2018-04-27 02:15:11 -07:00
4594aeca68 Merge branch 'pkgconfig' of github.com:projectM-visualizer/projectm into pkgconfig 2018-04-27 12:13:40 +03:00
f7f2dd4214 Merge pull request #54 from schnitzeltony/master
Autotools pkgconfig
2018-04-27 12:12:55 +03:00
20978b0d8f Merge pull request #56 from deltaoscarmike/master
Fix typo
2018-04-26 23:41:02 +03:00
38fff2744e Fix typo 2018-04-26 22:34:23 +02:00
9c7d9dfdd4 Install headers to /usr/include/libprojectM
That is where the were before switching to autotools and where projects expect
them.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-04-15 01:01:07 +02:00
4305ce94f4 Re-add pkg-config support
Give others - e.g qmmp the chance to find projectM

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-04-14 23:53:28 +02:00
2a3a5315f5 Merge pull request #53 from walshbp/install_headers
install additional headers needed to compile against libprojectm
2018-04-11 09:44:07 +02:00
0cf9fb0c93 do not install config.h. Remove config.h from Common.hpp 2018-04-10 18:54:12 -04:00
a28a24ef83 install additional headers needed to compile against libprojectm 2018-04-09 19:37:26 -04:00
de10c4427a readme update 2018-04-09 08:34:53 -07:00
0654ddc99e Merge pull request #52 from projectM-visualizer/pthreads
Re-enable threading
2018-04-09 17:34:08 +02:00
fabeb6bf6a Merge pull request #50 from projectM-visualizer/xcode
Config file / xcode
2018-04-09 17:33:53 +02:00
378f6f956e try adding pthreads CFLAGS 2018-04-09 04:55:35 -07:00
1fad377c1e debugging 2018-04-09 04:54:11 -07:00
5c0476ffb8 trying to get LIBS right 2018-04-08 23:59:33 -07:00
df2b4978e8 bleh 2018-04-08 14:10:04 -07:00