aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* use less unicodeMattias Andrée2014-06-181-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* use less unicodeMattias Andrée2014-06-1838-77/+77
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* change gpp symbols to asciiMattias Andrée2014-06-174-164/+164
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-06-171-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: fix titleMattias Andrée2014-06-161-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split out and doc error api testMattias Andrée2014-06-044-33/+119
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split out and doc adjustment method functions from test.cMattias Andrée2014-06-044-106/+264
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add inclusion guard to update-warnings.hMattias Andrée2014-06-041-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split out and doc lib update warnings from test.cMattias Andrée2014-06-043-19/+63
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add distMattias Andrée2014-06-043-0/+54
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* set version to 0.10.1Mattias Andrée2014-06-041-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update install rulesMattias Andrée2014-06-041-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add todoMattias Andrée2014-06-041-0/+15
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add test todoMattias Andrée2014-06-041-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* test applying gamma rampMattias Andrée2014-06-041-4/+23
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-06-041-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix which ramps are getting callocMattias Andrée2014-06-042-8/+13
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix float to integer overflowMattias Andrée2014-06-041-11/+153
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix infinite recursion caused by calling wrong functionMattias Andrée2014-06-031-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* test reading gamma rampsMattias Andrée2014-06-031-1/+41
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* EDID revision 1.1 is supported and we assume revision 1.2 is tooMattias Andrée2014-06-031-7/+21
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* test uppercase behex and unhex + fix unhexMattias Andrée2014-06-032-4/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* docMattias Andrée2014-06-031-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add missing % in an sprintf, why did the compiler not warn us?Mattias Andrée2014-06-031-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* gamma-linux-drm: do not attempt to get the encoder for disabled connectorsMattias Andrée2014-06-031-4/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-06-031-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* test: print subpixel order and connector typeMattias Andrée2014-06-031-2/+65
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix gamma ramp size fetch for vidmodeMattias Andrée2014-06-031-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m fixes + print all crtc info , except connector type and subpixel order, in the testMattias Andrée2014-06-038-14/+143
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: mMattias Andrée2014-06-031-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* put monitor selection in its own functionMattias Andrée2014-06-031-10/+22
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* allocate the states on the heapMattias Andrée2014-06-031-19/+19
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* #warning is a GCC extensionMattias Andrée2014-06-031-14/+16
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix errors in gamma-x-randrMattias Andrée2014-06-031-1/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* gamma-linux-drm: fix partition init bugMattias Andrée2014-06-031-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* test: m + select crtcMattias Andrée2014-06-031-20/+111
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-06-032-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add deps listMattias Andrée2014-06-031-0/+60
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add everything that does not require sites, partitions or crtcs to the testMattias Andrée2014-06-031-20/+130
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: mMattias Andrée2014-06-031-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* docMattias Andrée2014-06-031-8/+23
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: reading and applying gamma rampsMattias Andrée2014-06-031-0/+86
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: edidMattias Andrée2014-06-031-1/+64
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: crtc infoMattias Andrée2014-06-021-14/+77
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: monitorsMattias Andrée2014-06-021-6/+103
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-06-022-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: select and init site, partition and crtcMattias Andrée2014-06-021-0/+70
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m docMattias Andrée2014-06-022-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m docMattias Andrée2014-06-022-6/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: doc states + reorder sectionsMattias Andrée2014-06-021-73/+127
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>