xserver/hw/kdrive/src
Eric Anholt b27729ec88 - Add a new UploadToScratch kaa hook for putting the data for a single
pixmap into temporary offscreen storage. Subsequent UploadToScratch may
    clobber the data of previous ones. This allows hardware acceleration of
    composite operations on glyphs.
- Add a new UploadToScreen kaa hook for doing the actual moving of data to
    framebuffer. This would allow us to do things like hostdata blits or
    memcpy to agp and then blit.
- Add an UploadToScreen on ATI which is just memcpy, but which will be
    replaced with a hostdata blit soon.
- Add UploadToScratch on ATI and reserve 64k of scratch space. This
    provided a 3x speedup of rgb24text on my Radeon.
2004-01-08 08:16:24 +00:00
..
Makefile.am Merge dri-0-1-branch to trunk. Notable changes: 2003-12-29 06:24:01 +00:00
kaa.c - Add a new UploadToScratch kaa hook for putting the data for a single 2004-01-08 08:16:24 +00:00
kaa.h Merge dri-0-1-branch to trunk. Notable changes: 2003-12-29 06:24:01 +00:00
kaapict.c - Add a new UploadToScratch kaa hook for putting the data for a single 2004-01-08 08:16:24 +00:00
kasync.c merge xfixes_2_branch back to HEAD 2003-11-02 19:56:10 +00:00
kcmap.c merge xfixes_2_branch back to HEAD 2003-11-02 19:56:10 +00:00
kcolor.c Move kdrive common sources to src dir 2003-09-11 05:15:08 +00:00
kcurscol.c merge xfixes_2_branch back to HEAD 2003-11-02 19:56:10 +00:00
kdrive.c Added infrastructure for driver specific usage messages and added vesa 2003-11-18 04:53:16 +00:00
kdrive.h - Add a new UploadToScratch kaa hook for putting the data for a single 2004-01-08 08:16:24 +00:00
kinfo.c Move kdrive common sources to src dir 2003-09-11 05:15:08 +00:00
kinput.c Replace translucent compositing hacks with PictOpSrc to match eventual 2003-11-05 06:46:13 +00:00
kkeymap.c Move kdrive common sources to src dir 2003-09-11 05:15:08 +00:00
kkeymap.h Update RCS tags, fix keyboard hang on VT switch, fix scroll wheel mice, add 2003-07-07 19:13:03 +00:00
kloadmap.c Move kdrive common sources to src dir 2003-09-11 05:15:08 +00:00
kmap.c Check for off-screen pixmap support in KaaDrawableIsOffscreenPixmap. -Wall 2003-10-14 05:07:39 +00:00
kmode.c Check for off-screen pixmap support in KaaDrawableIsOffscreenPixmap. -Wall 2003-10-14 05:07:39 +00:00
knoop.c merge xfixes_2_branch back to HEAD 2003-11-02 19:56:10 +00:00
koffscreen.c Actually align the offset of allocated offscreen areas. 2004-01-03 11:17:44 +00:00
kpict.c Check for off-screen pixmap support in KaaDrawableIsOffscreenPixmap. -Wall 2003-10-14 05:07:39 +00:00
kshadow.c merge xfixes_2_branch back to HEAD 2003-11-02 19:56:10 +00:00
ktest.c Move kdrive common sources to src dir 2003-09-11 05:15:08 +00:00
kxv.c Fix KdXv interface to pass drawable down so that bits can be put into 2003-11-10 20:35:05 +00:00
kxv.h Fix KdXv interface to pass drawable down so that bits can be put into 2003-11-10 20:35:05 +00:00
vga.c Remove sys/io.h inclusion from some files that didn't need it, and change 2003-12-01 01:46:42 +00:00
vga.h merge xfixes_2_branch back to HEAD 2003-11-02 19:56:10 +00:00