matthieu
b4dc8e843d
Update to xf86-video-rendition 4.2.5
2012-08-11 09:44:22 +00:00
matthieu
f672e1b7f2
Update to xf86-video-chips 1.2.5
2012-08-11 09:40:47 +00:00
matthieu
940bf7c463
Update to xf86-video-apm 1.2.5
2012-08-11 09:30:55 +00:00
matthieu
71b188ea7a
Update to xf86-input-elographics 1.4.0
2012-08-11 09:26:31 +00:00
shadchin
68ed616e85
fix typo
...
ok matthieu@
2012-08-11 06:49:52 +00:00
matthieu
40b3c07678
Don't touch the xserver autotools files a 2nd time in kdrive.
...
This causes a rebuild of xserver during make release (configure
becomes more recent than config.status again).
2012-08-08 21:54:33 +00:00
matthieu
143961ca76
Un-blacklist radeon, blacklist radeonold. So X -configure will now
...
select the radeon driver.
2012-08-08 16:37:19 +00:00
matthieu
2a52146dd2
switch to the radeon driver by default. Users needing radeonold now
...
need to set it up explicitly. Requested by ajacoutot@, ok espie@.
2012-08-08 16:35:05 +00:00
matthieu
3de236b892
Update to xf86-video-ati 6.14.6. Tested by mpi@, brad, eric@, ajacoutot@.
2012-08-08 16:25:21 +00:00
matthieu
173f611cc5
Native build system for gl-docs. Removes last dependency
...
on imake in xenocara.
2012-08-07 21:10:35 +00:00
matthieu
5f8132e311
Add privsep prototypes to osdep.h
2012-08-07 20:16:12 +00:00
matthieu
c7c0180b4c
In non-privilege sepration mode, avoid accidentally sending
...
a SIGUSR1 signal to init(8).
It can happen that xdm dies before the X server that it started.
In that case X's is reparented by init...
This is handled correctly when privilege separation is not compiled
but got overlooked in the privilege separation case.
2012-08-07 20:15:23 +00:00
matthieu
4f2bf5df6d
Rename 'socket' parameter to avoid shadowing the global declaration.
2012-08-07 20:13:18 +00:00
matthieu
20c1ecb828
Remove white space diff with X.Org.
2012-08-07 20:12:01 +00:00
okan
f4e0469f06
support multibyte input to menu code; from Alexander Polakov with a tiny tweak.
2012-08-07 14:05:49 +00:00
matthieu
484812f429
Typo. From Pappe Kaugummi via jmc@.
2012-08-05 20:59:03 +00:00
matthieu
b24d966b03
Force the use of mkdir to create directories.
...
Recent autotools insist on using install-sh which is stupid
2012-08-05 19:52:22 +00:00
matthieu
809846ddea
update
2012-08-05 18:17:34 +00:00
matthieu
eb59960f12
regen autotools
2012-08-05 18:14:29 +00:00
matthieu
fe11647d1f
Update to xserver 1.12.3.
2012-08-05 18:11:37 +00:00
matthieu
84755283a8
Automake 1.12 now uses autoconf 2.69.
2012-08-05 18:08:05 +00:00
ajacoutot
77e64dc403
Indent with tabs like the rest of the script.
...
ok matthieu@
2012-08-05 07:27:34 +00:00
matthieu
31da0ff76b
If dbus is installed, start the daemon as part of the X session.
...
That will help applications that depend on dbus beeing started.
With ajacoutot@.
2012-08-04 20:41:42 +00:00
matthieu
3929020b98
Switch to automake 1.12/autoconf 2.68.
...
Note that I don't plan to regenerate all the autotools files now.
It's a lazy update that will only take effect when autotools files
are re-generated, upon updates or for another reason.
2012-08-04 17:10:01 +00:00
matthieu
3bb512fae4
update
2012-08-04 16:59:11 +00:00
matthieu
d71997c600
X.Org 7.7.
2012-07-23 05:50:37 +00:00
todd
259ab9a5e1
puffy 5.2
2012-07-22 22:34:55 +00:00
matthieu
bb0570e95b
Rework a bit, add a subsection about radeon[old].
2012-07-22 19:12:13 +00:00
matthieu
3a21326ca9
This is now X.Org 7.7
2012-07-22 18:55:01 +00:00
shadchin
c433d84d71
Fix for ClickPad (xenocara part). On issue pointed gilles@ and matthieu@
...
ok gilles@, matthieu@, mpi@, miod@, deraadt@
2012-07-22 18:33:01 +00:00
okan
9e50f2e028
Further simplify Xinerama init and re-init on XRR events.
...
While testing for Xinerama during setup was done display-wide, each time
XineramaQueryScreens() is called either in start-up or due to an XRR
event, the library re-tests for the Xinerama extension anyway before
moving on; so the initial test is redundant and allows another global to
go away with one other change: always fill in sc->xinerama (and _no),
regardless of the success of malloc in XineramaQueryScreens(), and use
it to see if Xinerama dimensions exist when asked by client and/or menu
code.
2012-07-18 21:53:22 +00:00
okan
476b0dcf17
unify various max routines to match client placement and partially menu ones
...
when calculating screen dimensions.
2012-07-16 01:53:14 +00:00
okan
8a8244095d
check value
2012-07-16 01:42:00 +00:00
okan
147b66e3ac
move the HasXinerama check into screen_find_xinerama and simplify logic;
...
moves closer to logic in menu code.
2012-07-16 01:36:30 +00:00
okan
94b92cf7fb
re-use geom struct in client_ctx (saved)geometry.
2012-07-13 17:01:04 +00:00
mpi
dbe156d77d
Fix path to mesa sources
2012-07-13 15:42:03 +00:00
okan
6ee7c6534f
convert xmax/ymax uses to view geometry.
2012-07-13 15:21:35 +00:00
okan
3f2059e461
introduce screen "view" area and "work" area (gap applied) to simplify
...
various blocks that require understanding the screen geometry.
2012-07-13 14:18:04 +00:00
mpi
0e20e1901a
Lets gallium a chance to build with our llvm port
2012-07-13 13:00:28 +00:00
mpi
eba99e2372
Let swrastg a chance to compile
2012-07-13 12:55:32 +00:00
mpi
7d428aff6d
Import swrastg the Gallium3D software rasterizer. It uses the softpipe
...
driver by default but can also use the llvmpipe driver that use LLVM
for code generation if available.
Not yet linked to the build as it depends on pthreads and we don't know
yet how to handle the switch from the default 'swrast' driver, but having
it in tree will help testing and debugging the remaining issues.
Tested by ajacoutot@ and matthieu@, looks ok to matthieu@
2012-07-13 12:54:20 +00:00
mpi
87615d415c
Import the infrastructure for building Gallium3D graphics drivers.
...
Currently only software drivers are supported, looks ok to matthieu.
2012-07-13 12:43:30 +00:00
todd
e754c84542
sync
2012-07-11 14:27:25 +00:00
shadchin
238484184f
two nits missing in previous commit
2012-07-08 14:22:03 +00:00
shadchin
4777ba761a
Cleanup and uniform style. No functional changes.
2012-07-08 13:51:11 +00:00
matthieu
813879f82c
Brown paperbag commit.
...
Prodded by espie@ I reviewed the history of
OpenBSD local changes carefully and found a number of merge errors
accumulated over the complicated CVS history of this driver.
This the 6.14.4 code + OpenBSD local fixes as it should be.
2012-07-08 13:42:13 +00:00
okan
3ce93c9b3b
fix atom for setting WM_STATE.
2012-07-08 02:55:01 +00:00
okan
8260032aee
fix atom for retrieving WM_STATE between re-exec's.
2012-07-08 02:50:41 +00:00
okan
0ec36603b5
remove a redundant assignment and another one up.
2012-07-08 01:00:24 +00:00
dcoppa
25007b34dd
Update to freetype-2.4.10.
...
With help and ok matthieu@
2012-07-07 16:45:03 +00:00