summaryrefslogtreecommitdiff
path: root/drivers/video/softcursor.c
AgeCommit message (Expand)Author
2005-06-21[PATCH] fbdev: stack reductionJames Simmons
2005-06-21[PATCH] fbdev: iomove removalJames Simmons
2004-11-15[PATCH] fbdev: Support for bigger than 16x32 fonts in softcursorAntonino Daplas
2004-10-25[PATCH] fbdev: Clean up softcursor implementationAntonino Daplas
2004-08-30[PATCH] fbdev: fix kernel panic from FBIO_CURSOR ioctlAntonino Daplas
2004-07-29[PATCH] cmap annotationsAlexander Viro
2004-07-02[PATCH] fbcon: optimization for accel_putcs()Antonino Daplas
2004-02-26[PATCH] fbdev cursor fixAndrew Morton
2004-02-14[PATCH] fbdev state managementBenjamin Herrenschmidt
2004-02-14[PATCH] Fix fbdev pixmap lockingBenjamin Herrenschmidt
2003-04-12[FBDEV] Improved speed performance. We copy many bytes of data instead of jus...James Simmons
2003-04-09[FBDEV] Made the upper layer code always use the cursor mask of struct fb_cur...James Simmons
2003-04-03[FBDEV] Killed off shutting down IRQs. We need them for some types of hardware.James Simmons
2003-04-01[FBDEV SOFT CURSOR] Test to see if kmalloc failed.James Simmons
2003-04-01[FBDEV] Final cursor code cleanups. Now the burden of handling the cursor cod...James Simmons
2003-03-30[FBDEV] Massive cleanups of the cursor api.James Simmons
2003-03-25[I810 FBDEV] Driver updates.James Simmons
2003-03-25[FBDEV] The image color depth of zero hack has been killed.James Simmons
2003-03-24[FBCON] Now we use workqueues so framebuffer code can always work in a proces...James Simmons
2003-03-24[FBCON] Could be called outside of a process context. This fixes that.James Simmons
2003-03-20[FBCON] Nuked the final gloabl variables for the cursor code.James Simmons
2003-03-18[FBDEV] Killed of a static buffer in the generic software cursor. We didn't n...James Simmons
2003-03-17[FBCON]More optimizations. Removed moving struct display around.James Simmons
2003-03-13[FBCON] Cursor handling clean up. I nuked several static variables. James Simmons
2003-03-09[FBDEV] Enhanced data buffer management for drawing very large images.James Simmons
2003-02-27[ATY FBDEV] Rage XL cards can now be booted with needed the BIOS :-)James Simmons
2002-11-21The software cursor works for any pixel arrangementJames Simmons