summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
John Tsiombikas [Thu, 20 May 2021 19:26:19 +0000 (22:26 +0300)]
DJGPP cross-build
John Tsiombikas [Thu, 20 May 2021 14:04:55 +0000 (17:04 +0300)]
added article link
John Tsiombikas [Thu, 20 May 2021 12:47:06 +0000 (15:47 +0300)]
improved the xor effect slightly
John Tsiombikas [Thu, 20 May 2021 03:18:57 +0000 (06:18 +0300)]
added readme and license
John Tsiombikas [Wed, 19 May 2021 22:43:27 +0000 (01:43 +0300)]
first attempt at setting write-combining with MTRRs. It works, but no
detection yet (so will crash on anything < p6), and it fails to detect
it already set the correct range from a previous run, and fills up the
MTRRs with every subsequent run.
John Tsiombikas [Wed, 19 May 2021 04:03:54 +0000 (07:03 +0300)]
dos: stop logger and write fps to the console before exiting
John Tsiombikas [Wed, 19 May 2021 03:01:40 +0000 (06:01 +0300)]
fbdev backend works
John Tsiombikas [Wed, 19 May 2021 01:12:25 +0000 (04:12 +0300)]
started fbdev port
John Tsiombikas [Tue, 18 May 2021 23:44:30 +0000 (02:44 +0300)]
VBE fix: wrong bpp reported (24) with 32bpp modes
John Tsiombikas [Tue, 18 May 2021 03:06:23 +0000 (06:06 +0300)]
pulled in and adapted the dos code from eradicate
John Tsiombikas [Mon, 17 May 2021 22:51:41 +0000 (01:51 +0300)]
forgot to change the cosine offset to match the 1024 lut size
John Tsiombikas [Mon, 17 May 2021 22:50:37 +0000 (01:50 +0300)]
the sin lut was too small for any kind of reasonable resolution in high
framerates
John Tsiombikas [Mon, 17 May 2021 22:29:17 +0000 (01:29 +0300)]
Apparently DJGPP make also tries to use GNUMAKEF preferentially if it
can find it, so there's no point in calling the UNIX makefile
GNUmakefile. Revert it to Makefile and we'll just use make -f
makefile.dj for dos.
John Tsiombikas [Mon, 17 May 2021 22:28:13 +0000 (01:28 +0300)]
blank dos build
John Tsiombikas [Mon, 17 May 2021 08:28:08 +0000 (11:28 +0300)]
drop floating point from the main loop
John Tsiombikas [Mon, 17 May 2021 02:58:16 +0000 (05:58 +0300)]
made override_redirect an envvar option (RBENCH_NO_WM)
John Tsiombikas [Mon, 17 May 2021 05:44:49 +0000 (08:44 +0300)]
override redirect, obey ximage rgb masks, restore completion event
John Tsiombikas [Mon, 17 May 2021 01:38:35 +0000 (04:38 +0300)]
scrolling XOR benchmark
John Tsiombikas [Sat, 15 May 2021 17:41:47 +0000 (20:41 +0300)]
initial commit