Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
162 user(s) are online (5 user(s) are browsing News)

Members: 3
Guests: 159

Hans, BillE, Gebrochen, more...

Headlines


Recent Replied Topics
Software News : GL4ES: Round 2
Posted by kas1e on 2019/7/3 20:44:21 (2211 reads) News by the same author
Software News

Today there is few more releases which builded with usage of GL4ES wrapper which mean to give us OpenGL1.x , 2.x and some of 3.x over ogles2.library and warp3dnova.



Introduction...:

For make those games works you need as necessary minimum ogles2.library v2.8 , and warp3dnova.library v1.65. Those requerements are 100% necessary.
You can get them from latest Enhacer update v1.5, or via from Updater. If you will have anything lower than requested, you will have bugs, crushes and errors.
So before making any bugreport later, be sure that you have those versions at minimum. And if you sure, then anyway recheck again that you have it installed :)

Of course it is understandable that you also should have modern gfx card, with latest radeonHD drivers.

Everything is compiled via gcc 8.2.0, latest SDL2 with necessary fixes to make it rendered through ogles2.library and GL4ES.

At this time there is 2 new titles and one update, all of them can be downloaded from os4depot. At moment they all in upload query. All the videos and screenshots below taken from my x5k/aos4fe.


Foobillard++...:

Resized Image

That one are complex OpenGL game that uses cascaded display list, line stipple, TexGen and co. Previously we have some old MiniGL port of pure Foobillard (not ++), which is slow and buggy.
New ++ version also can be build over MiniGL with some small changes, but its so slow even on x5k that it not worth of try. See the FPS numbers in 1024x768 on my x5k.

minigl 2.21: ~10fps
ogles2 2.8: ~60fps

Port based on the latest, v3.42beta, stable source release and original code of the game was quite buggy, so it take some time to fix those bugs (thanks to Georg & Daniel).
I also had to rewrite SDL1 to SDL2 and fix some endian issues. There is full list of changes of v1 release:

-- added SDL2 support via --enable-sdl2. This port builds over SDL2.
-- gl4es is used for OpenGL (so ogles2/warp3dnova)
-- amigaos4 pathes, stack cookie
-- builded with gcc 8.2.0 and enabled LTO.
-- added big-endian changes in place where loading of ball_ball.raw happens and it expected to be in LE format
-- when you choice in menu "manual", "game_history" or "touranment_history" Odyssey is used, but you can change it to any browser you need (or by changing config file, or by changing ViewOptions/Browser in menu).
-- running of external commands (such as browser) done via aos4's IDOS->SystemTags() in Async mode (thanks to Salas00 for code which works when run game and from shell and from wb icon)
-- original game's code bug: in billard3d.c/load_config() forgotten fclose(), because of which save_config() on exit didn't works
-- original game's code bug: in sound_stuff.c/strsound() there was some typo from author strcpy(s,&s[strlen(s)-4]) , while should be strcpy(s,&s1[strlen(s1)-4]), which cause heavy memory issues in end (c) Daytona
-- original game's code bug: parent_entry in the menu_new() wasn't initialized, which cause crashes later in some situation in the menu_choose(); visually it just crashes when you choice some of menus (c) Georg
-- original game's code bug: when blitting menu entries, sometime blitting happens outside of left bounds and thus trashing memory and cause heap corruption, which in end lead to crash on free(textdata) later (c) Georg
-- original game's code bug: initially checking on minimum screenmode was wrong and thus skip some modes which can fits.

Resized Image

Youtube video, full HD 1920x1080: https://youtu.be/hQVabA_ReoQ

Actual code with all the AmigaOS4 and other changes listed below can be found at https://github.com/kas1e/FoobillardPlusPlus

If you find any bug , plz report it on the same page there: https://github.com/kas1e/FoobillardPlusPlus/issues/new


Neverball/Neverputt 1.6.0...:

Resized Image


Previously we have some older 1.5.4 version of neverball games compiled over minigl, but it's quite dated and as usuall for minigl : slow. The new version use SDL2, latest PhysFS, and
compiled over gl4es (so ogles2/warp3dnova) , which give us quite boost in the speed in compare with 1.5.4 version. Have a look at those FPS numbers (be sure you have ogles2 2.8 and w3dnova 1.65):


minigl neverball 1.5.4 level1 1024x768: 27 FPS
gl4es neverball 1.6.0 level1 1024x768: 75 FPS

minigl neverputt 1.5.4 level1 1024x768: 60 FPS
gl4es neverputt 1.6.0 level1 1024x768: 285 FPS

The minigl version of 1.6.0 probabaly possible only after some code changes (and maybe in MiniGL itself as well): at least from brief tests when i tried to compile 1.6.0 version for minigl,
it just crashed in some minigl functions, so it can be that minigl no more fits in.


Resized Image

Youtube, full HD 1920x1080: https://youtu.be/TSug2SePrSs


Friking shark update...:


Resized Image


Friking shark was released before, but some bugs since then was fixed as well as some new functionality added:

-- fixed iconification support
-- enabled FPS counter code (press "f4" in game), ogles2.library 2.8 minimum or you will have crashes.
-- rebuilt with enabled LTO
-- by default start in window mode (to swith back to fullscreen change in Resources/Scripts/GameGUI.cfg , fullscreen=0 to fullscreen=1)


Youtube, full HD 1920x1080: https://youtu.be/eA9txj_P38I

Final notes

Thanks to Daniel for OpenGL ES2 and all his help with everything : http://www.goldencode.de/
Thanks to Hans for Warp3DNova and all his help with everything : https://keasigmadelta.com/
Thanks to AEON who actually pay developers (yes, unusual in amiga world) , so we have OpenGL ES2 and Warp3DNova.
Thanks to ptitSeb for GL4ES and all his help with everything : https://github.com/ptitSeb/gl4es/
Thanks to Capehill (and others) for actual SDL2 port and all his help with everything : https://github.com/AmigaPorts/SDL


Printer friendly page Send this story to a friend
The comments are owned by the author. We aren't responsible for their content.
Author Thread
mufa
Published: 2019/7/3 21:26  Updated: 2019/7/3 21:26
Not too shy to talk
Joined: 11/27/2006
From: Poland
Comments: 267
 Thanks
Good job, thank you. On my X1000 & R9 270 games work great. Unfortunately, no X5000 & Polaris. Maybe i need the W3DN_GCN.library update? (Unfortunately, A-Eon updated only W3DN_SI.library v1.65 and GCN remains in version 1.58).
amigakit
Published: 2019/7/3 22:59  Updated: 2019/7/3 22:59
Quite a regular
Joined: 12/04/2006
From: www.amigakit.com
Comments: 718
 W3DN_GCN.library
@mufa Please check Updater now. W3DN_GCN.library v1.65 is now available to all Enhancer Software Graphics Upgrade customers.
Hans
Published: 2019/7/4 9:38  Updated: 2019/7/4 9:38
Home away from home
Joined: 01/26/2007
From: New Zealand
Comments: 2675
Online!
 Re: GL4ES: Round 2
Nice fps boost for these games vs MiniGL.

Hans
benny
Published: 2019/7/4 10:57  Updated: 2019/7/4 10:57
Just popping in
Joined: 12/08/2006
From: Netherlands
Comments: 125
 Re: GL4ES: Round 2
Great, running without problems!

On Neverball/Neverputt anti-aliasing is not implented, that is in the Amiga driver or in the port ?
mufa
Published: 2019/7/4 13:39  Updated: 2019/7/4 13:39
Not too shy to talk
Joined: 11/27/2006
From: Poland
Comments: 267
 Re: W3DN_GCN.library
@amigakit
Thanks for the upgrade. Now games are working well on Polaris
kas1e
Published: 2019/7/5 10:20  Updated: 2019/7/5 10:21
Home away from home
Joined: 09/11/2007
From: Russia
Comments: 8960
 Antialiasing
@benny
Its not our drivers or our port, its just
antialiasing not implemented in gl4es itself. That what ptitseb (author of gl4ez) says about:

Yes, you are right, it's not implemented in the GLES2 backend (only on the GLES1.1 backend, so useless for you). I may implement it one day, but basically, I have to alter the auto-generated shaders to implement it, so I'm not sure I'll bother with that one day (unless I do SSAA, wich is pretty easy to implement, but that's not an optimal method at all).
328gts
Published: 2019/7/7 23:40  Updated: 2019/7/7 23:40
Home away from home
Joined: 07/07/2009
From: Man Cave, Canada
Comments: 3025
 !
awesome to see more games use Warp3D Nova/ GLES2 so thanks to all involved! any chance our SuperTuxKart on OS4depot could be updated with Warp3dNova ?
General
Site sponsors
Advertise Here

Site statistics
Registered members
  1674
Logged in last:
  24 hours, 65
  7 days, 133
  30 days, 182

Top Posters
1 kas1e
kas1e 8960
2 Raziel
Raziel 5416
3 LiveForIt
LiveForIt 3777
4 samo79
samo79 3755
5 ChrisH
ChrisH 3582
6 Chris
Chris 3361
7 orgin
orgin 3266
8 328gts
328gts 3025
9 Hans
Hans 2675
10 Antique
Antique 2618

New Members
amienslaver
amienslaver 04/20/2024
Djk83
Djk83 04/19/2024
akutra
akutra 04/08/2024
kishigo
kishigo 03/25/2024
amigait
amigait 03/21/2024
fordprefect
fordprefect 03/06/2024
brufnus
brufnus 02/21/2024
Sugo77
Sugo77 02/11/2024
tomkrk78
tomkrk78 02/01/2024
Radar103
Radar103 01/28/2024


Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project