summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-09-25xace: add hooks + new access codes: XV extension.Eamon Walsh1-3/+3
2007-09-25xace: change prototype of VALIDATE_DRAWABLE_AND_GC macro to allow accessEamon Walsh5-29/+27
2007-09-20xace: add hooks + new access codes: XF86-Bigfont extensionEamon Walsh1-2/+2
2007-09-20xace: add hooks + new access codes: APPGROUP extensionEamon Walsh1-4/+6
2007-09-20xace: modifications to ChangeWindowAttributes special case: separateEamon Walsh1-3/+3
2007-09-20xace: add hooks + new access codes: SYNC extensionEamon Walsh1-8/+8
2007-09-20xace: add hooks + new access codes: MIT-SHM extensionEamon Walsh1-2/+10
2007-09-19xace: add hooks + new access codes: DOUBLE-BUFFER extensionEamon Walsh2-8/+20
2007-09-19devPrivates rework: move devPrivates field in drawable structure typesEamon Walsh3-3/+3
2007-09-19xace: add missing argument to hook call.Eamon Walsh1-1/+1
2007-09-19xace: add special-case for just setting the event mask on a window,Eamon Walsh1-3/+5
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh205-8248/+1899
2007-09-17EXA: Make sure driver hooks get correct offscreen offsets from exaCopyDirty.Michel Dänzer1-4/+4
2007-09-17EXA: Don't crash in ExaCheckPolyArc.Alan Hourihane1-0/+7
2007-09-17EXA: Don't crash in exaGetImage when swapped out.Michel Dänzer1-3/+3
2007-09-17EXA: Fixed compiler warnings.Tilman Sauerbeck1-2/+2
2007-09-17EXA: Added missing exaPrepare/FinishAccess calls in ExaCheckPushPixels.Tilman Sauerbeck1-0/+2
2007-09-17Removed hw/xwin/winpntwin.c from Makefile.am.Tilman Sauerbeck1-1/+0
2007-09-15Initialize output->pendingProperties.Tilman Sauerbeck1-0/+1
2007-09-13Merge remote branch 'origin/master' into paint-windowEric Anholt1-44/+65
2007-09-13Remove the PaintWindow optimization.Eric Anholt107-4720/+62
2007-09-12Try again to fix drawable and tile offsets in miPaintWindowKeith Packard1-16/+29
2007-09-12miPaintWindow draw to window for background.Keith Packard1-42/+52
2007-09-12Fix build on FreeBSD after Popen changes.Eric Anholt1-1/+1
2007-09-12Rewrite miPaintWindow to draw to window pixmap.Keith Packard1-198/+48
2007-09-12Replace a non-ascii char with the corresponding groff escape in exa.man.preBrice Goglin1-1/+1
2007-09-11Ignore - not just block - SIGALRM around Popen()/Pclose().Adam Jackson1-0/+8
2007-09-11xserver: test presence of strlcpy in configureDodji Seketeli1-0/+1
2007-09-11Xephyr: fix compilation breakage.Dodji Seketeli1-1/+0
2007-09-09fixed cut-and-paste typoBen Byer1-3/+1
2007-09-09XDARWIN: fixes to make Xquartz build againBen Byer5-101/+30
2007-09-09XDARWIN: build fix for quartz/pseudoramiX.cBen Byer1-0/+3
2007-09-07EXA: Exclude bits that will be overwritten from migration in exaCopyNtoN.Michel Dänzer1-12/+47
2007-09-07EXA: exaFillRegion{Solid,Tiled} improvements.Michel Dänzer1-19/+30
2007-09-07EXA: Use exaShmPutImage for pushing glyphs to scratch pixmap in exaGlyphs.Michel Dänzer3-1/+15
2007-09-07EXA: exa(Shm)PutImage improvements.Michel Dänzer3-42/+116
2007-09-07EXA: exaGetImage improvements.Michel Dänzer3-33/+37
2007-09-07EXA: Remove superfluous manual damage tracking.Michel Dänzer2-51/+28
2007-09-07EXA: RENDER improvements.Michel Dänzer4-87/+80
2007-09-07EXA: Improvements for 1x1 pixmaps.Michel Dänzer2-9/+49
2007-09-07EXA: exaImageGlyphBlt improvements.Michel Dänzer1-131/+39
2007-09-07EXA: Improvements for trapezoids and triangles.Michel Dänzer3-56/+136
2007-09-07EXA: Hide pixmap pointer outside of exaPrepare/FinishAccess whenever possible.Michel Dänzer4-50/+76
2007-09-07EXA: Support partial migration of pixmap contents between Sys and FB.Michel Dänzer5-102/+194
2007-09-07Add DamagePendingRegion.Michel Dänzer2-0/+9
2007-09-07EXA: Track valid bits in Sys and FB separately.Michel Dänzer3-92/+74
2007-09-07EXA: Migrate out pixmap in exaPrepareAccess.Michel Dänzer6-93/+41
2007-09-07EXA: Add a couple of missing exaPrepare/FinishAccess calls.Dave Airlie3-4/+69
2007-09-06devPrivates rework: register an offset for every resource type, useEamon Walsh3-20/+33
2007-09-06Fix Xdmx buildAlan Hourihane2-1/+12