Henrik Rydgård
|
30831f3ea1
|
Implement and test clz32, use it in the MIPS interpreter cores.
This will be useful for our vfpu-dot implementations later.
|
2019-06-14 18:39:15 +02:00 |
|
Henrik Rydgård
|
637b6ce79a
|
Remove unused and unfinished SPIRV disassembler
|
2018-12-18 10:37:49 +01:00 |
|
Henrik Rydgård
|
6f0b382d9e
|
Move vulkan debug callback out from WindowsVulkanContext into a file that can be shared with other platforms later.
|
2017-12-13 19:29:42 +01:00 |
|
Henrik Rydgård
|
e0e13e191f
|
Replace the most critical unordered_maps and maps with two new maps: FastHashMap and PrehashMap.
|
2017-08-20 11:30:19 +02:00 |
|
Henrik Rydgard
|
b5034c4e00
|
Hide the D3D11 backend if Windows version is older than Win8
|
2017-02-14 10:33:42 +01:00 |
|
Henrik Rydgård
|
b9bbee5c85
|
Use the mach memory functions on Mac and 32-bit iOS as well.
|
2017-01-25 20:38:46 +01:00 |
|
Henrik Rydgard
|
73a2a1bc0f
|
The MemArena code has way too many ifdefs. Split it up by platform.
|
2017-01-25 16:20:21 +01:00 |
|
Henrik Rydgard
|
ffe4c266ef
|
Add CodeBlockCommon base class to remove further arch-specificity in JitBlockCache
Remove unused ArmThunk.
|
2016-05-01 11:40:00 +02:00 |
|
Henrik Rydgard
|
5d56537a16
|
Move VulkanPushBuffer into VulkanMemory.h
|
2016-03-20 19:31:02 +01:00 |
|
Henrik Rydgard
|
da50370328
|
Split out VulkanTexture from VulkanContext.cpp/h into VulkanImage.cpp/h
|
2016-03-20 19:31:02 +01:00 |
|
Henrik Rydgard
|
d325aa2b30
|
Hook up Vulkan on Android, no idea if it works. Move VulkanContext to Common.
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
2481714a8e
|
Load Vulkan dynamically. Fix Android build (though - Vulkan is not working on Android yet)
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
eedd81988c
|
Implement a trivial SPIR-V disassembler, just for fun
|
2016-03-20 19:18:35 +01:00 |
|
Unknown W. Brackets
|
f1f046d885
|
Remove now-unused mutex implementation.
|
2016-03-06 14:49:16 -08: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 |
|
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 |
|
Henrik Rydgard
|
13515bf235
|
Use the hardware scaler again on Android. Move all DPI handling code from java to app-android.cpp.
|
2015-12-16 14:52:44 +01:00 |
|
Henrik Rydgard
|
fdea85138c
|
Update project files, fix minor issues for VS 2015
|
2015-09-06 19:32:15 +02:00 |
|
Unknown W. Brackets
|
7269574a10
|
Add structure for NEON color conversion funcs.
|
2015-05-17 16:04:41 -07:00 |
|
Henrik Rydgard
|
31961eace9
|
Color conv attempt 2. Start consolidating simple color conversion functions in a single header+cpp.
|
2015-04-08 22:52:46 +02:00 |
|
Henrik Rydgard
|
cae58cafee
|
Revert "Merge pull request #7361 from hrydgard/color-conv-centralize"
This reverts commit f1b57dabf5 , reversing
changes made to 41001637ce .
|
2015-01-22 19:53:32 +01:00 |
|
Henrik Rydgard
|
2623a48b4a
|
Centralize color conversion functions in Common/ColorConv.
|
2015-01-20 17:32:54 +01:00 |
|
Unknown W. Brackets
|
f7f664c641
|
Remove a few stragglers from PPC.
This makes it so the build isn't dirty every time.
|
2014-12-16 23:00:25 -08:00 |
|
Henrik Rydgard
|
b2951f0def
|
Transplant Dolphin's ARM64 emitter over. Not hooked up to anything (yet...)
|
2014-12-15 22:09:26 +01:00 |
|
Henrik Rydgard
|
8102a67602
|
Implement sceSha256Digest (untested)
|
2014-12-07 19:25:45 +01:00 |
|
Unknown W. Brackets
|
6407e4a32a
|
mips: Initial structure for a MIPS emitter.
|
2014-11-18 08:40:29 -08:00 |
|
Henrik Rydgard
|
215abfb951
|
Some cleanup in /Common
|
2014-09-06 10:47:25 +02:00 |
|
Unknown W. Brackets
|
d3bead638f
|
Add ppcEmitter.cpp/h to the MSVC project.
So that it's searchable/etc.
|
2014-03-02 11:41:22 -08:00 |
|
Unknown W. Brackets
|
2c204e8028
|
Update project to MSVC 2013 tools.
Retaining XP support, using SDK 7.1a (v120_xp.) Disables SSE2 flag on x64
since it's implied and causes compile warnings.
|
2014-02-08 13:41:28 -08:00 |
|
Unknown W. Brackets
|
091ddd9f3f
|
Android/Linux buildfix.
Arg, why?
|
2014-01-18 14:05:32 -08:00 |
|
Sacha
|
08803c101e
|
Remove MathUtil.{cpp,h}
|
2013-11-13 11:26:12 +10:00 |
|
The Dax
|
0b609b72fb
|
Fix Windows build.
|
2013-11-12 18:26:32 -05:00 |
|
Sacha
|
e411968dc9
|
Remove duplicate thread library (StdThread)
|
2013-10-29 11:50:29 +10:00 |
|
The Dax
|
26e17e0e7f
|
Disable default logging(--log still works fine), delete CommonPaths.h, and remove unused funcs in FileUtil.
|
2013-10-18 10:35:28 -04:00 |
|
Unknown W. Brackets
|
0ec09f9700
|
Move parts of ChunkFile into a cpp, cleanup.
|
2013-10-06 22:09:50 -07:00 |
|
adrian17
|
db6ed6f399
|
Removed unused files from Common.
|
2013-09-27 16:47:21 +02:00 |
|
Henrik Rydgard
|
9dcd67fc31
|
Pass the new sha1/md5 test.
|
2013-09-03 00:36:55 +02:00 |
|
Henrik Rydgard
|
7d2e0b46a4
|
Delete ColorUtil.cpp/h
|
2013-07-31 22:28:40 +02:00 |
|
Unknown W. Brackets
|
7b7801d59a
|
Switch to including Windows.h from an intermediate.
This makes it easier for Xbox which uses a separate header.
|
2013-07-28 21:04:19 -07:00 |
|
Unknown W. Brackets
|
9ae32f641a
|
Move swap_struct_t to its own file.
This way bswap32() and friends are already defined. Otherwise there are
errors.
|
2013-07-28 21:03:44 -07:00 |
|
The Dax
|
ab8c1f5b5f
|
Fix multiple compilation issues for all platforms.
|
2013-07-03 14:37:31 -04:00 |
|
Henrik Rydgard
|
0ed09532f9
|
Quick sceMd5 implementation, needs tests
|
2013-05-22 11:05:30 +02:00 |
|
Sacha
|
8cb0423f32
|
Avoid name collision with ThreadPool on Windows hosts. Fixes all Linux/Unix cross-compiles from Windows, including Harmattan and Blackberry.
|
2013-05-03 16:31:53 +10:00 |
|
Sacha
|
2396574f45
|
Avoid name collision with StringUtil on Windows hosts. Fixes all Linux/Unix cross-compiles from Windows, including Harmattan and Blackberry.
|
2013-05-03 16:22:15 +10:00 |
|
Sacha
|
8dd683f63f
|
Fix name collision when building on Windows. Was preventing Blackberry from building.
|
2013-05-03 16:10:23 +10:00 |
|
Peter Thoman
|
0ef103525f
|
Added Global Threadpool to common
|
2013-05-01 14:12:09 +02:00 |
|
Henrik Rydgard
|
32f344d6bd
|
Very basic internationalization. Does not work on Android yet due to location of ini files.
|
2013-04-18 12:06:26 +02:00 |
|
Henrik Rydgard
|
dcdec3ab36
|
Remove non-existing file from projects
|
2013-01-19 11:44:47 +01:00 |
|
Henrik Rydgard
|
66ee2e2933
|
Remove ArmABI.cpp/h, didn't need that stuff.
|
2013-01-14 22:19:18 +01:00 |
|
Henrik Rydgard
|
7cb95bbc89
|
Merge branch 'master' into armjit
Conflicts:
CMakeLists.txt
Core/MIPS/ARM/RegCache.cpp
|
2013-01-07 10:25:02 +01:00 |
|