English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General

 
 
Thread Tools
Old 13 April 2021, 02:34   #1
VladR
Registered User
 
Join Date: Dec 2019
Location: North Dakota
Posts: 741
CyberGraphics vs BitPlanes on slower configs

I'm trying to figure out what's the slowest config where my current incarnation of my flatshader engine will run. On WinUAE, I am using 68040 config.

Libs used are:graphics, CyberGraphics, Intuition, Dos

I'm using CGX basically just to open the video mode and display the framebuffer via WritePixelArray ()

I just checked the CGX docs and it appears that the lowest possible bitdepth is 8 (I was hoping for 4, but alas - not), which means 256 colors, which would imply AGA - am I correct here ? I am not sure which CPU is the slowest for AGA, but am guessing ~68020 ?


Let's say I would internally adjust the rendering to my framebuffer to 16 colors only with minimal changes. How would I go about making it run on OCS ? graphics.library also has a function WritePixelArray (), so as long as I open the screen properly, it should [in theory] convert my 4-bit framebuffer into the bitplanes on OCS, correct ?

I suspect graphics.library won't be anywhere near as fast as a dedicated optimized C2P function - but how slow is it in reality compared to C2P ?

Worst case scenario, I could write my own C2P...
VladR is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cybergraphics plugin vampire v4 help Jay22 support.Apps 2 16 April 2020 19:11
gcc and cybergraphics zeGouky Coders. C/C++ 3 20 November 2016 04:08
my prog gets slower and slower AGS Coders. System 2 19 March 2015 22:27
cybergraphics.library v41 LuMan support.Other 5 07 December 2010 15:53
CyberGraphics 4.2 CU_AMiGA request.Other 12 07 October 2006 16:20

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 19:03.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.06626 seconds with 13 queries