Many X11 scaling improvements...
1) Initialize the r2y array for xBR so it actually works. 2) Add a vertical (only) interpolation scaler for aspect ratio enforcement 3) Add a simple muliplier scaler, so that can be removed from x_event.c 4) Use a new graphics buffer free list, which allows tracking last drawn screen instead of last bitmap rectangle, removing various hacks 5) Share the Y'CbCr <-> R'dG'dB'd tables between xBR and scale.c
parent
26def071
No related branches found
No related tags found
Showing
- src/conio/bitmap_con.c 2 additions, 0 deletionssrc/conio/bitmap_con.c
- src/conio/scale.c 290 additions, 71 deletionssrc/conio/scale.c
- src/conio/scale.h 16 additions, 1 deletionsrc/conio/scale.h
- src/conio/x_events.c 62 additions, 81 deletionssrc/conio/x_events.c
- src/conio/xbr.c 8 additions, 2 deletionssrc/conio/xbr.c
Please register or sign in to comment