index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exa
/
exa_unaccel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-27
dix: Always store GC client clip as a region (v2)
Adam Jackson
1
-6
/
+5
2014-06-25
exa: Fix a warning when enabling DEBUG_TRACE_FALL
Thierry Reding
1
-1
/
+1
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-2
/
+2
2012-10-29
EXA: Track source/mask pixmaps more explicitly for Composite fallback regions.
Michel Dänzer
1
-4
/
+12
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-371
/
+335
2011-06-30
Fix UTF-8 encoding
Matěj Cepl
1
-1
/
+1
2011-06-20
EXA: fix typo
Rob Clark
1
-1
/
+1
2011-04-22
Add RegionInitBoxes(), and fix some buggy callers of RegionInit().
Søren Sandmann Pedersen
1
-4
/
+3
2011-01-05
Add subWindowMode parameter to SourceValidate
Ville Syrjälä
1
-2
/
+3
2010-12-22
EXA: Fix crash with fill using 1x1 tile of depth < 8 (bug #24703).
Michel Dänzer
1
-0
/
+2
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
1
-28
/
+28
2010-05-20
EXA: Wrap Glyphs even without Composite acceleration.
Michel Dänzer
1
-0
/
+22
2010-04-26
Exa screen private has SavedSourceValidate, not SourceValidate
Keith Packard
1
-1
/
+1
2010-04-26
exa: avoid calling non existent SourceValidate callback
Jerome Glisse
1
-3
/
+5
2010-04-26
Revert "exa: avoid calling non existent SourceValidate callback"
Keith Packard
1
-5
/
+3
2010-04-26
exa: avoid calling non existent SourceValidate callback
Jerome Glisse
1
-3
/
+5
2010-04-19
unifdef -B -DRENDER to always include RENDER code
Keith Packard
1
-10
/
+0
2009-12-29
EXA: Restrict the regions that need to be migrated for composite fallback for...
Thomas Hellstrom
1
-41
/
+190
2009-12-29
EXA: Limit src prepareAccess regions for a number of unaccelerated operations.
Thomas Hellstrom
1
-27
/
+75
2009-12-29
EXA: Use relevant source region to minimize migration on CopyWindow fallbacks.
Michel Dänzer
1
-2
/
+12
2009-12-29
EXA: Fix bugs in exaGetImage / ExaCheckGetImage migration.
Thomas Hellstrom
1
-1
/
+1
2009-12-04
EXA: Use correct coordinate system for calculating Composite fallback region.
Michel Dänzer
1
-1
/
+3
2009-11-28
exa: handle pixmap create/destroy in lower layers
Maarten Maathuis
1
-35
/
+38
2009-09-26
EXA: Extend mixed pixmaps scheme to allow driver PrepareAccess hook to fail.
Michel Dänzer
1
-22
/
+30
2009-08-04
EXA: Simplify exaGetPixmapFirstPixel using GetImage.
Michel Dänzer
1
-45
/
+24
2009-05-15
EXA: Take GC client clip type into account for migration.
Michel Dänzer
1
-1
/
+1
2009-03-04
exa: avoid a potential Prepare/FinishAccess inbalance.
Maarten Maathuis
1
-5
/
+7
2009-02-27
exa: fixup aux indices and ensure that the indices are used as they should be.
Maarten Maathuis
1
-7
/
+7
2009-02-27
EXA: Handle separate alpha maps properly in Composite fallback, take two.
Michel Dänzer
1
-1
/
+24
2009-02-27
Revert "EXA: Handle separate alpha maps properly in Composite fallback."
Michel Dänzer
1
-19
/
+1
2009-02-24
EXA: Handle separate alpha maps properly in Composite fallback.
Michel Dänzer
1
-1
/
+19
2009-02-08
exa: All fallbacks should have a GC, remove some code.
Maarten Maathuis
1
-14
/
+1
2009-02-06
exa: don't use fbCopyNtoN
Maarten Maathuis
1
-0
/
+50
2009-02-06
exa: create ExaCheckGetImage
Maarten Maathuis
1
-0
/
+30
2009-02-06
exa: wrap the remainder of exa_unaccel.c
Maarten Maathuis
1
-3
/
+27
2009-02-06
exa: properly wrap GC functions
Maarten Maathuis
1
-46
/
+52
2008-12-26
exa: preparing as source and finishing access as mask is a bad idea
Maarten Maathuis
1
-2
/
+2
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-1
/
+1
2008-11-28
Make visible symbols required by xorg modules.
Paulo Cesar Pereira de Andrade
1
-1
/
+1
2008-10-23
Wrap AddTraps in exa and damage.
Keith Packard
1
-0
/
+14
2008-08-08
EXA: Make sure damage tracking code is inactive if the driver manages pixmaps.
Michel Dänzer
1
-8
/
+7
2008-06-06
EXA: Fix exaGetPixmapFirstPixel() crash if the driver has a CreatePixmap hook.
Michel Dänzer
1
-1
/
+3
2008-05-24
EXA: Only record damage generated by rendering operations.
Michel Dänzer
1
-1
/
+4
2007-09-17
EXA: Don't crash in ExaCheckPolyArc.
Alan Hourihane
1
-0
/
+7
2007-09-17
EXA: Fixed compiler warnings.
Tilman Sauerbeck
1
-2
/
+2
2007-09-17
EXA: Added missing exaPrepare/FinishAccess calls in ExaCheckPushPixels.
Tilman Sauerbeck
1
-0
/
+2
2007-09-13
Remove the PaintWindow optimization.
Eric Anholt
1
-17
/
+0
2007-09-07
EXA: exa(Shm)PutImage improvements.
Michel Dänzer
1
-5
/
+5
2007-09-07
EXA: exaGetImage improvements.
Michel Dänzer
1
-13
/
+0
2007-09-07
EXA: Remove superfluous manual damage tracking.
Michel Dänzer
1
-1
/
+0
[next]