olebeck
02b942b491
clang format
2025-07-06 16:41:04 +02:00
olebeck
fae97351a5
Merge remote-tracking branch 'upstream/master'
2025-07-02 02:24:36 +02:00
Joshua Peisach
1ff768935e
3DS Port ( #450 )
...
* [WIP] 3ds port
Recommit of everything after the 2d renderer merge
* VERY AWESOME FEATURE FRFR
* Stopped CPU suicide and app crashing for now
* put in Texture3DS function thing
* Fix clear color
* Implement 2D rendering via Citro3D
* Set 3dsx smdh metadata
* Render world content, sort of
* Push mesh dynamically
* Remove Citro3D init hacks
* Clean up Citro3D implementation
* Try to upload meshes and convert matricies
* Fix 3D rendering
* Apply optimizations
* Implement lighting
* Set 3dsx smdh metadata
* Revert "Apply optimizations"
This reverts commit 6660082fef .
* Apply optimizations
* Added a cleaner icon (#4 )
* Fix pure buffer clear frames (#9 )
* Disable OpenGL on 3DS (#10 )
* Fix tiled textures and improve UI image quality (#11 )
* Create 3DS default config overrides
* 3ds: implement apt hooks
* remove unused import
* Apply suggestions from code review
Co-authored-by: Christian Semmler <mail@csemmler.com>
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
* Update miniwin/src/d3drm/backends/citro3d/renderer.cpp
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
* Separate 3DS apt hook code + move cmake 3ds into ISLE_BUILD_APP
* miniwin: use citro3dd if debugging
* Optimize texture encoding (#12 )
* Cleanup
* Set correct mipmap level for UI textures (#13 )
* cpack: include the .3dsx
* Add 3DS CI
* Fix CI
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
* syntax
* Refactor c3d renderer (#14 )
* Refactor c3d renderer
* format
* Apply suggestions from code review
Co-authored-by: Anders Jenbo <anders@jenbo.dk>
---------
Co-authored-by: Anders Jenbo <anders@jenbo.dk>
* n3ds: just distribute the .3dsx
* upload 3dsx
* Skip uploading 3DS artifacts
* Update ci.yml
* Update ci.yml
* Remove extraneous ifdef
---------
Co-authored-by: MaxBrick <maximusbrick@gmail.com>
Co-authored-by: Anders Jenbo <anders@jenbo.dk>
Co-authored-by: Steven <139715581+StevenSYS@users.noreply.github.com>
Co-authored-by: Christian Semmler <mail@csemmler.com>
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
2025-07-01 02:43:10 +00:00
olebeck
43888843a0
Merge remote-tracking branch 'upstream/master'
2025-06-30 22:58:46 +02:00
Anders Jenbo
225adda309
Rendering refactoring ( #459 )
...
* Hint texture intent to renderer
* improve transparancy for 32bit rendering
* Align OpenGL ES 2.0 with SDL_GPU's 2D rendering
2025-06-30 22:51:26 +02:00
olebeck
2aeeff7d07
remove some unneeded changes
2025-06-28 03:30:03 +02:00
olebeck
a6b90abcca
Merge remote-tracking branch 'upstream/master'
2025-06-28 02:47:07 +02:00
Danct12
a782c48980
miniwin: Use PRIu32 for printing uint32_t ( #436 )
...
Some architecture uses different type for uint32_t.
For example:
x86_64 | aarch64 = unsigned int
xtensa | riscv32 = long unsigned int
arm = long unsigned int
2025-06-26 19:41:46 +02:00
olebeck
06f2179ea1
make gxm renderer work with new d3drm
2025-06-26 02:34:16 +02:00
olebeck
b41e760d9d
Merge remote-tracking branch 'upstream/master'
2025-06-25 22:07:25 +02:00
olebeck
d0020a3b9a
avoid sdl renderer for vita, seems broken
2025-06-25 21:40:17 +02:00
Anders Jenbo
b65284a7a0
Move 2D drawing and upscaling to the renderer ( #348 )
2025-06-25 19:45:26 +02:00
olebeck
b38091ba1b
add gxm renderer (not working with display yet)
2025-06-24 16:36:09 +02:00
olebeck
3f8b36b323
patch sdl3 shaders, got something on screen!
2025-06-22 13:27:21 +02:00
olebeck
cb4fcc55ba
select correct renderer for sdl renderer
2025-06-22 12:57:31 +02:00
Anders Jenbo
ea4b9ab1c9
Implement DirectX 9 backend ( #332 )
2025-06-18 18:10:48 +02:00
Anders Jenbo
eab95514d6
Add an OpenGL ES 2.0 renderer ( #287 )
2025-06-17 03:47:23 +02:00
Anders Jenbo
79726d25a4
Split framebuffer from general surfaces ( #319 )
2025-06-16 18:11:56 +02:00
Anders Jenbo
65aafd2f44
Implement some minor functions in miniwin ( #310 )
2025-06-14 22:00:44 +02:00
Christian Semmler
5080e372f9
Emscripten port ( #229 )
...
* Emscripten port
* Fix NCC
* Update CMakeLists.txt
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
* Update CMakeLists.txt
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
* Update CMakeLists.txt
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
* Update CMakeLists.txt
* cmake: set iniparser cmake options in local scope
* ci: try adding emscripten to test matrix
* cmake: try to make CMake install package more usable
* cmake: fix typo
* Update CMakeLists.txt
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
* Add support for .ini loading
* Different default full screen behavior for Emscripten
* Add comments
* Add web platform
---------
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
Co-authored-by: Anonymous Maarten <anonymous.maarten@gmail.com>
2025-06-13 00:26:43 +02:00
Anders Jenbo
bbb0de6e9a
Implement full screen ( #290 )
2025-06-12 22:51:52 +02:00
Anders Jenbo
2c9d9ba920
Upload mesh data to GPU using VBOs when available ( #275 )
2025-06-10 23:33:14 +00:00
Joshua Peisach
e520a47e2f
Port CONFIG to Qt ( #210 )
...
Co-authored-by: Anonymous Maarten <anonymous.maarten@gmail.com>
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
2025-06-03 03:48:04 +02:00
Anders Jenbo
b169a4d637
Implement OpenGL 1.5 backend renderer ( #223 )
2025-06-03 03:28:53 +02:00
AllMeatball
1ab11ed091
miniwin: Compartmentalize EnumDevices ( #222 )
...
This compartmentalizes everything to a corresponding function
for each renderer backend.
2025-06-03 02:18:20 +02:00
Anders Jenbo
4abd404f2d
Implement Software rendering
2025-05-29 04:08:01 +02:00
Anders Jenbo
ef7499bdb9
Restructure miniwin and add support for 3D backends
2025-05-29 04:07:53 +02:00