Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-11 | don't allocate an array of pointers to structs when you want an array of | Owain Ainsworth | |
structs. Fixes cases where you need a lot of relocs so you overflow the array. Commited upstream about ten minutes ago. ok matthieu@ | |||
2010-04-10 | Unlink deprecated xtrap, xevie and lbxutil libs and protos from the X build. | Matthieu Herrb | |
ok oga@, deraadt@. | |||
2010-03-31 | update libdrm to 2.4.15. | Owain Ainsworth | |
This diff seems larger than it is since upstream reindented some sources. This updates libdrm_intel to -current (which only affect the GEM code) and libdrm to 2.4.15. bumping both minor versions. Discussed with matthieu@ | |||
2010-03-25 | Update to pixman 0.16.6. Tested on a full ports build by naddy@. | Matthieu Herrb | |
2010-03-25 | Update to fontconfig 2.8.0. Tested on a full ports build by naddy@. | Matthieu Herrb | |
2010-03-25 | Update to fontconfig 2.8.0. Tested on a full ports build by naddy@. | Matthieu Herrb | |
2010-03-25 | Missing resurected files in freetype 2.3.12 | Matthieu Herrb | |
2010-03-25 | Update to freetpe 2.3.12. Tested against ports by naddy@. | Matthieu Herrb | |
2010-03-25 | Update to freetpe 2.3.12. Tested against ports by naddy@. | Matthieu Herrb | |
2010-02-03 | Remove a workaround for a gcc ICE on mips64 that was fixed | Matthieu Herrb | |
by a recent gcc commit. | |||
2010-01-21 | Use DejaVu TrueType fonts as replacement for the Adobe bitmaps. | Matthieu Herrb | |
While here also provide a replacement for Courier New. ok oga@ | |||
2010-01-17 | regen | Matthieu Herrb | |
2010-01-17 | regen | Matthieu Herrb | |
2010-01-17 | regen | Matthieu Herrb | |
2010-01-17 | Use the new XORG_WITH_XMLTO macro in configure scripts and explicitely | Matthieu Herrb | |
disable it during Xenocara builds. Problem reported by kili@ who also tested this patch with an earlier version of the macro. | |||
2009-12-09 | typo in the !privsep path, from David Coppa (dcoppa at mail dot com); | Owain Ainsworth | |
thanks. ok matthieu@ | |||
2009-11-22 | Some improvements from upstream for the GEM buffer object cache to stop the | Owain Ainsworth | |
cache growing stupidly big (like it used to). ok matthieu@ ages ago. | |||
2009-11-01 | install xtrans.pc into the right directory | Christian Weisgerber | |
2009-10-31 | missed files during libXfont 1.4.1 update. | Matthieu Herrb | |
2009-10-31 | File missed in libXvMC 1.0.5 update. | Matthieu Herrb | |
2009-10-31 | Update to xtrans 1.2.5 | Matthieu Herrb | |
2009-10-31 | update to libfontenc 1.0.5 | Matthieu Herrb | |
2009-10-31 | update to libXvMC 1.0.5 | Matthieu Herrb | |
2009-10-31 | update to libXv 1.0.5 | Matthieu Herrb | |
2009-10-31 | update to libXt 1.0.7 | Matthieu Herrb | |
2009-10-31 | missed files in libXrender 0.9.5 update. | Matthieu Herrb | |
2009-10-31 | update to libXrender 0.9.5 | Matthieu Herrb | |
2009-10-31 | update to libXpm 3.5.8 | Matthieu Herrb | |
2009-10-31 | Update to libXmu 1.0.5 | Matthieu Herrb | |
2009-10-31 | Update to libXft 2.1.14 | Matthieu Herrb | |
2009-10-31 | Update to libXfontcache 1.0.5 | Matthieu Herrb | |
2009-10-31 | Update to libXfont 1.4.1 | Matthieu Herrb | |
2009-10-31 | update to libXfixes 4.0.4 | Matthieu Herrb | |
2009-10-31 | Update to libXdmcp 1.0.3 | Matthieu Herrb | |
2009-10-31 | Update to libXdamage 1.1.2 | Matthieu Herrb | |
2009-10-31 | Update to libXcursor 1.1.10 | Matthieu Herrb | |
2009-10-31 | Update do libXcomposite 0.4.1 | Matthieu Herrb | |
2009-10-31 | Update to libXau 1.0.5 | Matthieu Herrb | |
2009-10-31 | Update to libXRes 1.0.4 | Matthieu Herrb | |
2009-10-31 | Update to libICE 1.0.6 | Matthieu Herrb | |
2009-10-03 | Don't build profiled libs. No other X lib does. | Matthieu Herrb | |
2009-09-05 | update to xcb-util 0.3.6. Tested on a packages bulk build by naddy@. | Matthieu Herrb | |
2009-08-23 | update to libXt 1.0.6 | Matthieu Herrb | |
2009-08-23 | update to libSM 1.1.1 | Matthieu Herrb | |
2009-08-23 | update to libFS 1.0.2 | Matthieu Herrb | |
2009-08-06 | backport some code from mesa current (and 7.5) so that the dri2 protocol | Owain Ainsworth | |
is correctly handled. without fixes to mesa and the ddx, the so-called backwards compat goop that was added just plain does not work and ends up with rendering bullshit. | |||
2009-08-04 | Enable XCB on architectures with shared libs. | Matthieu Herrb | |
requested by sthen@. | |||
2009-07-28 | OpenBSD's gcc 3.3 is capable of handling the MMX code of pixman. | Matthieu Herrb | |
Change the configure test so that it gets enabled. Tested by marco@ ajacoutot@ ckuethe@ and others. | |||
2009-07-20 | add -I${XCBUTIL}/${SUBLIB} to CPPFLAGS for gcc 2.95 | Matthieu Herrb | |
2009-07-18 | Fix build when XSRCDIR is not defined in /etc/mk.conf. | Matthieu Herrb | |
Problem reported by Chris Kuethe. Thanks. |