summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix 1x1 area scaled plot optimisation.Michael Drake2013-10-291-1/+1
|
* Add tiled bitmap plotting function.Michael Drake2013-10-289-1/+102
|
* Test if we're dithering already before turning it on. (No functional change ↵Michael Drake2013-10-282-7/+20
| | | | atm, but when bitmap tiling is moved into nsfb, error diffusion will be able to cross tile boundaries.)
* Fix buffer length.Michael Drake2013-10-271-1/+1
|
* Avoid repeating some calculations.Michael Drake2013-10-271-15/+17
|
* When destroying framebuffer, ensure any cursor is destroyed.Michael Drake2013-10-233-0/+19
|
* Free plotter function table.Michael Drake2013-10-231-0/+3
|
* Free surface vtable.Michael Drake2013-10-231-0/+1
|
* make warnings less stringent so it builds on all the compilers we useVincent Sanders2013-05-121-2/+5
|
* make linux framebuffer build depend on TARGET=LinuxVincent Sanders2013-05-121-1/+5
|
* update component version for releaserelease/0.1.0Vincent Sanders2013-04-191-1/+1
|
* add a .gitattributes so .gitignore is not exportedVincent Sanders2013-04-181-0/+2
|
* Remove dead store.Michael Drake2013-04-101-1/+0
|
* Fix leak.Michael Drake2013-04-101-0/+4
|
* Wayland surface handler with mouse input based on X surface handlerVincent Sanders2013-04-097-16/+2071
|
* Also needs xcb-atom which is in libxcb-util0-devDaniel Silverstone2012-11-021-1/+1
|
* Split 32bpp support into xrgba, xbgr, and common. Should allow for BGR ↵Michael Drake2012-09-306-63/+183
| | | | surfaces as well as RGB.
* Fix error text.Michael Drake2012-09-281-1/+1
|
* Add error diffusion to palette based rendering. Only used for bitmap and ↵Michael Drake2012-09-285-29/+206
| | | | scaled bitmap plots. Doesn't do serpentine path, since that would need changes to the common bitmap rendering code.
* Add palette object. Optimise matching colour in case where we chose the ↵Michael Drake2012-09-278-66/+228
| | | | palette. In other cases, we still have to seach all the colours, but that doesn't ever seem to be used.
* Improve 8bpp palette: 685 RGB levels instead of 884 RGB levels, with ↵Michael Drake2012-09-251-9/+34
| | | | remainder set to true grays. Previous palette had no true grays. Upshot is much better rendering of grayscale images and better rendering of blues, with a bit of loss in reds.
* Add support for offset mouse pointer hotspots.Michael Drake2012-08-014-12/+44
|
* Simple tester for hammering glyph render function.Michael Drake2012-07-272-1/+113
|
* Fix horizontal scroll of internal text. Simplify and optimise internal text ↵Michael Drake2012-07-271-17/+15
| | | | renderer.
* Tiny simplification of freetype glyph renderer.Michael Drake2012-07-261-7/+4
|
* Don't add top clipping to bottom clipping. Fixes internal font rendering.Michael Drake2012-07-261-7/+4
|
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-295-6/+8
| | | | svn path=/trunk/libnsfb/; revision=14007
* Simple gitignoreDaniel Silverstone2012-06-041-0/+2
| | | | svn path=/trunk/libnsfb/; revision=13954
* Fix typoJohn Mark Bell2012-05-121-1/+1
| | | | svn path=/trunk/libnsfb/; revision=13922
* Require xcb-util if it existsJohn Mark Bell2012-05-121-0/+5
| | | | svn path=/trunk/libnsfb/; revision=13921
* Speculative support for xcb-util 0.3.8 and xcbproto 1.6John Mark Bell2012-05-122-4/+35
| | | | svn path=/trunk/libnsfb/; revision=13920
* basic fixes for linux framebuffer surfaceVincent Sanders2012-03-2211-43/+223
| | | | svn path=/trunk/libnsfb/; revision=13550
* A couple of casts through void to avoid pointer alignement warnings on ARM.Michael Drake2012-02-291-2/+2
| | | | svn path=/trunk/libnsfb/; revision=13503
* Bump version numberVincent Sanders2012-02-271-1/+1
| | | | svn path=/trunk/libnsfb/; revision=13484
* Require _POSIX_C_SOURCEJohn Mark Bell2011-12-091-2/+2
| | | | svn path=/trunk/libnsfb/; revision=13262
* Improve API to allow for RAM surfaces instead of direct blittingVincent Sanders2011-11-2131-691/+1965
| | | | | | | | Improve and update tests Fix RAM surface Fix VNC surface svn path=/trunk/libnsfb/; revision=13158
* Commit fixes from "Building NetSurf on arm-linux framebuffer" thread on ↵Michael Drake2011-04-192-2/+2
| | | | | | netsurf-users ML. svn path=/trunk/libnsfb/; revision=12203
* Fix 8bpp glyph rendering when the target framebuffer is 16bppJohn Mark Bell2011-03-291-1/+1
| | | | svn path=/trunk/libnsfb/; revision=12145
* remove malloc.h anachronismVincent Sanders2011-01-063-3/+3
| | | | svn path=/trunk/libnsfb/; revision=11226
* Make libnsfb dynamically detect the available surface librariesJohn Mark Bell2010-12-044-5/+36
| | | | svn path=/trunk/libnsfb/; revision=10972
* make some of the plot code commonVincent Sanders2010-07-095-1427/+519
| | | | svn path=/trunk/libnsfb/; revision=10618
* Missed horizontal in non-alpha case in r10615. Update comment.Michael Drake2010-07-083-6/+6
| | | | svn path=/trunk/libnsfb/; revision=10617
* Pre-seed remainder counters with correct starting value to avoid clipping ↵Michael Drake2010-07-083-21/+57
| | | | | | edge case artifact. svn path=/trunk/libnsfb/; revision=10615
* Don't try to plot bitmaps at 0 width or height.Michael Drake2010-07-083-0/+9
| | | | svn path=/trunk/libnsfb/; revision=10613
* Slight optimisation for scaled image plotting.Michael Drake2010-07-083-9/+9
| | | | svn path=/trunk/libnsfb/; revision=10612
* Add 8bpp scaled bitmap plotter. Fix 16bpp scaled bitmap plotter.Michael Drake2010-07-082-11/+145
| | | | svn path=/trunk/libnsfb/; revision=10611
* Make slight changes to match 16bpp implementations of bitmap plotters.Michael Drake2010-07-081-10/+8
| | | | svn path=/trunk/libnsfb/; revision=10610
* Add support for 16bpp scaled bitmap plotting. Make slight changes to match ↵Michael Drake2010-07-081-13/+140
| | | | | | 32bpp implementation. NOTE: UNTESTED. svn path=/trunk/libnsfb/; revision=10609
* Add support for scaled bitmap plotting.Michael Drake2010-07-081-9/+141
| | | | svn path=/trunk/libnsfb/; revision=10608
* Fix warnings which occour with gcc 4.5Vincent Sanders2010-06-081-2/+3
| | | | svn path=/trunk/libnsfb/; revision=10569