aboutsummaryrefslogtreecommitdiffstats
path: root/src/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hack to make the test work without gnu cMattias Andrée2014-09-1310-32/+94
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-09-131-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* move out test mapping functions from test.c into ramps.cMattias Andrée2014-09-133-105/+174
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* test _f settersMattias Andrée2014-09-131-11/+134
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-09-131-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* code separationMattias Andrée2014-09-135-120/+218
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + docMattias Andrée2014-09-131-12/+57
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* readabilityMattias Andrée2014-09-131-11/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-09-131-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* code dedupMattias Andrée2014-09-131-52/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split out crtcinfo from test and doc itMattias Andrée2014-09-133-163/+272
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-09-131-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update gamma-helper to support 8-bit rampsMattias Andrée2014-09-131-2/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* test other bit-depths, 8 bits is not working when 16 bits is nativeMattias Andrée2014-09-131-51/+119
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m fix0.2Mattias Andrée2014-08-281-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* ramps => ramps16Mattias Andrée2014-08-281-13/+13
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix removal of __attribute__Mattias Andrée2014-06-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* use, and define, __GCC__ rather than usign __GNUC__Mattias Andrée2014-06-183-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* remove __attribute__ if not using gccMattias Andrée2014-06-181-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* use less unicodeMattias Andrée2014-06-186-12/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split out and doc error api testMattias Andrée2014-06-043-32/+118
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split out and doc adjustment method functions from test.cMattias Andrée2014-06-043-105/+263
| | | | 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-042-18/+62
| | | | 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>
* test reading gamma rampsMattias Andrée2014-06-031-1/+41
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* test uppercase behex and unhex + fix unhexMattias Andrée2014-06-031-3/+8
| | | | 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>
* m fixes + print all crtc info , except connector type and subpixel order, in the testMattias Andrée2014-06-031-1/+98
| | | | 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>
* test: m + select crtcMattias Andrée2014-06-031-20/+111
| | | | 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>
* move files aroundMattias Andrée2014-05-311-0/+61
Signed-off-by: Mattias Andrée <maandree@operamail.com>