index
:
~ofourdan/xserver
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
for-keith
for-whot
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.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-backports
server-1.18-branch
server-1.19-backports
server-1.19-branch
server-1.19-fixes
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
xvidmode
xwayland
xwayland-1.19-branch
xwayland-glamor-xv
xwayland-test
Xserver stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exa
/
exa_offscreen.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-1
/
+1
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
1
-3
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-355
/
+337
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-4
/
+4
2009-11-30
EXA: Don't defragment offscreen memory at allocation time.
Michel Dänzer
1
-24
/
+1
2009-11-28
exa: s/PixmapIsOffscreen/PixmapHasGpuCopy and s/pExaPixmap->offscreen/pExaPix...
Maarten Maathuis
1
-6
/
+6
2009-05-18
EXA: Allocate from the end of free offscreen memory rather than from the start.
Michel Dänzer
1
-31
/
+14
2009-05-18
EXA: Defragment offscreen memory.
Michel Dänzer
1
-8
/
+223
2009-04-23
exa: avoid offscreen pixmap swapped out flag for driver pixmaps
Dave Airlie
1
-0
/
+3
2009-02-27
Revert "EXA: Handle separate alpha maps properly in Composite fallback."
Michel Dänzer
1
-6
/
+53
2009-02-24
EXA: Handle separate alpha maps properly in Composite fallback.
Michel Dänzer
1
-53
/
+6
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-4
/
+4
2008-11-28
Make visible symbols required by xorg modules.
Paulo Cesar Pereira de Andrade
1
-4
/
+4
2008-04-21
EXA: Offscreen memory eviction improvements.
Michel Dänzer
1
-15
/
+34
2008-03-31
EXA: Optimize the eviction scanning loop in exaOffscreenAlloc.
Fredrik Höglund
1
-48
/
+58
2008-03-31
EXA: Improve the algorithm used for tracking offscreen pixmap use.
Fredrik Höglund
1
-22
/
+14
2007-07-03
ExaOffscreenMarkUsed: Don't crash when there's no offscreen memory.
Dodji Seketeli
1
-1
/
+1
2007-04-29
EXA: Fix OffscreenValidate build with DEBUG_OFFSCREEN enabled.
Michel Dänzer
1
-1
/
+1
2007-04-29
EXA: Fix exaEnableDisableFBAccess for nested disables and enables.
Michel Dänzer
1
-2
/
+4
2007-01-24
Bug #7639: Only swap out pixmaps (rather than everything) on VT switch in EXA.
Eric Anholt
1
-10
/
+60
2006-12-19
Merge branch 'master' into exa-damagetrack
Michel Dänzer
1
-5
/
+0
2006-06-18
Add options to disable EXA acceleration for Composite/UTS/DFS, and always print
Eric Anholt
1
-5
/
+0
2006-06-12
Track per-drawable damage to minimize UTS and DFS transfers.
Michel Dänzer
1
-0
/
+1
2006-03-31
Revert mistaken commit to exa_unaccel.c. Should have been to
Eric Anholt
1
-1
/
+1
2006-03-09
Do a first pass of doxygen documentation of EXA. This removes the
Eric Anholt
1
-0
/
+49
2006-03-09
Rearrange EXA driver structures so that there's a hope of maintaining ABI
Eric Anholt
1
-18
/
+18
2006-02-16
Move EXA implementation up to the top level and remove its XFree86
Eric Anholt
1
-6
/
+1
2006-02-11
<sys/limits.h> -> <limits.h> so we can compile on non-BSD OS'es
Alan Coopersmith
1
-1
/
+1
2006-02-10
Remove libcwrapper usage from xorg server modules. The libcwrapper is only
Eric Anholt
1
-1
/
+5
2006-02-02
Rearrange and rename EXA code to be a bit more logically organized. Also
Eric Anholt
1
-1
/
+1
2005-10-13
Fix stupid mistake in yesterday's allocator commit, would cause exa to
Benjamin Herrenschmidt
1
-1
/
+2
2005-10-11
Fix a couple of bugs in the offscreen allocator. One mostly harmless was
Benjamin Herrenschmidt
1
-16
/
+18
2005-09-30
sparse cleanups. s/0/NULL/ and mark a few things static.
Adam Jackson
1
-4
/
+4
2005-09-21
- Change migration-in rule slightly: previously, if your score was less
Eric Anholt
1
-2
/
+3
2005-08-24
Fix a bug where NULL could be dereferenced during the pixmap kick-out
Eric Anholt
1
-3
/
+3
2005-08-14
- Fix the exa pixmap offset/pitch alignment to deal with non-POT alignment
Eric Anholt
1
-1
/
+2
2005-07-09
Patch from Thomas Winischhofer to kick out all pixmaps to system ram upon a
Zack Rusin
1
-0
/
+20
2005-07-01
removing all debugging output from the default build :)
Zack Rusin
1
-0
/
+2
2005-07-01
Leave debugging output for only the interested parties.
Zack Rusin
1
-1
/
+1
2005-07-01
Adding the new acceleration architecture: Exa. It's meant to replace XAA in
Zack Rusin
1
-0
/
+374