summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-04-28Bug #6750: Fixup for quirky Intel bridges. (Dave Airlie)Adam Jackson3-3/+19
2006-04-28Bug #6751: Use sysfs to read card ROMs if available. (Dave Airlie)Adam Jackson4-0/+66
2006-04-24Bug #6472: Fix a static buffer overflow. (David Woodhouse)Adam Jackson2-1/+4
2006-04-24Bug #6325: Add support for x4a4 picture format.Adam Jackson4-4/+47
2006-04-18Update all prefixes in config tools, so they mostly work again. Also, makeDonnie Berkholz8-14/+34
2006-04-18Bug #6628: Wrap a couple more SDK headers in if XORG, as per Dave Airlie'sDonnie Berkholz3-0/+13
2006-04-18Bug #6628: Fix kdrive build by linking in libexa before KDRIVE_LIBS.Donnie Berkholz2-2/+9
2006-04-15CVT means Coordinated Video Timing instead of Common.Luc Verhaegen3-6/+13
2006-04-14Coverity #804: Another leak on OOM path.Adam Jackson2-1/+9
2006-04-14Coverity #806: Another memory leak on OOM path.Adam Jackson2-1/+8
2006-04-14Coverity #847, #848, #849: Three more memory leaks.Adam Jackson2-0/+8
2006-04-14Coverity #1003, #1004: Two more useless null checks.Adam Jackson2-2/+5
2006-04-14Coverity #1005: Avoid a null deref.Adam Jackson2-2/+8
2006-04-14Coverity #1007: Fix a silly null check.Adam Jackson2-1/+5
2006-04-14undo ChangeLog botchingAdam Jackson1-6/+0
2006-04-14Bug #6580: Don't install xf86drm.h, that's libdrm's job.Adam Jackson2-3/+14
2006-04-14Bump to 1.0.99.901; don't know how this got missed.Adam Jackson1-1/+1
2006-04-10Mon Apr 10 11:00:46 2006 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen2-1/+6
2006-04-07Bump the ABI versions. Due to Glyph privates and the XV update below, theAaron Plattner4-17/+38
2006-04-07Remove libc wrapper types from Xisb interfaces.Adam Jackson3-8/+16
2006-04-07Coverity #488: Avoid smashing an array on malformed config files.Adam Jackson2-2/+8
2006-04-07Coverity #769: Fix a potential memory leak for systems that allocate onAdam Jackson2-1/+7
2006-04-07Coverity #838: Plug two more memory leaks.Adam Jackson2-3/+12
2006-04-07Coverity #837: Fix another another memory leak.Adam Jackson2-2/+9
2006-04-07Coverity #836: Fix another memory leak.Adam Jackson2-2/+9
2006-04-07Coverity #835: Plug memory leak in extension section parsing.Adam Jackson2-1/+8
2006-04-07Coverity #812: Fix parser memory leak.Adam Jackson2-0/+6
2006-04-07Coverity #818: Avoid memory leak on error path.Adam Jackson2-2/+9
2006-04-07Coverity #985: Avoid segfault on malloc failure.Adam Jackson2-2/+7
2006-04-07Coverity #1037: Sanity check idx before use.Adam Jackson2-2/+9
2006-04-05Put the screensaver extension back in the Xext module.Fredrik Höglund7-18/+28
2006-04-04Bug #5300: Fix missing spaces in the Build OS line in the log. (EgmontAdam Jackson3-4/+11
2006-04-03Bug #2142: Make font path logging more readable. (Eduard Fuchs)Adam Jackson2-2/+36
2006-04-03Fix a server crash due to memsetting beyond allocated memory when runningAdam Jackson2-1/+8
2006-04-03Bug #6346: Build fix when using gcc -mno-sse. (Jonathan Adamczewski)Adam Jackson2-0/+8
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-02Use xf86LoaderCheckSymbol to check for DRI symbols instead of dlsym,Kristian Høgsberg2-2/+9
2006-04-02../stubAdam Jackson14-25/+32
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