summaryrefslogtreecommitdiffstats
path: root/src/blueshift_drm.pyx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-04-12m docMattias Andrée1-1/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-05m docMattias Andrée1-9/+9
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-05document + fix drm edid fetch bug where the length was larger than anticipated, add race-condition resilience as wellMattias Andrée1-3/+50
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-05documentMattias Andrée1-0/+37
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-05portabilityMattias Andrée1-37/+34
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-05documentMattias Andrée1-0/+148
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-03-14reduce allocations in drmMattias Andrée1-17/+63
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-03-13add function for applying curves with drmMattias Andrée1-3/+5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-03-13m + 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ée1-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-03-12m + cython side of drmMattias Andrée1-0/+307
Signed-off-by: Mattias Andrée <maandree@operamail.com>