VOGONS


RReady (Rendition Verite wrapper) Test Build (Alpha 1)

Topic actions

Reply 3020 of 3025, by RaVeN-05

User metadata
Rank Oldbie
Rank
Oldbie

Some unconfirmed bugs:
https://www.twitch.tv/videos/2517535265?t=00h08m07s
there you can see sprite sometimes have fully transparent strip.

https://www.twitch.tv/videos/2517535265?t=00h09m09s
button sometimes disappear at some angles or at borders of screen when come closer.

https://www.twitch.tv/videos/2517535265?t=00h05m30s

sometimes savegame or loadgame background can be stretched out of screen.

All those probably acts the same way as on original Hardware. I do not remember.

Ok i will test ICR2 on laptop and tell results )

https://www.youtube.com/user/whitemagicraven
https://go.twitch.tv/whitemagicraventv

Reply 3021 of 3025, by sharangad

User metadata
Rank l33t
Rank
l33t
RaVeN-05 wrote on Today, 13:25:
Some unconfirmed bugs: https://www.twitch.tv/videos/2517535265?t=00h08m07s there you can see sprite sometimes have fully transpa […]
Show full quote

Some unconfirmed bugs:
https://www.twitch.tv/videos/2517535265?t=00h08m07s
there you can see sprite sometimes have fully transparent strip.

https://www.twitch.tv/videos/2517535265?t=00h09m09s
button sometimes disappear at some angles or at borders of screen when come closer.

https://www.twitch.tv/videos/2517535265?t=00h05m30s

sometimes savegame or loadgame background can be stretched out of screen.

All those probably acts the same way as on original Hardware. I do not remember.

Ok i will test ICR2 on laptop and tell results )

May I have the saves from rebel moon for testing? I think they're both wrapper errors.

I also have another extremely alpha build with lower minimum framerates in vquake. If you've got some time, maybe give it a spin and try the 3 demos to see if there's any difference.

I can't upload it just yet, but will in a bit, in another 40 minutes. [EDIT] Nm. It's probably a statisical error[/EDIT]

I should probably subscribe to your twitch account.

Developer of RReady - Rendition Verité Wrapper.
https://www.youtube.com/@sharangadayananda\
https://patreon.com/Rready?utm_medium=unknown … ontent=copyLink

Reply 3022 of 3025, by sharangad

User metadata
Rank l33t
Rank
l33t

@Raven-05, I've rolled back some of the changes with dma caching, it's far too unstable.

https://nirvtek.com/downloads/RReady.Alpha.20 … 1.ThreadSafe.7z
MD5: 18867c4e9b26db7185a912b36112e3d8
- Keyboard input handling heavily tweaked, a key is internally held for 0.066s before being released (unless pressed again sooner).
- ThreadSafe should be more stable and should be (hopefully) a bit more playable on your laptop, maybe.
- vQuake fixes.

I think the slowdown in vQuake and ICR2 is because of Dosclient. There's a thread which processes the DMA (or FIFO) stream one 32 bit word at a time. It has to parse the entire DMA stream and re-assemble it bit by bit. The problem is I could optimise it if all the data was self-contained, but because it's being streamed there's no guarantee that entire commands and their data are in that one buffer. The next buffer might continue from halfway through. WIth RRedline, there's a guarantee that a command buffer will always be self-contained, the API and the way its calls work guarantee it. Speedy3D probably does too, but unfortunately, I don't get Speedy3D, only the contents of the command buffers and there's no end of buffer marker in there, just the internals of buffer after buffer chucked in there, filling the FIFO queue on a real Rendition board. Because of this the performance is constrained by how fast this can work. I'm just wondering whether I can use AVX or something in here somehow. The compiler actually automatically optimises things to use AVX whenever possible, but I've never actually analyzed the binary.

I also have stats. vQuake at 800x600 streams at most 115 MB/s of commands+data with 20-72 fps (no vsync). ICR2 manages only 55 MB/s max with the Houston track (32 ahead/32 behind) at 16 fps. So maybe it isn't Dosclient. The profile said it didn't take up much time, but every little bit helps.

Having said that ICR2 on the Australia track with the default number of cars visible in [ALT+X] mode runs 7 fps faster (48 fps) without the rendering but with the buffer swaps (black screen with framerate). I should probably repeat the test for Houston.

I'm going to try moving it into its own thread again without DMA buffer queuing onto another thread. I might try using a stringstream (which is slow for strings) and leaks memory. That's a job for tomorrow.

Developer of RReady - Rendition Verité Wrapper.
https://www.youtube.com/@sharangadayananda\
https://patreon.com/Rready?utm_medium=unknown … ontent=copyLink

Reply 3025 of 3025, by sharangad

User metadata
Rank l33t
Rank
l33t
RaVeN-05 wrote on Today, 13:25:
Some unconfirmed bugs: https://www.twitch.tv/videos/2517535265?t=00h08m07s there you can see sprite sometimes have fully transpa […]
Show full quote

Some unconfirmed bugs:
https://www.twitch.tv/videos/2517535265?t=00h08m07s
there you can see sprite sometimes have fully transparent strip.

https://www.twitch.tv/videos/2517535265?t=00h09m09s
button sometimes disappear at some angles or at borders of screen when come closer.

https://www.twitch.tv/videos/2517535265?t=00h05m30s

sometimes savegame or loadgame background can be stretched out of screen.

All those probably acts the same way as on original Hardware. I do not remember.

Ok i will test ICR2 on laptop and tell results )

These are confirmed bugs now:
https://youtu.be/OnVxyN2BACw
(V1000 doesn't have any problems with it).

Developer of RReady - Rendition Verité Wrapper.
https://www.youtube.com/@sharangadayananda\
https://patreon.com/Rready?utm_medium=unknown … ontent=copyLink