wheremyfoodat
|
49fe7037cb
|
Scheduler: Fix typo
|
2025-10-12 00:01:36 +03:00 |
|
wheremyfoodat
|
72b9aecda5
|
Thread scheduling fixes (#722)
* Add thread preemption when a thread wakes up from a timeout
* Add arbiter sleeping with timeout
Update threads.cpp
* Scheduler: Fix event numbers
* More address arbiter fixes
* Update preempt threads branch (#755)
* CI: Fix Vulkan SDK action (#723)
* GPU registers: Fix writes to some registers ignoring the mask (#725)
Co-authored-by: henry <23128103+atem2069@users.noreply.github.com>
* OLED theme
* OLED theme config fix (#736)
Co-authored-by: smiRaphi <neogt404@gmail.com>
* Adding Swedish translation
* Fix Metal renderer compilation on iOS
* [Core] Improve iOS compilation workflow
* [Qt] Hook Swedish to UI
* AppDataDocumentProvider: Typo (#740)
* More iOS work
* More iOS progress
* More iOS work
* AppDataDocumentProvider: Add missing ``COLUMN_FLAGS`` in the default document projectation (#741)
Fixes unable to copy files from device to app's internal storage problem
* More iOS work
* ios: Simplify MTKView interface (still doesn't work though)
* ios: Pass CAMetalLayer instead of void* to Obj-C++ bridging header
* Fix bridging cast
* FINALLY IOS GRAPHICS
* ios: Remove printf spam
* Metal: Reimplement some texture formats on iOS
* metal: implement texture decoder
* metal: check for format support
* metal: implement texture swizzling
* metal: remove unused texture functions
* Shadergen types: Add Metal & MSL
* Format
* Undo submodule changes
* Readme: Add Chonkystation 3
* Metal: Use std::unique_ptr for texture decode
* AppDataDocumentProvider: Allow to remove documents (#744)
* AppDataDocumentProvider: Allow to remove documents
* Typo
* Metal renderer fixes for iOS
* iOS driver: Add doc comments
* iOS: Add frontend & frontend build files (#746)
* iOS: Add SwiftUI part to repo
* Add iOS build script
* Update SDL2 submodule
* Fix iOS build script
* CI: Update xcode tools for iOS
* Update iOS_Build.yml
* Update iOS build
* Lower XCode version
* A
* Update project.pbxproj
* Update iOS_Build.yml
* Update iOS_Build.yml
* Update build.sh
* iOS: Fail on build error
* iOS: Add file picker (#747)
* iOS: Add file picker
* Fix lock placement
* Qt: Add runpog icon (#752)
* Update discord-rpc submodule (#753)
* Remove cryptoppwin submodule (#754)
---------
Co-authored-by: henry <23128103+atem2069@users.noreply.github.com>
Co-authored-by: smiRaphi <neogt404@gmail.com>
Co-authored-by: smiRaphi <87574679+smiRaphi@users.noreply.github.com>
Co-authored-by: Daniel Nylander <po@danielnylander.se>
Co-authored-by: Ishan09811 <156402647+Ishan09811@users.noreply.github.com>
Co-authored-by: Samuliak <samuliak77@gmail.com>
Co-authored-by: Albert <45282415+ggrtk@users.noreply.github.com>
---------
Co-authored-by: henry <23128103+atem2069@users.noreply.github.com>
Co-authored-by: smiRaphi <neogt404@gmail.com>
Co-authored-by: smiRaphi <87574679+smiRaphi@users.noreply.github.com>
Co-authored-by: Daniel Nylander <po@danielnylander.se>
Co-authored-by: Ishan09811 <156402647+Ishan09811@users.noreply.github.com>
Co-authored-by: Samuliak <samuliak77@gmail.com>
Co-authored-by: Albert <45282415+ggrtk@users.noreply.github.com>
|
2025-10-12 00:00:15 +03:00 |
|
wheremyfoodat
|
bd81c72608
|
Fix uninitialized warning and remove header pollution (#803)
* Fix uninitialized warning and remove header pollution
* Nits
* IWYU
* More IWYU
|
2025-08-07 23:12:45 +03:00 |
|
wheremyfoodat
|
dc7f8a48bd
|
IR: Move to scheduler
|
2025-07-03 02:42:43 +03:00 |
|
wheremyfoodat
|
1c9a3ac3d3
|
Add Y2R event delay
|
2024-07-02 15:30:38 +03:00 |
|
wheremyfoodat
|
33eb096ef8
|
Better DSP scheduling
|
2024-02-18 22:22:00 +02:00 |
|
wheremyfoodat
|
5dd3c02ffb
|
Moar Teak LLE
Co-Authored-By: PSISP <12768103+psi-rockin@users.noreply.github.com>
|
2024-02-17 03:48:37 +02:00 |
|
wheremyfoodat
|
52accdde43
|
Test to fix android build
|
2024-01-25 21:45:15 +02:00 |
|
wheremyfoodat
|
88dc2cc864
|
Remove std::ranges usage
|
2024-01-22 14:57:02 +02:00 |
|
wheremyfoodat
|
0be099d1ea
|
Hook up KTimer to scheduler
|
2024-01-22 04:04:05 +02:00 |
|
wheremyfoodat
|
fa82dad38d
|
First stuff running with scheduler
|
2024-01-22 02:29:14 +02:00 |
|
wheremyfoodat
|
97f97dc6e2
|
Use CPU for counting ticks instead of scheduler
|
2024-01-22 00:38:11 +02:00 |
|
wheremyfoodat
|
7343497f36
|
Add basic scheduler structure
|
2024-01-20 23:17:35 +02:00 |
|