summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-07-05Initialize ticks in benchmark()HEADmasterPhilipp Zabel1-1/+1
2023-04-03pnmtohex: Add netpbm to include search patchHelge Deller1-0/+1
2023-04-03pnmtohex: Optionally use pkg-config for netpbmGeert Uytterhoeven2-1/+4
2022-01-31Add support for the hppa architectureHelge Deller1-2/+2
2020-06-22Fix small pixel drawing on little endian systemsGeert Uytterhoeven3-16/+39
2019-12-30test003: Fix off-by-one error in palette indexGeert Uytterhoeven1-1/+1
2019-12-30cfb2: Fix cfb2_setpixel() return valueGeert Uytterhoeven1-1/+1
2019-09-20Add test013: Filling circlesGeert Uytterhoeven4-0/+87
2019-09-20Add .gitignore filesGeert Uytterhoeven3-0/+6
2014-08-11Remove unneeded #include <asm/page.h>Geert Uytterhoeven1-2/+0
2008-02-21Fix another brown paper bag bug in the cfb code for frame buffer devices thatGeert Uytterhoeven1-1/+1
2008-02-21Fix brown paper bag bug in Atari interleaved bitplanes codeGeert Uytterhoeven1-2/+2
2008-02-21Add absolute valueGeert Uytterhoeven1-1/+8
2007-11-29Extract benchmark()Geert Uytterhoeven3-39/+67
2007-11-28test012: Fix brown-paper-bag infinite loopGeert Uytterhoeven1-1/+2
2007-11-28test012: Use the full virtual screen size for drawing squaresGeert Uytterhoeven1-3/+3
2007-11-28Allow rectangles larger than 1000x1000.Geert Uytterhoeven1-9/+9
2007-11-27Fix the draw_line() macro. Obviously it has never been used before...Geert Uytterhoeven1-2/+2
2007-11-13Use gettimeofday() instead of times() for benchmarkingGeert Uytterhoeven1-11/+11
2007-11-05Add test012: Filling squaresGeert Uytterhoeven3-0/+99
2007-08-30test011: Fix move() for very short moves (dx = 1, dy = 0, or vice versa)Geert Uytterhoeven1-8/+14
2007-08-22Add test011 (panning test)Geert Uytterhoeven3-0/+172
2007-08-22Add REQF_panningGeert Uytterhoeven2-0/+9
2007-08-22 - Add fb_pan()Geert Uytterhoeven2-1/+26
2007-08-21Most tests that use a color palette don't really rely on a real pseudocolorGeert Uytterhoeven3-3/+3
2007-08-21Emulate a pseudocolor palette on truecolor visuals, which can be used inGeert Uytterhoeven1-0/+30
2007-08-21images depends on pnmtohexGeert Uytterhoeven1-0/+2
2007-08-21Clean up subdir and dependency logicGeert Uytterhoeven1-18/+16
2006-12-19Frame buffer mmap() fixes:Geert Uytterhoeven1-8/+16
2006-12-19Use `unsigned long' instead of `u32' memory accesses when clearing the frameGeert Uytterhoeven1-2/+2
2006-12-19Use `%zu' to format a size_t parameterGeert Uytterhoeven1-1/+1
2006-12-19Compensate for recent changes to struct fb_var_screeninfo:Geert Uytterhoeven1-6/+12
2006-12-19Add missing spacesGeert Uytterhoeven1-2/+2
2006-12-19Use ar to create libraries instead of using ld -r for incremental linking ofGeert Uytterhoeven7-13/+12
2006-12-19Modern distro's (e.g. Debian, Fedora Core) seem to have -lnetpbm onlyGeert Uytterhoeven1-1/+3
2006-11-23Fix corrupted imageGeert Uytterhoeven1-0/+0
2004-11-03Moved up from baseOtto Wyss68-0/+21743