matthieu
3d9ad99217
Update to kbproto 1.0.4
2010-04-24 19:54:22 +00:00
matthieu
96759891e5
Update to fontsproto 2.1.0
2010-04-24 19:52:53 +00:00
matthieu
6711a3ce25
Update to fontcacheproto 0.1.3
2010-04-24 19:51:28 +00:00
matthieu
035f4efb5c
Update to damageproto 1.2.0
2010-04-24 19:50:08 +00:00
matthieu
d112cf2dc8
Update to compositeproto 0.4.1
2010-04-24 19:49:04 +00:00
matthieu
1489388c83
Update to bigreqsproto 1.1.0
2010-04-24 19:48:03 +00:00
matthieu
996e307eb1
sync
2010-04-24 15:32:35 +00:00
matthieu
482eb09c70
sync
2010-04-23 21:28:03 +00:00
matthieu
dbeb603052
libXaw doesn't depend on libXp anymore.
2010-04-23 19:39:14 +00:00
matthieu
5f5463b013
Update libXaw to version 1.0.7.
...
This version removes support for Xprint.
2010-04-23 19:37:47 +00:00
matthieu
1a66cb98ea
Update to -current xmore from X.org git.
...
This version mainly removes Xprint support.
2010-04-23 19:32:59 +00:00
matthieu
a88f24fd32
Add libxcb/libxcb-dri2 here too.
2010-04-18 22:28:20 +00:00
matthieu
293b37e1b1
sync
2010-04-18 22:03:19 +00:00
matthieu
852acd6263
Update to libxcb 1.6. Mostly for new dri2 helper lib, requested by oga@.
2010-04-18 20:06:18 +00:00
matthieu
57a2ac348a
regen for xcb-proto 1.6
2010-04-18 19:58:53 +00:00
matthieu
95a472f8b7
Update to xcb-proto 1.6.
2010-04-18 19:55:51 +00:00
matthieu
8e83033fd6
sync
2010-04-18 17:39:13 +00:00
matthieu
5cc581349c
Update to dri2proto 2.3. Ok oga@.
2010-04-18 17:35:28 +00:00
matthieu
312a83cf0d
Update to glproto 1.4.11. ok oga@
2010-04-18 17:34:11 +00:00
matthieu
cb7715f9c1
update to imake 1.0.3
2010-04-17 18:41:16 +00:00
matthieu
9ac8837d36
Make it possible to build drivers with the newer proto headers. ok oga@.
2010-04-13 19:56:37 +00:00
matthieu
49012820cb
Add a configure test for newer proto headers and use it to enable
...
building xserver 1.6 with those headers. ok oga@.
2010-04-13 19:54:46 +00:00
todd
b9247005f5
sync
2010-04-12 21:38:13 +00:00
matthieu
7e20a852a5
xcb related udates
2010-04-12 21:09:58 +00:00
oga
c4175c932e
grab events on the root window *before* we look for existing windows.
...
This closes a race we were hitting often where stuff started right
before cwm may not get noticed and not have borders.
ok okan@. Prompted by something todd noticed.
2010-04-12 16:17:46 +00:00
oga
d0eeea4b45
don't allocate an array of pointers to structs when you want an array of
...
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-11 18:04:04 +00:00
okan
4944ac9995
clean up a few xu_* functions to just accept what they need (Window).
...
ok oga@
2010-04-11 16:51:26 +00:00
matthieu
0822178235
update
2010-04-10 21:34:58 +00:00
matthieu
b285da179b
sync
2010-04-10 21:26:27 +00:00
matthieu
479aed07ee
Unlink deprecated xtrap, xevie and lbxutil libs and protos from the X build.
...
ok oga@, deraadt@.
2010-04-10 21:26:00 +00:00
todd
e53e64c07a
sync
2010-04-10 07:43:17 +00:00
oga
691e04d2ba
Here's a really good idea: when preparing for a vt switch the intel
...
driver idles the ringbuffer, stops it, unbinds all memory, then hands
back off.
Now here's the clever bit: just before we call to idle the ringbuffer
(which sleeps waiting for an interrupt) let's TURN OFF THE FUCKING
INTERRUPT. That's a great idea, really, isn't it?
Move the interrupt disable to *after* stop_ring. Theo's T61 VT switches
again. everyone elses' intel stuff worked by magic (or shared
interrupts) before now.
Fixed after discussion with deraadt@, thanks to miod for suggestions.
2010-04-07 18:22:00 +00:00
matthieu
d0a977e001
ifdef out the new code that moves the cursor one pixel to the right
...
for each char during password input. Requested by deraadt@.
2010-04-06 22:09:09 +00:00
todd
c3492a7bac
sync
2010-04-05 20:22:45 +00:00
todd
c332bc114a
sync
2010-04-05 19:55:05 +00:00
matthieu
e68d21ba52
sync
2010-04-05 17:52:19 +00:00
matthieu
16e96e7cdd
sync
2010-04-05 07:31:32 +00:00
matthieu
02d4b8c9f6
sync
2010-04-04 23:08:42 +00:00
matthieu
a97ba266c6
sync
2010-04-04 19:46:54 +00:00
matthieu
55f6393e48
sync
2010-04-04 18:59:35 +00:00
matthieu
75e319a314
update
2010-04-04 07:23:41 +00:00
matthieu
8ad0f8f346
update
2010-04-03 17:22:01 +00:00
oga
c7b8df8024
update libdrm to 2.4.15.
...
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-31 06:31:45 +00:00
oga
33290fb670
#if 0 out the code that listens for /dev/apm events.
...
A cleaner fix will be forthcoming, but for now this allows the xserver
to work nicely with the recent kernel vt-switch-on-suspend changes.
ok miod@
2010-03-30 17:43:19 +00:00
matthieu
b2f88deaff
disconnect bitstream-vera fonts from the build.
...
They are superceeded by DejaVu. reminded by naddy@.
2010-03-28 14:13:21 +00:00
matthieu
ee60b68452
updates
2010-03-28 13:13:12 +00:00
matthieu
70557157a0
Update to xinput 1.5.1
2010-03-28 13:08:54 +00:00
matthieu
5971c89316
Update to xkbprint 1.0.2
2010-03-28 13:05:38 +00:00
matthieu
07555f2808
update to xkbevd 1.1.0.
2010-03-28 13:01:26 +00:00
matthieu
1c126dd9ec
Update to xvidtune 1.0.2
2010-03-28 12:53:20 +00:00