Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenGL 3D rendering support #55

Open
ToniBC opened this issue Apr 11, 2024 · 7 comments
Open

OpenGL 3D rendering support #55

ToniBC opened this issue Apr 11, 2024 · 7 comments
Labels
enhancement New feature or request

Comments

@ToniBC
Copy link

ToniBC commented Apr 11, 2024

In the standalone emulator, we have the option of using OpenGL, which allows us in several 3D games to increase the resolution or use the 3D acceleration options, freeing up the CPU load and improving the game. Like Grim Fandango and others.

It would be nice to be able to include that in the Libretro version.

Thank you.

@spleen1981 spleen1981 added the enhancement New feature or request label Apr 12, 2024
@spleen1981
Copy link
Collaborator

OpenGL support (2D) has now been added 42dc7b3

@rtissera
Copy link

@spleen1981 great addition, can it be upstreamed ?

@KamiLordus
Copy link

KamiLordus commented Apr 17, 2024

@spleen1981 thanks for adding hardware acceleration.
Is it possible for The Longest Journey to also use hardware acceleration? Then the characters and text look smoothed (antyaliasing?)
Currently, the game does not use hardware acceleration, and there are graphical problems in the first scene with April. Colorful pixels around the characters, which is difficult to show in a screenshot.
Longest Journey, The (CD Windows)-240418-001350

@spleen1981
Copy link
Collaborator

@spleen1981 great addition, can it be upstreamed ?

not sure what do you mean, however the updated version should be already available from retroarch online updater and in sync with upstream scummvm/scummvm repo

@spleen1981
Copy link
Collaborator

@KamiLordus that would require specific OpenGL 3D support, not available yet in the core.

@spleen1981 spleen1981 changed the title OpenGL support OpenGL 3D rendering support Apr 18, 2024
@rtissera
Copy link

rtissera commented Apr 18, 2024

@spleen1981 great addition, can it be upstreamed ?

not sure what do you mean, however the updated version should be already available from retroarch online updater and in sync with upstream scummvm/scummvm repo

Yes, I mean send it to scummvm/scummvm repo as a pull request

@spleen1981
Copy link
Collaborator

Yes, I mean send it to scummvm/scummvm repo as a pull request

Yes, actually all LIBRETRO commits in master are pushed upsteam first and then synced here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants