Commit Graph

5 Commits

Author SHA1 Message Date
Stefan Seyfried
257ffd9ee3 fb_generic: add fb_name member to identify fb implementation 2017-02-05 19:53:29 +01:00
Stefan Seyfried
b767d1ef41 fb_generic: add pointer for double-buffered fb 2017-02-05 18:04:15 +01:00
Stefan Seyfried
1034642093 fb_generic: remove all hardware specific code 2017-02-05 15:22:22 +01:00
Stefan Seyfried
ceb82a4b47 fb_generic: add stuff needed for compilation 2017-02-05 15:02:20 +01:00
Stefan Seyfried
3256978c58 start modularizing framebuffer acceleration architecture
This is just copied framebuffer.{h,cpp} => fb_generic.{h,cpp}
The idea is to implement CFrameBuffer as generic framebuffer class that
does work on almost every hardware without acceleration and / or
hardware dependencies.
CFbAccel will be a derived class (and different on many architectures)
which implements the accelerated functions.
This does not yet compile, verbatim copies to track development history.
2017-02-05 14:49:41 +01:00