|
|
269181d9d9
|
progress - glsl 410
|
2018-06-09 21:54:13 +03:00 |
|
|
|
0e60b1d6cb
|
Merge branch 'gles3' of github.com:projectM-visualizer/projectm into gles3
|
2018-06-09 21:43:18 +03:00 |
|
|
|
c9fef28a89
|
Downgrade shaders to glsl 1.3
|
2018-06-09 14:19:46 +02:00 |
|
|
|
e529008e11
|
Merge branch 'gles3' of github.com:projectM-visualizer/projectm into gles3
|
2018-06-09 15:08:49 +03:00 |
|
|
|
44bcae39b8
|
GL 1.3 stuff
|
2018-06-09 15:08:34 +03:00 |
|
|
|
0054ddbe09
|
SDL GL
|
2018-06-09 14:09:58 +03:00 |
|
|
|
dbceb48a65
|
SDL GL
|
2018-06-09 14:08:29 +03:00 |
|
|
|
18b0efce7a
|
Disabling FTGL and Cg
|
2018-06-09 12:42:29 +02:00 |
|
|
|
caf71b3ab4
|
Merge branch 'gles3' of github.com:projectM-visualizer/projectm into gles3
|
2018-06-09 00:22:36 +03:00 |
|
|
|
d89114c168
|
C++11 nullptr to NULL
C++11 lambda conversion
|
2018-06-08 16:25:07 +02:00 |
|
|
|
fdbfb1e7ba
|
Merge pull request #69 from deltaoscarmike/gles3
OpenGL ES 3.0 support
|
2018-06-08 08:34:55 +03:00 |
|
|
|
d3128c2c63
|
FTGL doesn't support modern OpenGL: disabling
|
2018-06-08 07:18:07 +02:00 |
|
|
|
717eb35749
|
Move optional gl32.h which is only used for GL debug
|
2018-06-08 07:07:33 +02:00 |
|
|
|
c2b70915dd
|
Forgot to add libglm...again
|
2018-06-07 19:46:24 +02:00 |
|
|
|
88665e7495
|
Fix glm presence checking by autotools
|
2018-06-07 19:19:13 +02:00 |
|
|
|
b301cd8b0c
|
fixing up GL bits and pieces
|
2018-06-07 10:38:10 +03:00 |
|
|
|
1a01c7fd0c
|
OpenGL ES 3.0 support
|
2018-06-06 20:25:31 +02:00 |
|
|
|
b4279c24f7
|
Merge pull request #67 from schnitzeltony/master
Makefile.am: Fix installation with DESTDIR set
|
2018-06-05 08:21:05 +02:00 |
|
|
|
7d414b93a9
|
Makefile.am: Fix installation with DESTDIR set
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
2018-06-04 22:35:38 +02:00 |
|
|
|
b91078e311
|
copying this into master to make diffing easier
|
2018-06-03 15:08:15 +02:00 |
|
|
|
c4d4410045
|
Merge pull request #65 from mbellew/issue_64
fix for issue 64
|
2018-06-02 15:01:28 +02:00 |
|
|
|
d2d2007366
|
fix for issue 64
|
2018-05-29 07:14:13 -07:00 |
|
|
|
5c66e08123
|
Merge pull request #62 from mbellew/sse
SSE version of PresetOutputs::PerPixelMath
|
2018-05-23 10:11:22 +03:00 |
|
|
|
58722d1fc5
|
fix signature for _mm_sincosf(), thanks Mischa
|
2018-05-22 12:45:07 -07:00 |
|
|
|
9b8a9a4f06
|
AC_CHECK_FUNCS_ONCE
|
2018-05-22 12:03:26 -07:00 |
|
|
|
8b84c0f911
|
__APPLE__
|
2018-05-21 22:22:39 -07:00 |
|
|
|
108b6b013f
|
TARGET_OS_MAC
|
2018-05-21 21:00:57 -07:00 |
|
|
|
7fee1b6632
|
some comments
|
2018-05-20 16:34:52 -07:00 |
|
|
|
845cb86e02
|
alloc mesh as one memory block
|
2018-05-20 16:25:20 -07:00 |
|
|
|
834408bf03
|
Merge pull request #61 from mbellew/parameterexpr_cleanup
ParameterExpr cleanup
|
2018-05-18 10:22:10 +03:00 |
|
|
|
a9874619a6
|
move matrix_flag check back to eval time
|
2018-05-17 14:49:45 -07:00 |
|
|
|
0650aa11d2
|
fix responsiveness of SDL app
|
2018-05-17 14:34:48 -07:00 |
|
|
|
5c38e9c5ec
|
cleanup
|
2018-05-16 09:32:55 -07:00 |
|
|
|
2bb6da1dd4
|
unused member pcmBuffer
|
2018-05-16 09:31:45 -07:00 |
|
|
|
456ef6e2f5
|
SSE version of PresetOutputs::PerPixelMath()
|
2018-05-15 22:34:32 -07:00 |
|
|
|
547e5cb34c
|
Merge pull request #2 from projectM-visualizer/master
from main repo
|
2018-05-14 18:31:20 -07:00 |
|
|
|
595bb28b6c
|
Merge pull request #60 from mbellew/sdl_crash_on_quit
fix segfault on app close
|
2018-05-14 18:35:29 +03:00 |
|
|
|
9b8215386b
|
fix segfault on app close
|
2018-05-13 23:22:37 -07:00 |
|
|
|
e2bce59bfc
|
Merge pull request #59 from mbellew/eval_perf
Expression evaluation performance
|
2018-05-12 08:55:41 +03:00 |
|
|
|
66db7ade78
|
NULL check
|
2018-05-10 21:40:37 -07:00 |
|
|
|
439a4f161a
|
typo
|
2018-05-10 20:06:02 -07:00 |
|
|
|
10b0a4d9a4
|
TreeExprMult
|
2018-05-10 19:30:28 -07:00 |
|
|
|
f4a29d54fe
|
PrefunExprOne
|
2018-05-10 18:47:15 -07:00 |
|
|
|
f5e83537f7
|
ExprClass and some warning cleanup
|
2018-05-10 14:50:37 -07:00 |
|
|
|
96a76ad1ed
|
optimize()
|
2018-05-09 22:39:02 -07:00 |
|
|
|
2f8c3b6b7c
|
kill GenExpr
|
2018-05-09 08:43:05 -07:00 |
|
|
|
6e4363d146
|
virtual Expr::eval()
|
2018-05-08 21:56:22 -07:00 |
|
|
|
d98efea27a
|
remove bogus readme
|
2018-04-27 02:53:07 -07:00 |
|
|
|
84eac206b1
|
Merge pull request #57 from projectM-visualizer/pkgconfig
pkg-config from @schnitzeltony
|
2018-04-27 12:52:24 +03:00 |
|
|
|
d6c99b0a23
|
update tests to look for headers in libprojectM/...
|
2018-04-27 02:15:11 -07:00 |
|