Age | Commit message (Collapse) | Author | Files | Lines |
|
1.2.1:
Bug #10715: Fix depth configuration for alpine chips.
cirrus 1.2.1
1.2.0:
Replace references to XFree86/XF86Config in man page
renamed: .cvsignore -> .gitignore
Define CIR_*_VERSION* using PACKAGE_VERSION_*
cirrus initial pci access support
test for 1/4 bpp in case server is configured with them off
make dist check pass
fixup iomapsize so we only map the 4k not 16k which is an error
cirrus: set default depth to 24bpp
Makefile.am: nuke RCS Id
|
|
Death to RCS tags.
Fix distcheck
chips 1.2.0
Define CHIPS_*_VERSION* using PACKAGE_VERSION_*
chips: pciaccess conversion
add another missing rename file
chips: remove ALLOCATE_LOCAL
chips: optionalise 1/4bpp support
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Makefile.am: nuke RCS Id
Fix Xv with scaling
|
|
Fix distcheck.
ast 0.85.0
Define AST_*_VERSION* using PACKAGE_VERSION_*
ast: pciaccess conversion
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Compile warning fixes.
compiler warning fixed
modified: ChangeLog
Make sure used symbols are of public visibility
Fixed can't get correct MCLK in some platforms
|
|
Death to RCS tags.
ark 0.7.0
Define VERSION* using PACKAGE_VERSION*
ark: add basic pciaccess support
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
|
|
Remove useless mfb.h include.
Death to RCS tags.
apm 1.2.0
Replace references to XFree86/XF86Config in man page
renamed: .cvsignore -> .gitignore
Define APM_*_VERSION using PACKAGE_VERSION_*
pcirename conversion
xf1/4 bpp conversion
further build fixes
Naming change: Security*Access -> Dix*Access
Makefile.am: nuke RCS Id
|
|
with this enabled for a while now with no untoward effects.
|
|
This is version update only, no functional change in this ruby extention.
|
|
Vinay Bondhugula (2):
Compatibility with older versions of X
Don't call conversion_proc for older Xservers
|
|
its own, starting with "VirtualEvent" (Which is correctly set to LASTEvent,
defined in include/X11/X.h). In xproto-7.0.13, a new event "GenericEvent" was
added - making the defined array broken for all of Tk's internal events.
The easy fix is to just add in the missing event into the hard-coded array.
This patch was reported here: http://bugs.gentoo.org/show_bug.cgi?id=225999
A cleaner fix, but a much bigger patch, is listed in the Tk bug tracker. I'm
punting that Tk will have been updated with the fix before X.h grows another
event.
http://sourceforge.net/tracker/index.php?func=detail&aid=2010422&group_id=12997&atid=112997
Bump PKGREVISION.
|
|
Patch #236 - 2008/07/27
* correct memory reallocation when handling a paste of UTF-8 text from
patch #225 changes (report/patch by Max Mikhanosha).
* correct allocation of temporary buffer in xtermFindShell in case the
user's $PATH contains no ":" (report/analysis by Victor Stinner,
Freedesktop.Org Bugzilla #16790).
* modify CF_XOPEN_SOURCE to add case for DragonFly BSD, to fix new
compile problem exposed by fix for fd_mask (patch by Hasso Tepper).
* add configure-check for ncurses use_extended_names, (report by
Martin Mokrejs).
* correct computation for toolbar height; layout manager already takes
into account borderWidth resource.
* implement VT320-style SCS (select character set) for ISO Latin-1
supplemental.
* fixes for vt100-style character sets in UTF-8 mode (Ubuntu #230919).
* fix to make luit work with xterm's -ls option (report/patch by
Marius Tolzmann).
* update config.guess, config.sub
|
|
changes:
Xinerama/RANDR fixes: this time for sure. It should now work to add/remove
monitors or resize screens at any time.
New hack, skytentacles.
New version of gleidescope.
Added the -log option to the xscreensaver daemon, since a truly shocking
number of Linux users seem to have no idea how to redirect output to a
file.
Added -duration arg to most image-loading hacks, so that they pick a new
image every few minutes.
Added an ATM crash to BSOD.
|
|
Adam Jackson (2):
C sucks: define XEventClass in terms of unsigned int, not CARD32.
Typo fix.
Peter Hutterer (2):
Add DeviceControlChanged define.
inputproto 1.4.4
|
|
Adam Jackson (1):
libSM 1.1.0
Alan Coopersmith (1):
Fix --without-libuuid to not call PKG_CHECK_MODULES for libuuid
Dan Williams (1):
Bug #14949: Don't use gethostbyname() for client IDs.
James Cloos (2):
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
|
|
This release adds chip names for the GeForce 9 mobile chips and the GeForce GTX
GPUs. It also adds code to read DDC-based EDIDs for LVDS panels that have such
a thing.
- -- Aaron
Aaron Plattner (9):
GeForce 9 mobile chips.
GeForce GTX 280 and 260 chip names.
Replace copyright notices with stock MIT X11 boilerplate.
Add new chips to the man page and fix capitalization of "Quadro".
Add a note that MODE_PANEL really means "larger than
BIOS-programmed panel size".
G80: Handle extended I2C ports and LVDS panels with DDC-based EDIDs.
Fix build by using CARD32 instead of uint32_t, like we do
everywhere else.
More G8x chips.
Bump to 2.1.10.
|
|
James Cloos (4):
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
xwd 1.0.2
Jeremy Huddleston (1):
Added missing AM_PROG_CC_C_O
Kim Woelders (2):
Fix window selection by pointer.
Remove unused code, ANSIfy, add const.
Niveditha Rau (1):
Add -silent to options in man page synopsis
|
|
Main new features included within this release are
- New Intel 4 series chipset support
- Improved 965 exa render performance
- Integrated HDMI support
- SDVO-HDMI support (e.g ASUS P5E-VM board)
Also a long list of bugfixes:
http://lists.freedesktop.org/archives/intel-gfx/2008-July/000192.html
|
|
- ANSIfy.
- Use standard headers instead of rolling custom wrong decls.
- Don't use void main.
- Fix y2038 bugs.
- Prune dead code.
- Stop using outdated timezone interfaces.
- Don't need libcompat any more.
- Generally clean up build.
Should fix broken build on Linux, probably other non-BSD OSes as well.
PKGREVISION++.
|
|
|
|
Thu Jul 24 02:20:00 2008
|
|
define an INT32 type (and incompatible ones even, since Xmd's is
unsigned long on ILP32." (from GIT)
Bump PKGREVISION.
|
|
Qt 4.4 introduces many new features as well as many improvements and
bugfixes over the 4.3.x series. For more details, see the online
documentation which is included in this distribution. The
documentation is also available at http://doc.trolltech.com/4.4
The Qt version 4.4 series is binary compatible with the 4.3.x series.
A long list of changes can be found in the changes-4.4.0 file in the
distribution.
Update OKed (and initial work provided) by adam@..
|
|
want -pthread in XTHREAD_CFLAGS, as this will end up linking everything
against libpthread. Thus, in keeping with our gcc specfile, define
_REENTRANT in XTHREAD_CFLAGS instead. XTHREADLIB is now
-pthread, not -lpthread.
While here, update to head of libX11-1.1 branch in GIT (with the
exception of some unicode changes which caused mkpatches to choke).
changes:
- IM: Respect XMODIFIERS for Thai locale (bug #15719)
- Bug #15884: Remove useless sleep()'s from the connection code.
- NLS: Make UTF-8 the default for Russian
- ConnDis: properly cast 'addr' before accessing it as a byte array.
- added error check in Xcms color file parser; closes bug #15305
- Fix missing error condition in cmsColNm.c, also.
Bump PKGREVISION.
|
|
commit 9ab3d5cca3cf9a76c6873007b8d4345c838cc297
Bug #16149: Make the field not be named 'delete' in C++ mode.
Thanks for the upward compatibility, Bjarne.
commit 3243afaa593f95bb89b1381dac2b920111ce36b1
Correct a copy'n'paste error in RRGetOutputInfo spec text.
commit d1c5739ae19f7cc01a6a5603d3fae93e1f9ee3d1
Delete duplicate B32's in xRRScreenChangeNotifyEvent
Caused compiler warnings:
"randrproto.h", line 567: warning: syntax error:
empty member declaration
"randrproto.h", line 568: warning: syntax error:
empty member declaration
|
|
|
|
|
|
Patch stolen from libXv's b3.mk.
|
|
This fixes build problems on darwin
|
|
|
|
Correct the sse2 detection logic in configure/configure.ac.
Bump PKGREVISION.
|
|
It create broken binary package for SSE-less machine, noticed in PR 39117.
Such a tuning parameters should be defined in /etc/mk.conf.
Bump PKGREVISION.
|
|
(just a reminder: when updating this package, be sure to adjust
files/pixman.sym appropriately)
commit 411c0e990f7a96d4e15f2cbbe07d3b50b6a20f95
Make a couple of functions static
commit 96f57c07f24cd6d86c0aad624bd1a16b85f08e04
Speed up fbOver
Use FbByteMulAdd to operate on two components at a time and force
the function to be inlined.
commit dcbe4b3f80fb8dc6a83efa7e66a891f8b102608d
fix --enable-{mmx,sse2,vmx}
If --enable-foo is used, don't treat it as --disable-foo, and
error out if the appropriate compiler support isn't detected.
commit e21f00db50c30e80c8969fbf63982aeb7434dc1d
Add pixman-1-uninstalled.pc file
commit 1570746350baf82d36aeb7ea1702350700b795d7
Use -no-undefined -- fixes bug 15927
commit 99fead412e7602daf193035831b952e252dac0e1
Use <inttypes.h> on most types of Unix.
Fix for bug 15560.
commit 2070f10db927a97d7d38024e607093f5a6e00291
Remove unused pixman-combine.c
commit 9d54568d5f93701313fdbb49c1ef9dc79fe5850c
Fix SSE2 bug where x888 pixels were treated as 8888
commit 7dfd023e94d9ab5940d7062c2e5cde11ab02f43e
fix Altivec detection
the old code used to cause infinite looping on G3 machines.
commit 0a92401678286eb438fe24979fd032efba540a0a
Fix fbCompositeSrc_x888xnx8888mmx to properly ignore source alpha
commit 687176023caf53f2fe234827d152f270048b1cd3
make --{en,dis}able-gtk work correctly
--enable-gtk had the same effect as --disable-gtk.
Now we check for it by default, and error out if we can't
find it and it was explicitly enabled.
commit 9d97716d2fd91d5611a5e7a7b29b38887b672e9f
Fix bug 16310 in the SSE2 fast path in function
fbCompositeSolidMask_nx8888x0565Csse2
commit eb53d111bd8651cd00c1b728b09e8be09b8482f7
Add a lossy 32-bit generic pixel fetch function for wide surfaces.
The transformed fetch path currently only works at 32-bit precision.
Until a wide version of that function is added, we need to have a
path to perform a wide FetchPixel and then contract it down to
a8r8g8b8.
Also, use the right format when expanding the result in
fbFetchTransformed64. fbFetchTransformed returns a8r8g8b8 results.
commit 3c43b869f3821495978c61b9195f0b0e9e9e1245
Unexport or delete various functions
- Delete pixman_region_append()
- Delete pixman_region_empty()
- Make pixman_region_validate() static and don't export it.
Reported by Julien Cristau.
commit 36b05f2cac7fa28e31131ca0d6b8b133ccd95ab8
Only export the 16 bit version of pixman_region_set_static_pointers()
|
|
From upstream commit 55678c64bc6e3ed613ea6db14c105c18a0cf28ce.
|
|
|
|
/usr/pkg/lib/libMrm.la. Fixes build of x11/xlt (under Linux)
|
|
commit 11edbc3a818e15ea2b622b31e6f87159ee68ae4a
Do not call FT_Get_BDF_Charset_ID() if configured with
--disable-bdfformat
commit 1ab07ce0eec4f6c7ed66c7aba3edf8c4315dd907
FontFileDirectoryChanged: check length of "fonts.alias" as well
as "fonts.dir"
commit 0f9db4aa7de6e0644ac9c5811b949e5f936c9d61
Don't allow a font alias to point to itself and create a loop
Part of fix for Sun bug 4258475
<http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4258475>
commit 754cabe62e91b9ad50c3027c063f4269775f7add
Add missing include in src/FreeType/ftfuncs.c
Fixes compiler warning:
../../../src/FreeType/ftfuncs.c:
In function 'restrict_code_range_by_str':
../../../src/FreeType/ftfuncs.c:2081: warning:
implicit declaration of function 'isspace'
|
|
changes:
-minor bugfixes
-translation updates
|
|
distinfo: Add patch-aa.
|
|
many errors.
|
|
whatsoever, so I cannot include a list here (see GIT history if
you're curious).
NOTE: This version of libdrm no longer includes the TTM interface.
If any [xorg/mesa] packages are updated to versions explicitly requiring
libdrm-2.3.1, then BUILDLINK_API_DEPENDS for this package will
need to be changed. Also, the i915tex dri driver found in
graphics/MesaLib will not build with this version--but nor was it
supported on any platform except Linux. I have remove i915tex
from the MesaLib driver build; this should be enough to avoid problems.
|
|
|
|
No need to bump for minor changes of the shlib (1.2.2 = 2.1.13).
|
|
changes:
-Remove warning about at-spi
-translation updates
|
|
change: translation update
|
|
change: version bump for gnome-2.22.3
|
|
changes:
-UI fix
-translation updates
|
|
-don't try to @dirrm include/X11/bitmaps
|
|
|
|
closure to the other qt3-sip packages.
|
|
|
|
|