Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
3866 5575 d 14 h svoboda /trunk/uspace/srv/fb/ Make EGA fb driver handle colors correctly when servicing a DRAW_TEXT_DATA request.  
/trunk/uspace/srv/fb/ega.c
3803 5596 d 6 h decky /trunk/ configuration system overhaul (requires newt)  
/trunk/boot/boot.config
/trunk/kernel/kernel.config
/trunk/uspace/uspace.config
/trunk/HelenOS.config
/trunk/Makefile
/trunk/boot/Makefile
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/ia64/loader/Makefile
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/ppc64/loader/Makefile
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/kernel/Makefile
/trunk/tools/config.py
/trunk/uspace/Makefile
/trunk/uspace/app/bdsh/Makefile
/trunk/uspace/app/init/Makefile
/trunk/uspace/app/klog/Makefile
/trunk/uspace/app/tester/Makefile
/trunk/uspace/app/tetris/Makefile
/trunk/uspace/app/trace/Makefile
/trunk/uspace/lib/libblock/Makefile
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/Makefile.toolchain
/trunk/uspace/lib/libc/arch/mips32/Makefile.inc
/trunk/uspace/lib/libfs/Makefile
/trunk/uspace/lib/softfloat/Makefile
/trunk/uspace/lib/softint/Makefile
/trunk/uspace/srv/console/Makefile
/trunk/uspace/srv/devmap/Makefile
/trunk/uspace/srv/fb/Makefile
/trunk/uspace/srv/fs/fat/Makefile
/trunk/uspace/srv/fs/tmpfs/Makefile
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/loader/Makefile
/trunk/uspace/srv/ns/Makefile
/trunk/uspace/srv/pci/Makefile
/trunk/uspace/srv/pci/libpci/Makefile
/trunk/uspace/srv/rd/Makefile
/trunk/uspace/srv/vfs/Makefile
3795 5602 d 13 h svoboda /trunk/uspace/ Remove delta-redrawing. (At least until someone can figure out how to do it properly).  
/trunk/uspace/lib/libc/include/ipc/fb.h
/trunk/uspace/srv/console/gcons.c
/trunk/uspace/srv/fb/fb.c
3793 5605 d 4 h svoboda /trunk/uspace/ Viewport invalidation. Makes delta-redraw optimization work when returning from kcon.  
/trunk/uspace/lib/libc/include/ipc/fb.h
/trunk/uspace/srv/console/gcons.c
/trunk/uspace/srv/fb/fb.c
3792 5607 d 3 h svoboda /trunk/uspace/srv/fb/ Must check colors in draw_text_data().  
/trunk/uspace/srv/fb/fb.c
3785 5609 d 4 h svoboda /trunk/uspace/srv/fb/ Fix framebuffer colors on ARM.  
/trunk/uspace/srv/fb/Makefile
3769 5615 d 5 h svoboda /trunk/uspace/srv/fb/ Color support in serial fb driver.  
/trunk/uspace/srv/fb/serial_console.c
3767 5615 d 11 h svoboda /trunk/uspace/ Console color support overhaul. Create C library console interface.  
/trunk/uspace/lib/libc/generic/console.c
/trunk/uspace/lib/libc/include/console
/trunk/uspace/lib/libc/include/console.h
/trunk/uspace/lib/libc/include/console/color.h
/trunk/uspace/lib/libc/include/console/style.h
/trunk/uspace/app/bdsh/input.c
/trunk/uspace/app/tester/console/console1.c
/trunk/uspace/app/tetris/screen.c
/trunk/uspace/app/trace/trace.c
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/include/ipc/console.h
/trunk/uspace/lib/libc/include/ipc/fb.h
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/console/gcons.c
/trunk/uspace/srv/console/screenbuffer.c
/trunk/uspace/srv/console/screenbuffer.h
/trunk/uspace/srv/fb/ega.c
/trunk/uspace/srv/fb/fb.c
/trunk/uspace/srv/fb/serial_console.c
3755 5619 d 12 h svoboda /trunk/ Two more cases of memmove() vs memcpy().  
/trunk/kernel/arch/ia64/src/drivers/ega.c
/trunk/uspace/srv/fb/ega.c
3744 5621 d 11 h svoboda /trunk/uspace/srv/fb/ New fb glyph drawing algorithm, created with color support in mind. Two versions, 'aligned' and 'fallback', more may follow. Glyphs is now a style-independent bit mask. Cursor shape support vanished but will return.  
/trunk/uspace/srv/fb/fb.c
3739 5623 d 9 h svoboda /trunk/uspace/srv/fb/ Re-instate accidentaly lost fb scrolling implementation. Also re-apply accidentaly reverted fix of unsing memmove() instead of memcpy().  
/trunk/uspace/srv/fb/fb.c
3726 5625 d 2 h svoboda /trunk/uspace/srv/fb/ Revert c3724 as it actually made scrolling slower on some arches.  
/trunk/uspace/srv/fb/fb.c
3725 5625 d 2 h svoboda /trunk/uspace/srv/fb/ Slightly faster draw_fill_rect() (although 2x VRAM access).  
/trunk/uspace/srv/fb/fb.c
3724 5625 d 3 h svoboda /trunk/uspace/srv/fb/ When scrolling viewport, do not redraw glyphs. Instead use a (not very smart) blit.  
/trunk/uspace/srv/fb/fb.c
3723 5625 d 3 h svoboda /trunk/uspace/srv/fb/ Minor refactoring in fb server.  
/trunk/uspace/srv/fb/fb.c
3719 5628 d 15 h jermar /trunk/uspace/srv/fb/ Ski vs. MSIM.  
/trunk/uspace/srv/fb/ski.h
3718 5628 d 15 h svoboda /trunk/ Ski framebuffer driver.  
/trunk/uspace/srv/fb/ski.c
/trunk/uspace/srv/fb/ski.h
/trunk/kernel/arch/ia64/src/ski/ski.c
/trunk/uspace/srv/fb/Makefile
/trunk/uspace/srv/fb/main.c
3716 5629 d 12 h svoboda /trunk/uspace/srv/fb/ Do not duplicate code in serial framebuffer drivers.  
/trunk/uspace/srv/fb/msim.c
/trunk/uspace/srv/fb/serial_console.c
/trunk/uspace/srv/fb/serial_console.h
/trunk/uspace/srv/fb/sgcn.c
3715 5629 d 16 h svoboda /trunk/uspace/srv/fb/ Fix overeager optimization causing VC numbers not to be redrawn.  
/trunk/uspace/srv/fb/fb.c
3710 5631 d 3 h decky /trunk/ resurrect kernel logo  
/trunk/kernel/genarch/include/fb/logo-196x66.h
/trunk/kernel/genarch/src/fb/logo-196x66.c
/trunk/kernel/genarch/Makefile.inc
/trunk/kernel/genarch/src/fb/fb.c
/trunk/kernel/genarch/src/fb/font-8x16.c
/trunk/kernel/generic/include/macros.h
/trunk/uspace/srv/fb/fb.c

Show All