mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 05:24:20 +02:00
Pass cell data to GPU directly
Converts update_cell_range() to a simple memcpy(). The GPU has to do roughly the same amount of work (there is one extra attribute, and one extra calculation for reverse video).
This commit is contained in:
@@ -145,7 +145,6 @@ PyInit_fast_data_types(void) {
|
||||
PyModule_AddIntMacro(m, DECCOLM);
|
||||
PyModule_AddIntMacro(m, DECOM);
|
||||
PyModule_AddIntMacro(m, IRM);
|
||||
PyModule_AddIntMacro(m, DATA_CELL_SIZE);
|
||||
PyModule_AddIntMacro(m, ANY_MODE);
|
||||
PyModule_AddIntMacro(m, MOTION_MODE);
|
||||
PyModule_AddIntMacro(m, BUTTON_MODE);
|
||||
|
||||
Reference in New Issue
Block a user