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