1354 Commits

Author SHA1 Message Date
a410acc14c Merge pull request #72 from projectM-visualizer/gles3
switching glsl version depends of --enable-gles configure flag
2018-06-13 08:28:09 +03:00
444759fad6 switching glsl version depends of --enable-gles configure flag
fix vao memleak
2018-06-10 19:23:41 +02:00
e6a2df5b00 Merge pull request #70 from projectM-visualizer/gles3
GLES3
2018-06-10 16:32:01 +03:00
b2fe0384cc Merge branch 'gles3' of https://github.com/projectM-visualizer/projectm into gles3 2018-06-09 22:52:49 +02:00
2c321aea20 Restore vertex layout location 2018-06-09 22:50:29 +02:00
133cb6bd00 fix undefined VAO error 2018-06-09 23:28:16 +03:00
266b5e1ed0 progress - glsl 410 2018-06-09 21:54:13 +03:00
ad2acbf21b Downgrade shaders to glsl 1.3 2018-06-09 14:19:46 +02:00
0b662c87f4 GL 1.3 stuff 2018-06-09 15:08:34 +03:00
630a92ab53 SDL GL 2018-06-09 14:09:58 +03:00
466b80b02d SDL GL 2018-06-09 14:08:29 +03:00
13cc40da73 C++11 nullptr to NULL
C++11 lambda conversion
2018-06-08 16:25:07 +02:00
7d497ce582 Merge pull request #69 from deltaoscarmike/gles3
OpenGL ES 3.0 support
2018-06-08 08:34:55 +03:00
0bb9903afd Move optional gl32.h which is only used for GL debug 2018-06-08 07:07:33 +02:00
2513161489 fixing up GL bits and pieces 2018-06-07 10:38:10 +03:00
7614c28368 OpenGL ES 3.0 support 2018-06-06 20:25:31 +02:00
0d19e1766a FIX: crash if preset directory is empty.
The crash happens in QProjectM_MainWindow::refreshHeaders which is dependent of columns count.
Columns headers doesn't need to be hidden if preset folder is empty.
2018-06-06 19:13:33 +02:00
b873d83734 copying this into master to make diffing easier 2018-06-03 15:08:15 +02:00
9134d174d6 fix for issue 64 2018-05-29 07:14:13 -07: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
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
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
f7f2dd4214 Merge pull request #54 from schnitzeltony/master
Autotools pkgconfig
2018-04-27 12:12:55 +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
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
7bdb57f4de use version macro 2018-04-08 13:04:52 -07:00