Age | Commit message (Expand) | Author |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-10-11 | Minor cleanup run, no functional changes; | Marcus Glocker |
2009-10-10 | Let udl select the maximum resolution supported by the udl device and the | Mats O Jansson |
2009-09-27 | If no xfer buffer is free for the UDLIO_DAMAGE ioctl, sleep in the kernel | Marcus Glocker |
2009-09-26 | Fix artefacts in compression mode especially seen when running X. | Marcus Glocker |
2009-09-21 | Document a private ioctl range for wscons drivers (from Miod). Therefore | Marcus Glocker |
2009-09-20 | Remove XXX content about missing screen repaint when switching to EMUL | Marcus Glocker |
2009-09-20 | For now just clear the screen when switching to emulation mode (need to | Marcus Glocker |
2009-09-20 | Add WSDISPLAYIO_SMODE, WSDISPLAYIO_SVIDEO, WSDISPLAYIO_GVIDEO ioctl. To | Marcus Glocker |
2009-09-19 | Rename another function; udl_cmd_set_xfer -> udl_cmd_set_xfer_type is | Marcus Glocker |
2009-09-19 | Rename two functions; udl_cmd_get_offset -> udl_cmd_save_offset, and | Marcus Glocker |
2009-09-19 | Re-sort function pointer assignments. No functional changes. | Marcus Glocker |
2009-09-19 | If UDLIO_DAMAGE fails to queue the damage drawing request, undo the | Marcus Glocker |
2009-09-19 | Add bits for X11 support over the wsdisplay framework (fully Huffman | Marcus Glocker |
2009-09-13 | Remove (last) obsolete panic() case. | Marcus Glocker |
2009-09-13 | Fix command undo for compression. Fixes artifacts seen in some cases. | Marcus Glocker |
2009-09-13 | Move some real noisy operations to a higher debug level. | Marcus Glocker |
2009-09-13 | Use function pointers in erasecols and eraserows for framebuffer | Marcus Glocker |
2009-09-12 | Don't use function pointers at places where we always call the same | Marcus Glocker |
2009-09-12 | Re-sort some functions. Fix comment. No functional changes. | Marcus Glocker |
2009-09-11 | Don't panic if the command buffer runs full. Instead try to flush it, | Marcus Glocker |
2009-09-09 | Today we just support a font width up to 8 pixels. Allow a font width | Marcus Glocker |
2009-09-06 | Fix typo in comment, safe -> save. | Marcus Glocker |
2009-09-06 | Fix udl_copycols overlay copy problem by copying area to off-screen first | Marcus Glocker |
2009-09-05 | Make use of the new wsdisplay ability, committed by miod previously, which | Marcus Glocker |
2009-09-05 | Change the wsdisplay_emulops return types from void to int; emulops will now | Miod Vallat |
2009-08-30 | Add some new devices. -moj | Mats O Jansson |
2009-08-29 | Ooops, revert the last bcopy()-elimination commit. I forgot that bcopy() | Marcus Glocker |
2009-08-27 | Reduce padding overhead in compressed blocks. | Marcus Glocker |
2009-08-26 | Remove obsolete comment. | Marcus Glocker |
2009-08-26 | Replace some stupidly used bcopy()s by direct assignment. | Marcus Glocker |
2009-08-26 | Also avoid __packed struct to Huffman table in the driver side in favour | Marcus Glocker |
2009-08-25 | Enable pixel compression (Huffman pixel difference method). If the | Marcus Glocker |
2009-08-09 | Check if the command buffer has been allocated before we free it. Fixes | Marcus Glocker |
2009-08-02 | Never return nonzero in a device activate method invoked with DVACT_ACTIVATE, | Miod Vallat |
2009-07-23 | Add some more udl devices. -moj | Mats O Jansson |
2009-06-06 | add another UDL device | Yojiro Uo |
2009-06-01 | Use the background color attribute in udl_erasecols and udl_eraserows | Marcus Glocker |
2009-06-01 | Sort argument list of udl_draw_char similar as udl_fb_* friends. | Marcus Glocker |
2009-06-01 | Allow a font width other than 8 pixels. | Marcus Glocker |
2009-06-01 | Better naming for some framebuffer functions. | Marcus Glocker |
2009-06-01 | Reduce data payload for font drawing to a fixed size per character. | Marcus Glocker |
2009-06-01 | I forgot to apply the End Of Command token for async xfers. Maybe that | Marcus Glocker |
2009-05-31 | We are able to address 256 pixels (16bit) per command not just 128 pixels. | Marcus Glocker |
2009-05-24 | Mention broken cursor drawing. | Marcus Glocker |
2009-05-24 | List product name instead chip type. | Marcus Glocker |
2009-05-22 | Add Unitek Y-2240. -moj | Mats O Jansson |
2009-05-21 | Add König CMP-USBVGA10. -moj | Mats O Jansson |
2009-05-21 | Add ForwardVideo EasyCAP008. -moj | Mats O Jansson |
2009-05-18 | Add support for the DisplayLink USB<->DVI Adapter. | Marcus Glocker |