Commit Graph

3838 Commits (fef33ad2aa9616041bc60a3e57d291473c1ecde4)

Author SHA1 Message Date
nick black afffc96508 add compare_versions, don't use C=1 with kitty < 0.20.0 3 years ago
nick black 42fee43cf2 only set pixel_cursor_hack if cursor is hidden 3 years ago
nick black f6f3d633ae ffmpeg: don't stick new data in details #1800 3 years ago
nick black 6aee702291
honor LINES/COLUMNS if TIOCGWINSZ fails #1826 3 years ago
nick black 81ee3a8d95
ncvisual_rotate: no need to force rgba explicitly #1800 3 years ago
nick black e32ae497d2
unit test for rotate+resize+render #1800 3 years ago
nick black afbdee5ae5
extract build_supported_styles() into its own function 3 years ago
nick black 23b19581e8 fix up freebsd11 build (dump getrandom(2)) 3 years ago
nick black e287187108
fix up is_linux_console() for non-linux builds 3 years ago
nick black a16cd3be31
rotate PoCPP was basically a PoC, move to src/poc/ #1800 3 years ago
nick black 68e498a583
ncls: disable cursor 3 years ago
nick black e813e3abe4
ncls: default to NCBLIT_PIXEL #1835 3 years ago
nick black 88a369e997
[normal] don't run without utf8 3 years ago
nick black dc6f697995
interp PoC: less debugging cruft 3 years ago
nick black 8fe8e35efe
set quadrants for linux console only if we reprogrammed the font, or found them 3 years ago
nick black 5c0f06eaf3
[outro] make it work in ascii 3 years ago
nick black ed89e4f9c9
stop using sgr entirely #1818 3 years ago
nick black 8c37c56d29
colorize supported vs non-supported caps in notcurses-info 3 years ago
nick black 9973788efb
restore NCSTYLE_BLINK for now, add 25m to turn it off #1818 3 years ago
nick black 8a265920b7
unify style backends for direct+rendered modes #1818 3 years ago
nick black 5c4e8f8536
new coerce_styles to replace term_setstyles
Add new internal function coerce_styles(). This only,
and explicitly, attempts to work on UNDERLINE, BOLD, ITALICS,
STRUCK, and UNDERCURL. It does not use sgr0, eliminating the
need to recover colors on a style change. It furthermore fixes
a bug when undercurl and underline changed at the same time.
Finally, it is written in a way suitable for calling from
ncdirect, meaning we can eliminate the duplicated code
therein (its own copy of term_setstyles()) #1818.
3 years ago
nick black 5377197600
notcurses-info: colorize sextants, quadrants, halfblocks 3 years ago
nick black 63271e5f54
add ESCAPE_NOBOLD (sgr22) to avoid sgr0 #1818 3 years ago
nick black 8cb70a30bb
ncdirect: send sgr0 and sgr to the same FILE, kill DIM/REVERSE #1818 3 years ago
nick black 3c75654b67
move is_linux_console to interrogate_term() so it's used in direct mode #1828 3 years ago
nick black f8f44cf7d2 notcurses-info: colorize braille 3 years ago
nick black bf114aea48
notcurses-info: colorize eighths 3 years ago
nick black 4eeb61a691
notcurses-info: colorize symbols for legacy computing 3 years ago
nick black 36813470fc
grammar fix in comment 3 years ago
nick black 1b613835dc notcurses-info: color the braille 3 years ago
nick black 8b0c138b72 hey, VTE supports ucurl, sweet 3 years ago
nick black b1fd24a970 notcurses-info: use some coloring #1823 3 years ago
nick black 5f06c2eef9 account for initial output lines for scrolling #1823 3 years ago
nick black e74070fd32 somewhat daring and dangerous scrolling for rendered mode #1823 3 years ago
nick black 30b9e2b6fb get NCSTYLE_STRUCK into supported_styles 3 years ago
nick black c0a61357d8 notcurses-info: print check/x for styles 3 years ago
nick black 9ed9f6bfc0 add USE_READLINE cmake flag 3 years ago
nick black 186049b3b5 cjkscroll PoC: use NO_ALTERNATE_SCREEN|PRESERVE_CURSOR #1823 3 years ago
nick black c21cadb6e7 scroll PoC: use NO_ALTERNATE_SCREEN|PRESERVE_CURSOR #1823 3 years ago
nick black 1c38c8b39a notcurses-info: set scrolling on standard plane #1823 3 years ago
nick black e734409187 implement NCOPTION_PRESERVE_CURSOR #1823 3 years ago
nick black 9f92986a6b always send DSRCPR at init, use it to verify u7
for NCOPTION_PRESERVE_CURSOR, we want to know the location
of the cursor at startup. go ahead and always send a DSRCPR
in terminal interrogation. if we get a reply to it, hey, we
just verified that the terminal knows DSRCPR.

if we find a u7 value in terminfo that's different from the
standard DSRCPR, we ought send that in addition. #1816
3 years ago
nick black fd8875e757 notcurses-info: move to rendered mode output #1823 3 years ago
nick black c0a73b939b
some fatty did eat the oslo accords 3 years ago
nick black e44ee78b2e
sgr-full: explore entire style space #1818 3 years ago
nick black 9d7f07771b
GTFO NCSTYLE_DIM, NCSTYLE_REVERSE #1818 3 years ago
nick black d08b65f323
ncdirect_stream(): if bitmap wraps the screen, move up one more y #1820 3 years ago
nick black 7b570ba813 direct mode: don't scroll on image out due to overambitious sizing #1804 3 years ago
nick black ce073d22ac
fallin demo: no write to failed alloc 3 years ago
nick black 4064ede06c
sprixel_auxiliary_vector: don't deref NULL on alloc failure 3 years ago
nick black 742ae4ea5f
ncinputlater_add_input_escape: don't write to NULL on malloc failure 3 years ago
nick black 8ff8368fe1
manually add u7 on kitty if missing, sigh #1816 3 years ago
nick black 383678da4e
move remainder of debug_caps into notcurses-info #1793 3 years ago
nick black 8fc2a32990
remove NCSTYLE_{INVIS,BLINK,STANDOUT} #1818 3 years ago
nick black 8a98a98b7e
term_debug: move style code into notcurses-info #1793 3 years ago
nick black 0e9641e0f5
direct mode: kill a bunch of style-related duplication 3 years ago
nick black cba21d24fa
tighten up term_debug_caps() a bit #1793 3 years ago
nick black 2ed1ad466f
term_debug_caps: move big unicode block to notcurses-info #1793 3 years ago
nick black 42f9419006
debug_term: use unicode checks/xs when available 3 years ago
nick black ac652ac7f3
use -Wformat-security 3 years ago
nick black dc08fea378
closing banner: show ASUs as percentage of total writeouts 3 years ago
nick black f042135c5a
term_caps: remove duplicated eights block 3 years ago
Nick Black ec5ba6da80 ncneofetch: popen(3) wants pclose(3), not fclose(3) 3 years ago
nick black 7df761c041
don't allow a format string attack via endasu sequence, heh 3 years ago
nick black 2bc945e52a
STATE_SIXEL_SUCCESS: reset inits->numeric #1810 3 years ago
nick black 0b84b4235d
stats: fix up for error cases #1814 3 years ago
nick black 735d7bf991 ASU: need to push BSU through ttyfp just like ESU 3 years ago
nick black 2ed67f6ffc
cursor PoC: add missing header 3 years ago
nick black 491862b60b
notcurses_cursor_enable: remove terribly broken test #1812 3 years ago
nick black f50df3240a no need to check ttyfd for ASU if we have the escape 3 years ago
nick black 041f97371f add stat for ASUs and send them #1582 3 years ago
nick black 1f19ee3bb1 gimme that appsync support #1582 3 years ago
nick black cb486fef3e send DECRPT for ?2026, app-sync update #1582 3 years ago
nick black 7b10d723ec
SprixelTermValues: correct test 3 years ago
nick black ac93b7b6f4
[rgba_trans_p] fix brown-bagger; this was broken for all a with bits 8..23 3 years ago
nick black 93fd4515e7
ncplayer: accept a color specification for -a 3 years ago
nick black 759de01d02 get linux kernel version for termversion 3 years ago
nick black 3d6a9b1c7a [linux] get our lower eighths back 3 years ago
nick black 1f67b13370 get linux font reprogramming working once more 3 years ago
nick black fc62956bf7 shim_quad_block(): replace the many other quad shimmers for linux console #1726 3 years ago
nick black 2c8cc6f53c shim_upper_half_block: deal with arbitrary width #1726 3 years ago
nick black 61ac8dfbb1 handle KDFONTOP response, set up copy range better #1726 3 years ago
nick black 2621612e0f start moving {PIO,GIO}_FONTX -> KDFONTOP #1726 3 years ago
nick black f388e3d7da
use pixel_draw to verify bitmap support 3 years ago
nick black 8022faf2c0
supply O_NOCTTY to open(2) in get_fd_tty() 3 years ago
nick black 379453c8ea
render piles to file/buffer
Replace notcurses_render_to_file() and
notcurses_render_to_buffer() with variants that work
on arbitrary piles (the former only worked on the standard
pile). Rewrite the former as trivial wrappers around the
latter, and deprecate the former. Closes #1770.
3 years ago
nick black 921c2ce033
ffmpeg_resize: check for NULL from ffmpeg_resize_internal #1788 3 years ago
nick black e8d19852d3
kill off old palette256 type (has been ncpalette for months) #1777 3 years ago
nick black 8d3c042640
turn off bitmap support if TIOCGWINSZ doesn't supply pixel info #1805 3 years ago
nick black 2d9438cdb2
ncvisual_from_rgb_loose: shrink overspaced stride 3 years ago
nick black 94947df1ad
termdesc: factor out extract_paren_version, handle foot's XTVERSION #1798 3 years ago
nick black 44e85d2f05
termdesc: identify kitty+version from XTVERSION response #1798 3 years ago
nick black e4656dbd77
ncvisual_from_rgb_packed: correct alloc size, add unit test #1806 3 years ago
nick black 75bbdc2ca5 emphasize kitty_move return value viz stats 3 years ago
nick black 553c0637bf kitty: must redraw for wipe/rebuild #1395 3 years ago
nick black e9be8e67d2 kitty_wipe: don't set INVALIDATED unless in QUIESCENT #1395 3 years ago
nick black d7f3800009 [kitty] introduce kitty_move #1395 3 years ago
nick black 2d2a469f14 [kitty] write position id 1 when creating graphic #1395 3 years ago
nick black 4e03eb4549
always enable rgb for WezTerm 3 years ago
nick black fe61082c5c account for sprixel bytes emitted in new stat #1801 3 years ago
nick black 2f23409d97
finish out interp PoC #1796 3 years ago
nick black 091bc1e625
interp PoC #1796 3 years ago
nick black 6152f621ba
microoptimize extract_version() 3 years ago
nick black b2d04feffd
factor out extract_version(), get WezTerm version #1798 3 years ago
nick black d0889d3615
extract contour version from XTVERSION #1798 3 years ago
nick black 454d548650
extract XTerm version from XTVERSION #1798 3 years ago
nick black ed04cb72c5
termdesc: set up termversion #1798, print in banners 3 years ago
nick black 8d86fd3162 prep for DECRPM #1582 3 years ago
nick black 37aa8efd7c set the BSU/ESU escapes when detected in response to queries #1582 3 years ago
nick black 57e418284e add ESCAPE_BSU/ESU, clean up query_state #1582 3 years ago
nick black 878eebde0a kill unused tinfo fields BCEflag/AMflag 3 years ago
nick black 086ee695c1
terminfo: properly excise delays, preserving trailer #1688 3 years ago
nick black 204e1527d8
termdesc: no need to query Secondary Attributes 3 years ago
nick black e530a6d27a
tighten up notcurses-info output 3 years ago
nick black ff1d8b1249
tinfo_debug_caps: properly line up unicode 13 symbols 3 years ago
nick black 1bfb230553 add VisualFromRGBxPacked unit test 3 years ago
nick black c5542cbd1a add unit test VisualFromRGBPacked #1767 3 years ago
nick black d360cc1d1e ncvisual_from_rgb_{packed, loose}() #1767 3 years ago
nick black c8dfa17485
Set up sane logging for direct mode
All our diagnostic macros required a struct notcurses from
which to extract the loglevel. Eliminate this parameter,
and update all caller sites. Add a library-wide (but not
exported) loglevel variable, and set it from both
notcurses_core_init() and ncdirect_core_init(). Add two
new direct mode flags, NCDIRECT_OPTION_VERBOSE and
NCDIRECT_OPTION_VERY_VERBOSE, mapping them to
NCLOGLEVEL_WARNING and NCLOGLEVEL_INFO respectively.
Closes #1690.
3 years ago
nick black 350f531a5a
sexblitter: honor nointerpolate throughout #1763 3 years ago
nick black 048f2f5e77
handle nointerpolate in transparent sexblitter cell #1763 3 years ago
nick black 29f0243cbf
quadblitter: no interpolation with NCVISUAL_OPTIONS_NOINTERPOLATE #1763 3 years ago
nick black 534000cadb
clamp sixel height in update_term_dimensions() so ncdirect gets it #1789 3 years ago
nick black 50a304bada
Avoid drawing sixel to the bottom row
Sixels, unlike Kitties, can't be drawn to the bottom row,
lest we scroll. We were properly guarding against creation
of a sixel that touched the bottom row when creating the
plane within ncvisual_blit(), but not when we were provided
with a plane. This used to be fine because ncplayer cut the
plane off less one row, but when we enabled the bottom row
for Kitties, this ceased. We don't want to expose this wart
to userspace, so instead clamp sixel_maxy based off the screen
height when appropriate. Closes #1789.

1789?!?! Liberté, Egalité, Fraternité!
3 years ago
nick black fc390da020 invert DECSDM for terminals with sprixel_cursor_hack set #1782 3 years ago
nick black 574eef2e28 need to call sprite_init() from setup_sixel_bitmaps() 3 years ago
nick black 5e16208801
remove garbage CursesStyles unit test #1791 3 years ago
nick black 3cb537c3fc
only list sgr styles as supported if we have sgr #1791 3 years ago
nick black 32c34b1782
ncdirect_style_emit: return 0 when no sgr is defined #1791 3 years ago
nick black ce2b89552a
direct cursor tests require ncdirect_canget_cursor() #1790 3 years ago
nick black c9a338e0fd
add ncdirect_canget_cursor() #1790 3 years ago
nick black b50bab7880 remove unused function get_p2 from sixel.c 3 years ago
nick black 0bfef5b0ef
constify arguments to ncplane_notcurses/ncplane_pile 3 years ago
joseLuís 8f234368d8 make `ncplane_pixelgeom` require a const reference 3 years ago
nick black e0276bbfdb undercurl unit test #1758 3 years ago
nick black 562cf1c468 direct mode: support undercurl throughout #1758 3 years ago
nick black 5559bbbebe NCSTYLE_UNDERCURL #1758 3 years ago
nick black 04c3dcc463 tinfo_debug_caps: add some style work #1758 3 years ago
nick black bab79956cd
contour: adapt to new capabilities #1768 3 years ago
nick black 63e8d117dd
null media implementation: adapt to new capabilities struct #1768 3 years ago
nick black 0cfe426785 unify capabilites_canchangecolor #1768 3 years ago
nick black 912c897e67 ncdirect capabilites, all #1768 3 years ago
nick black 4aa702627a publicize nccapabilities structure, add ncdirect_capabilities() #1768 3 years ago
nick black 0e6f52533b introduce nccapabilites struct, move utf8/ccc therein #1768 3 years ago
nick black 7eedc7714d
recognize Contour via XTVERSION, and turn on quadrants/rgb for it #1781 3 years ago
nick black cf60ff5b94
don't restore bogon termios struct on setupterm failure #1778 3 years ago
nick black 9950d71e89
handle weird contour reply to CSI 11 #1780 3 years ago
nick black 7d0375f8e0
don't put on airs, "Colors" 3 years ago
nick black 8de306a899
more crap for notcurses_debug_caps() 3 years ago
nick black f8ca942d84 term_bg_rgb8: fix longstanding FIXME now that we detect the bg #1292 3 years ago
nick black 302d69289a [termdesc] parse a 8-bit rgb spec preferentially, to get foot working #1292 3 years ago
nick black 5f130b407d CSI_BGQ: four slashes too many, whoops #1292 3 years ago
nick black c814ee6137 [termdesc] parse bg query reply, set up bg_collides_default #1292 3 years ago
nick black 15cda99d88 sent background query along with our other initial queries #1292 3 years ago
nick black dd9e3e673b
notcurses_debug_caps(): better utilize space 3 years ago
nick black 38bb8bd3b7
'at least a', not 'at least an' 3 years ago
nick black 44b398cac7
poll.h, not sys/poll.h 3 years ago
nick black 476ebe5533
tie warning about no multimedia to linking with null implementation #1771 3 years ago
nick black 0d963f17a9 ncplane_rgba: extend coverage to braille #1441 3 years ago
nick black 68af28f25e start in on braille reverse 3 years ago
nick black 80b7391d96
remove NEWS claim that notcurses_check_pixel_support() is going away #1766 3 years ago
joseLuís 85cfca8df8 make `check_pixel_support` require a const reference
- fix rust bindings
- related #1766
3 years ago
nick black 9cbcc6c273 init: pipe detected terminal through to heuristics #1761 3 years ago
nick black c13c613f32 no debugging cruft during init 3 years ago
nick black 966b2bc5ec extract WezTerm from interrogations 3 years ago
nick black 412bd7450b FOOT: match post-decode #1761 3 years ago
nick black b44f17f4ad extract terminal query responses #1761 3 years ago
nick black 1c6fae3403 term interrogation: extract strings #1761 3 years ago
nick black cf09c65e3c queried_terminal enumeration #1761 3 years ago
nick black a163eeb2d7
until #1726 is fixed, no quadrants in linux console 3 years ago
nick black dae208b4c5
ugh, dumb error in control_read() led to iterated reads 3 years ago
nick black 03d1e4fb5a
get u7 from terminfo rather than hardcoding it 3 years ago
nick black 0d7a5a5ef8 remove the majority of notcurses_check_pixel_support() calls #1469 3 years ago
nick black 309d211cde termdesc: only bounce back to cbreak if fd >= 0 #1469 3 years ago
nick black 288381d5b9 ncinputlayer_init: only read responses on a tty #1469 3 years ago
nick black be1356d213 termdesc: use cbreak mode until interrogation is complete #1469 3 years ago
nick black 73019e097f debug_caps: elide meaningless max sixel when 0 3 years ago
nick black 7381356594 check for sixel_maxy before clamping; fixes MLTerm sixel 3 years ago
nick black 56c58c41f9 removed accursed alacritty_sixel_hack, hurrah! 3 years ago
nick black 0574a3a479 hook up sixel discovery through new one-shot query #1469 3 years ago
nick black 5fcce3d8b7 init vtmachine: extract numeric arguments for sixel #1469 3 years ago
nick black 398ebca5fd extract XTVERSION, drain XTSMGRAPHICS on failure #1469 3 years ago
nick black c0b724e140 add STATE_XTVERSION{1,2}, recognize ST to terminate #1469 3 years ago
nick black 4478896916 differentiate VT101 vs XTSMGRAPHICS color registers #1469 3 years ago
nick black 78b674610c kill old xtsmgraphics / da lexing 3 years ago
nick black 4006f05cbd effect STATE_DA_DRAIN state #1469 3 years ago
nick black 9efda3e5bc start handling primary device attributes #1469 3 years ago
nick black 8569906dd3 bulk up notcurses-info with more glyphs 3 years ago
nick black 44ce08ecd6 pump_control_input: handle XTGETTCAP prefix 3 years ago
nick black fc6bc1a3d8 build up pump_control_read() state machine, terminate on DA response #1469 3 years ago
nick black a35ea97e2c remove obsolete comment in handle_input() 3 years ago
nick black a22e941b5e ncinputlayer_init: prep for terminal detection end sequene 3 years ago
nick black 935e982487 unify inputlayer setup/teardown 3 years ago
nick black 59a36681be rename inputlayer->ttyinfd to infd, as it's not necessarily a tty 3 years ago
nick black f6405ca051 send CSI>q query, necessary for picking up wezterm DCS #1759 3 years ago
nick black 41231800c6 use XTTERMCCAP TN request in initial query 3 years ago
nick black 03b896e7ad send XTGETTCAP for terminal name 3 years ago
nick black cadd4aefee s/CELL_ALPHA_/NCCELL_ALPHA_/g 3 years ago
nick black fc2bbca1ca notcurses-info: break up text segments 3 years ago
nick black e99221f59e replace all writen() with blocking_write() to avoid spins 3 years ago
nick black 834f256ec9 notcurses-info: be reliable in the face of output EAGAIN 3 years ago
nick black a290e3f741
NEWS: fix typos info: dump more unicode 3 years ago
nick black 0b72bec79d
add ncdirect_ascii_box(), use it in DefaultBox unit test 3 years ago
nick black d695a8206f
add ncdirect_detected_terminal() and notcurses_detected_terminal() #1759 3 years ago
nick black e838209d21
ncdirect_vline_interp: force default background if selected #1752 3 years ago
nick black 8b058d022b
ncdirect_hline_interp: force default background if selected #1752 3 years ago
nick black b541ec198d
direct mode: factor out activate_channels(), use it in ncdirect_box #1752 3 years ago
nick black 3dbb3c149d get another mergedown() unit test #1615 3 years ago
nick black 091908295f fix up Fills::MergeDownUni unit test #1615 3 years ago
nick black f822510c3f no need to track margins in sixel code #1615 3 years ago
nick black 20165ccbbe no need to reference margins from kitty code #1615 3 years ago
nick black 608943bb95 reference nc->margin when we want margins, not stdplane #1615 3 years ago
nick black 27b05e6f1b sixel/kitty: remove references to stdplane #1615 3 years ago
nick black 2f43bc70f1
ncplane_move_yx: correct dy/dx for root planes, add unit test #1753 3 years ago
nick black 9f4a578e72
factor out common unicode box sequences 3 years ago
nick black cb178ac247
add simple_box() and heavy_box() forms 3 years ago
nick black 4731e8269f
add a unit test for ncdirect boxen #1752 3 years ago
nick black deea4ddf9c ncdirectf_geom: move to ncvisual_options #1746 3 years ago
nick black 5912a2138a
switch writen() to blocking_write() to avoid spinning 3 years ago
nick black 3622a96d29
argh, fix up blocking write, stupid 3 years ago
nick black d7d032732f
ncplane_resize: rebuild TAM #1750 3 years ago
nick black c56dfc2607
install caps-rendered as notcurses-info #1745 3 years ago
nick black 1bb5d690ff
debug_caps: show halfblock glyphs 3 years ago
nick black 3ca80fecd7 add internal NCVISUAL_OPTION_SCROLL, pass from ncdirect #1733 3 years ago
nick black e6661bdd3b ncplayer: fill in bottom line #1733 3 years ago
nick black da9293fef1 allow kitty graphics to be printed on the lowest line, and use C=1 #1733 3 years ago
nick black 761ab46f75
XTSMGRAPHICS: send read attribute, not read maximum allowed #1716 3 years ago
nick black 866e1d04d5
termdesc: disable sixel with fewer than 64 color registers up front #1716 3 years ago
nick black 5426e153f7 ncdirectf_render: make ncvisual_options const, thanks @joseluis #1738 3 years ago
nick black c967028fbe ncplayer: add -n option for noninterpolative scaling #1738 3 years ago
nick black 99bb6e6f70 ncdirect_render_visual: pass vopts->flags through to bargs.flags #1738 3 years ago
nick black 2f340d6926 ncdirect_render_visual: convert maxx/maxy into ncvisualspeak #1738 3 years ago
nick black 59f4edd777 ncdirectf_render: accept an ncvisual_options #1738 3 years ago
nick black 6fcaad3c5d
generalize ncvisual_inflate() to ncvisual_resize_noninterpolative() #1738 3 years ago
nick black 9d47666dfe
kitty: undo C=1 thinko, ugh #1733 3 years ago
nick black af7cde565b implement NCVISUAL_OPTION_NOINTERPOLATE #1576 3 years ago
nick black 863c1778aa kitty: cut alphas in half with NCVISUAL_OPTION_BLEND #1735 3 years ago
nick black 94cefb091f pass blitterargs in toto down to write_kitty_data #1735 3 years ago
nick black 5940239e32 kill bargs->blendcolors, pass full flags qword #1735, #1576 3 years ago
nick black 7d6c03fe6a notcurses_visual.3: document BLEND interactions with PIXEL #1735 3 years ago
nick black df29cbaf1e [kitty] pass C=1 to inhibit cursor moves/scrolling from graphics #1733 3 years ago
nick black a6433caeaa add NCVISUAL_OPTION_NOINTERPOLATE #1576 3 years ago
nick black e3bf3c9802
place resized pixel planes properly 3 years ago
nick black f8533d44a1 new unit test, InflateVsScale #1728 3 years ago
nick black ea13e25cf4 kill NCSCALE_INFLATE #1576 3 years ago
nick black 4bf14935f5
tinfo_debug_caps: prettify outputs 3 years ago
nick black 9cbc1c35f3
[sextants] add right-half to inverse lookup 3 years ago
Nick Black b686661873 RGBA/BRGA unit tests: don't do any scaling #1714 3 years ago
nick black 97bfd726e4 ncvisual_from_bgra(): use ncpixel API to work on big-endian #1714 3 years ago
nick black 7f2635ced1
rgba/bgra from memory tests need htole() #1714 3 years ago