summaryrefslogtreecommitdiff
path: root/x11-drivers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2009.08.08.Norikatsu Shigemura2009-08-082-4/+4
| | | | | | | | | o Add some video card ID (4600, M7740, 4700, M5750, RG220). o Add support RS880 (AMD 785G chipset) but no ID available. o Add XVideo attribute (Y'CbCr color space of the source video). Notes: svn path=/head/; revision=239124
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-022-2/+2
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Update to newer snapshot.Robert Noland2009-08-014-12/+38
| | | | | | | | | | | This and the updated libdrm bump the API version to 0.0.14 which requires an updated kernel patch. See pkg-message for details. PR: 136806 Submitted by: Anonymous <swell.k@gmail.com> Notes: svn path=/head/; revision=238730
* Update to 2009.07.26.Norikatsu Shigemura2009-07-262-4/+4
| | | | Notes: svn path=/head/; revision=238364
* Update to 2009.07.01.Norikatsu Shigemura2009-06-302-4/+4
| | | | Notes: svn path=/head/; revision=236823
* Mark BROKEN: does not build.Erwin Lansing2009-06-211-0/+2
| | | | Notes: svn path=/head/; revision=236405
* Remove x11-drivers/xf86-video-vga as it has been marked BROKEN for overErwin Lansing2009-06-135-35/+0
| | | | | | | 4 months. Notes: svn path=/head/; revision=235750
* Update o 2009.06.07.Norikatsu Shigemura2009-06-072-5/+5
| | | | Notes: svn path=/head/; revision=235348
* Fix dependency on glproto to enable DRI.Norikatsu Shigemura2009-06-041-2/+2
| | | | | | | | Related PR: ports/134008 Submitted by: bsam Notes: svn path=/head/; revision=235169
* Update to 2009.06.05.Norikatsu Shigemura2009-06-042-4/+4
| | | | Notes: svn path=/head/; revision=235166
* Mark BROKEN on 8.x: does not build.Erwin Lansing2009-05-291-0/+4
| | | | Notes: svn path=/head/; revision=234785
* Mark as not for sparc64 (does not install, and not called for byMark Linimon2009-05-291-0/+2
| | | | | | | masterport). Notes: svn path=/head/; revision=234751
* Update to 1.1.2Robert Noland2009-05-282-4/+4
| | | | Notes: svn path=/head/; revision=234721
* Update to 1.1.1Robert Noland2009-05-212-5/+4
| | | | Notes: svn path=/head/; revision=234355
* - Update to 20090514.9656762 to reflect libdrm updateMartin Wilke2009-05-162-9/+8
| | | | | | | | PR: 134576 Submitted by: Anonymous <swell.k@gmail.com> Notes: svn path=/head/; revision=233998
* . add glproto as a dependency, so packages are got compiled without DRI support;Boris Samorodov2009-05-141-2/+2
| | | | | | | | | | | . bump PORTREVISION. PR: ports/134008 Submitted by: bsam (me) Approved by: x11@ (maintainer timeout, 19 days) Notes: svn path=/head/; revision=233870
* Update to 2.7.1Robert Noland2009-05-134-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug fixes since 2.7.0: ---------------------- * KMS: Hook up output properties for RANDR, (this allows output properties to be controlled in the KMS case just as in the UMS case). [Zhenyu Wang <zhenyu.z.wang@intel.com>] * Fix multiplication error when computing required batch space. This could fix any number of cases where the driver did inexplicable things (due to having computed the wrong size). [Keith Packard <keithp@keithp.com>] * Hold reference to video binding table until all rects are painted. This prevent general chaos in the buffer manager. [Keith Packard <keithp@keithp.com>] * Split i915 textured video commands to fit into batch buffers. Video and 3D setup commands share the same batch buffer, so without this fix, various problems could occur when video and 3D clients were both heavily active at the same time. [Keith Packard <keithp@keithp.com>] * Fix crash with XV with large virtual display (> 2049). [Albert Damen <albrt@gmx.net>] * Provide missing value to 3D_STATE_VERTEX_BUFFERS command. We don't know that this was causing any problem, but the change does bring the driver into conformance with what the specification says the hardware requires here. [Keith Packard <keithp@keithp.com>] Notes: svn path=/head/; revision=233802
* Update to 2009.05.09 based on 1.2.5.Norikatsu Shigemura2009-05-094-11/+28
| | | | | | | | | | | | | | | | | | o Add support Radeon HD 4790. o Add experimental support Radeon HD 4770. o Add ForceLowPowerMode and LowPowerModeEngineClock options, and Report GPU Core and Memory Clock. e.g. radeonhd driver reports following clocks of my Radeon X1650 Pro: (II) RADEONHD(0): Default Engine Clock: 588000 (II) RADEONHD(0): Default Memory Clock: 694000 It means that GPU Core Clock is 588MHz and Memory Clock is 694MHz. And ForceLowPowerMode xorg-driver option can change Engine Clock. o Fix some bugs on 3D engine and cursor. o Use libpciaccess instead of libpci. Notes: svn path=/head/; revision=233478
* Fix pkg-plist. It isn't obeying prefix for includes... This should beRobert Noland2009-05-072-0/+2
| | | | | | | | | fixed properly sometime. Reported by: QAT Notes: svn path=/head/; revision=233394
* Update to 1.7.1Robert Noland2009-05-072-5/+4
| | | | Notes: svn path=/head/; revision=233389
* Update to 1.4.10Robert Noland2009-05-072-4/+4
| | | | Notes: svn path=/head/; revision=233388
* Update to 6.8.1Robert Noland2009-05-072-5/+4
| | | | Notes: svn path=/head/; revision=233387
* Update to 2.7.0Robert Noland2009-05-076-12/+10
| | | | Notes: svn path=/head/; revision=233386
* Update to 1.3.0Robert Noland2009-05-072-5/+4
| | | | Notes: svn path=/head/; revision=233385
* Update to 1.4.1Robert Noland2009-05-073-6/+4
| | | | Notes: svn path=/head/; revision=233384
* Update to 2.2.2Robert Noland2009-05-072-7/+4
| | | | Notes: svn path=/head/; revision=233383
* Chase xserver update with driver port bumps.Robert Noland2009-05-0763-38/+63
| | | | Notes: svn path=/head/; revision=233382
* Update to 1.1.0Robert Noland2009-04-254-5/+20
| | | | | | | | PR: 133998 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Notes: svn path=/head/; revision=232722
* Update to 1.2.5.20090412, which is same version of xf86-video-radeonhd 1.2.5.Norikatsu Shigemura2009-04-123-29/+12
| | | | Notes: svn path=/head/; revision=232211
* Update the nouveau snapshot and remove BROKEN now that libdrm hasRobert Noland2009-04-102-10/+34
| | | | | | | | | | been updated. PR: 133557 Submitted by: Anonymous <swell.k@gmail.com> Notes: svn path=/head/; revision=232032
* - Fix build with xorg-server 1.6Pav Lucistnik2009-04-092-1/+7
| | | | | | | | | PR: ports/133466 Submitted by: Kalten <kalten@gmx.at> Approved by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Notes: svn path=/head/; revision=231963
* Update to 1.2.5Robert Noland2009-04-092-5/+4
| | | | Notes: svn path=/head/; revision=231940
* Update to 6.12.2Robert Noland2009-04-084-10/+8
| | | | Notes: svn path=/head/; revision=231887
* Restore native PS/2 support.Jung-uk Kim2009-04-072-11/+18
| | | | | | | Tested by: scf Notes: svn path=/head/; revision=231839
* Update to 2.1.13Robert Noland2009-04-074-50/+4
| | | | Notes: svn path=/head/; revision=231805
* Chase the Xorg server update and bump ports that depend on it.Robert Noland2009-04-0447-14/+47
| | | | Notes: svn path=/head/; revision=231571
* Update Xorg server to 1.6.0Robert Noland2009-04-0435-46/+71
| | | | | | | | | | | o Update randrproto, libXrandr and xrandr to 1.3.0 o Update xf86-video-intel to 2.6.3 o Update other less common drivers as needed o Mark a bunch of un-maintained input drivers ignored o Update the various slave X server ports as well Notes: svn path=/head/; revision=231570
* Keep the code from turning off the FPU - cures excessive traps thatMarius Strobl2009-03-312-0/+27
| | | | | | | | | | made acceleration unusable. Approved by: flz Obtained from: NetBSD (basic approach) Notes: svn path=/head/; revision=231407
* As xf86-video-intel is marked only for amd64 and i386 also onlyMarius Strobl2009-03-311-1/+4
| | | | | | | | | depend on it on these archs. Approved by: flz Notes: svn path=/head/; revision=231404
* Update to 6.12.1Robert Noland2009-03-194-8/+8
| | | | Notes: svn path=/head/; revision=230388
* - Mark BROKEN: does not compilePav Lucistnik2009-03-162-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=230282
* Update to 6.12.0Robert Noland2009-03-144-8/+8
| | | | | | | | This includes EXA and Xv support for r6/7xx series radeons. You need the updated drm that is in -CURRENT now, -STABLE in about another week Notes: svn path=/head/; revision=230017
* The nv driver was somewhat brain-damaged, it was detecting most allRobert Noland2009-03-013-1/+46
| | | | | | | | of the devices on the system as possible video devices. Pull in a patch from git to at least try to address this. Notes: svn path=/head/; revision=229288
* Update to 2009.03.01 based 1.2.4.Norikatsu Shigemura2009-02-282-8/+7
| | | | | | | | | | | | [NOTE] Add many 2D acceleration works on R6xx/R7xx (a.k.a. Radeon HD [23]xxx/HD 4xxx). Please see also: http://cgit.freedesktop.org/xorg/driver/xf86-video-radeonhd/log/ Sorry, I don't confirm it on my AMD M780G (RS780 a.k.a. Radeon HD 3200) by hardware failure. So it may not work well. Notes: svn path=/head/; revision=229227
* nouveau is an X.Org Foundation and Freedesktop.org project which wasDmitry Marakasov2009-02-215-0/+36
| | | | | | | | | | | | | | | initially based on the obfuscated 2D-only free and open source "nv" driver, aiming to develop free software drivers for NVIDIA graphics cards, by reverse engineering NVIDIA's current proprietary drivers for Linux. WWW: http://nouveau.freedesktop.org/ PR: 131276 Submitted by: Anonymous <swell dot k at gmail dot com> Notes: svn path=/head/; revision=228758
* Update to 6.11.0Robert Noland2009-02-194-8/+8
| | | | Notes: svn path=/head/; revision=228630
* - Replace open(2)/close(2) pairs with stat(2). Closing mouse device hasJung-uk Kim2009-02-042-28/+62
| | | | | | | | | | a side effect of changing current operation level and sysmouse(4) lets you open /dev/sysmouse multiple times unlike other mouse drivers. - Check if /dev/mouse is linked to /dev/psm0 or /dev/ums0. - Simplify the patches a little while I am here. Notes: svn path=/head/; revision=227623
* - Partially back out the previous attempt to fix PS/2 protocol support.Jung-uk Kim2009-02-032-19/+21
| | | | | | | | | | | | | | | Extended PS/2 protocol without moused(8) is only supported from FreeBSD 7.1 and above. - Try default PS/2 and USB mouse ports if /dev/sysmouse does not exist. Previously, it was only available when HAL support was compiled in. They should be able to handle SysMouse protocol at operation level 1. - Check protocol for ums(4) as it only supports SysMouse protocol. - Sync X server with mouse driver. Reviewed by: rnoland Notes: svn path=/head/; revision=227485
* Take a crack at resolving the mouse blocking issues.Robert Noland2009-01-292-5/+13
| | | | Notes: svn path=/head/; revision=227092
* - Update to 0.8.2-2Philip M. Gollucci2009-01-264-21/+47
| | | | | | | | PR: ports/130946 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Notes: svn path=/head/; revision=226902