Will the Drastic supports high resolution rendering?
-
- Posts: 3
- Joined: Sat Mar 15, 2014 10:00 pm
- Location: Mainland China
Will the Drastic supports high resolution rendering?
DeSmuME_X432R supports high resolution rendering ,which grately reduced aliasing(see the the attached file).
DeSmuME_X432R's binary and source code(for developers to refer):
https://www.dropbox.com/s/nz33kdyyhz6it ... 3-29-0.zip
DeSmuME_X432R's binary and source code(for developers to refer):
https://www.dropbox.com/s/nz33kdyyhz6it ... 3-29-0.zip
- Attachments
-
- emulator:DeSmuME_X432R
render mode:OpenGL X3
MSAA antialiasing:on - RinkoHD4.PNG (172.43 KiB) Viewed 26907 times
Re: Will the Drastic supports high resolution rendering?
dunno if this may have occured to you but demume runs on a pc. much poewerful than a mobile phone.
Behold my mighty


Re: Will the Drastic supports high resolution rendering?
Sorry if my English is bad, I'm French !
Re: Will the Drastic supports high resolution rendering?
Won't hurt to try. just add it as an experimental feature. Some devices may actually be fast enough to run this feature semi-decentlyJay Haru wrote:dunno if this may have occured to you but demume runs on a pc. much poewerful than a mobile phone.
I would like to try it even if it is agonisingly slow

Re: Will the Drastic supports high resolution rendering?
This is not something that can happen just by trivially turning on a feature. The custom build of DeSmuME is doing it with the OpenGL renderer. DraStic only uses software rendering, for a few reasons:
1) There are features in the DS GPU that don't map well to OpenGL ES 2.0, which is all most Android devices have. On PCs the situation is a little better.
2) DS has both 2D and 3D graphics, and they have to be combined. To combine a hardware renderer with software 2D rendering you have to read back the framebuffer which can be very slow. Especially on a lot of mobile GPUs that are scene gathering.
3) GPU capabilities vary a lot on mobile devices, even more than CPU capabilities. And for some platforms we've used for testing like Linux on Exynos 5250 Chromebook and Odroids there isn't really usable OpenGL ES at all.
So we really have no plans to do hardware rendering.
I want to try doing 4x rendering in software - it can be done, for example gpu_neon in PCSX-reARMed does it. But it's not really that trivial, and it will require much more CPU power so probably only high end devices will be able to handle it.
1) There are features in the DS GPU that don't map well to OpenGL ES 2.0, which is all most Android devices have. On PCs the situation is a little better.
2) DS has both 2D and 3D graphics, and they have to be combined. To combine a hardware renderer with software 2D rendering you have to read back the framebuffer which can be very slow. Especially on a lot of mobile GPUs that are scene gathering.
3) GPU capabilities vary a lot on mobile devices, even more than CPU capabilities. And for some platforms we've used for testing like Linux on Exynos 5250 Chromebook and Odroids there isn't really usable OpenGL ES at all.
So we really have no plans to do hardware rendering.
I want to try doing 4x rendering in software - it can be done, for example gpu_neon in PCSX-reARMed does it. But it's not really that trivial, and it will require much more CPU power so probably only high end devices will be able to handle it.
-
- Posts: 3
- Joined: Sat Mar 15, 2014 10:00 pm
- Location: Mainland China
Re: Will the Drastic supports high resolution rendering?
This desmume emulator supports softrasterizer(not OpenGL) 2x,3x and 4x.Exophase wrote:This is not something that can happen just by trivially turning on a feature. The custom build of DeSmuME is doing it with the OpenGL renderer. DraStic only uses software rendering, for a few reasons:
1) There are features in the DS GPU that don't map well to OpenGL ES 2.0, which is all most Android devices have. On PCs the situation is a little better.
2) DS has both 2D and 3D graphics, and they have to be combined. To combine a hardware renderer with software 2D rendering you have to read back the framebuffer which can be very slow. Especially on a lot of mobile GPUs that are scene gathering.
3) GPU capabilities vary a lot on mobile devices, even more than CPU capabilities. And for some platforms we've used for testing like Linux on Exynos 5250 Chromebook and Odroids there isn't really usable OpenGL ES at all.
So we really have no plans to do hardware rendering.
I want to try doing 4x rendering in software - it can be done, for example gpu_neon in PCSX-reARMed does it. But it's not really that trivial, and it will require much more CPU power so probably only high end devices will be able to handle it.
Re: Will the Drastic supports high resolution rendering?
Will there be any doable way to get high quality 3D graphics on drastic like in the screenshot in the original post?Exophase wrote:This is not something that can happen just by trivially turning on a feature. The custom build of DeSmuME is doing it with the OpenGL renderer. DraStic only uses software rendering, for a few reasons:
1) There are features in the DS GPU that don't map well to OpenGL ES 2.0, which is all most Android devices have. On PCs the situation is a little better.
2) DS has both 2D and 3D graphics, and they have to be combined. To combine a hardware renderer with software 2D rendering you have to read back the framebuffer which can be very slow. Especially on a lot of mobile GPUs that are scene gathering.
3) GPU capabilities vary a lot on mobile devices, even more than CPU capabilities. And for some platforms we've used for testing like Linux on Exynos 5250 Chromebook and Odroids there isn't really usable OpenGL ES at all.
So we really have no plans to do hardware rendering.
I want to try doing 4x rendering in software - it can be done, for example gpu_neon in PCSX-reARMed does it. But it's not really that trivial, and it will require much more CPU power so probably only high end devices will be able to handle it.
Re: Will the Drastic supports high resolution rendering?
Yes, see the last sentence I wrote. Of course it can be done, I already have plans for implementation. The problem isn't doing it at all, the problem is the impact it has on performance.Nukepayload2 wrote:This desmume emulator supports softrasterizer(not OpenGL) 2x,3x and 4x.
-
- Posts: 11
- Joined: Mon Sep 23, 2013 12:35 am
- Location: Bataan,Philippines
Re: Will the Drastic supports high resolution rendering?
I hope this gets implemented seeing as how a feature like this would be better than without having this
if this gets implemented soon,i think no one has the right to complain seeing as how it is obvious that it will cause some impact in the performance not to mention being just new
if this gets implemented soon,i think no one has the right to complain seeing as how it is obvious that it will cause some impact in the performance not to mention being just new
Re: Will the Drastic supports high resolution rendering?
no one has rights but that doesnt mean no one will complain why the feature is too slow on their device.mckimiaklopa wrote:I hope this gets implemented seeing as how a feature like this would be better than without having this
if this gets implemented soon,i think no one has the right to complain seeing as how it is obvious that it will cause some impact in the performance not to mention being just new
Behold my mighty

