aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Use pthread_set_name_np() on OpenBSD.Gravatar Anthony J. Bentley2014-08-07
|
* GPU: Updated g_last_ticks variable to be more descriptive (represents CPU ↵Gravatar bunnei2014-08-06
| | | | tick count of last vertical line).
* GPU: Updated horizontal sync line counter to use framebuffer height.Gravatar bunnei2014-08-06
|
* Thread: Added more descriptive comment to WaitCurrentThread.Gravatar bunnei2014-08-06
|
* GSP: Cleaned up command buffer decoding.Gravatar bunnei2014-08-06
| | | | | | | | GSP: Cleaned up code and added additional comments. GSP: Removed unnecessary TODO comment. GSP: Changed u32 iterators in TriggerCmdReqQueue to unsigned.
* GSP: Added reinitialization of other state objects.Gravatar bunnei2014-08-05
|
* GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.Gravatar bunnei2014-08-05
| | | | - Various other cleanups.
* GSP: Removed unnecessary GX_FinishCommand function.Gravatar bunnei2014-08-05
|
* GSP: Implements preliminary command synchronization via GPU interrupts.Gravatar bunnei2014-08-05
| | | | Core: Added a comment to explain the logic for the RunLoop iterations.
* MemMap: Fixed typo with GetPointer to VRAM address.Gravatar bunnei2014-08-05
|
* AddressArbiter: Removed unnecessary HLE::Reschedule.Gravatar bunnei2014-08-05
|
* AddressArbiter: Fixed bug with break statements missing from case statements.Gravatar bunnei2014-08-05
|
* SRV: Updated GetProcSemaphore to create an event instead of a mutex.Gravatar bunnei2014-08-05
|
* SVC: Removed ArbitrateAddress log message that spams to much.Gravatar bunnei2014-08-05
|
* Kernel: Updated Event and Mutex to specify handle that they are blocking for.Gravatar bunnei2014-08-05
|
* Qt: Removed unnecessary HW::Update.Gravatar bunnei2014-08-05
|
* Merge pull request #36 from bunnei/fix-memory-unaligned-readsGravatar bunnei2014-08-05
|\ | | | | Fix memory unaligned reads
| * MemMap: Added an error for unaligned 16-bit memory reads.Gravatar bunnei2014-08-05
| |
| * MemMap: Removed Read64 function.Gravatar bunnei2014-08-05
| | | | | | | | | | - Unused code - Was not correct for unaligned memory reads
| * FS: Fix port name (old port name was based on an unaligned memory read).Gravatar bunnei2014-08-05
| |
| * MemMap: Fix Read32 for unaligned memory reads.Gravatar bunnei2014-08-05
| | | | | | | | MemMap: Cleaned up Read32 unaligned memory access.
* | ARM: Synchronize Citra's SkyEye core with 3dmoo's.Gravatar bunnei2014-07-23
|/
* Merge pull request #27 from neobrain/disassembly_view_rewriteGravatar bunnei2014-07-23
|\ | | | | citra-qt: Rewrite disassembly view.
| * citra-qt: Show function names in disassembler based on bunnei's suggestion.Gravatar Tony Wasserka2014-07-23
| |
| * Disassembler: Chose slightly lower value for chunk size.Gravatar Tony Wasserka2014-07-23
| |
* | Use uniform formatting when printing hexadecimal numbers.Gravatar Tony Wasserka2014-07-23
| |
* | Fix a few warnings.Gravatar Tony Wasserka2014-07-23
| | | | | | | | Templates shouldn't be marked as inline if they aren't defined in the header.
* | GPU: Clarify display transfer code.Gravatar Tony Wasserka2014-07-23
| | | | | | | | Also makes the illogical component order more obvious.
* | GPU: Add documentation.Gravatar Tony Wasserka2014-07-23
| |
* | GSP: Add a few comments.Gravatar Tony Wasserka2014-07-23
| |
* | GSP: Clean up GX command processing a lot and treat command id as a u8 ↵Gravatar Tony Wasserka2014-07-23
| | | | | | | | | | | | rather than a u32. Anonymous structs are not standard C++, hence don't use them.
* | RegisterSet: Simplify code by using structs for register definition instead ↵Gravatar Tony Wasserka2014-07-23
| | | | | | | | of unions.
* | GPU: Make use of RegisterSet.Gravatar Tony Wasserka2014-07-23
| |
* | GPU: Make framebuffer code format-aware.Gravatar Tony Wasserka2014-07-23
| |
* | Renderer: Fix component order in bottom framebuffer.Gravatar Tony Wasserka2014-07-23
| |
* | Renderer: Respect the active_fb GPU register.Gravatar Tony Wasserka2014-07-23
| |
* | Renderer: Add a few TODOs.Gravatar Tony Wasserka2014-07-23
| |
* | GPU: Interface cleanup.Gravatar Tony Wasserka2014-07-23
| |
* | GPU: Initialize GPU registers to some sensible default state.Gravatar Tony Wasserka2014-07-23
| |
* | GPU: Emulate memory fills.Gravatar Tony Wasserka2014-07-23
| |
* | GPU: Add proper framebuffer register handling.Gravatar Tony Wasserka2014-07-23
| |
* | GPU: Properly implement display transfers.Gravatar Tony Wasserka2014-07-23
| |
* | GPU: Add display transfer configuration.Gravatar Tony Wasserka2014-07-23
| |
* | GSP: HLE GXCommandId::SET_DISPLAY_TRANSFER and GXCommandId::SET_TEXTURE_COPY.Gravatar Tony Wasserka2014-07-23
| |
* | GSP: Implement ReadHWRegs and WriteHWRegs properly.Gravatar Tony Wasserka2014-07-23
| |
* | Use a more compatible choice of initial framebuffer addresses.Gravatar Tony Wasserka2014-07-22
| |
* | GPU debugger: Don't keep track of debugging data if no debugger views are ↵Gravatar Tony Wasserka2014-07-22
| | | | | | | | active.
* | Merge pull request #32 from yuriks/masterGravatar bunnei2014-07-21
|\ \ | | | | | | [build] Search for the git binary in the default msysgit install dir
* | | core: Kill off type redefenitions in armdefs.hGravatar Lioncash2014-07-19
| | |
| * | [build] Search for the git binary in the default msysgit install dirGravatar Yuri Kunde Schlesner2014-07-19
|/ / | | | | | | | | | | | | | | | | The Git for Windows installer doesn't add the Git binaries to the path by default. (Due to risk of conflicts with built-in windows commands.) Unless you have configured your system specially this causes the scm_rev_gen.js script to fail to find Git. Added more paths to the script so that it searches in the default msysgit installation directory, eliminating the need to set the PATH for most environments.