aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.h
Commit message (Collapse)AuthorAgeFilesLines
* fbida: Include missing <sys/types.h>Khem Raj2023-09-191-1/+1
| | | | | | | | | | | | | | Fixes build on musl ../git/gfx.h:43:5: error: unknown type name 'dev_t'; did you mean 'div_t'? dev_t devnum; ^~~~~ div_t TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/fbida/2.14+gitAUTOINC+eb769e3d7f-r0/recipe-sysroot/usr/include/stdlib.h:64:35: note: 'div_t' declared here typedef struct { int quot, rem; } div_t; ^ 1 error generated Signed-off-by: Khem Raj <raj.khem@gmail.com>
* portability fixes, some modernizationGerd Hoffmann2019-05-081-0/+1
|
* resume display tweakGerd Hoffmann2019-04-161-1/+1
|
* more logind console switchingGerd Hoffmann2019-03-271-1/+2
|
* drop dead codeGerd Hoffmann2019-02-231-4/+0
|
* drm format wireupGerd Hoffmann2019-02-041-0/+1
|
* fmt wireup, framebufferGerd Hoffmann2019-02-031-0/+3
|
* format fixupsGerd Hoffmann2019-02-031-2/+2
|
* add gfxfmt, fixesGerd Hoffmann2019-02-031-0/+25
|
* drop drmtools-egl.cGerd Hoffmann2019-02-031-7/+0
|
* kbd: experimental libinput supportGerd Hoffmann2019-01-181-0/+2
|
* opengl rendererGerd Hoffmann2016-03-311-0/+7
|
* fbpdf: pageflipGerd Hoffmann2016-03-301-1/+3
|
* drm: add flush2.11Gerd Hoffmann2016-03-241-0/+1
|
* drop unused stuffGerd Hoffmann2016-03-241-3/+0
|
* tty is stdinGerd Hoffmann2016-03-241-1/+0
|
* move console switching to mainGerd Hoffmann2016-03-241-0/+1
|
* gfx: move over cleanup functionGerd Hoffmann2016-03-231-0/+1
|
* gfx: move over memory pointerGerd Hoffmann2016-03-231-0/+1
|
* start adding a gfx interfaceGerd Hoffmann2016-03-231-0/+20