Stefanos Kornilios Mitsis Poiitidis
924241c01a
Merge pull request #738 from reicast/fix/android-gles-makefile
...
android: Fix makefile
2015-08-11 18:48:41 +02:00
Stefanos Kornilios Mitsis Poiitidis
1c7c684937
android: Fix makefile
2015-08-11 18:38:15 +02:00
Jan Holthuis
1ec91c30d8
Add support for ODROID-C1+/X/X2/U2/U3/XU/XU3/XU4
2015-08-11 18:23:39 +02:00
Jan Holthuis
8453016608
Add ODROID-C1 support to Makefile
2015-08-11 18:23:39 +02:00
Stefanos Kornilios Mitsis Poiitidis
6348057402
Merge pull request #705 from Holzhaus/unified-makefiles-all
...
Merge Makefiles for beagle/pandora/gcwz/rapi2/lincpp into Linux Makefile
2015-08-11 18:19:37 +02:00
Stefanos Kornilios Mitsis Poiitidis
990470e19a
linux: Fix input for rpi2 & co
2015-08-11 18:08:06 +02:00
TwistedUmbrella
795e84f3b1
Remove an overlapping ifdef
2015-08-11 12:05:09 -04:00
TwistedUmbrella
cf53f3ec22
Fix links to files for relative Xcode paths
2015-08-11 11:44:11 -04:00
Stefanos Kornilios Mitsis Poiitidis
c3c2c68f21
Merge pull request #729 from reicast/wip/softrend
...
Basic and buggy software renderer
2015-08-11 17:43:47 +02:00
Jan Holthuis
961e1c057a
Makefile: Only define USE_X11 for x86, x64, linCPP and pandora
2015-08-11 17:43:04 +02:00
Jan Holthuis
dd837994af
Merge LinCPP Makefile into Linux Makefile
2015-08-11 17:36:16 +02:00
Jan Holthuis
0b505e6857
Makefile: Rename i686 platform to x86 and AMD64 to x64
2015-08-11 17:36:16 +02:00
Jan Holthuis
d295bad50b
Makefile: Use separate obj directories for each platform
2015-08-11 17:36:16 +02:00
Jan Holthuis
4cb4feba61
core.mk: Replace ifndef DESKTOPGL with ifdef USE_GLES to match Makefile notation
2015-08-11 17:36:16 +02:00
Jan Holthuis
7653f790a0
Makefile: Add CFLAGS to AS calls (in case gcc is used instead of as)
2015-08-11 17:36:16 +02:00
Jan Holthuis
752c136910
Allow overriding compilers for specific platforms
...
The Raspberry Pi 2 seems to need `gcc` instead of `as` as ${AS}
2015-08-11 17:36:15 +02:00
Jan Holthuis
f96ec5ff89
Remove FOR_ARM definition in Makefile
2015-08-11 17:36:15 +02:00
Jan Holthuis
91338761d6
Makefile: Fix Whitespace
2015-08-11 17:36:15 +02:00
Jan Holthuis
a090eba78c
Don't include CFLAGS/MFLAGS in CXXFLAGS
2015-08-11 17:36:15 +02:00
Jan Holthuis
93355dd533
Merge gcwz into Linux Makefile
2015-08-11 17:36:15 +02:00
Jan Holthuis
fe48f04f78
Separate platform auto-detection code in Makefile
2015-08-11 17:36:15 +02:00
Jan Holthuis
bb1bf000fd
Merge beagle/pandora/rapi2 Makefiles into Linux Makefile
2015-08-11 17:36:14 +02:00
Stefanos Kornilios Mitsis Poiitidis
91039911ce
softrend/gltex: Fix non-windows builds
...
_mm* are windows only, and so is softrend for now
2015-08-11 16:12:18 +02:00
TwistedUmbrella
12c1fb7a57
Merge pull request #734 from reicast/loungekatt
...
Cleanup leftovers from platform move
2015-08-11 08:22:02 -04:00
TwistedUmbrella
6358222a0b
Cleanup leftovers from platform move
2015-08-11 08:20:47 -04:00
TwistedUmbrella
6487109507
Merge pull request #730 from reicast/wip/osx-support
...
OSX support
2015-08-11 08:16:46 -04:00
Stefanos Kornilios Mitsis Poiitidis
1908ade464
Update context.h
2015-08-11 08:05:09 -04:00
TwistedUmbrella
cdec92d36c
Rebuild iOS project paths for new location
2015-08-11 08:05:09 -04:00
Stefanos Kornilios Mitsis Poiitidis
c60fca4973
sh4: Cleanup SetFloatStatusReg a bit
2015-08-11 07:57:23 -04:00
Stefanos Kornilios Mitsis Poiitidis
cda7036ef1
apple: moving around xcode files
2015-08-11 07:57:23 -04:00
Stefanos Kornilios Mitsis Poiitidis
4f9ff3fc3f
OSX: Fix release build
2015-08-11 07:57:22 -04:00
Stefanos Kornilios Mitsis Poiitidis
45f0a47eec
OSX: Basic keyboard input
2015-08-11 07:57:22 -04:00
Stefanos Kornilios Mitsis Poiitidis
5d46b77387
OSX: How about initializing opengl before using it?
2015-08-11 07:57:22 -04:00
Stefanos Kornilios Mitsis Poiitidis
26cfcd79e9
OSX: Fiddling to get the rec-cpp/noexcept path running
2015-08-11 07:57:22 -04:00
Stefanos Kornilios Mitsis Poiitidis
dfc341a5fe
softrend: OpenMP support, fix present overflow during untiling
...
- Uses vertical slicing
- Efficiency wins are best for 2-3 rendering threads
2015-08-11 00:26:02 -04:00
Stefanos Kornilios Mitsis Poiitidis
19fa2f1678
softrend: Limits on #defines, scissor area as rect
2015-08-11 00:26:02 -04:00
Stefanos Kornilios Mitsis Poiitidis
3e9431b2b7
softrend: billinear filtering, perspective uv, alpha test, ARGB1555
...
- Texture pixels are predecoded and expanded to quads for filtering
- bilinear input ordering might be wrong
2015-08-11 00:26:02 -04:00
Stefanos Kornilios Mitsis Poiitidis
e3845465f0
win64/jit: Generate unwind table for the jit code cache
...
This required moving the SH4_TCB outside the exe, as new tables that belong on the executable are ignored.
This isn't perfect, but there's a large area to scan for available address space so it shouldn't be a problem
2015-08-11 00:26:02 -04:00
Stefanos Kornilios Mitsis Poiitidis
e6a9d3e661
softrend: Resembling a pixel pipeline, textures, sort, cull
...
- Basic pixel pipeline, a bit better triangle tests, specialized render handlers
- Textures w/ point filtering. Not very smart is it goes 32 -> 16 -> 32 bpp, but works.
- The texture cache is shared rather inelegantly w/ OpenGL one
- Culling
- PParam sorting (shared w/ GL)
The texturing and color blending paths are ugly and slow
2015-08-11 00:26:02 -04:00
Stefanos Kornilios Mitsis Poiitidis
fcf273dd11
softrend: Add support for culling
2015-08-11 00:26:02 -04:00
Stefanos Kornilios Mitsis Poiitidis
bedd2db7b6
softrend: WIP floating interpolation to handle big numbers
...
Still not 100% correct pixel fill
2015-08-11 00:26:02 -04:00
TwistedUmbrella
b12055f7c0
Merge pull request #721 from reicast/loungekatt
...
Convert third-party source to library (avoid license conflict)
2015-08-11 00:23:55 -04:00
TwistedUmbrella
8a23dc4dec
Merge pull request #733 from reicast/config-cleanup
...
Fix BIOS locator, improve search results
2015-08-11 00:22:17 -04:00
TwistedUmbrella
1d1bd5a92f
Exploit file specifications to shorten results
2015-08-10 23:56:04 -04:00
TwistedUmbrella
291812ba72
Send updated folder to options after verification
2015-08-10 23:49:55 -04:00
TwistedUmbrella
37625778e5
Increase the search depth slightly
...
This will account for storing games in a second-tier folder, such as
putting bins in one directory and chd in another with each game having
it’s own folder for bin and cue.
The BIOS search should handle 4 levels to account for the use of
/Android/data/com.reicast.emulator/files but should also ignore
directories, such as cache and obb, where the file will never be.
2015-08-10 23:49:49 -04:00
TwistedUmbrella
0f4afb29c3
Resolve an Xcode whitespace tragedy
2015-08-10 22:41:28 -04:00
TwistedUmbrella
83d525d0f9
Verify "flist" is not null before sort / add
2015-08-10 22:25:45 -04:00
Stefanos Kornilios Mitsis Poiitidis
ff1b466116
xcode: limit to armv7
2015-08-10 15:05:29 +02:00
Stefanos Kornilios Mitsis Poiitidis
7dd17a4175
xcode: move shared schemes on the workspace
2015-08-10 14:49:59 +02:00