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

Should the spec still talk about frame buffers? #347

Open
fintelia opened this issue Aug 16, 2023 · 1 comment
Open

Should the spec still talk about frame buffers? #347

fintelia opened this issue Aug 16, 2023 · 1 comment

Comments

@fintelia
Copy link

It might not be worth updating, but a bunch of places in the spec still talk about frame buffers and their capabilities. These days, GPUs have long since superseded "dumb" frame buffers. For instance, in 2023 is it really worth having the spec say:

Software causes an image to appear on screen by loading the image into the frame buffer.

Like, it isn't strictly speaking untrue. Within a GPU there is a frame buffer that some software (likely with the help of hardware acceleration) populates with image data, and that image appears on the screen. But these days most people use higher level APIs and aren't directly poking at the frame buffer

@ProgramMax
Copy link
Collaborator

This probably should be updated. But it might be best to fix it in the next edition. Right now, I want to focus on wrapping up Third Edition.

That said, if someone feels the urge to fix this, I'll happily accept it when it is ready. :D

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

No branches or pull requests

2 participants