summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add partial plane overlay supportPhilipp Zabel2014-07-293-11/+220
* readline is no longer usedMichael Olbrich2014-03-122-5/+0
* release 5v5Michael Olbrich2014-02-212-1/+5
* pick the first connector with modes when none is givenMichael Olbrich2014-02-201-1/+1
* use correct loop variableMichael Olbrich2014-02-201-1/+1
* exit after dumping the current layoutMichael Olbrich2014-02-191-1/+1
* fix fbid parsingMichael Olbrich2014-02-181-3/+7
* use bounding rect over all available modes if no framebuffer size is specifiedMichael Olbrich2014-02-181-2/+21
* kmsfb-manage: update connector_type_strings listPhilipp Zabel2014-02-141-8/+13
* kmsfb-manage: if no connector is given, use the first onePhilipp Zabel2014-02-141-1/+2
* kmsfb-manage: remove unused variable fbPhilipp Zabel2014-02-141-1/+0
* release 4v4Lucas Stach2013-11-222-1/+6
* cleanup FB handlingLucas Stach2013-11-223-152/+133
* introduce DRM windowsLucas Stach2013-11-223-166/+131
* allow more than one BGI framebufferLucas Stach2013-11-223-2/+7
* move vsync config into framebufferLucas Stach2013-11-223-14/+22
* remove global fb3dLucas Stach2013-11-221-14/+14
* move framebuffer debug fill out of BGILucas Stach2013-11-223-16/+22
* remove useless kms_fb propertiesLucas Stach2013-11-222-7/+0
* remove libkmsfbwrapLucas Stach2013-11-226-568/+1
* use libdrm helpersLucas Stach2013-11-222-105/+21
* remove unused functionLucas Stach2013-11-201-26/+0
* link to libdrmLucas Stach2013-11-201-1/+2
* remove interactive modeLucas Stach2013-11-201-165/+0
* release 3v3Philipp Zabel2013-10-092-1/+6
* distribute kmsfb.hPhilipp Zabel2013-10-091-0/+2
* kmsfb-manage: make xres/yres optional for connectorsMichael Olbrich2013-10-081-3/+7
* bgi: pan back to offset zero on releaseMichael Olbrich2013-10-081-0/+7
* bgi: don't use threads in cuseMichael Olbrich2013-10-081-1/+1
* bgi: Allow to ignore vsyncSascha Hauer2013-09-303-3/+10
* check return value in sleepSascha Hauer2013-09-301-2/+3
* bgi: Make -b parameter optionalSascha Hauer2013-09-302-7/+13
* bgi: Draw some pattern to the fb, but only in debug caseSascha Hauer2013-09-271-1/+12
* kmsfb-manage: don't abort if getting the dmabuf filedescriptor failsMichael Olbrich2013-09-241-2/+4
* bgi: implement FBIO_WAITFORVSYNCMichael Olbrich2013-09-241-0/+4
* bgi: wait before flippingMichael Olbrich2013-09-241-4/+13
* bgi: always reply to ioctlSascha Hauer2013-09-241-1/+1
* bgi: Pass dmabuf filedescriptor to cuse for mmapSascha Hauer2013-09-241-5/+13
* kmsfb-manage: Find a filedescriptor for the dma bufSascha Hauer2013-09-242-0/+12
* fix some compiler warnings by disabling themSascha Hauer2013-09-241-2/+1
* bgi: implement read/writeSascha Hauer2013-09-241-1/+40
* bgi: rename cusexmp_ -> fbdev_Sascha Hauer2013-09-231-10/+10
* bgi: implement FBIOPUT_VSCREENINFOMichael Olbrich2013-09-231-0/+8
* bgi: don't select() stdinMichael Olbrich2013-09-231-1/+0
* Implement bgiSascha Hauer2013-09-205-14/+282
* add '3d' option to create a framebuffer suitable for triplebufferingSascha Hauer2013-09-192-5/+27
* Create a framebuffer objectSascha Hauer2013-09-192-55/+68
* catch illegal bppSascha Hauer2013-09-191-0/+3
* fix wrong return valueSascha Hauer2013-09-191-1/+1
* fix compiler warningsSascha Hauer2013-09-191-2/+7