summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-11-07Always assign a new buffer when requested toHEADmasterDaniel Stone1-123/+7
Rather than trying to second-guess the server by both only occasionally creating buffers, and mashing devPrivate.ptr directly rather than using ModifyPixmapHeader. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2012-10-29Convert flush callback to a block handlerDaniel Stone1-7/+11
The flush callback gets called pretty non-deterministically, so use the block handler instead so we're actually guaranteed to flush damage at some point. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2012-10-29Fix broken allocation failure testDaniel Stone1-2/+1
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2012-10-29Don't open-code window_own_pixmapDaniel Stone1-2/+2
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2012-10-24Update COPYINGDaniel Stone2-4/+48
Insert the standard MIT/X11 license used for X.Org contributions, where there was none previously. Consent obtained from the two other copyright holders via email. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2012-10-24Style cleanupsDaniel Stone1-70/+65
No functional changes. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2012-10-24Minor #define cleanups, remove unused DGA paramsDaniel Stone2-37/+23
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2012-10-24Remove unused xf86 memory allocatorDaniel Stone1-12/+0
It's also pretty lame. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2012-10-24Adapt to scrnIndex removal and API changesDaniel Stone3-41/+148
Import compat-api.h from xf86-video-intel and make use of it where necessary. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2012-10-24Remove unnecessary save/restore/mode_init functionsDaniel Stone1-38/+3
They were all no-ops ... Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2012-10-24Remove deprecated mi backing store supportDaniel Stone1-8/+0
And an #ifdef we really don't need. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2012-05-28Fix fd leak on window resize/unrealize/etc.Tomasz Borowik1-0/+1
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
2012-05-28Adapt to new initialisation sequenceDarxus1-5/+6
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
2012-05-28Rename hosted.h to xwayland.hScott Moreau1-1/+1
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
2011-06-15wlshm: fix pixmap issues in rooted modeCorentin Chary1-2/+6
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
2011-06-14wlshm: fix a crash when pre_init failedCorentin Chary1-4/+6
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
2011-06-08wlshm: we don't need to destroy the pixmap, X will do itCorentin Chary1-15/+8
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
2011-06-07wlshm: remove tracesCorentin Chary1-11/+4
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
2011-06-07wlshm: /hosted/xwayland/ and stop corrupting/leaking the memoryCorentin Chary2-31/+94
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
2011-05-18Initial commit: xterm worksCorentin Chary9-0/+1064
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>