redblue-pkt
1b6f4fedf5
update glcd
...
Conflicts:
src/gui/movieplayer.h
src/gui/weather_locations.h
src/neutrino.cpp
2020-06-29 17:34:24 +02:00
Thilo Graf
b42bf6109b
fb_generic: add possibility to handle with unscaled images in showFrame()
2020-02-05 22:03:12 +01:00
Thilo Graf
ca9c47b106
fb_generic: use parameters as const ref, catch possible dimension error
2019-11-09 11:05:06 +01:00
Thilo Graf
15a310be47
fb_generic: use const int by ref for more safety
2019-10-27 16:24:47 +01:00
Thilo Graf
3ee35e0b59
fb_generic.h: avoid multiple define of fb_pixel_t
...
Is already defined with build config inside configure.ac
2019-04-18 17:01:22 +02:00
Thilo Graf
e10cd928ed
framebuffer: add optional fallback handlings for showFrame() methode
2019-03-12 10:49:42 +01:00
GetAway
8b7de5fc8f
screensaver.cpp: use fallback if video decoder is busy
2019-01-13 11:13:24 +01:00
Thilo Graf
19c6f76056
src/driver/fb_generic.cpp/h: use methode showFrame() as bool function
...
Allows the evaluation of this function for conditions if needed.
2018-10-02 22:11:06 +02:00
Thilo Graf
f81816df96
src/driver/fb_generic.h: use unified define for fb device name
2018-07-29 16:41:33 +02:00
svenhoefer
3b65251e00
- framebuffer: better name for getWindowWidth/Height() functions
...
getScreenWidth/HeightRel() was confusing because it depends on users window settings.
Replace names in old unused framebuffer code too.
Signed-off-by: Thilo Graf <dbt@novatux.de >
Conflicts:
gui/channellist.cpp
2018-01-22 19:19:08 +01:00
Thilo Graf
4e66739ff5
CFrameBuffer: fb-generic.cpp - add methode for clean up icon cache
...
This could be required eg. on changed resoulutions or
changed iconsets on runtime.
2017-08-08 14:25:12 +02:00
M. Liebmann
2677543cc4
Merge branch 'master' into pu/fb-setmode
2017-03-13 21:55:50 +01:00
svenhoefer
5b0faeab8c
- unify DetailsLine-names; move define to settings.h
2017-03-13 12:40:04 +01:00
M. Liebmann
653e574937
osd resolution: Add 'mode' to osd_resolution_struct_t
...
- Use COsdSetup::OSDMODE_XXX enums to identify various resolutions
2017-02-28 15:04:09 +01:00
M. Liebmann
1fea75f428
fb_generic: Add "#define SCALE2RES_DEFINED" to check...
...
...presence of 'CFrameBuffer::scale2Res()'
- Revert this patch when pu/fb-setmode branch is merged to master
2017-02-27 00:24:07 +01:00
M. Liebmann
eb0d7afa95
Merge branch 'master' into pu/fb-setmode
2017-02-21 06:39:24 +01:00
Stefan Seyfried
7c7d5f08dd
fb_generic: add swidth variable, "stride in fb_pixel_t units"
...
this should allow to use fb_pixel_t pointer arithmetics more often
instead of byte pointers
2017-02-21 06:38:48 +01:00
M. Liebmann
d76c9c536c
Merge branch 'master' into pu/fb-setmode
2017-02-20 00:11:48 +01:00
M. Liebmann
cc5a1b3b31
framebuffer: Add fbCopyArea function
...
- Copies areas within the frame buffer
- Hardware accelerated function for cs hd2
- Copying overlapping areas does not always work correctly
without hardware acceleration
2017-02-20 00:09:46 +01:00
svenhoefer
e631c3e3c0
- framebuffer: rename scaleFont() to scale2Res()
2017-02-19 23:22:12 +01:00
M. Liebmann
65f81b146d
Merge branch 'master' into pu/fb-setmode
...
Fix merge conflict
2017-02-14 20:11:08 +01:00
M. Liebmann
e8ec4540ca
fb_generic: make blitBox2FB virtual
2017-02-14 20:01:55 +01:00
M. Liebmann
de80748cac
fb_generic.h: Add missing function add_gxa_sync_marker()
...
- is required for cs hd1
2017-02-14 20:01:55 +01:00
Stefan Seyfried
b6909fb815
implement getWidth4FB_HW_ACC in fb_accel class
...
This helper to determine alignment for hardware blitting is now in
system/helpers.h, where it does not really belong. Put it into the
framebuffer class instead. Framebuffers that don't need it will just
get a dummy function, the cs_hd2 framebuffer gets the real thing.
Also add a bool function that indicates the need for alignment.
2017-02-14 20:01:55 +01:00
Stefan Seyfried
7fdc4c7178
fb_generic: remove hardware specific #ifdef
2017-02-14 20:01:55 +01:00
M. Liebmann
7b158903f8
neutrino: Add switch osd resolution when supported from hardware
...
- At the moment supported hardware: CS HD2
Currently known problems:
-------------------------
- Display menus after changing resolution (Reboot required)
- Display headers after changing resolution hd => fullhd (Reboot required)
- Display infobar after changing resolution hd => fullhd (Reboot required)
- Screenshot broken (With new driver and set resolution to 1280x720)
2017-02-13 12:51:14 +01:00
M. Liebmann
88c834221b
CFbAccelCSHD2: Add scaleFont()function for font upscaling when fullhd is aktiv
2017-02-13 12:51:14 +01:00
M. Liebmann
987dbe7f1d
pu/fb-modules: Rename hardware defined macros for coolstream stb
...
BOXMODEL_NEVIS => BOXMODEL_CS_HD1
BOXMODEL_APOLLO => BOXMODEL_CS_HD2
2017-02-12 09:24:51 +01:00
Stefan Seyfried
d498917594
fb_generic: remove unused VT switching / restoring code
2017-02-09 12:57:18 +01:00
Stefan Seyfried
1500716fcf
fb_generic: make paintLine virtual
2017-02-09 12:57:17 +01:00
M. Liebmann
02d85f2ff2
neutrino: Replace USE_NEVIS_GXA with hardware-specific macros
...
- Existing USE_NEVIS_GXA definitions in the build system
(neutrino configure) can be removed.
2017-02-08 06:06:24 +01:00
Stefan Seyfried
0e63e5df3d
fb_accel: add accelerated framebuffer for Nevis GXA chips
...
Signed-off-by: M. Liebmann <git@tuxcode.de >
2017-02-07 17:23:42 +01:00
Stefan Seyfried
a58193dd56
fb_generic: add fb_name member to identify fb implementation
2017-02-07 17:23:42 +01:00
Stefan Seyfried
9ba84a629a
fb_generic: add pointer for double-buffered fb
2017-02-07 17:23:42 +01:00
Stefan Seyfried
3f63080454
fb_generic: remove all hardware specific code
2017-02-07 17:23:42 +01:00
Stefan Seyfried
3c381cd53b
fb_generic: add stuff needed for compilation
2017-02-07 17:23:42 +01:00
Stefan Seyfried
5c2ee5e137
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-07 17:23:42 +01:00