index
:
xorg/xserver-test
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.2-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xwayland
xwayland-1.12
X server
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
kdrive
/
src
/
kaa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-06-29
Death to RCS tags.
Adam Jackson
1
-2
/
+0
2006-04-30
Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.
Adam Jackson
1
-3
/
+0
2006-02-16
Make more extensions optional in build (for kdrive). Fix kdrive build for
Keith Packard
1
-1
/
+1
2005-12-27
Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.h
Adam Jackson
1
-1
/
+1
2005-08-08
Build with modular X.org libraries and headers.
kdrive-initial-import
Keith Packard
1
-1
/
+0
2005-06-09
- Replace the syncAccel hook in the kdrive structure with a pair of hooks
Eric Anholt
1
-15
/
+40
2005-02-08
hw/kdrive/ati/radeon_composite.c Support linear filtering
Keith Packard
1
-0
/
+71
2004-08-30
Add a set of three hooks for accelerating trapezoids, and use it for the
Eric Anholt
1
-1
/
+3
2004-08-30
Rather than initially place pixmaps in framebuffer based on a size
Eric Anholt
1
-6
/
+9
2004-07-26
Eliminate bogus rate check in fbdevModeSupported. Hmm. Potentially bogus
Keith Packard
1
-0
/
+2
2004-07-03
Add a "dirty" flag to the pixmap private. Clear it when setting up an
Eric Anholt
1
-4
/
+34
2004-06-29
Add an offscreen area scoring to improve choosing offscreen areas to kick
Eric Anholt
1
-0
/
+1
2004-06-10
- Pass the right pixel mask (all ones) in to PrepareSolid in the
Eric Anholt
1
-5
/
+4
2004-05-20
Fix SYNC_ALWAYS (debugging) code to use mach64WaitIdle instead of
Keith Packard
1
-1
/
+1
2004-05-20
Pin header-only pixmaps in memory.
Keith Packard
1
-2
/
+15
2004-05-17
Make kaaMoveInPixmap public. This will be used by the ATI driver's xvideo
Eric Anholt
1
-1
/
+1
2004-05-14
Add new flag, KAA_OFFSCREEN_ALIGN_POT, which tells KAA to align pixmap
Eric Anholt
1
-1
/
+18
2004-05-14
Don't let the visible screen get "migrated" offscreen, which manifests
Eric Anholt
1
-1
/
+1
2004-01-08
- Add a new UploadToScratch kaa hook for putting the data for a single
Eric Anholt
1
-2
/
+10
2003-12-29
Merge dri-0-1-branch to trunk. Notable changes:
Eric Anholt
1
-99
/
+13
2003-11-20
- Fix a bug in pitch alignment for offscren pixmaps.
Eric Anholt
1
-2
/
+2
2003-11-17
Recompute winSize/borderSize to fix them when changing redirection.
Keith Packard
1
-4
/
+4
2003-11-14
Accelerated image text code drew glyphs at wrong location when compositing
Keith Packard
1
-2
/
+2
2003-11-10
Must offset composite parameters by drawable coordinates in accelerated
Keith Packard
1
-0
/
+9
2003-11-08
Fix KAA to work with screen_x/screen_y hacks from COMPOSITE Also add
Keith Packard
1
-26
/
+75
2003-11-02
merge xfixes_2_branch back to HEAD
Keith Packard
1
-75
/
+98
2003-10-19
Minor cleanups -- remove a couple of bogus KdCheckSync calls, restructure
Keith Packard
1
-1
/
+0
2003-10-15
Add a memory_base variable and use it.
Anders Carlsson
1
-2
/
+2
2003-10-15
various Split out pixmap allocation debug statements Fix bogus offscreen
Keith Packard
1
-7
/
+10
2003-10-14
Use same assumptions as layergc about what layer kind is approprate for
Keith Packard
1
-131
/
+213
2003-10-14
Check for off-screen pixmap support in KaaDrawableIsOffscreenPixmap. -Wall
Keith Packard
1
-17
/
+9
2003-10-13
Use pixmaps instead of drawables in the kaa functions. Have the mga server
Anders Carlsson
1
-14
/
+47
2003-10-13
Add support for offscreen pixmaps.
Anders Carlsson
1
-4
/
+184
2003-10-13
Add offscreen memory manager and update the servers to reflect the name
Anders Carlsson
1
-38
/
+105
2003-09-11
Move kdrive common sources to src dir
Keith Packard
1
-0
/
+3
2003-07-07
Update RCS tags, fix keyboard hang on VT switch, fix scroll wheel mice, add
Keith Packard
1
-2
/
+2
2001-06-29
kdrive: dont touch hardware when disabled
Keith Packard
1
-7
/
+18
2001-06-04
Allow for hardware acceleration under RandR with Layer. Hardware/Software
Keith Packard
1
-4
/
+6
2001-06-03
Add mach64 driver to Tiny-X
Keith Packard
1
-37
/
+36
2001-05-30
Fix kaa to not try Copy for pixmap sources
Keith Packard
1
-2
/
+3
2001-05-29
Add miext/layer for more complete RandR support in kdrive/Xfbdev
Keith Packard
1
-0
/
+623