Unknown W. Brackets
|
b2711c2ebf
|
Headless: Enable mipmaps.
|
2017-04-22 18:17:48 -07:00 |
|
Unknown W. Brackets
|
19a3e166ec
|
Headless: Fix DirectX11 support on Windows.
|
2017-04-22 18:17:03 -07:00 |
|
Unknown W. Brackets
|
930d6c0558
|
Headless: Fix graphics tests.
The draw context wasn't being passed through, so it was segfaulting.
|
2017-04-20 21:10:59 -07:00 |
|
Henrik Rydgard
|
cf365bb257
|
Minor cleanup with GOLD define - only use it in System_GetPropertyInt
|
2017-04-05 16:21:08 +02:00 |
|
Henrik Rydgard
|
8d1ece05ca
|
Finally move flash0 into assets, fixing #9468 and #9520
CMake fix
Fix the innosetup and zip scripts for the new assets location
|
2017-04-01 00:20:53 +02:00 |
|
LunaMoo
|
4a2677e0c6
|
Revert unintentional change from: 429bf5d8b3
|
2017-03-23 11:54:54 +01:00 |
|
Henrik Rydgard
|
4f707a1022
|
Simplify logging code some more. Cleaner log output on Android.
|
2017-03-18 10:47:36 +01:00 |
|
Henrik Rydgard
|
1ccca2ef33
|
We don't really support different listeners per log type, so let's get rid of that fiction.
|
2017-03-17 17:57:32 +01:00 |
|
Henrik Rydgård
|
e17772b58d
|
Merge pull request #9430 from unknownbrackets/input-state
Remove legacy InputState tracking
|
2017-03-15 10:16:14 +01:00 |
|
Unknown W. Brackets
|
9e390510df
|
Remove legacy InputState.
|
2017-03-14 22:07:07 -07:00 |
|
LunaMoo
|
429bf5d8b3
|
Use $(DefaultPlatformToolset)_xp for easier VS builds with different toolsets.
|
2017-03-13 21:40:08 +01:00 |
|
Henrik Rydgard
|
b9b3a022fb
|
Switch another enum to enum class
|
2017-03-02 12:36:54 +01:00 |
|
Florent Castelli
|
6852c602b9
|
glew: Move to ext
|
2016-12-18 21:13:45 +01:00 |
|
Florent Castelli
|
70593d1004
|
android: Change preprocessor define to standard __ANDROID__
ANDROID is only standard to the old Makefile buildsystem, not the platform.
|
2016-10-12 11:14:09 +02:00 |
|
Florent Castelli
|
4145b60a0e
|
symbian: Remove!
|
2016-10-11 18:49:08 +02:00 |
|
Florent Castelli
|
373db56a16
|
blackberry: Remove!
|
2016-10-11 17:40:32 +02:00 |
|
Unknown W. Brackets
|
fa0e88f1b7
|
Add a flag to use the display vfb for screenshots.
This fixes proportions of reporting, savestate screenshots, and TAS
recording for PS1 ports, mainly.
|
2016-09-25 16:32:18 -07:00 |
|
Unknown W. Brackets
|
a1fbcc3d93
|
Avoid directly calling osm from Core/GPU code.
This allows UI to handle the message however it wants to, and reduces
cross linkage issues.
|
2016-05-27 22:05:30 -07:00 |
|
Unknown W. Brackets
|
afdd01571c
|
Uncouple savestates from NativeApp some.
Still have osm.
|
2016-05-27 20:41:37 -07:00 |
|
Unknown W. Brackets
|
2353cf6e85
|
Delete no longer needed linkage hacks.
|
2016-05-27 20:25:10 -07:00 |
|
Unknown W. Brackets
|
95d912c378
|
Get rid of the input_state global linkage.
|
2016-05-27 20:24:01 -07:00 |
|
Unknown W. Brackets
|
a5560c657e
|
Headless: Use --ir instead of -ir.
Other multi-letter options are prefixed too, let's be consistent.
|
2016-05-14 19:23:52 -07:00 |
|
Henrik Rydgard
|
ce8aae5ed1
|
Make the IRJit core selectable in developer tools
|
2016-05-08 01:43:27 +02:00 |
|
Henrik Rydgard
|
e611915a52
|
Rename some GPU classes and enums to fix some consistency issues between the backends.
|
2016-04-10 10:21:48 +02:00 |
|
Unknown W. Brackets
|
d909b0395b
|
Make tests use high quality splines.
|
2016-04-09 21:10:41 -07:00 |
|
Unknown W. Brackets
|
add506a0d3
|
Cleanup differences in aniso handling.
Some places were not handling it as a power of two.
|
2016-03-20 19:31:02 +01:00 |
|
Unknown W. Brackets
|
c770349475
|
Switch headless to using graphics contexts.
Vulkan doesn't work yet, needs some thin3d for the command buffer?
|
2016-03-20 19:31:02 +01:00 |
|
Henrik Rydgard
|
b7b0b59e9a
|
Update Vulkan headers to 1.0.5. Remove references to vulkan-1.lib as we load dynamically.
|
2016-03-20 19:31:02 +01:00 |
|
Henrik Rydgard
|
4ddca8607f
|
Further vulkan stuff
|
2016-03-20 19:26:12 +01:00 |
|
Henrik Rydgard
|
73d6d2dc72
|
More vulkan in thin3d
|
2016-03-20 19:25:53 +01:00 |
|
Henrik Rydgard
|
2a449f78bb
|
More vulkan fixing
|
2016-03-20 19:25:30 +01:00 |
|
Henrik Rydgard
|
c64064024d
|
Initial vulkan code.
This was squashed from nine commits but using old versions of Vulkan.
|
2016-03-20 19:18:35 +01:00 |
|
Henrik Rydgard
|
35b6c7341b
|
Fix a bunch of memory leaks, after enabling file+line-number memory leak tracking for the MS Debug CRT.
Few of these were serious, most were on-exit, but good to have a cleaner memory report after running.
|
2016-02-10 15:36:10 +01:00 |
|
Unknown W. Brackets
|
d5196b44f9
|
Minor tweaks.
|
2016-01-17 09:45:55 -08:00 |
|
Henrik Rydgard
|
3ba911bf07
|
Replace some calls to fopen with File::OpenCFile (utf8).
|
2016-01-17 15:59:20 +01:00 |
|
Unknown W. Brackets
|
6c38b22467
|
Fix crashes when running games, tests, etc.
Need the graphicsContext value to stick around.
|
2016-01-03 11:05:36 -08:00 |
|
Henrik Rydgard
|
3398288bd0
|
Some cleanup around input_state
|
2016-01-01 14:40:18 +01:00 |
|
Henrik Rydgard
|
15de6e6b98
|
GraphicsContext: Abstract away things like swapbuffers etc before adding even more backends.
Needed to prevent clutter all over the codebase.
Does not go all the way yet, goal would be a common render loop between platforms but not there yet.
|
2016-01-01 14:40:16 +01:00 |
|
Unknown W. Brackets
|
86127b3d0d
|
Update armips to latest version.
The new version has some speed and other improvements.
|
2015-12-26 20:30:35 -08:00 |
|
Henrik Rydgard
|
732b1239e7
|
Add some permission infrastructure, add an ugly button that asks you to grant STORAGE permission if necessary.
|
2015-12-17 22:41:50 +01:00 |
|
Unknown W. Brackets
|
9df0c2758b
|
Check OpenGL extensions in headless.
This makes some tests more correct on hardware that supports more
features.
|
2015-11-15 00:17:31 -08:00 |
|
Henrik Rydgard
|
44be9f2a50
|
Move Windows GPU init code into Windows/GPU
|
2015-11-03 23:22:09 +01:00 |
|
Henrik Rydgard
|
b998131581
|
Move the symbol map to the heap, deallocate it when no game is running.
|
2015-10-31 23:01:19 +01:00 |
|
Henrik Rydgard
|
bfed830f91
|
Remove the ability to disable rounding mode support. It's time.
|
2015-10-08 14:54:42 +02:00 |
|
Henrik Rydgard
|
0f4df6c67b
|
Add some missing _ARCH_32 and _ARCH_64 definitions to MSVC project files.
Fixes obscure crash in Moppi PSP Flower homebrew.
|
2015-09-23 19:30:14 +02:00 |
|
Henrik Rydgard
|
3232e46c36
|
Make debug build nearly warning free in MSVC 2015
|
2015-09-17 22:02:15 +02:00 |
|
LunaMoo
|
fc5d4db3cd
|
Update Headless.vcxproj
|
2015-09-07 10:01:44 +02:00 |
|
Unknown W. Brackets
|
85533dad6e
|
Native merge part 2: update build files.
And a couple minor stragglers.
|
2015-09-06 13:06:57 -07:00 |
|
Henrik Rydgard
|
fdea85138c
|
Update project files, fix minor issues for VS 2015
|
2015-09-06 19:32:15 +02:00 |
|
Henrik Rydgard
|
08735b806f
|
Remove silly use of gstate.SetVSyncInterval
|
2015-09-06 13:36:33 +02:00 |
|