Themaister
4e4972aa7a
Drop packing in SDL.dll on Win32 slim.
2012-09-30 15:50:17 +02:00
Themaister
dd6d27c108
Add WGL context.
2012-09-30 14:41:58 +02:00
Themaister
3b321cdc36
And yet another fix.
2012-09-29 22:02:25 +02:00
Themaister
63b2df0dbe
Fix build on Win32.
2012-09-29 22:01:42 +02:00
Themaister
d40cd53e24
Rewrite retroarch-joyconfig.
...
Rewrites a large chunk of retroarch-joyconfig to work with "any" joypad
driver. This allows e.g. the tool to work without X. SDL event pumps
require X to work (for some reason).
2012-09-29 21:57:03 +02:00
Themaister
c655c1d4e5
Big refactor of joypad input.
2012-09-28 23:06:16 +02:00
Themaister
d0e220bbf1
Refactor all GL context handling code.
2012-09-25 01:37:23 +02:00
Themaister
4ff087cc36
Fix CXX_BUILD.
2012-09-09 23:37:12 +02:00
Themaister
3f613882a3
Avoid using IS_LINUX. Use plain __linux__.
2012-09-03 00:08:33 +02:00
Themaister
ebd5bc85d5
Optimize -> bgr24 conversion paths.
2012-09-02 23:49:30 +02:00
Themaister
86b444cb97
Use bilinear for downscales, point for upscales.
2012-09-02 15:30:15 +02:00
Themaister
19fa31f17d
Add custom scaling routines.
...
Implemented for point, bilinear, lanczos.
Partly optimized for SSE2.
2012-09-02 14:30:46 +02:00
Themaister
b5918fa02a
Update to 0.9.7.
2012-08-22 19:57:07 +02:00
Themaister
38a3c72a21
Update to 0.9.7-rc2.
2012-08-16 09:31:05 +02:00
Themaister
70fd5350dc
Always build in h264 support.
2012-08-16 09:25:13 +02:00
Themaister
c9a22392c8
Update to 0.9.7-rc1.
2012-08-11 09:18:39 +02:00
Themaister
db6c0ee85c
Use custom matrix calculation routines.
...
Aims for more compatibility with modern OpenGL.
2012-08-09 08:56:35 +02:00
Themaister
01f9ad8d8d
Build in STDIN_CMD on Win32.
2012-08-07 21:31:43 +02:00
Themaister
54353961e1
Fix build for Win32.
2012-08-07 21:27:59 +02:00
Themaister
38f7673fac
Add command functionality to stdin.
2012-07-25 04:50:46 +02:00
Toad King
66300fa787
Windows Makefile fix
2012-06-30 03:25:00 -04:00
Themaister
fd017b8f57
Add NULL drivers.
2012-06-20 00:43:41 +02:00
Themaister
042eb51d74
Don't automatically add -O3 to Makefile.win.
2012-06-17 00:20:12 +02:00
Themaister
7fcfbecf0f
Add DEBUG=1 to Makefile.win.
2012-06-17 00:18:23 +02:00
Themaister
43be487a39
Update external GFX plugin interface.
2012-06-10 11:46:24 +02:00
Themaister
e32f879179
Fix C++ build.
2012-06-10 10:44:08 +02:00
Themaister
bc5d73dbdd
Update to 0.9.6.
2012-06-03 22:09:04 +02:00
Themaister
0375de48a2
Add preliminary network command interface.
2012-05-27 14:12:29 +02:00
Themaister
ca0a5b9f76
Move font stuff to gfx/fonts.
2012-05-27 02:04:50 +02:00
Themaister
a10a5badcc
Move font code to gl_font.
2012-05-26 15:22:48 +02:00
Themaister
7cfd0a3660
Fix build.
2012-05-26 10:17:06 +02:00
Twinaphex
1386e2ee90
Restructuring of sdlwrap.c for portability reasons -
...
could need a code review
2012-05-26 04:47:24 +02:00
Themaister
068b3b90f5
Update version to 0.9.6-rc1.
2012-05-11 21:43:56 +02:00
Themaister
2e205f6a94
Update Makefiles to 0.9.6.
2012-05-07 20:58:32 +02:00
Themaister
2c9eb8e840
Update version to 0.9.6-beta1.
2012-04-29 01:06:53 +02:00
Themaister
3db4a0da22
Fixups to Win32 makefile.
2012-04-22 12:17:22 +02:00
Themaister
161bed281f
Win32 makefile fixes.
2012-04-21 23:51:05 +02:00
Themaister
3a7ad61879
Rename ssnes.c to retroarch.c.
2012-04-21 23:11:18 +02:00
Themaister
0934d81a52
Add -Wno-unused-result.
2012-04-16 20:38:25 +02:00
Themaister
8c426ed49a
Split file.c in two.
2012-04-13 21:29:25 +02:00
Themaister
e012e290ae
Builds clean.
2012-04-09 22:04:44 +02:00
Themaister
c79e536b17
Use positive HAVE_SCREENSHOTS rather than a negative ifdef.
2012-03-25 23:41:20 +02:00
Themaister
d73ec9b645
Move hashing code to hash.o.
2012-03-25 23:29:39 +02:00
Themaister
acdc6179bb
Add possibility to disable -static-libstdc++ for TDM_GCC.
2012-03-19 23:45:46 +01:00
Themaister
13373f4873
Merge compat implementations into compat/compat.c.
2012-03-17 00:56:55 +01:00
Themaister
ef72584568
Merge ups/bps into patch.c.
2012-03-16 23:42:29 +01:00
Themaister
9ab02b12be
Move compat functionality to compat/.
2012-03-16 23:26:57 +01:00
Themaister
7f4d701b19
Preparations for 0.9.5 release.
2012-03-11 17:52:10 +01:00
Themaister
7b0b1a7004
Only enable SINC by default for 64-bit Windows.
2012-02-28 19:28:06 +01:00
Themaister
24817543e0
Implement FFT for better SNR verification.
2012-02-27 19:49:00 +01:00