Commit Graph

57 Commits (d84bffead1f7bb1f44151c04fb257523a72b7405)
 

Author SHA1 Message Date
Connor McLaughlin d84bffead1 GPU: Implement transparency mode 6 years ago
Connor McLaughlin 23ef1cafbd GPU: Force 16-bit precision when filling VRAM, clear mask bit 6 years ago
Connor McLaughlin d8150c996b GPU: Support dumping copies out to file 6 years ago
Connor McLaughlin e40ac7cee1 dep: Add stb_image_write 6 years ago
Connor McLaughlin 4d624946d6 GPU: Texpage attribute can change texture mode too 6 years ago
Connor McLaughlin 4d4ab898c0 GPU: Flush rendering before VRAM->VRAM copies 6 years ago
Connor McLaughlin 2c07db6dd5 GPU: Flush rendering before VRAM reads 6 years ago
Connor McLaughlin 4d38213f23 GPU: Implement VRAM-to-VRAM copies 6 years ago
Connor McLaughlin ff83f15abe dep: Add missing file 6 years ago
Connor McLaughlin 0a8bce8936 GPU: Hook up vblank interrupt 6 years ago
Connor McLaughlin a84b3d7a2b CPU: Fix interrupts in branch delay slots messing up PC 6 years ago
Connor McLaughlin 4025d6e4a6 GTE: Stub and register read/write function 6 years ago
Connor McLaughlin 6df8d42480 CDROM: Add missing fields to save state 6 years ago
Connor McLaughlin e3c6035152 CDROM: Implement get version and getstat commands 6 years ago
Connor McLaughlin b951f27381 CDROM: Stub implementation 6 years ago
Connor McLaughlin a0e7dff37c common: Add a FIFOQueue helper class 6 years ago
Connor McLaughlin 2128a2984b Add interrupt controller emulation 6 years ago
Connor McLaughlin c615e007c0 GPU: Serialization for CRTC state 6 years ago
Connor McLaughlin f47688b61f System: Basic timings for GPU scanout 6 years ago
Connor McLaughlin 9475c281bd Build: Set /MP on projects which are missing it 6 years ago
Connor McLaughlin 540f282213 CPU: Fix incorrect exception vector for break 6 years ago
Connor McLaughlin 5babc076f5 Bitfield: Fix incorrect shift in operator<<= 6 years ago
Connor McLaughlin d58dbe04c0 CPU: Fix load delay register reads for same register in delay slot 6 years ago
Connor McLaughlin 1bb794dd39 GPU: Use max vertex count based on buffer size 6 years ago
Connor McLaughlin a58b687352 GPU: Cap batch sizes at 1024 vertices, flush if exceeded 6 years ago
Connor McLaughlin 4ca3b4b570 CPU: Fix alignment exception on register indirect branch 6 years ago
Connor McLaughlin bea727bbe4 CPU: Fix BGEZAL with rs == ra 6 years ago
Connor McLaughlin 273f010d17 GPU: Use degenerate triangles to split strips and batch them 6 years ago
Connor McLaughlin 1c8e326624 GPU: Fix off-by-one in rectangle rendering 6 years ago
Connor McLaughlin 77b15d156d System: Periodically flush GPU
Needs real timings...
6 years ago
Connor McLaughlin 03bd135060 SDL: Make GL debug output less noisy in Release 6 years ago
Connor McLaughlin b5d51f47cd GPU: Use texel fetch for creating page textures 6 years ago
Connor McLaughlin 19d9322e67 GPU: Fix texture coordinates when rendering paletted textures 6 years ago
Connor McLaughlin e40393fec4 GPU: Use scissor test for drawing area 6 years ago
Connor McLaughlin 3d6b8e485e Interface: Support loading filenames on command line 6 years ago
Connor McLaughlin 363d62e5c1 GPU: Various HW renderer fixes 6 years ago
Connor McLaughlin d94d608ad7 GPU: Implment actual data copy of VRAM->CPU readbacks 6 years ago
Connor McLaughlin f6ef3f7ba6 GPU: Saving/loading of VRAM 6 years ago
Connor McLaughlin 2560efbebd Save state support 6 years ago
Connor McLaughlin 851ef67814 GPU: Implement fill VRAM command 6 years ago
Connor McLaughlin 46870c6a7a GPU: Implement basic rectangle rendering 6 years ago
Connor McLaughlin f47d44c151 CPU: Implement break instruction 6 years ago
Connor McLaughlin 32a36ef1bc CPU: Implement alignment (memory) exception 6 years ago
Connor McLaughlin 0726095f00 CPU: Implement fixed dcache/scratchpad 6 years ago
Connor McLaughlin ced3038e73 CPU: Implement sub instruction 6 years ago
Connor McLaughlin 1afa02d475 CPU: Fix overflowed register written back in add instruction 6 years ago
Connor McLaughlin 459db392e7 CPU: Add missing cop0 register reads 6 years ago
Connor McLaughlin 9f36384752 System: Support sideloading EXE files via BIOS patch 6 years ago
Connor McLaughlin ae43cc838b GPU: Partially implemented texture support 6 years ago
Connor McLaughlin cfe361c1a6 GPU: Basic/hacky CPU->VRAM transfers 6 years ago