bunnei
23e8be573e
rasterizer: Implemented combiner output scaling.
10 years ago
bunnei
ff767eeb40
rasterizer: Implemented AddSigned combiner op.
10 years ago
bunnei
547da374b8
rasterizer: Fixed a depth testing bug.
10 years ago
bunnei
a806b420a6
rasterizer: Implement combiner buffer input.
10 years ago
bunnei
44927f0306
rasterizer: Return zero'd vectors on error conditions.
10 years ago
bunnei
692a74c09e
vertex_shader: Implement FLR instruction.
10 years ago
bunnei
f935130a0f
vertex_shader: Implement MADI instruction.
...
nihstro: Update submodule to latest upstream/master to support MADI instruction decoding.
10 years ago
Lioncash
088f6ae2c6
Merge pull request #736 from yuriks/remove-BIT
...
Common: Remove the BIT macro
10 years ago
Yuri Kunde Schlesner
b700b55696
Common: Remove the BIT macro
...
When the macro was introduced in 326ec51261
it wasn't noticed that it conflicted in name with a heavily used macro
inside of dyncom. This causes some compiler warnings. Since it's only
lightly used, it was opted to simply remove the new macro.
10 years ago
Tony Wasserka
e35e72d0a5
Merge pull request #734 from yuriks/memmap
...
Small memory map definitions cleanup
10 years ago
Yuri Kunde Schlesner
417c867e14
Loader: Add missing include
10 years ago
Yuri Kunde Schlesner
17a8cae003
Memory: Add GetPhysicalPointer helper function
10 years ago
Yuri Kunde Schlesner
28a9e4c1d5
Memory: Support more regions in the VAddr-PAddr translation functions
...
Also adds better documentation and removes the one-off reimplementation
of the function in pica.h.
10 years ago
Yuri Kunde Schlesner
e7b6ed7578
Memory: Sort memory region variables by VAddr
10 years ago
Yuri Kunde Schlesner
1c0b87edc2
Memory: Re-organize and rename memory area address constants
10 years ago
Lioncash
cb92817fb0
Merge pull request #733 from yuriks/remove-bin
...
Loader: Remove .bin file support
10 years ago
Yuri Kunde Schlesner
eb3eb9f75d
Loader: Remove .bin file support
...
It is of very limited practical utility currently, and will soon be
impossible to support due to more accurate memory map emulation.
10 years ago
bunnei
917ac23dfc
Merge pull request #731 from yuriks/app-info
...
Kernel: Process class and ExHeader caps parsing
10 years ago
Yuri Kunde Schlesner
7c50b999fa
Kernel: Remove unused g_main_thread variable
10 years ago
Yuri Kunde Schlesner
3cb19c9589
Process: Rename StaticAddressMapping => AddressMapping
10 years ago
Yuri Kunde Schlesner
83ccf85bb2
Process: Add more documentation to the class members
10 years ago
Yuri Kunde Schlesner
2f5904611d
Process: Use BitField to store process flags
10 years ago
Yuri Kunde Schlesner
7eb413155f
Loader/NCCH: Fix formatting of braces
10 years ago
Yuri Kunde Schlesner
2af30d465f
Process: Support parsing of exheader kernel caps
10 years ago
Yuri Kunde Schlesner
326ec51261
Common: Add BIT macro
10 years ago
Yuri Kunde Schlesner
a5eba2f984
Kernel: Remove g_program_id
...
This has been obsoleted by the field in Process.
10 years ago
Yuri Kunde Schlesner
6d60acf0f1
Kernel: Introduce skeleton Process class to hold process data
10 years ago
Yuri Kunde Schlesner
8809d02db3
Common: Add StringFromFixedZeroTerminatedBuffer
10 years ago
Yuri Kunde Schlesner
0f39cc359b
Core: Fix sorting in CMakeFiles.txt
10 years ago
Lioncash
1622068198
Merge pull request #728 from lioncash/vars
...
dyncom: Remove an unnecessary variable in the interpreter
10 years ago
Lioncash
3effb80f26
Merge pull request #729 from lioncash/garb
...
Remove unnecessary dyncom header files
10 years ago
Lioncash
ae0c38a333
Remove unnecessary dyncom header files
10 years ago
Lioncash
31dc8b8890
dyncom: Remove an unnecessary variable in the interpreter
...
All this was doing was needlessly aliasing a variable.
10 years ago
Yuri Kunde Schlesner
4560178f66
Merge pull request #725 from yuriks/remove-common-crap
...
Remove unused hash and mem_arena from common
10 years ago
bunnei
10ef39624a
Merge pull request #723 from lioncash/commonstr
...
string_util: Get rid of UriDecode/UriEncode
10 years ago
archshift
acc242f6f1
Merge pull request #727 from yuriks/profiler-fix
...
Profiler: Fix off-by-one error when computing average.
10 years ago
Yuri Kunde Schlesner
ed12b08e7a
Profiler: Fix off-by-one error when computing average.
10 years ago
Yuri Kunde Schlesner
52654842a0
Merge pull request #724 from citra-emu/arch-misdetection
...
Common: Add proper macros to test for architecture pointer size
10 years ago
Yuri Kunde Schlesner
3396f352cb
Common: Remove mem_arena.cpp/h
...
It is superfluous for Citra. (It's only really necessary if you're doing
JIT. We were using it but not taking any advantage from it.) This should
make 32-bit builds work again.
10 years ago
Yuri Kunde Schlesner
d9df5b575a
Common: Remove hash.cpp/h
...
Currently unused and the code quality is pretty questionable.
10 years ago
Yuri Kunde Schlesner
fae5933ad6
Common: Add proper macros to test for architecture pointer size
...
The old system of just defining macros available in some other platform
was susceptible to silently using the wrong code if you forgot to
include a particular header. This fixes a crash on non-Windows platforms
introduced by e1fbac3ca1
.
10 years ago
Lioncash
9adad45b0f
string_util: Get rid of UriDecode/UriEncode
10 years ago
Yuri Kunde Schlesner
4f4d230dac
Merge pull request #721 from yuriks/more-cleanups
...
More cleanups
10 years ago
Yuri Kunde Schlesner
c956e8a686
Fix printf format warning
10 years ago
Yuri Kunde Schlesner
e1fbac3ca1
Common: Remove common.h
10 years ago
Yuri Kunde Schlesner
1bd1a13a02
Common: Move alignment macros to common_funcs.h
10 years ago
Yuri Kunde Schlesner
ae963d75f8
Common: Move SSE detection ifdefs to platform.h
10 years ago
Yuri Kunde Schlesner
a594fdb66e
Common: Remove more unused compatibility defines
10 years ago
Yuri Kunde Schlesner
f3c096951b
Common: Move IO-specific compatibility macros to file_util.cpp
10 years ago
Yuri Kunde Schlesner
bf12f270b3
Common: Remove many unnecessary cross-platform compatibility macros
10 years ago