summaryrefslogtreecommitdiffstats
path: root/src/blueshift_drm.pyx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* m docMattias Andrée2014-04-051-9/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* document + fix drm edid fetch bug where the length was larger than anticipated, add race-condition resilience as wellMattias Andrée2014-04-051-3/+50
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* documentMattias Andrée2014-04-051-0/+37
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* portabilityMattias Andrée2014-04-051-37/+34
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* documentMattias Andrée2014-04-051-0/+148
| | | | 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>
* add function for applying curves with drmMattias Andrée2014-03-131-3/+5
| | | | 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-131-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + cython side of drmMattias Andrée2014-03-121-0/+307
Signed-off-by: Mattias Andrée <maandree@operamail.com>