summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
| * gamma size retrievalMattias Andrée2014-03-121-0/+19
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
| * crtc and connector countMattias Andrée2014-03-121-2/+95
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
| * use paths from .h filesMattias Andrée2014-03-121-7/+5
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
| * do not use limits.hMattias Andrée2014-03-121-6/+1
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
| * mMattias Andrée2014-03-121-2/+2
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
| * count graphic cardsMattias Andrée2014-03-121-9/+37
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
| * begin on drm supportMattias Andrée2014-03-125-3/+56
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* | update todo: working on display server-free support in the drm branchMattias Andrée2014-03-121-4/+0
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* | improve thread safetyMattias Andrée2014-03-121-4/+11
|/ | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* type + update todo, drm looks like the solution for not requiring X/Wayland/MirMattias Andrée2014-03-121-4/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add tree evalMattias Andrée2014-03-111-0/+72
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* not necessary, symlinks are enough and less burdensomeMattias Andrée2014-03-111-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* function name to function mappingMattias Andrée2014-03-111-0/+36
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Update README.mdMattias Andrée [mˈa.tːiː.ˌas ˈanː.drˌeː]2014-03-111-61/+59
|
* README{ => .md}Mattias Andrée2014-03-111-0/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2014-03-111-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>