Commit Graph

18 Commits

Author SHA1 Message Date
0054ddbe09 SDL GL 2018-06-09 14:09:58 +03:00
dbceb48a65 SDL GL 2018-06-09 14:08:29 +03:00
5c66e08123 Merge pull request #62 from mbellew/sse
SSE version of PresetOutputs::PerPixelMath
2018-05-23 10:11:22 +03:00
0650aa11d2 fix responsiveness of SDL app 2018-05-17 14:34:48 -07:00
2bb6da1dd4 unused member pcmBuffer 2018-05-16 09:31:45 -07:00
fc5451076c fix shadowing width/height on resize 2018-04-08 12:04:00 -07:00
420c939369 SDL include, remove my copyrights that xcode added :/ 2018-04-08 10:28:48 -07:00
ce837ddac3 can build libprojectM with xcode now 2018-04-08 08:57:03 -07:00
c1ee4bd6dd libprojectM xcode project 2018-04-08 08:17:38 -07:00
f175751da0 cleanup 2018-04-05 21:47:23 -07:00
2df0738cce Cross-platform GL include (#41)
* qt autoconf

* WIP: Qt5 makefile

* go away cmake

* testing bsd define

* readme

* replacing __linux__ with __unix__

* sdl/libGLU

* Revert "WIP: Qt5 makefile"

This reverts commit aaa44566b9.

* Revert "qt autoconf"

This reverts commit a82dae3c54.

* Revert "go away cmake"

This reverts commit 1392d5e658.

* fix amflags for m4 dir

* opengl header

* opengl header

* use one header for dealing with cross-platform GL includes

* include opengl header in dist

* fix _WIN32 (maybe?)
2018-03-12 22:20:19 +02:00
8eaa232dda Use autotools to build (#27)
* remove c3d/build

* autotools start

* ignore

* autoreconf? idk

* linux/osx gcc/clang

* no glut, need glew tho

* fix test matrix

* fix linux conditional includes?

* sdl makefile am

* SDL2 m4/autoconf

* idk more m4 crap

* ignore more junk

* ug

* go away idk

* renderer makefile

* fixing SDL's broken-ass sdl2.m4 lol

* progress

* cmake go away

* full autotools build working yay

* autogen script, readme update

* fix linux ifdefs

* stuff

* fix linux -ldl

* mac sdl dep for travis

* whoops

* brewwww

* no osx gcc

* no test

* kinda working linux library build

* travis apt packages

* ignore old SDL2 for travis

* typo

* autogen for osx build readme
2018-02-09 14:25:54 -08:00
f6527c59b5 merge master 2018-02-03 04:56:51 -08:00
d7ab7d391f audio device selection 2018-02-03 01:59:13 -08:00
368633b100 Merge branch 'master' into build 2018-02-02 10:52:17 -08:00
488cf387e9 maximize resolution on fullscreen 2017-10-01 13:00:16 -07:00
db7430668b can build libprojectM+renderer+presetfactories and projectM-SDL with some Make. cmake status: BTFO 2017-09-18 15:18:51 -07:00
3db0816ecb refactoring SDL app into a projectM subclass 2017-09-18 11:48:54 -07:00