Commit graph

38 commits

Author SHA1 Message Date
Richard Goedeken
7e9cdee797 fixed licensing issues in glide64 wrapper - replaced proprietary header files with 3dfx-GPLd ones, fixed code 2008-08-22 04:57:44 +00:00
Scott Knauert
fb8d8415d7 Replace -DSVN_* commandline flags with macros in main/version.h. Requires a few extra lines in plugin makefiles, but allows for much cleaner builds. 2008-08-21 02:45:34 +00:00
Scott Knauert
bc2476ede2 Removed defunct and unlicensed VCR functions, and language files. FSF address fixes. 2008-08-19 04:28:04 +00:00
Richard Goedeken
77131bafff fixed licensing issues in glide64 main files 2008-08-10 12:22:04 +00:00
Richard Goedeken
a023cc6861 fixed 32-bit and 32-on-64-bit build breakages introduced in r832 and r834 2008-08-08 12:24:40 +00:00
Scott Knauert
5d2a561f29 Added back glide64 logging options. Can be removed at a later date. 2008-08-06 00:25:06 +00:00
Richard Goedeken
18154514ac fixed a few more 64-bit build errors from r832 2008-08-05 23:54:02 +00:00
Scott Knauert
657d5c6a03 #include <SDL_opengl.h> portability changes. Glide64 makefile improvements. 2008-08-05 21:59:25 +00:00
Scott Knauert
b3f8add4fd Commited a number of build system improvements. Mostly focusing on getting NOGUI versions of plugins to not require Gtk libs and improvements related to the OSX porting effort. Tested not to break any of the GUI build options on 32-bit linux. 2008-08-04 06:12:29 +00:00
Scott Knauert
620f98bd77 Implemented parts of astrange's portability patch. Mainly header (some missed malloc, some superfluous #includes removed) and plugin makefile improvements to improve OSX portability. 2008-07-28 02:56:08 +00:00
Scott Knauert
9eaf6e88e5 Fixed compiler warning in Glide64, initialized gltexfmt, glpixfmt, glpackfmt to 0. 2008-06-30 19:42:03 +00:00
Richard Goedeken
ff1fd0fcde bugfix in my BYTESWAP macros 2008-06-25 13:38:45 +00:00
Richard Goedeken
e1423350f9 Removed glide64/Tmem_nasm.asm source file and the project dependency on nasm/yasm assemblers 2008-06-25 04:22:52 +00:00
Richard Goedeken
863b4c2baa removed inline assembly sections in rdp_loadblock and rdp_loadtile, including their dependency on functions in Tmem_nasm.asm. Replaced with new C code. This fixes a segfault on some 64-bit source builds 2008-06-25 03:42:05 +00:00
Richard Goedeken
80d57b2bee reverted change to CFLAGS in glide64/Makefile. We cant use march=athlon-xp for 32-bit because it may emit 3dnow instructions which would crash p3s, etc 2008-06-19 01:47:05 +00:00
Jesse Dean
5850606062 Small patch to get glide64.so to compile with O3 optimizations (like the rest of the project ;) 2008-06-18 18:35:48 +00:00
Jesse Dean
16dbdf3c70 Fixed segfault in Glide64 as per issue 133 2008-06-18 11:49:29 +00:00
Scott Knauert
8fa77f05ac Fixed compiler warnings for gcc 4.3.1. 2008-06-13 01:30:03 +00:00
Richard Goedeken
12842f44b8 New feature: On Screen Display. Merged branch r0261-OSD-ebenblues up until rev 450 into trunk 2008-05-16 04:46:48 +00:00
Richard Goedeken
578f272278 Reworked screenshot mechanism. Now screenshots are retrieved from video plugins with ReadScreen instead of CaptureScreen, and compressed/saved from main core instead of plugins. Fixed 64-bit bug in Glide64. 2008-04-23 03:59:09 +00:00
Richard Goedeken
802f7d8b0a Revert commit 102. This fix does not address the underlying problem. The commit message did not contain information to reproduce the crash, so further diagnosis and correction is not possible. 2008-04-18 13:31:37 +00:00
Richard Goedeken
9f10d202be Reverted all changes on trunk from rev 189. The reason why I made a branch was so that you would not commit these things on the trunk. 2008-04-14 11:29:15 +00:00
John Chadwick
ec8445cc55 Attempt 3 at commiting the patches.
THIS PATCH IS PRELIMINARY AND DOES NOT WORK.
It also needs some major cleanup and most plugins are not yet compiling. Going to need any help I can get here, but I'll be working on it.
2008-04-14 04:37:57 +00:00
Richard Goedeken
19c4091e2c Fixed compilation problems in NO_ASM build of Glide64 2008-04-09 18:34:37 +00:00
Richard Goedeken
02cb12172b Added NO_ASM makefile parameter to compile mupen64plus with no dynarec or mmx/sse code. This is useful for building on non-intel architectures like PPC or Sparc. glide64 and rice video will probably not work 2008-04-07 03:14:17 +00:00
Richard Goedeken
5f32c254fe Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
John Chadwick
b3b4bb5f1e Fixes a crash that can occur (Why the situation that causes it occurs is beyond me but this will stop it from crashing the plugin) 2008-04-05 19:27:31 +00:00
Richard Goedeken
e43670bab4 Modified pre.mk and glide64 makefile to auto-select yasm or nasm 2008-03-29 16:35:15 +00:00
Richard Goedeken
9d0f6ce257 changed inline asm label syntax in Glide64, for compatibility with gcc 4.3.0 2008-03-29 16:09:24 +00:00
John Chadwick
4935c3ca44 Sorry about recent conflict - I hit it at about the same time as ebenblues and didn't realize it just needed limits.h. This should fix for glide64, which i also modified with this hack. 2008-03-27 20:43:02 +00:00
John Chadwick
28fcce941d * Fixed some compilation problems (defines PATH_MAX to 1024 in a couple files, if they aren't already defined)
* More GUI work ("Toolbar Style" now works)
2008-03-27 20:29:30 +00:00
Richard Goedeken
ecc98acfb0 tweaked glide64 makefile to work with older versions of yasm. tested both 32-bit and 64-bit builds 2008-03-23 04:30:03 +00:00
Richard Goedeken
8902f3836b removed test prints, removed glide64 resolution problem from TODO, because I instrumented and tested the code and it works correctly as-is 2008-03-23 03:50:20 +00:00
Richard Goedeken
265fa78939 Removed run_in_window setting from Glide64 plugin -- force it to use setting from mupen64 instead 2008-03-22 20:16:01 +00:00
James Hood
e81f213c6f -Created config/ dir and moved all config files to it.
-Modified Makefile so 'make install' will copy default config files to install dir
-Modified gui_gtk/rombrowser.c so rombrowser.cache file is saved to user config dir.
-Modified main/main.c so on creation of user config dir ~/.mupen64plus, all config files from install dir are copied to user config dir.
2008-03-17 00:40:43 +00:00
James Hood
42e8448c24 Removed copy instructions from glide64 and rice_video Makefile's since now the top-level Makefile will automatically copy the plugins to the plugins/ dir after building. 2008-03-16 16:34:40 +00:00
Richard Goedeken
ac35c5f28e Integrated glide64 plugin into mupen64plus build system. Removed -Wall from pre.mk 2008-03-15 18:30:48 +00:00
Richard Goedeken
b1ae03d8c7 Imported mupen64plus/trunk/glide64 from mupen64-amd64/trunk/glide64 rev 254 2008-03-15 14:37:42 +00:00