1. 620fa6c util: Use __attribute__ by Geert Uytterhoeven · 9 months ago master
  2. a9c11c7 visops: Mark fall-through switch case by Geert Uytterhoeven · 9 months ago
  3. 5691076 test013: Fix off-by-one error in maximum circle calculation by Geert Uytterhoeven · 9 months ago
  4. 8a6851e Make variables that are never negative unsigned by Geert Uytterhoeven · 9 months ago
  5. 0b8a897 tests: Clear frame buffer before each test by Geert Uytterhoeven · 9 months ago
  6. f6f7a65 drawops: Fix crash when drawing large ellipses by Geert Uytterhoeven · 9 months ago
  7. b1056f4 drawops: Make dT1 and dS1 in do_ellipse() unsigned by Geert Uytterhoeven · 9 months ago
  8. dcecd1e drawops: Make de in do_circle() unsigned by Geert Uytterhoeven · 9 months ago
  9. 165d738 drawops: Extract do_ellipse() by Geert Uytterhoeven · 9 months ago
  10. 8b80018 drawops: Return early in generic_{draw,fill}_ellipse() by Geert Uytterhoeven · 9 months ago
  11. 8c6b93f drawops: Refactor generic_draw_ellipse() by Geert Uytterhoeven · 9 months ago
  12. 1688dbf drawops: Remove always-false check in generic_fill_ellipse() by Geert Uytterhoeven · 9 months ago
  13. 537a1fb drawops: Use "y == 0" in draw_ellipse_points() by Geert Uytterhoeven · 9 months ago
  14. 15c8bbe drawops: Extract do_circle() by Geert Uytterhoeven · 9 months ago
  15. 328f7fb Test002: Fix test description by Geert Uytterhoeven · 10 months ago
  16. c41f7e7 tests: Print test description in debug mode by Geert Uytterhoeven · 10 months ago
  17. db3ced5 Add support for exporting virtual test images by Geert Uytterhoeven · 10 months ago
  18. dba87e7 Initialize ticks in benchmark() by Philipp Zabel · 2 years, 2 months ago
  19. 47f6351 pnmtohex: Add netpbm to include search patch by Helge Deller · 2 years, 6 months ago
  20. 131c53c pnmtohex: Optionally use pkg-config for netpbm by Geert Uytterhoeven · 2 years, 6 months ago
  21. dbf4e0b Add support for the hppa architecture by Helge Deller · 3 years, 7 months ago
  22. 80f45e9 Fix small pixel drawing on little endian systems by Geert Uytterhoeven · 5 years ago
  23. 301c91b test003: Fix off-by-one error in palette index by Geert Uytterhoeven · 6 years ago
  24. 04a4be6 cfb2: Fix cfb2_setpixel() return value by Geert Uytterhoeven · 6 years ago
  25. 1dda6d8 Add test013: Filling circles by Geert Uytterhoeven · 6 years ago
  26. 674dc08 Add .gitignore files by Geert Uytterhoeven · 6 years ago
  27. 29ab066 Remove unneeded #include <asm/page.h> by Geert Uytterhoeven · 11 years ago
  28. 9c39c42 Fix another brown paper bag bug in the cfb code for frame buffer devices that by Geert Uytterhoeven · 18 years ago
  29. e890e81 Fix brown paper bag bug in Atari interleaved bitplanes code by Geert Uytterhoeven · 18 years ago
  30. fca3078 Add absolute value by Geert Uytterhoeven · 18 years ago
  31. ec2222d Extract benchmark() by Geert Uytterhoeven · 18 years ago
  32. 659794a test012: Fix brown-paper-bag infinite loop by Geert Uytterhoeven · 18 years ago
  33. 1ae2e75 test012: Use the full virtual screen size for drawing squares by Geert Uytterhoeven · 18 years ago
  34. e07b73f Allow rectangles larger than 1000x1000. by Geert Uytterhoeven · 18 years ago
  35. 5c4a058 Fix the draw_line() macro. Obviously it has never been used before... by Geert Uytterhoeven · 18 years ago
  36. a0f8f5d Use gettimeofday() instead of times() for benchmarking by Geert Uytterhoeven · 18 years ago
  37. fff4403 Add test012: Filling squares by Geert Uytterhoeven · 18 years ago
  38. 23b389c test011: Fix move() for very short moves (dx = 1, dy = 0, or vice versa) by Geert Uytterhoeven · 18 years ago
  39. 67d75c1 Add test011 (panning test) by Geert Uytterhoeven · 18 years ago
  40. 45ac19e Add REQF_panning by Geert Uytterhoeven · 18 years ago
  41. a827eb6 - Add fb_pan() - Disable FB_VMODE_YWRAP if it's enabled by Geert Uytterhoeven · 18 years ago
  42. b85afa7 Most tests that use a color palette don't really rely on a real pseudocolor by Geert Uytterhoeven · 18 years ago
  43. b7268cc Emulate a pseudocolor palette on truecolor visuals, which can be used in by Geert Uytterhoeven · 18 years ago
  44. d4f1036 images depends on pnmtohex by Geert Uytterhoeven · 18 years ago
  45. ad42dde Clean up subdir and dependency logic by Geert Uytterhoeven · 18 years ago
  46. 73f3e0f Frame buffer mmap() fixes: by Geert Uytterhoeven · 19 years ago
  47. c094971 Use `unsigned long' instead of `u32' memory accesses when clearing the frame by Geert Uytterhoeven · 19 years ago
  48. 38c8d9e Use `%zu' to format a size_t parameter by Geert Uytterhoeven · 19 years ago
  49. 69d75ad Compensate for recent changes to struct fb_var_screeninfo: by Geert Uytterhoeven · 19 years ago
  50. 1db5e06 Add missing spaces by Geert Uytterhoeven · 19 years ago
  51. f3ac887 Use ar to create libraries instead of using ld -r for incremental linking of by Geert Uytterhoeven · 19 years ago
  52. 4d475c1 Modern distro's (e.g. Debian, Fedora Core) seem to have -lnetpbm only by Geert Uytterhoeven · 19 years ago
  53. fe23722 Fix corrupted image by Geert Uytterhoeven · 19 years ago
  54. b6c21f2 Moved up from base by Otto Wyss · 21 years ago