Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add client support for LED state sync | Pierre Ossman | 2017-08-24 | 1 | -1/+3 |
| | |||||
* | Use correct color space for current monitor | Pierre Ossman | 2017-04-28 | 1 | -1/+4 |
| | | | | | | We won't always be on the primary monitor, so check which color space we're actually using right now. For offscreen stuff we assume a standard sRGB color space. | ||||
* | Add alpha blending support to surfaces | Pierre Ossman | 2017-02-10 | 1 | -0/+3 |
| | |||||
* | Abstract platform rendering to "surfaces" | Pierre Ossman | 2017-02-10 | 1 | -5/+5 |
| | | | | This will allow us to render more things than just the framebuffer. | ||||
* | Add Fltk and Gettext include dirs when compiling tests | Brian P. Hinz | 2017-01-08 | 1 | -0/+3 |
| | |||||
* | Add test to measure framebuffer performance | Pierre Ossman | 2017-01-04 | 1 | -0/+17 |
| | |||||
* | Add unit tests for getHostAndPort() | Pierre Ossman | 2016-07-11 | 1 | -0/+3 |
| | |||||
* | Add test to measure high level encoding performance | Pierre Ossman | 2015-02-13 | 1 | -0/+3 |
| | |||||
* | Add test to measure decoding performance | Pierre Ossman | 2015-02-13 | 1 | -0/+3 |
| | |||||
* | Add pixel conversion correctness test | Pierre Ossman | 2014-09-25 | 1 | -0/+3 |
| | |||||
* | Rename the pixel conversion performance test | Pierre Ossman | 2014-09-24 | 1 | -2/+2 |
| | | | | | We want to have other tests related to pixel conversion, so avoid possible naming conflicts. | ||||
* | Add pixel conversion speed test | Pierre Ossman | 2014-07-04 | 1 | -0/+6 |
Add a tests directory where we can put tests programs that can be useful during testing. Start with a speed test for the pixel conversion routines. |