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