summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* info: drm requires membership of videoMattias Andrée2014-03-141-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m todoMattias Andrée2014-03-141-2/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* bump versionMattias Andrée2014-03-141-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update distMattias Andrée2014-03-141-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add ttymode support for all examples missing it and uses randr or vidmode, except the xmonad example becuase xmonad does not run in tty1.10Mattias Andrée2014-03-146-13/+27
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* reduce allocations in drmMattias Andrée2014-03-141-17/+63
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2014-03-141-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* do less allocations in randr + seal i very minor memory leakMattias Andrée2014-03-141-16/+20
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* reduce allocations in vidmodeMattias Andrée2014-03-143-88/+56
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix sigusr2 handlingMattias Andrée2014-03-142-79/+96
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update distMattias Andrée2014-03-141-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update distMattias Andrée2014-03-141-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m bug1.9Mattias Andrée2014-03-141-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* bump versionMattias Andrée2014-03-131-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update distMattias Andrée2014-03-131-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* ttymode variable + document drm supportMattias Andrée2014-03-137-18/+97
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix and demo drm supportMattias Andrée2014-03-136-36/+63
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2014-03-131-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add function for applying curves with drmMattias Andrée2014-03-133-3/+21
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add drm_getMattias Andrée2014-03-131-22/+39
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2014-03-131-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + add list_screens_drm, rename list_screens to list_screens_randr and make list_screens run eiher list_screens_randr or list_screens_drmMattias Andrée2014-03-132-4/+63
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add drm connection managerMattias Andrée2014-03-131-0/+97
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: the primary monitor have CRTC index 0 under XMattias Andrée2014-03-121-0/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* missed stopMattias Andrée2014-03-121-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-03-121-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-03-121-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2014-03-121-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update related software listMattias Andrée2014-03-121-0/+19
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + cython side of drmMattias Andrée2014-03-124-14/+319
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* connect to multiple connectors concurrentlyMattias Andrée2014-03-121-2/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* drm: connection to multiple cards concurrentlyMattias Andrée2014-03-121-39/+44
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* make it possible to have many drm connectionsMattias Andrée2014-03-121-50/+81
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpMattias Andrée2014-03-1213-17/+17
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning support for having multiple drm connections openMattias Andrée2014-03-121-76/+177
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-03-121-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Update README.mdMattias Andrée [mˈa.tːiː.ˌas ˈanː.drˌeː]2014-03-121-0/+21
|
* mMattias Andrée2014-03-121-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* improve deps fileMattias Andrée2014-03-121-12/+29
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add blueshift_drm_set_gamma_rampsMattias Andrée2014-03-121-3/+20
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Merge branch 'drm'Mattias Andrée2014-03-125-3/+458
|\
| * cause of set gamma failure determinedMattias Andrée2014-03-121-1/+1
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
| * read add outputsMattias Andrée2014-03-121-68/+87
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
| * translate stuff to functionsMattias Andrée2014-03-121-30/+90
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
| * translate stuff to functionsMattias Andrée2014-03-121-45/+151
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
| * non-complete implementatation of setting gamma rampsMattias Andrée2014-03-121-1/+11
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
| * read gamma rampsMattias Andrée2014-03-121-1/+32
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
| * map to crtcMattias Andrée2014-03-121-1/+10
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
| * mMattias Andrée2014-03-121-3/+3
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
| * monitor dataMattias Andrée2014-03-121-0/+34
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>