summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-04-03Bug #1358: Make ISO_Prev_Group cycle/wrap as ISO_Next_Group does.Daniel Stone2-2/+7
2006-04-03Fix a server crash due to memsetting beyond allocated memory when runningAlan Hourihane1-1/+1
2006-04-03Coverity #38: Dead branch elimination.Adam Jackson2-1/+6
2006-04-03Coverity #75: Dead variable elimination.Adam Jackson2-5/+7
2006-04-03Coverity #82: Dead variable elimination.Adam Jackson2-6/+7
2006-04-03Coverity #271: Fix an unbelievably boneheaded NULL chase.Adam Jackson2-1/+6
2006-04-03Coverity #616: Fix a rare memory leak.Adam Jackson2-1/+9
2006-04-03Coverity #833: Fix a rather nasty memory leak.Adam Jackson2-0/+7
2006-04-03Coverity #983: Move some risky debugging code inside #ifdef DEBUG.Adam Jackson2-2/+6
2006-04-03Coverity #986: Prevent a NULL chase.Adam Jackson2-2/+7
2006-04-03Coverity #992: Prevent a NULL chase.Adam Jackson2-1/+7
2006-04-02Bump to 1.1.99.1.xorg-server-1_1_99_1Adam Jackson2-1/+6
2006-04-02Use xf86LoaderCheckSymbol to check for DRI symbols instead of dlsym,Kristian Høgsberg2-2/+9
2006-04-02../stubAdam Jackson3-14/+21
2006-04-02Use RTLD_DEFAULT, rather than relying on NULL happening to map to it as itEric Anholt2-1/+9
2006-04-02Reorder link order for Xdmx to fix new screensaver variable referencexorg-server-1_0_99_2Adam Jackson3-5/+7
2006-04-02Fix some includes to point into X11/fonts/ properly.Adam Jackson5-8/+14
2006-04-01Disable Xprint freetype support momentarily. Needs ttf2pt1.c, which existsAdam Jackson2-1/+7
2006-04-01Clean up warnings and a debug printf.Eric Anholt3-4/+9
2006-04-01Pull out fb's tile handling during fbValidateGC so we can do the necessaryEric Anholt2-1/+61
2006-04-01Hack around the new screensaver variable for DMX, which is otherwiseAdam Jackson2-0/+9
2006-04-01Export exaPrepare/FinishGC to the rest of EXA, and use it in the ImageGlyphEric Anholt4-4/+23
2006-04-01Use fb's depth-to-planemask computation, which doesn't suffer from gettingEric Anholt2-2/+8
2006-04-01Bug #6428: Fix off-by-one error when walking off the end of the vmodmapDaniel Stone2-1/+5
2006-04-01Bug #5801: Check for MTRR support under Linux. Minor refactoring of MTRRDaniel Stone2-5/+13
2006-04-01Make Xprint AC_ARG_ENABLEs and AC_ARG_WITHs unconditional also.Daniel Stone2-4/+7
2006-04-01Unconditionally run XP_USE_FREETYPE AM_CONDITIONAL, not only in the XprintDaniel Stone2-1/+9
2006-03-31Don't attempt to Prepare/FinishAccess NULL pDrawables. Exposed by newEric Anholt2-4/+12
2006-03-31Add an option to EXA for the DDX to request that EXA hide the pixmap'sEric Anholt9-59/+275
2006-03-31Revert mistaken commit to exa_unaccel.c. Should have been toEric Anholt2-43/+37
2006-03-31Correct a typo in debug-only offscreen validation code. (Wang Zhenyu)Eric Anholt2-36/+47
2006-03-31Move the screensaver extension from module to builtins.Fredrik Höglund5-6/+181
2006-03-31Fri Mar 31 12:37:16 2006 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen2-5/+9
2006-03-31fixed typo.Egbert Eich2-3/+8
2006-03-31Reindent with -cbi0.Daniel Stone8-53/+60
2006-03-31Simplify XkbWriteXKBKeymapForNames a bit, and remove debug spew.Daniel Stone2-26/+13
2006-03-31Add full FreeType support for Xprint. (Drew Parsons)Daniel Stone5-37/+58
2006-03-30Remove the exaAsyncPixmapGCOps mostly-unaccelerated ops vector, and alwaysEric Anholt4-49/+18
2006-03-30Don't do an extra fallback path for CopyWindow while swappedOut, sinceEric Anholt2-7/+7
2006-03-30Add a dependency on EXA, so it rebuilds when the library does. The manualEric Anholt2-1/+8
2006-03-30Mark the ARGB FBConfig as nonconforming to prevent drivers and apps fromKristian Høgsberg14-14/+83
2006-03-30Added notice to last ChangeLog entryEgbert Eich1-1/+3
2006-03-30Fixes for some vsw4 failures on 64bit BE platforms such as PPC64 and s390x.Egbert Eich4-5/+19
2006-03-30Regenerate these files using updated scripts to avoid unused variableKristian Høgsberg4-151/+162
2006-03-30Bug #2986: Add PutImage acceleration for the ZPixmap, planeMask ~=Eric Anholt2-2/+109
2006-03-30Add an UploadToScreen implementation, for testing PutImage support, andEric Anholt2-6/+60
2006-03-29Bug #2986: Add acceleration of GetImage using DownloadFromScreen for theEric Anholt3-2/+63
2006-03-29Add a DownloadFromScreen implementation, used for testing GetImageEric Anholt2-0/+34
2006-03-29Fix composite overlay window bug 6411Deron Johnson5-0/+66
2006-03-29More warning cleanup.Adam Jackson18-241/+82