index
:
~ajax/xserver
65030
always-glx-1.4
arcology
atrocious-xephyr-glamor-hacks
bsbs11
bsbs7
composite-work
crtc-confine-v3
damage-at-flush-globally
dbe-shrink
dead-code
death-to-spans
dietfb
dix-dri2
dmx-2
drawable-ops
dri2-no-block
epoll
fedora-merge
fixes-atomic-requests
for-keithp
gc-rework
glamor-did-not-regress
glamor-for-1.15
glamor-getimage-planemask
glamor-no-largepixmap
glapi
glapi-misc
glx
glx-2
glx-direct-dispatch
glx-direct-dispatch-parts
glx-ext-libglvnd
glx-fix-osx
glx-fixes-for-1.8
glx-for-1.14
glx-gen
glx-rewrite
glx-work-pre-xdc
glxfe
glxvnd
grabpointer-rhel6.6
init-cleanup
input-thread
input-thread-v3
ioaddress
less-loader
master
maxformats
mi-cleanup
ms2432-1.17
orbea-test-1.18-dri2
performance
pointer-barriers
port-shadowfb-to-damage
resource-refactor
ricer-tuning
root-window-finalize-callback
rootless-merge
screen-gc-funcs
sdksyms
server-1.10-barriers
server-1.10-iglx
server-1.10-xfree86
server-1.12-queue
server-1.14-abi-churn
server-1.17-branch
server-1.9-xfree86
shatter
shatter-2
sigaction
synchronous-font-server
valtree-tuning
vbe-dos-hacks
vfb-ifr
vidmem-cleanup
vixmap-groundwork
vixmaps
warnings
wayland-abi
wayland-deferred-surface
wayland-netwm-etc
whot-barriers
window-cleanup
windowoptrec
wl-rebase-for-f20
wtf-gcc
xf86priv
xserver-1.13-queue
xserver-next
xvfb-glamor-be
xwayland-1.14
xwayland-next
xwl-glamor-be
xwl-xdg-shell
ajax's xserver tree
ajax
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exa
/
exa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-1
/
+1
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-5
/
+5
2014-01-12
exa: Clean up warnings
Keith Packard
1
-2
/
+2
2012-12-05
Fix formatting of address operators
Yaakov Selkowitz
1
-2
/
+2
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
-6
/
+4
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
1
-10
/
+6
2012-05-14
exa: Remove redundant declaration.
Michal Suchanek
1
-3
/
+0
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-310
/
+317
2011-06-30
Fix UTF-8 encoding
Matěj Cepl
1
-2
/
+2
2011-02-02
exa: Only call driver FinishAccess hook if PrepareAccess hook succeeded.
Maarten Maathuis
1
-1
/
+2
2010-11-10
Replace usage of DamageRegionAppend with DamageDamageRegion to fix reportAfter.
Eric Anholt
1
-2
/
+1
2010-07-13
EXA: Finish access to pixmap if it's prepared at destruction time.
Michel Dänzer
1
-0
/
+23
2010-06-05
Fix exa_priv.h declarations of privates
Keith Packard
1
-6
/
+3
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-9
/
+15
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
1
-3
/
+3
2010-05-20
EXA: Wrap Glyphs even without Composite acceleration.
Michel Dänzer
1
-1
/
+4
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-4
/
+4
2010-04-21
Merge remote branch 'vignatti/for-keith'
Keith Packard
1
-8
/
+6
2010-04-21
exa: don't need to check for NULL pointer if we already assumed it has a value
Tiago Vignatti
1
-8
/
+6
2010-04-19
unifdef -B -DRENDER to always include RENDER code
Keith Packard
1
-10
/
+0
2010-03-21
exa: exaFinishAccess: Overrun of static array "pExaScr->access" of size 6 at ...
Oliver McFadden
1
-2
/
+2
2009-12-29
EXA/mixed: Handle results of software fallbacks in DamageReport hook.
Michel Dänzer
1
-6
/
+0
2009-12-08
EXA: ExaDoPrepareAccess return value fixes.
Michel Dänzer
1
-11
/
+19
2009-12-03
Revert "exa: a few small pitch related changes"
Maarten Maathuis
1
-9
/
+2
2009-11-28
exa: a few small pitch related changes
Maarten Maathuis
1
-2
/
+9
2009-11-28
exa: s/PixmapIsOffscreen/PixmapHasGpuCopy and s/pExaPixmap->offscreen/pExaPix...
Maarten Maathuis
1
-15
/
+15
2009-11-28
exa: handle pixmap create/destroy in lower layers
Maarten Maathuis
1
-112
/
+33
2009-09-26
EXA: Try to minimize UploadToScreen calls for mixed pixmaps.
Michel Dänzer
1
-2
/
+12
2009-09-26
EXA: Extend mixed pixmaps scheme to allow driver PrepareAccess hook to fail.
Michel Dänzer
1
-51
/
+27
2009-08-08
exa: more safety
Maarten Maathuis
1
-1
/
+1
2009-08-06
exa: delay malloc for "mixed"
Maarten Maathuis
1
-1
/
+11
2009-08-06
exa: implement exaMoveInPixmap for "mixed"
Maarten Maathuis
1
-0
/
+32
2009-08-06
exa: A simple 3rd backend implementation.
Maarten Maathuis
1
-9
/
+33
2009-08-06
exa: Split out some classic and driver allocated pixmap code into seperate files
Maarten Maathuis
1
-288
/
+38
2009-07-21
EXA: Make Prepare/FinishAccess tracking resilient to repeated / nested calls.
Michel Dänzer
1
-51
/
+46
2009-07-20
EXA: Completely eliminate exaDoMigration calls for drivers that manage pixmaps.
Michel Dänzer
1
-11
/
+16
2009-07-14
exa: switch to byte counting functions.
Peter Hutterer
1
-3
/
+3
2009-06-09
exa: driver pixmaps enabled if either CreatePixmap or CreatePixmap2 present
Ben Skeggs
1
-1
/
+1
2009-05-18
EXA: Defragment offscreen memory.
Michel Dänzer
1
-0
/
+53
2009-04-23
exa: add CreatePixmap2 hook for driver pixmaps.
Dave Airlie
1
-4
/
+7
2009-03-19
exa: Accept scratch pixmaps with offscreen memory as such.
Maarten Maathuis
1
-5
/
+13
2009-03-18
exa: round of fb_pitch to the next byte
Maarten Maathuis
1
-2
/
+2
2009-03-18
exa: check if the pixmap is pinned for unsupported AUX indices.
Maarten Maathuis
1
-0
/
+2
2009-03-13
exa: allow exaModifyPixmapHeader to set sys_ptr for EXA_HANDLES_PIXMAPS
Maarten Maathuis
1
-6
/
+8
2009-03-04
exa: fix a serious issue in exaChangeWindowAttributes (and some more related ...
Maarten Maathuis
1
-12
/
+90
2009-03-04
exa: fix unwrapping of ModifyPixmapHeader upon CloseScreen.
Maarten Maathuis
1
-3
/
+3
2009-03-04
exa: increase/rework safety checks in Prepare/FinishAccess.
Maarten Maathuis
1
-16
/
+65
2009-03-04
exa: simplify exaPixmapIsOffscreen
Maarten Maathuis
1
-13
/
+13
2009-02-27
exa: fixup aux indices and ensure that the indices are used as they should be.
Maarten Maathuis
1
-17
/
+12
[next]