Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-07 | Implement pci_device_read_rom() for arbitrary PCI cards, including | Matthieu Herrb | |
secondary VGA. With help from kettenis@. ok kettenis@, miod@. | |||
2008-12-04 | Kill obviously dead variable. | Owain Ainsworth | |
2008-12-03 | Don't ignore sigpipe. Everytime cwm forks it execs anyway (so it | Owain Ainsworth | |
shouldn't get that signal), and this causes problems for our children since they inherit the ignore. Pointed out by Jacek Masiulani in pr 6010; thanks! | |||
2008-12-01 | regen | Matthieu Herrb | |
2008-12-01 | xf86-video-intel 2.4.3. Tested by many. | Matthieu Herrb | |
2008-11-25 | Fix a logic error in pci_device_openbsd_write() that actually | Matthieu Herrb | |
prevented it to write anything. | |||
2008-11-23 | missing action in if statement. | Matthieu Herrb | |
2008-11-20 | sync | Todd T. Fries | |
2008-11-15 | sync | Matthieu Herrb | |
2008-11-11 | Fix from X.Org master git for XAA screen corruption. | Matthieu Herrb | |
XAA PixmapOps: Sync before accessing unwrapped callbacks. When using any XAAPixmapOps, we call into unknown but freshly unwrapped callbacks (like fb ones). Unlike the XAA*Fallback calls, we did so without syncing first, exposing us to all kinds of synchronisation issues. I believe that the rendering errors appeared now because *PaintWindow vanished (e4d11e58), and we just use miPaintWindow instead. This takes a less direct route to the hw and ends up at PolyFillRectPixmap, which very often left drawing artifacts. We now sync accordingly, and no longer get the rendering artifacts i was methodically reproducing on radeonhd, radeon, unichrome... Also, in order to allow driver authors to remove extensive syncing or flushing to hide this issue, create XAA_VERSION_ defines, put them in xaa.h and bump the patchlevel. tested by naddy@ and Edd Barrett. ok oga@. | |||
2008-11-10 | sync | Todd T. Fries | |
2008-11-10 | sync | Todd T. Fries | |
2008-11-09 | Patch from upstream: Only match PCI display devices in our display driver. | Matthieu Herrb | |
Apparently the server needs the driver to tell it that no, we really don't want screen sections on our NIC, USB hubs, bridge devices, etc. Stop whining about PROBE_DETECT in G80 PreInit and just bail out instead. Bug #18099: Xorg -configure tries to create a screen for every nvidia device. Problem also reported by form@ | |||
2008-11-08 | let make install obey ${DESTDIR}. | Matthieu Herrb | |
2008-11-06 | Merge alpha fix from X.Org instead of home grown one. | Matthieu Herrb | |
2008-11-06 | Set default acceleration method to EXA, like upstreams. | Matthieu Herrb | |
2008-11-06 | The xf86-video-nsc driver is deprecated and won't work with xserver 1.5. | Matthieu Herrb | |
Disable it. | |||
2008-11-06 | sync | Todd T. Fries | |
2008-11-05 | add -fPIC for sparc | Todd T. Fries | |
ugly, but ok matthieu@ | |||
2008-11-05 | more gcc2 fixes courtesy sparc | Todd T. Fries | |
2008-11-04 | Initialise the aperture file descriptor in libpciaccess. | Matthieu Herrb | |
2008-11-04 | variable declarations at the beginning of the scope; found by sparc (a gcc2 ↵ | Todd T. Fries | |
arch) | |||
2008-11-04 | sync | Todd T. Fries | |
2008-11-04 | Let the alpha specific code compile. Untested. | Matthieu Herrb | |
2008-11-04 | sync | Todd T. Fries | |
2008-11-04 | switch the alpha specific code to libpciaccess. | Matthieu Herrb | |
2008-11-04 | sync | Todd T. Fries | |
2008-11-04 | Update to libpciaccess world. | Matthieu Herrb | |
2008-11-03 | When trying to map a piece of device memory with a cacheability attribue | Owain Ainsworth | |
(e.g. the graphics aperture on most video cards), don't error if we failed to set the mtrr but the map succeeded. Instead print a warning (other osen handle this case similarly). Libraries shouldn't use fprintf(stderr, ...); but libpciaccess is really quite poorly designed. This diff means that mine and drahn's laptops work with xserver 1.5. ok kettenis@ | |||
2008-11-03 | sync | Todd T. Fries | |
2008-11-03 | sync | Todd T. Fries | |
2008-11-03 | xf86-video-openchrome 0.2.903 | Matthieu Herrb | |
2008-11-03 | xf86-video-nv 2.1.12 | Matthieu Herrb | |
2008-11-03 | sync | Todd T. Fries | |
2008-11-03 | sync | Todd T. Fries | |
2008-11-03 | xf86-video-sunffb 1.2.0. | Matthieu Herrb | |
2008-11-03 | sync | Todd T. Fries | |
2008-11-02 | more sync | Matthieu Herrb | |
2008-11-02 | sync | Matthieu Herrb | |
2008-11-02 | This is now Mesa 7.2. Noticed by brad@. Thanks. | Matthieu Herrb | |
2008-11-02 | Build fix. There were symlinks hiding in the git repository... | Matthieu Herrb | |
2008-11-02 | xserver 1.5.2. tested by ckuethe@, oga@, and others. | Matthieu Herrb | |
2008-11-02 | With xserver 1.5 and Mesa 7.2 DRI is needed by libGL, even without | Matthieu Herrb | |
hardware acceleration. | |||
2008-11-02 | Build libpciaccess for xserver 1.5. | Matthieu Herrb | |
2008-11-02 | Update the list of drivers that are built for xserver 1.5. | Matthieu Herrb | |
2008-11-02 | xf86driproto 2.0.4 to go with Mesa 7.2 / xserver 1.5.2 | Matthieu Herrb | |
2008-11-02 | oops do not commit emacs droppings | Matthieu Herrb | |
2008-11-02 | Update build infrastructure for libGL after Mesa 7.2 update. | Matthieu Herrb | |
2008-11-02 | Import Mesa 7.10.3 | Matthieu Herrb | |
2008-11-02 | Mesa 7.2, Tested by ckuethe@, naddy@, oga@, and others. | Matthieu Herrb | |