summaryrefslogtreecommitdiff
path: root/framebuffer/fb_32bpp_plotters.c
Commit message (Expand)AuthorAgeFilesLines
* bitmap opaque handlingVincent Sanders2009-03-111-29/+18
* Unroll some fill loops, enable adrianl improved ablend functionVincent Sanders2009-02-271-22/+19
* Fix silly oversights; still disabled for nowAdrian Lees2009-02-271-18/+17
* Sketch of possible optimisations; disabled pending testing and fixingAdrian Lees2009-02-271-6/+48
* Fixed version of r6647.Michael Drake2009-02-271-3/+4
* Revert r6647.Michael Drake2009-02-261-42/+41
* Possibly slightly faster bitmap plotter.Michael Drake2009-02-261-41/+42
* try and improve plotter perfomance futherVincent Sanders2009-02-261-9/+5
* make 32bpp plotter endian agnosticVincent Sanders2009-02-261-13/+27
* rewrite the fb_32bpp_fill routine to be more efficientVincent Sanders2009-02-261-9/+15
* cache freetype glyphs, massive reduction in cpu requirementVincent Sanders2009-02-261-24/+21
* stop opaque pixels being alphablendedVincent Sanders2009-02-201-2/+2
* run time selectable freetype bitmap depthVincent Sanders2009-02-201-14/+84
* Enable autohinter. Greatly improves glyph quality in framebuffer port. Also...Rob Kendrick2009-02-201-5/+3
* allow framebuffer port to use freetype2 libraryVincent Sanders2009-02-201-4/+112
* fix missing free on errorVincent Sanders2009-02-181-1/+3
* Fix character sign issue causing corrupt characters to be plottedVincent Sanders2009-02-141-3/+3
* - Constify parameters of struct plotter_table::polygon and struct plotter_tab...John Tytgat2009-02-031-3/+3
* Fix line plotting and rectangle clipping segfaultDaniel Silverstone2008-09-241-1/+2
* Merged revisions 5309-5406,5409-5422 via svnmerge from Daniel Silverstone2008-09-231-0/+398