Age | Commit message (Expand) | Author | Files | Lines |
2006-05-09 | Bug #6867: Yet another Render crash fix. (Michel Dänzer) | Adam Jackson | 1 | -0/+5 |
2006-05-09 | Bug #5209: Re-enable building APM and ACPI support. (Michel Dänzer) | Adam Jackson | 1 | -0/+13 |
2006-05-03 | Make Xephyr build on Solaris: | Alan Coopersmith | 1 | -0/+14 |
2006-05-03 | Redact a few mentions of speedo font support. | Adam Jackson | 1 | -0/+7 |
2006-05-02 | Typo in ALLLOCATE_LOCAL() arguments, causing mis-computation of the buffer. | Matthieu Herrb | 1 | -0/+6 |
2006-05-02 | Fix Solaris build with Sun compilers to work when exa is built before | Alan Coopersmith | 1 | -0/+7 |
2006-05-02 | Use min() [defined in include/misc.h] instead of MIN() [not defined in any | Alan Coopersmith | 1 | -0/+6 |
2006-04-30 | Remove stray mfb/cfb references. | Adam Jackson | 1 | -0/+4 |
2006-04-30 | Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes. | Adam Jackson | 1 | -0/+38 |
2006-04-28 | Add Polylines and PolyPoint acceleration as well. This is primarily to | Eric Anholt | 1 | -0/+9 |
2006-04-28 | Correct some bugs causing performance issues in the "Smart" scheme. | Eric Anholt | 1 | -0/+5 |
2006-04-27 | Improve EXA fallback debugging output to include the locations of pixmaps. | Eric Anholt | 1 | -0/+18 |
2006-04-27 | Add trivial PolySegment acceleration for 0-width horizontal/vertical lines, | Eric Anholt | 1 | -0/+9 |
2006-04-27 | In drawing glyphs, shortcut our way to exaComposite instead of going | Eric Anholt | 1 | -0/+10 |
2006-04-26 | Add a helper for the Component Alpha Over case, which breaks the operation | Eric Anholt | 1 | -0/+12 |
2006-04-26 | Bug #6751: Use the Linux PCI ROM interface on Linux properly. The old | Dave Airlie | 1 | -0/+11 |
2006-04-26 | Bug #6750: This patch detects Intel bridges that are transparent but aren't | Dave Airlie | 1 | -0/+10 |
2006-04-26 | Improve the migration debugging output. | Eric Anholt | 1 | -0/+6 |
2006-04-26 | Fix a bug in the intersection computation that could concievably cause | Eric Anholt | 1 | -0/+7 |
2006-04-25 | Bug #4668: Check if the lists of glyphs don't have any intersecting glyphs, | Eric Anholt | 1 | -0/+12 |
2006-04-25 | Add an option to verify at the point of migration that pixmaps which aren't | Eric Anholt | 1 | -0/+9 |
2006-04-25 | Don't forget to mark the drawable as dirty in exaPutImage(). Fixes | Eric Anholt | 1 | -0/+6 |
2006-04-24 | Remove another reference to cfb16. | Donnie Berkholz | 1 | -0/+5 |
2006-04-24 | strlcpy() doesn't exist on Linux, so use the implementation in os/. | Donnie Berkholz | 1 | -0/+5 |
2006-04-23 | Don't access free memory after unloading a module. Bugzilla #4168. | Matthieu Herrb | 1 | -0/+6 |
2006-04-22 | When reading the kernel keyboard mapping (readKernelMapping in | Benjamin Herrenschmidt | 1 | -0/+8 |
2006-04-19 | Add support for x4a4 format (depth 4 at 8bpp). Bug #6325. | Keith Packard | 1 | -0/+8 |
2006-04-18 | Add a new migration scheme, called "Smart" for lack of a better name. This | Eric Anholt | 1 | -0/+17 |
2006-04-18 | Fix exaGetPixmapFirstPixel to migrate as unaccelerated. Also adds a bit of | Eric Anholt | 1 | -0/+7 |
2006-04-18 | Update all prefixes in config tools, so they mostly work again. Also, make | Donnie Berkholz | 1 | -0/+15 |
2006-04-17 | Wrap a couple more SDK headers in if XORG, as per Dave Airlie's commit on | Donnie Berkholz | 1 | -0/+7 |
2006-04-17 | Fix kdrive build by linking in libexa before KDRIVE_LIBS. | Donnie Berkholz | 1 | -0/+5 |
2006-04-14 | Coverity #804: Another leak on OOM path. | Adam Jackson | 1 | -0/+5 |
2006-04-14 | Coverity #806: Another memory leak on OOM path. | Adam Jackson | 1 | -0/+5 |
2006-04-14 | Coverity #847, #848, #849: Three more memory leaks. | Adam Jackson | 1 | -0/+5 |
2006-04-14 | Coverity #1003, #1004: Two more useless null checks. | Adam Jackson | 1 | -0/+5 |
2006-04-14 | Coverity #1005: Avoid a null deref. | Adam Jackson | 1 | -0/+5 |
2006-04-14 | Coverity #1007: Fix a silly null check. | Adam Jackson | 1 | -0/+5 |
2006-04-14 | CVT means Coordinated Video Timing instead of Common. | Luc Verhaegen | 1 | -0/+6 |
2006-04-14 | Bug #6580: Don't install xf86drm.h, that's libdrm's job. | Adam Jackson | 1 | -0/+5 |
2006-04-10 | Coverity #826: Fix potential memory leak. | Daniel Stone | 1 | -0/+3 |
2006-04-09 | Coverity #340: Fix potential NULL dereference. Clean up proliferation of | Daniel Stone | 1 | -0/+4 |
2006-04-09 | Coverity #324: Fix potential NULL dereference. (Alan Coopersmith) | Daniel Stone | 1 | -0/+3 |
2006-04-09 | Coverity #169: Fix potential fgets() into NULL (?!?). | Daniel Stone | 1 | -0/+3 |
2006-04-09 | Coverity #323, #445, #446, #447: Fix potential NULL dereferences. | Daniel Stone | 1 | -0/+5 |
2006-04-07 | Bump the ABI versions. Due to Glyph privates and the XV update below, thexorg-server-1_0_99_901XORG-7_0_99_901 | Aaron Plattner | 1 | -0/+15 |
2006-04-07 | Fri Apr 7 13:46:45 2006 Søren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 1 | -0/+5 |
2006-04-07 | Remove libc wrapper types from Xisb interfaces. | Adam Jackson | 1 | -0/+6 |
2006-04-07 | Coverity #844, #845, #846: Fix memory leaks. | Daniel Stone | 1 | -0/+3 |
2006-04-07 | Coverity #987: Avoid potential NULL dereference. | Daniel Stone | 1 | -0/+3 |