Commit graph

  • 1f52d89dd4 some more functions definations for openorbis graphics demo georgemoralis 2023-10-10 09:22:18 +03:00
  • 95f1c14dcf added pad functions parameters georgemoralis 2023-10-09 20:39:12 +03:00
  • 1e18efcd05 misc georgemoralis 2023-10-09 16:54:10 +03:00
  • bc6b740ffe _ZdlPv , _Znwm needed for breakout homebrew georgemoralis 2023-10-09 12:31:31 +03:00
  • fe62e435ed
    Update README.md georgemoralis 2023-10-08 10:51:48 +03:00
  • b7c4bb7ba0
    Merge pull request #51 from georgemoralis/pong_homebrew georgemoralis 2023-10-08 10:46:59 +03:00
  • 9337e859ac force cpu->gpu sync after flipsubmit . this is not probably correct behaviour but neccesary for niko's homebrew georgemoralis 2023-10-07 17:28:50 +03:00
  • 372ac5d160 implemented sceVideoOutIsFlipPending georgemoralis 2023-10-07 17:25:08 +03:00
  • b7e5714990 added rand in libc georgemoralis 2023-10-07 12:10:55 +03:00
  • d96721e753 implemented some dummy pad, system_service, user_service calls georgemoralis 2023-10-07 12:03:03 +03:00
  • 03f19c4d13 partial fix buffer_size for tilemode 1 georgemoralis 2023-10-06 22:03:59 +03:00
  • 67da986e19 some more HLE functions georgemoralis 2023-10-06 21:49:53 +03:00
  • 830542e870
    Merge pull request #45 from georgemoralis/libc_HLE_implementations georgemoralis 2023-10-06 16:11:10 +03:00
  • 5a2ee268f8 libc cleanups georgemoralis 2023-10-06 16:05:34 +03:00
  • e31365aea3 small adjustments to printf georgemoralis 2023-10-06 14:46:12 +03:00
  • c0249a6bc5 fixup TLS for hello world sample Stefanos Kornilios Mitsis Poiitidis 2023-10-06 14:35:28 +03:00
  • 551455e56e printf implementation georgemoralis 2023-10-06 14:19:09 +03:00
  • cefd3d95ed adapting va_arg parameters of printf georgemoralis 2023-10-06 13:33:45 +03:00
  • b9c6d9d395 printf implementation from vita3k (not yet adapted) georgemoralis 2023-10-06 12:46:28 +03:00
  • 538276437a fixing mmap Stefanos Kornilios Mitsis Poiitidis 2023-10-05 23:13:58 +03:00
  • 825d38ef31 partial printf , hello world demo (not from OpenOrbis) works georgemoralis 2023-10-05 18:38:36 +03:00
  • 8e3aa1f2dc small fix to keys georgemoralis 2023-10-05 12:19:03 +03:00
  • 0297a3952b thread keys implementation georgemoralis 2023-10-05 12:17:14 +03:00
  • ab76f33733 POSIX pthread_once georgemoralis 2023-10-04 20:37:36 +03:00
  • 31330069aa partial sceKernelMmap implementation (not sure if it ok) georgemoralis 2023-10-04 20:07:21 +03:00
  • 6a58c0ae2b missing file georgemoralis 2023-10-04 09:02:01 +03:00
  • e0cb7f3475 scePthreadCondInit,scePthreadCondattrInit,scePthreadCondBroadcast georgemoralis 2023-10-04 09:01:40 +03:00
  • 8b261b009c added debug to mutex calls georgemoralis 2023-10-03 19:27:25 +03:00
  • 332316b972 scePthreadMutexLock, scePthreadMutexUnLock georgemoralis 2023-10-03 13:25:21 +03:00
  • 4fe9d76a7a added scePthreadMutexattrInit,scePthreadMutexattrSettype,scePthreadMutexattrSetprotocol georgemoralis 2023-10-03 12:15:42 +03:00
  • 00fa98a225 Stubs: Auto add aerolib, add __error to libc, libkernel Stefanos Kornilios Mitsis Poiitidis 2023-10-02 22:26:10 +03:00
  • 1eddb3e831 stubbed function for hello world OpenOrbis (needs pthread_mutex_lock first) georgemoralis 2023-10-02 19:13:33 +03:00
  • 51641bf132
    Merge pull request #47 from georgemoralis/skmp/setup-stack georgemoralis 2023-10-02 18:17:53 +03:00
  • 5094d3044c run_main_entry: Rewrite in asm for stack setup Stefanos Kornilios Mitsis Poiitidis 2023-10-02 17:17:29 +03:00
  • 809413a880 dummy libc printf call georgemoralis 2023-10-01 16:29:48 +03:00
  • 64b61568a9 Revert "Unlock mutex in constructor" wheremyfoodat 2023-09-29 18:27:27 +03:00
  • 3262976401 Unlock mutex in constructor wheremyfoodat 2023-09-29 18:19:01 +03:00
  • 8dd30fef86
    Update and rename readme.txt to readme.md wheremyfoodat 2023-09-29 17:43:56 +03:00
  • 42a73fad81 linux timer implementation georgemoralis 2023-09-29 17:15:32 +03:00
  • f52b0ad01d
    Merge pull request #42 from georgemoralis/wheremyfoodat-patch-1 georgemoralis 2023-09-29 15:30:40 +03:00
  • 7791a8eeed
    Use cstdint in types.h wheremyfoodat 2023-09-29 14:40:26 +03:00
  • 7d5ce2fc83 Make mutex not deadlock when a thread double locks it offtkp 2023-09-29 12:11:57 +03:00
  • 7df6903cf8 Remove redundant code wheremyfoodat 2023-09-28 20:58:32 +03:00
  • ad686972ff NIMATA! offtkp 2023-09-27 23:22:18 +03:00
  • 1395fd4939 v0.0.1 release files v0.0.1 georgemoralis 2023-09-29 08:40:30 +03:00
  • c9d2c92001
    Update building-windows.md georgemoralis 2023-09-29 06:37:22 +03:00
  • 739fa266ea
    Merge pull request #41 from ArbestRiAgain/readme georgemoralis 2023-09-29 06:26:41 +03:00
  • 8da379ef8f
    Big README update ArbestRiAgain 2023-09-28 19:50:27 -07:00
  • 23eeec09d0 WIP tilemanager georgemoralis 2023-09-28 18:17:39 +03:00
  • 56a7398fa6
    Merge pull request #39 from georgemoralis/video_buffers georgemoralis 2023-09-28 08:22:36 +03:00
  • 05fdea61fc more work on graphics . tiles are not yet supported georgemoralis 2023-09-27 22:47:53 +03:00
  • abe6d39295 more on buffer rendering, added vulkan command pool georgemoralis 2023-09-27 15:15:18 +03:00
  • 3b853413c7 preparing for drawing georgemoralis 2023-09-27 09:26:50 +03:00
  • 98ccbe7f30 update gpu memory function georgemoralis 2023-09-27 08:34:02 +03:00
  • 21120ac0ae finished gpu buffer creation georgemoralis 2023-09-27 07:45:05 +03:00
  • c6633a511a small adjustments georgemoralis 2023-09-26 20:40:02 +03:00
  • 512309c8a0 even more work on videoOutbuffer georgemoralis 2023-09-26 20:08:03 +03:00
  • b14e50904b more work on creating videoOutBuffer object georgemoralis 2023-09-26 18:56:08 +03:00
  • 1a5dd6cdfe added XXH3_64bits and calculate memory obj hashes georgemoralis 2023-09-26 16:00:13 +03:00
  • 7570576aa2 more abstract memoryCreateObj georgemoralis 2023-09-26 03:46:25 +03:00
  • 627c0d1b61 more gpu memory work georgemoralis 2023-09-25 15:08:36 +03:00
  • 1f0beb0ec3 gpumemory works georgemoralis 2023-09-25 12:04:40 +03:00
  • 59efa477ce even more work on video buffers georgemoralis 2023-09-25 00:06:04 +03:00
  • f469296b78 some video buffer work georgemoralis 2023-09-22 10:38:21 +03:00
  • 12382ddac4 fixed some silly issues georgemoralis 2023-09-22 00:05:00 +03:00
  • 0859964888 almost finished vulkan init georgemoralis 2023-09-21 23:48:16 +03:00
  • 3c4716ba5f vulkanCreateQueues georgemoralis 2023-09-21 18:20:13 +03:00
  • b1d812bb32 vulkan : createDevice georgemoralis 2023-09-21 12:59:48 +03:00
  • 90dc454440 Finished vulkanFindQueues georgemoralis 2023-09-21 12:41:51 +03:00
  • 3768dfabfc more work on vulkan queues georgemoralis 2023-09-20 14:19:20 +03:00
  • 48ae687191 misc georgemoralis 2023-09-19 17:13:37 +03:00
  • b68f018fad Added vulkanGetSurfaceCapabilities georgemoralis 2023-09-19 14:02:40 +03:00
  • faf9a03437 some vulkan queue work georgemoralis 2023-09-19 09:15:59 +03:00
  • 78bafe88fa even more vulkan init georgemoralis 2023-09-18 14:52:16 +03:00
  • ef6da6bddb more vulkan init progress georgemoralis 2023-09-17 23:38:16 +03:00
  • f6388c367e added vulkan extension initialize georgemoralis 2023-09-17 20:01:29 +03:00
  • be4c88a338 fixed tiling mode checking georgemoralis 2023-09-16 23:05:57 +03:00
  • c081d6c73b second try to fix vulkan Build georgemoralis 2023-09-16 16:56:23 +03:00
  • e2b6c70f0a fixed vulkan compile georgemoralis 2023-09-16 10:51:09 +03:00
  • 74ac091b23 added vulkan submodule georgemoralis 2023-09-16 10:50:10 +03:00
  • 243c0158c1 more to buffers georgemoralis 2023-09-16 00:03:11 +03:00
  • aacbc4e675 Initial sceVideoOutRegisterBuffers function (added ErrorCodes returns) georgemoralis 2023-09-15 23:13:49 +03:00
  • 15089ae0b0 small fixes georgemoralis 2023-09-15 14:40:03 +03:00
  • 12f097d86b
    Merge pull request #38 from georgemoralis/sdl_events georgemoralis 2023-09-14 19:34:47 +03:00
  • da2a942415 better event handling georgemoralis 2023-09-14 18:47:42 +03:00
  • 61280cb6cf initial work on sdl events georgemoralis 2023-09-14 16:49:47 +03:00
  • 8954a35eec basic sdl window init georgemoralis 2023-09-12 19:39:08 +03:00
  • c2453f6ae9
    Merge pull request #37 from georgemoralis/video_event_queue georgemoralis 2023-09-11 13:16:03 +03:00
  • ab932e7503 event queue events now process nicely georgemoralis 2023-09-11 13:14:13 +03:00
  • 0c39b808bf sceVideoOutSubmitFlip implementation georgemoralis 2023-09-10 12:59:21 +03:00
  • f1b1eacb67 finished sceKernelWaitEqueue implementation georgemoralis 2023-09-10 01:06:14 +03:00
  • 98090ae42f initial sceKernelWaitEqueue implementation (WIP) georgemoralis 2023-09-08 08:28:01 +03:00
  • 5b6bbfc327 sceVideoOutGetFlipStatus implementation georgemoralis 2023-09-06 13:45:49 +03:00
  • fd8dc05313 fixing build georgemoralis 2023-09-05 15:26:03 +03:00
  • a3bdc9e4cc sceVideoOutSetFlipRate,sceVideoOutGetResolutionStatus implementation georgemoralis 2023-09-05 15:14:43 +03:00
  • 466cfe96e6 more completed (but not finished) sceVideoOutAddFlipEvent georgemoralis 2023-09-05 14:28:52 +03:00
  • 3a7563ef64 fixing @georgemoralis code wheremyfoodat 2023-09-05 14:01:47 +03:00
  • b634d512d3 WIP sceVideoOutAddFlipEvent implementation georgemoralis 2023-09-05 09:13:14 +03:00
  • bc7a13370d cleanup VideoOut library code georgemoralis 2023-08-23 23:20:43 +03:00
  • 201294cf18 sceVideoOutOpen is not dummy now georgemoralis 2023-08-23 00:02:24 +03:00