index
:
~jeremyhu/xserver
PR-290
PR-290-1.9
PR-486
bus-cleanup
darwin-xfree86
for-keith
master
puntage
server-1.10-apple
server-1.11-apple
server-1.12-apple
server-1.13-apple
server-1.13-apple-indent
server-1.13-apple-pre-indent
server-1.13-branch
server-1.14-apple
server-1.14-branch
server-1.15-apple
server-1.15-branch
server-1.16-apple
server-1.16-branch
server-1.17-apple
server-1.17-branch
server-1.18-apple
server-1.4-apple
server-1.5-apple
server-1.6-apple
server-1.7-apple
server-1.8-apple
server-1.9-apple
xquartz-composite
XQuartz feature work
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exa
/
exa_priv.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-27
dix: Always store GC client clip as a region (v2)
Adam Jackson
1
-4
/
+3
2014-10-08
exa, kdrive: Remove redundant BitsPerPixel macros
Adam Jackson
1
-12
/
+0
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-5
/
+5
2014-01-12
exa: Clean up warnings
Keith Packard
1
-2
/
+10
2012-10-29
EXA: Track source/mask pixmaps more explicitly for Composite fallback regions.
Michel Dänzer
1
-0
/
+1
2012-09-23
dix: Remove #includes of mibstore.h
Daniel Martin
1
-1
/
+0
2012-07-07
exa: pixmap sharing infrastructure (v3)
Dave Airlie
1
-0
/
+7
2012-07-05
Use screen-specific privates for exa pixmap and gc privates
Keith Packard
1
-8
/
+4
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
1
-1
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-241
/
+254
2011-03-28
EXA: Use dixGetPrivate(Addr) instead of dixLookupPrivate.
Michel Dänzer
1
-4
/
+3
2011-03-17
Revert "dix: Remove usage_hint from pixmaps, store it in ->drawable.class"
Keith Packard
1
-3
/
+3
2011-03-08
dix: Remove usage_hint from pixmaps, store it in ->drawable.class
Adam Jackson
1
-3
/
+3
2010-07-13
EXA: Finish access to pixmap if it's prepared at destruction time.
Michel Dänzer
1
-0
/
+3
2010-06-05
Fix exa_priv.h declarations of privates
Keith Packard
1
-3
/
+7
2010-05-20
EXA: Wrap Glyphs even without Composite acceleration.
Michel Dänzer
1
-0
/
+11
2010-04-19
unifdef -B -DRENDER to always include RENDER code
Keith Packard
1
-6
/
+0
2009-12-29
EXA: Restrict the regions that need to be migrated for composite fallback for...
Thomas Hellstrom
1
-0
/
+10
2009-12-29
EXA/mixed: Handle results of software fallbacks in DamageReport hook.
Michel Dänzer
1
-3
/
+2
2009-12-08
EXA: ExaDoPrepareAccess return value fixes.
Michel Dänzer
1
-0
/
+1
2009-11-28
exa: s/PixmapIsOffscreen/PixmapHasGpuCopy and s/pExaPixmap->offscreen/pExaPix...
Maarten Maathuis
1
-6
/
+6
2009-11-28
exa: handle pixmap create/destroy in lower layers
Maarten Maathuis
1
-4
/
+13
2009-09-26
EXA: Try to minimize UploadToScreen calls for mixed pixmaps.
Michel Dänzer
1
-0
/
+1
2009-09-26
EXA: Extend mixed pixmaps scheme to allow driver PrepareAccess hook to fail.
Michel Dänzer
1
-4
/
+18
2009-08-06
exa: implement exaMoveInPixmap for "mixed"
Maarten Maathuis
1
-0
/
+11
2009-08-06
exa: A simple 3rd backend implementation.
Maarten Maathuis
1
-1
/
+26
2009-08-06
exa: Split out some classic and driver allocated pixmap code into seperate files
Maarten Maathuis
1
-33
/
+76
2009-07-21
EXA: Make Prepare/FinishAccess tracking resilient to repeated / nested calls.
Michel Dänzer
1
-2
/
+5
2009-05-18
EXA: Defragment offscreen memory.
Michel Dänzer
1
-0
/
+8
2009-05-15
EXA: Take GC client clip type into account for migration.
Michel Dänzer
1
-4
/
+6
2009-03-04
exa: increase/rework safety checks in Prepare/FinishAccess.
Maarten Maathuis
1
-0
/
+16
2009-02-27
exa: fixup exaAssertNotDirty.
Maarten Maathuis
1
-1
/
+1
2009-02-27
Revert "EXA: Handle separate alpha maps properly in Composite fallback."
Michel Dänzer
1
-0
/
+6
2009-02-26
EXA: Allow using exaCompositeRects also when we can't use a mask in exaGlyphs.
Michel Dänzer
1
-0
/
+4
2009-02-24
EXA: Handle separate alpha maps properly in Composite fallback.
Michel Dänzer
1
-6
/
+0
2009-02-08
exa: All fallbacks should have a GC, remove some code.
Maarten Maathuis
1
-1
/
+0
2009-02-06
exa: don't use fbCopyNtoN
Maarten Maathuis
1
-0
/
+25
2009-02-06
exa: create ExaCheckGetImage
Maarten Maathuis
1
-0
/
+4
2009-02-06
exa: properly wrap GC functions
Maarten Maathuis
1
-2
/
+31
2009-02-06
exa: add GC private
Maarten Maathuis
1
-1
/
+11
2008-12-12
Remove #define NEED_EVENTS and NEED_REPLIES
Peter Hutterer
1
-1
/
+0
2008-10-23
Wrap AddTraps in exa and damage.
Keith Packard
1
-0
/
+8
2008-10-21
exa: Add exaDrawableIsOffscreen() to the driver API.
Adam Jackson
1
-3
/
+0
2008-08-29
{damage,exa}: sanitise damage
Maarten Maathuis
1
-4
/
+0
2008-08-28
Reimplement ShmPutImage.
Adam Jackson
1
-9
/
+0
2008-08-26
exa: fix thinko from 988725f32e082aee9392a71464125157a83d1e67
Maarten Maathuis
1
-1
/
+1
2008-08-26
exa: some minor cleanup
Maarten Maathuis
1
-0
/
+3
2008-08-19
EXA: Inline Prepare/FinishAccessWindow into only caller, ChangeWindowAttributes.
Michel Dänzer
1
-6
/
+0
2008-05-24
EXA: Only record damage generated by rendering operations.
Michel Dänzer
1
-0
/
+1
2008-04-28
EXA: Clean up debug messages
Owen Taylor
1
-1
/
+1
[next]