Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-20 | update to libdrm 2.4.45 | Jonathan Gray | |
ok kettenis@ mpi@, tested by ajacoutot@ | |||
2013-06-20 | when selfont is configured, make sure we continue and configure the rest | Okan Demirmen | |
of the screen (quick fix); discovered the hard way by Rodrigo Mosconi. | |||
2013-06-17 | add the build infrastructure for the gallium r600 driver | Jonathan Gray | |
ok mpi@ | |||
2013-06-17 | byteswap.h and bswap_32 aren't portable, replace them with calls to | Jonathan Gray | |
gallium's util_bswap32 as suggested by kettenis. already merged upstream ok kettenis@ | |||
2013-06-17 | move Cursors into conf. | Okan Demirmen | |
2013-06-17 | now that we have conf_screen, which configures individual screens | Okan Demirmen | |
*after* config parsing, we no longer need to split up display/screen initialization, so collapse. | |||
2013-06-17 | allow mouse button4 and button5; from Rodrigo Mosconi | Okan Demirmen | |
2013-06-15 | Sun LKey section defines two xkb groups that lead to problems if there was only | Alexandr Shadchin | |
one layout is configured. Toggle this section to one group. pointed out, tested and ok landry@, ok matthieu@ | |||
2013-06-14 | update | Matthieu Herrb | |
2013-06-14 | Update to libXvMC 1.0.8 | Matthieu Herrb | |
2013-06-14 | Update to libXrender 0.9.8. | Matthieu Herrb | |
2013-06-14 | Default to EXA acceleration. | Matthieu Herrb | |
2013-06-14 | Disable broken EXA operations for now. | Matthieu Herrb | |
2006-11-25 | import from X.Org 7.2RC2 | Matthieu Herrb | |
2013-06-14 | fix rcsid | Jonathan Gray | |
2013-06-13 | Fix loading the driver without XAA | Matthieu Herrb | |
2013-06-13 | Fix initialization of shadowfb with modern X servers | Matthieu Herrb | |
2013-06-13 | Fix loading the driver without XAA | Matthieu Herrb | |
2013-06-13 | Fix initialization of shadowfb with modern X servers. | Matthieu Herrb | |
2013-06-13 | Fix loading the driver without XAA | Matthieu Herrb | |
2013-06-13 | add the build infrastructure for the gallium r300 driver | Jonathan Gray | |
based on an earlier diff from mpi@ ok mpi@ | |||
2012-07-13 | Import the infrastructure for building Gallium3D graphics drivers. | Martin Pieuchot | |
Currently only software drivers are supported, looks ok to matthieu. | |||
2013-06-10 | move synthetic responses and have client_msg only work with WM_PROTOCOLS, | Okan Demirmen | |
since that's all ClientMessageEvent is for anyway. | |||
2013-06-10 | On mach64, only disable RenderAccel, not the full EXA acceleration. | Matthieu Herrb | |
This is enough to fix the screen corruption seen on Xft fonts and other Xrender drawings. | |||
2013-06-10 | Check for, and honour, CWStackMode and CWSibling change requests during a | Okan Demirmen | |
ConfigureRequest event. Additionally, honour a border width change; detailed report and patch from Mike Small. | |||
2013-06-10 | Unbreak the sunffb driver. No acceleration for now, since XAA was | Matthieu Herrb | |
removed from X server 1.14. | |||
2013-06-10 | Fixes from upstreams for vulnerabilities reported by Ilja Van Sprundel | Matthieu Herrb | |
Integer overflow in XF86DRIOpenConnection() and XF86DRIGetClientDriverName() [CVE-2013-1993] Reminded by jsg@. Thanks | |||
2013-06-09 | correct RADEON_GEM_WAIT_IDLE use. | Jonathan Gray | |
RADEON_GEM_WAIT_IDLE is declared DRM_IOW but mesa uses it with drmCommandWriteRead instead of drmCommandWrite which leads to the ioctl being unmatched and returning an error on at least OpenBSD. Problem originally found and fixed in libdrm by kettenis@ Dave Airlie pointed out that mesa has the same issue. This change has already been merged in upstream mesa. ok matthieu@ kettenis@ | |||
2013-06-08 | regen | Matthieu Herrb | |
2013-06-08 | Get rid of a bash-ism | Matthieu Herrb | |
2013-06-07 | Adjust for the changes in our implementation of the DRM_I915_GEM_MMAP and | Mark Kettenis | |
DRM_I915_GEM_MMAP_GGT ioctls, effectively reverting a local change we made. | |||
2013-06-07 | sync | Matthieu Herrb | |
2013-06-07 | update | Matthieu Herrb | |
2013-06-07 | Disable exa acceleration in the mach64 driver util fixed. | Matthieu Herrb | |
2013-06-07 | Update to X server 1.14.1. Tested by many during t2k13. Thanks. | Matthieu Herrb | |
2013-06-07 | Update to freetype 2.4.12. tested by many during t2k13. Thanks. | Matthieu Herrb | |
2013-06-07 | Update to pixman 0.30.0. Tested by several people during t2k13. Thanks. | Matthieu Herrb | |
2007-09-08 | import freetype 2.3.5 | Matthieu Herrb | |
2007-09-08 | import freetype 2.3.5 | Matthieu Herrb | |
2006-11-26 | Importing xserver from X.Org 7.2RC2 | Matthieu Herrb | |
2006-11-26 | Importing xserver from X.Org 7.2RC2 | Matthieu Herrb | |
2006-11-26 | Importing xserver from X.Org 7.2RC2 | Matthieu Herrb | |
2006-11-25 | Import freetype 2.2.1 | Matthieu Herrb | |
2006-11-25 | Import freetype 2.2.1 | Matthieu Herrb | |
2013-06-06 | Fix DRM_RADEON_GEM_WAIT_IDLE ioctl usage; it is defined using DRM_IOW, so | Mark Kettenis | |
drmCommandWrite() must be used to issue it. Already merged upstream. ok jsg@ | |||
2013-06-05 | update | Matthieu Herrb | |
2013-06-04 | Update to libX11 1.6.0 | Matthieu Herrb | |
2013-06-04 | There's no need to disable ttyC0 anymore now that macppc supports virtual | Martin Pieuchot | |
consoles. | |||
2013-06-03 | update | Matthieu Herrb | |
2013-06-03 | Unlike other parse.y variants, cwm's allowed 'command xx /path/to/xx' without | Stuart Henderson | |
quotes. Reinstate this support lost in recent sync diff and add a comment to show that it's intentional. ok okan@ |