Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-31 | Update to libXfont 1.4.3. No functional change. | Matthieu Herrb | |
2010-10-31 | Update to libXcursor 1.1.11. No functional change. | Matthieu Herrb | |
2010-10-31 | Update to libXcomposite 0.4.3. No functional change. | Matthieu Herrb | |
2010-10-31 | Update to libXaw 1.0.8. No functionnal change. | Matthieu Herrb | |
2010-10-31 | Update to libXScrnSaver 1.2.1. No functionnal change. | Matthieu Herrb | |
2010-10-31 | Update to libXres 1.0.5. No functionnal change. | Matthieu Herrb | |
2010-10-31 | Update to libFS 1.0.3. No functionnal change. | Matthieu Herrb | |
2010-10-31 | Update to xcmiscproto 1.2.1. No functionnal changes. | Matthieu Herrb | |
2010-10-31 | Update to scrnsaverproto 1.2.1. No functionnal change. | Matthieu Herrb | |
2010-10-31 | Update to recordproto 1.14.1. No functionnal change. | Matthieu Herrb | |
2010-10-31 | Update to randrproto 1.3.2. No functionnal change. | Matthieu Herrb | |
2010-10-31 | Update to fontsproto 2.1.1. No functionnal change. | Matthieu Herrb | |
2010-10-31 | Update to fixesproto 4.1.2. No functionnal change. | Matthieu Herrb | |
2010-10-31 | Update to damageproto 1.2.1. No functionnal change. | Matthieu Herrb | |
2010-10-31 | Update to compositeproto 0.4.2. No functionnal change. | Matthieu Herrb | |
2010-10-31 | Update to bigreqsproto 1.1.1. no functionnal change. | Matthieu Herrb | |
2010-10-31 | updates | Matthieu Herrb | |
2010-10-28 | updates | Matthieu Herrb | |
2010-10-26 | typo spotted by espie | Jacob Meuser | |
2010-10-25 | sync | Todd T. Fries | |
2010-10-24 | update | Matthieu Herrb | |
2010-10-24 | fix a bunch of .TH syntax errors | Ingo Schwarze | |
ok matthieu@ | |||
2010-10-24 | let imake users preformat man pages to ASCII instead of ISO 8859-1 | Christian Weisgerber | |
ok matthieu@ | |||
2010-10-23 | Update to freetype 2.4.3. Tested at least by krw@, ajacoutot@ and jasper@ | Matthieu Herrb | |
2010-10-23 | Update to xterm version 264, Tested at least by krw@, jasper@, ajacoutot@. | Matthieu Herrb | |
2010-10-22 | Explicitely disable build of docs (otherwise done if groff is found) | Matthieu Herrb | |
2010-10-22 | Explicitely disable docs build (otherwise done if groff is found) | Matthieu Herrb | |
2010-10-22 | Explicitely disable groff. | Matthieu Herrb | |
2010-10-20 | sync | Todd T. Fries | |
2010-10-18 | update | Matthieu Herrb | |
2010-10-17 | MFC: fixes crashes on r600 with cairo 0.10. | Matthieu Herrb | |
Tested by espie@ and brad@ commit 78fcbf577ad6eba6399cc39f74b7ce5f9c8e265e Author: Michel Daenzer <daenzer@vmware.com> Date: Thu Sep 3 14:55:05 2009 +0200 EXA: Check for solid/gradient pictures the same way for all generations. In particular, also catch them for >= R300. commit 87d7235790866f9c19ef08972d5237f09d940cd9 Author: Alex Deucher <alexdeucher@gmail.com> Date: Thu Nov 5 10:23:03 2009 -0500 EXA: fallback if no pMaskPicture->pDrawable A solid or gradient mask could be used for blending the source picture onto the destination picture. Fixes fdo bug 24838 | |||
2010-10-15 | typos. "ouput" typos spotted by Jan Stary. | Jacob Meuser | |
2010-10-15 | oops. start with an undefined encoding instead of yuy2. lets the code | Jacob Meuser | |
figure out what encoding to use, based on what the hardware supports. still uses yuy2 by default if the hardware supports it. | |||
2010-10-15 | declare the global vars as static to not conflict with symbols from | Jacob Meuser | |
libraries | |||
2010-10-11 | sync | Todd T. Fries | |
2010-10-06 | Bugfixes from upstream. | David Coppa | |
Minor tweaks (shutdown(2) related bits) by me. OK matthieu@ | |||
2010-10-06 | Update to xcmsdb 1.0.3 | Matthieu Herrb | |
2010-10-06 | Update to xclock 1.0.5 | Matthieu Herrb | |
2010-10-06 | update to xauth 1.0.5 | Matthieu Herrb | |
2010-10-06 | Update to x11perf 1.5.2 | Matthieu Herrb | |
2010-10-06 | Update to setxkbmap 1.2.0 | Matthieu Herrb | |
2010-10-06 | Update to oclock 1.0.2 | Matthieu Herrb | |
2010-10-06 | Replace autotools based build with a simple BSD Makefile, | Matthieu Herrb | |
using the work done for proto/. | |||
2010-10-05 | update | Matthieu Herrb | |
2010-10-05 | Update to libX11 1.3.6. | Matthieu Herrb | |
Tested by ajacoutot@, jasper@ and krw@. | |||
2010-10-05 | Update to xterm 262. | Matthieu Herrb | |
tested by ajacoutot@, jasper@ and krw@. | |||
2010-10-04 | g/c some old amd64 bits from pixman's Makefile.bsd-wrapper. | Matthieu Herrb | |
from Brad. Thanks. | |||
2010-10-03 | Now that pixman depends on libpthread-stubs, only build it | Matthieu Herrb | |
on platforms that build it (part of xcb suite). Tested by jasper@ and landry@ on a bulk ports build. | |||
2010-10-03 | Update to pixman 0.18.4. | Matthieu Herrb | |
Tweak build to use libpthread-stubs for TLS emulation instead of forcing every application using pixman to use -pthread. Tested by jasper@ and landry@ on a bulk ports build. | |||
2010-10-03 | Update to libpthread-stubs 0.3 and add pthread_once(), | Matthieu Herrb | |
pthread_key_create() and pthread_{get,set}_specific() stubs needed by upcoming libpixman update. Tested by jasper@ and landry@ on a bulk ports build. |