summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update component version to 0.2.2 for releaseHEADrelease/0.2.2masterVincent Sanders2020-05-241-2/+2
* surface: Reorder surface types by usefulnessDaniel Silverstone2020-02-241-4/+5
* surface: Add basic surface enumeratorDaniel Silverstone2020-02-242-0/+26
* generic: Initialise variable to silence warningDaniel Silverstone2019-08-041-1/+1
* plot/generic: Use better UNUSED() equivalentDaniel Silverstone2019-08-031-7/+7
* 32bpp-xrgb8888: Optimise pixel/colour conversion.Michael Drake2019-08-031-4/+2
* Update Component version for releaserelease/0.2.1Vincent Sanders2019-06-261-1/+1
* freebsd uses single underscore byte ordering macroVincent Sanders2018-09-071-2/+2
* fix dumb typoVincent Sanders2018-09-071-1/+1
* fix compile on freebsdVincent Sanders2018-09-071-0/+10
* Update component version for releaserelease/0.2.0Vincent Sanders2018-08-281-1/+1
* remove broken surface handlers for ABLE and linux framebuffer interfaceVincent Sanders2018-07-295-344/+5
* try fixing the mkostemp header issue differentlyVincent Sanders2018-07-291-6/+3
* deal with feature macro oddity for mkostempVincent Sanders2018-07-291-0/+9
* 8 bit glyph plotter: Squash undefined shift error.Michael Drake2018-07-291-1/+1
* Ploygon filling: Fix undefined behaviour.Michael Drake2018-07-291-4/+8
* Polygon plotting: Remove dead stores.Michael Drake2018-07-291-1/+0
* Tests: Don't sleep when using the mem backend.Michael Drake2018-07-292-2/+8
* Code: Repair whitespace.Michael Drake2018-07-291-682/+692
* Wayland surface: Squash missing field initializer warning.Michael Drake2018-07-291-5/+5
* Update component version for 0.1.6 releaserelease/0.1.6Vincent Sanders2017-10-151-1/+1
* fix unchecked heap allocation returnsVincent Sanders2017-10-156-22/+79
* Add missing filesrelease/0.1.5Daniel Silverstone2016-11-192-0/+65
* Prepare for release of 0.1.5Daniel Silverstone2016-11-191-1/+1
* use the darwin specific macros for endian checkingVincent Sanders2016-09-041-1/+1
* use correct macro to detect mac os xVincent Sanders2016-09-041-2/+2
* cope with mac os X having the endian header somewhere elseVincent Sanders2016-09-041-1/+7
* Make endianess detection more robustVincent Sanders2016-09-044-40/+162
* Fix warning about _GNU_SOURCE already being defined.Michael Drake2016-04-191-1/+0
* Fix variable name.Michael Drake2016-04-191-3/+1
* Fix colour conversion to 32bpp XBGR surfaces.Ashish Gupta2016-04-191-2/+3
* Update component version for releaserelease/0.1.4Vincent Sanders2016-01-031-1/+1
* add checks to tests to ensure created surface is not zero size.Vincent Sanders2015-07-138-0/+38
* Update CFLAGS to avoid deprication warning for glibc 2.21 and later.Vincent Sanders2015-03-221-4/+21
* Update the component version for releaserelease/0.1.3Vincent Sanders2015-03-081-1/+1
* Fix HOST/BUILD switchround for updated buildsystemVincent Sanders2014-12-191-1/+1
* Fix up for new buildsystemJohn-Mark Bell2014-11-161-1/+1
* Fix up build of wayland surfaceJohn-Mark Bell2014-11-151-4/+60
* Update component version for releaserelease/0.1.2Vincent Sanders2014-08-281-1/+1
* Fix rendering of 1bpp glyphs when glyph data is greater than one byte wideMichael Drake2014-07-311-2/+1
* Add support for resizable surfaces and implement it for SDL surface.Michael Drake2014-07-262-4/+28
* Move private headers out of include/ and into src/Michael Drake2014-07-195-0/+0
* Update component version for releaserelease/0.1.1Vincent Sanders2014-04-181-1/+1
* Allow building for Win32John-Mark Bell2014-01-175-5/+21
* Add support for multilib.John-Mark Bell2014-01-132-3/+3
* Fix comment typos.Michael Drake2013-11-041-3/+3
* A few tidyups.Michael Drake2013-10-302-29/+27
* Do tiled rendering by scanline, rather than by tile. Error diffusion now wor...Michael Drake2013-10-291-14/+206
* Only memset as much of the error diffusion buffer as is required.Michael Drake2013-10-291-2/+3
* Set unused param in SDL_Color struct, to avoid valgrind uninitialised values ...Michael Drake2013-10-291-0/+1