summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-02-05 14:27:23 -0500
committerJune McEnroe <programble@gmail.com>2018-02-05 14:40:21 -0500
commitcfa638863a94a1550bacfb29383f9456ebbe323a (patch)
tree03728597fc5f5b9672a998c3c0d2be0ef030ef79 /etc
parentAdd flip option to gfxx (diff)
downloadsrc-cfa638863a94a1550bacfb29383f9456ebbe323a.tar.gz
src-cfa638863a94a1550bacfb29383f9456ebbe323a.zip
Rewrite gfxx bit handling
Specifies how many bits for each of "alpha" (ignored), red, green, blue.
Separates byte-order and bit-order. Much more flexible, but now won't
render CARDS.DLL graphics properly due to the skip bit being not where
it expects.

Also mmaps the file instead of reading it all in. And the default
palette and sampling got removed again for now, since it's too awkward
to use.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
;follow=1'>Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe 2019-05-10Use val instead of suboptargJune McEnroe 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe