Click here to Skip to main content
15,891,513 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Thought of the Day Pin
grralph112-Apr-21 23:03
grralph112-Apr-21 23:03 
GeneralThis bug makes me want to cry Pin
honey the codewitch12-Apr-21 3:20
mvahoney the codewitch12-Apr-21 3:20 
GeneralRe: This bug makes me want to cry Pin
Greg Utas12-Apr-21 3:33
professionalGreg Utas12-Apr-21 3:33 
GeneralRe: This bug makes me want to cry Pin
honey the codewitch12-Apr-21 3:52
mvahoney the codewitch12-Apr-21 3:52 
GeneralRe: This bug makes me want to cry Pin
Member 1299508712-Apr-21 4:35
Member 1299508712-Apr-21 4:35 
GeneralRe: This bug makes me want to cry Pin
k505412-Apr-21 4:45
mvek505412-Apr-21 4:45 
GeneralRe: This bug makes me want to cry Pin
honey the codewitch12-Apr-21 4:53
mvahoney the codewitch12-Apr-21 4:53 
GeneralRe: This bug makes me want to cry Pin
Member 1299508712-Apr-21 5:13
Member 1299508712-Apr-21 5:13 
Hi,I know 18bpp is used, I use it myself. The question was: Is there any hardware around that stores this information in a framebuffer every 2,25 bytes? I do not think so.
So I am not quite sure, what the use of this higly flexible pixel is. I can see a use for transforming of images. But the framebuffers I know are byte based and for performace reasons, aligned to byte, word or dword boundaries.

So when you do drawing, you can use an array (virtual area) of your pixels but I fear the performace would lack.
In a framebuffer, you normally have lots of pixels and it comes to processor cycles when you do drawing, copying, moving etc.. and want to get a useful frame rate So it is always nice if you can work with the register size of the CPU.

It sounds for me, that you plan to draw on a virtual area of pixels which are finally converted to the hardware equivalence in the framebuffer.

But maybe I did understand your problem wrong, that's why I asked for a code example.
GeneralRe: This bug makes me want to cry Pin
honey the codewitch12-Apr-21 5:59
mvahoney the codewitch12-Apr-21 5:59 
GeneralRe: This bug makes me want to cry Pin
Member 1299508712-Apr-21 20:36
Member 1299508712-Apr-21 20:36 
GeneralRe: This bug makes me want to cry Pin
Richard MacCutchan12-Apr-21 5:11
mveRichard MacCutchan12-Apr-21 5:11 
GeneralRe: This bug makes me want to cry Pin
Greg Utas12-Apr-21 5:27
professionalGreg Utas12-Apr-21 5:27 
GeneralRe: This bug makes me want to cry Pin
honey the codewitch12-Apr-21 6:37
mvahoney the codewitch12-Apr-21 6:37 
GeneralRe: This bug makes me want to cry Pin
Greg Utas12-Apr-21 7:01
professionalGreg Utas12-Apr-21 7:01 
GeneralRe: This bug makes me want to cry Pin
honey the codewitch12-Apr-21 7:09
mvahoney the codewitch12-Apr-21 7:09 
GeneralRe: This bug makes me want to cry Pin
Greg Utas12-Apr-21 7:20
professionalGreg Utas12-Apr-21 7:20 
GeneralRe: This bug makes me want to cry Pin
Daniel Pfeffer12-Apr-21 20:26
professionalDaniel Pfeffer12-Apr-21 20:26 
GeneralRe: This bug makes me want to cry Pin
Greg Utas13-Apr-21 1:00
professionalGreg Utas13-Apr-21 1:00 
GeneralRe: This bug makes me want to cry Pin
Daniel Pfeffer12-Apr-21 20:33
professionalDaniel Pfeffer12-Apr-21 20:33 
GeneralRe: This bug makes me want to cry Pin
honey the codewitch13-Apr-21 1:34
mvahoney the codewitch13-Apr-21 1:34 
GeneralRe: This bug makes me want to cry Pin
Fueled By Decaff12-Apr-21 5:22
Fueled By Decaff12-Apr-21 5:22 
GeneralRe: This bug makes me want to cry Pin
honey the codewitch12-Apr-21 5:25
mvahoney the codewitch12-Apr-21 5:25 
GeneralRe: This bug makes me want to cry Pin
Ron Nicholson12-Apr-21 5:25
professionalRon Nicholson12-Apr-21 5:25 
GeneralRe: This bug makes me want to cry Pin
Greg Utas12-Apr-21 5:28
professionalGreg Utas12-Apr-21 5:28 
GeneralRe: This bug makes me want to cry Pin
W Balboos, GHB12-Apr-21 5:38
W Balboos, GHB12-Apr-21 5:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.