summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2011-12-20Update to libXi 1.4.5.Matthieu Herrb
2011-12-17Update to libXi 1.4.4.Matthieu Herrb
2011-12-03Compile prog_execute.c with -fno-tree-ter on alpha (instead of -O0) to skirtMiod Vallat
the ICE, until a fix is devised (insert annoyed comment about hairy tricky bugs in the ``reload'' code here).
2011-11-29on alpha, remove optimization flags when compiling prog_execute.c toChristian Weisgerber
prevent an internal compiler error in gcc 4.2.1; ok matthieu@
2011-11-23Fix r200 libGL by linking with libdrm_radeon.Owain Ainsworth
tested and reported by brynet; thanks! ``if it works, commit it'' matthieu@
2011-11-19Update to freetype 2.4.8. Security update fixing CVE-2011-3439Matthieu Herrb
2011-11-16Commit the last bit of freetype 2.4.6 which I previously hold back,Matthieu Herrb
since it changes the metrics of some TrueType fonts. Users of DejaVu at small sizes in xterm can use the 'scaleHeight' resource to restore the previous vertical spacing (with xterm 276 and later). Tested on a wide set of ports by ajachoutot@, naddy@, krw@ shadchin@.
2011-11-13Update for freetype 2.4.7.Matthieu Herrb
2011-11-06Update to libpciaccess 0.12.1. Ok kettenis@, shadchin@Matthieu Herrb
2011-11-02roff(7) include lines must be ".so man3/foo.3", not ".so foo.3",Ingo Schwarze
or the referenced file cannot be found. This got broken during the libXi 1.4.2 update. ok matthieu@
2011-10-31Use -fPIC consistently with libmesa. fixes build on sparc.Matthieu Herrb
2011-10-30Update to freetype 2.4.7.Matthieu Herrb
This moslty is a bug-fix release for CVE-2011-3256.
2011-10-27Fix previous, which left out C sources.Matthieu Herrb
2011-10-26fix build on mips64. problem spotted by todd@.Matthieu Herrb
2011-10-26Remove extra white space at EOFMatthieu Herrb
2011-10-23Updated to Mesa 7.10.3Matthieu Herrb
2011-10-23Build system updates for Mesa 7.10.3Matthieu Herrb
2011-10-20Add more paths to cursorpath, themes can now be installed underAntoine Jacoutot
/usr/local/share/icons and /usr/local/share/pixmaps. ok matthieu@
2011-10-05Update version information for libxcb. Pointed at by robert@Matthieu Herrb
2011-09-28Update to freetype 2.4.6.Matthieu Herrb
For now, omit the patch to ttdriver.c that changes some font metrics and appearance of applications using TrueType fonts. Will revisit once the issue is solved.
2011-09-19Sync with libX11/src/UIThrStubs: fix __pthread_once_stub()Matthieu Herrb
2011-09-19Fix _Xthr_once_stub_() to call the init routine for each different id.Matthieu Herrb
With tweaks from and ok ariane@
2011-09-10regenMatthieu Herrb
2011-09-10Update to libXt 1.1.1Matthieu Herrb
2011-09-10Update to libXfont 1.4.4Matthieu Herrb
2011-08-27Update to libX11 1.4.4. Tested by ajacoutot@, shadchin@.Matthieu Herrb
2011-08-11fix from matthieu@ as applied upstream for CVE-2011-2895Todd T. Fries
ok deraadt@
2011-07-24remove -mmmx from SSE2_FLAGS It's implied by -msse2 and is not inMatthieu Herrb
upstreams distrib. This was a silly attempt to fix the amd64 issues on my side.
2011-07-24Update to pixman 0.22.2.Matthieu Herrb
0.22.0 was tested by many. 0.22.2 only add a few bug fixes. Note that on amd64 a recent ld.so is needed to avoid random bus errors.
2011-07-18Fix for CVE-2011-0226 from Freetype git repository.Matthieu Herrb
2011-07-18Update to freetype 2.4.5. Tested by many.Matthieu Herrb
2011-07-14Fix libpthread linkageDavid Coppa
OK matthieu@
2011-07-02Update to libXi 1.4.3.Matthieu Herrb
This contains more doc fixes and a few more bug fixes.
2011-07-02Update to libXi 1.4.2.Matthieu Herrb
Tested by ajacoutot@, jasper@, krw@, shadchin@. I believe that the bugs spotted by krw@ are fixed in an upcoming inputproto update.
2011-07-02Update to libXrandr 1.3.2.Matthieu Herrb
Only documentation fixes and autotools changes.
2011-07-02Update to libXcursor 1.1.12.Matthieu Herrb
This is a bug fix release.
2011-06-02Update to libXaw 1.0.9Matthieu Herrb
2011-05-30Now the kernel support has been commited we can enable r600 driverOwain Ainsworth
becaue the lack of kernel support won't break people trying to use gl. ok matthieu ages ago
2011-05-30Update to libX11 1.4.3 which was released during the 1.4.2 tests.Matthieu Herrb
Mostly churn in the doc build system, which is disabled on Xenocara for now.
2011-05-30those files were added by mistake. remove themMatthieu Herrb
2011-05-30Update to libXext 1.3.0. Tested by ajacoutot@, jasper@ krw@, landry@,Matthieu Herrb
shadchin@ on various architectures. Bump major
2011-05-30Update to libx11 1.4.2. Tested by ajacoutot@, jasper@ krw@, landry@,Matthieu Herrb
shadchin@ on various architectures. Bump major.
2011-05-02link libdrm_radeon so this actually can resolve symbolsOwain Ainsworth
2011-05-02Add libdrm_radeonOwain Ainsworth
needed for the r600 dri driver. Tested by myself and matthieu.
2011-05-01Update libdrm_intel to that contained in libdrm 2.4.24. Needed forOwain Ainsworth
updates to the ddx and to stop mesa 7.9.2 crashing very fast. ok matthieu@
2011-04-17Update to libXfixes 5.0Matthieu Herrb
2011-04-01Simpler fix for 64 bits architectures, suggested by Peter Hutterer:Matthieu Herrb
Just use Data() to send the xXIEventMask structure on the wire.
2011-03-27Ugly fix for libXi on sparc64.Matthieu Herrb
May change if upstreams fix it differently. Still broken on cross-endian remote connections though.
2011-03-18Force alignment with sizeof(Atom) for XIButtonClassInfo.Christian Weisgerber
From upstream; ok matthieu@
2011-03-08xcb is no longer optional.Matthieu Herrb