<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/drm, branch releng/8.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F8.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F8.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2009-10-30T16:32:35Z</updated>
<entry>
<title>MFC r196470-196471,197154-197155,197603-197606</title>
<updated>2009-10-30T16:32:35Z</updated>
<author>
<name>Robert Noland</name>
<email>rnoland@FreeBSD.org</email>
</author>
<published>2009-10-30T16:32:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=357a8e800b8fc8645897a15ebee343955b53471d'/>
<id>urn:sha1:357a8e800b8fc8645897a15ebee343955b53471d</id>
<content type='text'>
Sync radeon drm support

This adds kernel support for r6/7xx 3D.
</content>
</entry>
<entry>
<title>Import support for ATI Radeon R600 and R700 series chips.</title>
<updated>2009-03-07T21:36:57Z</updated>
<author>
<name>Robert Noland</name>
<email>rnoland@FreeBSD.org</email>
</author>
<published>2009-03-07T21:36:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4fcda8938e68596f05c3b6944a71738b3c5d41e0'/>
<id>urn:sha1:4fcda8938e68596f05c3b6944a71738b3c5d41e0</id>
<content type='text'>
Tested on an HD3850 (RV670) on loan from Warren Block.

Currently, you need one of the following for this to be useful:

	x11-drivers/xf86-video-radeonhd-devel (not tested)
	xf86-video-ati from git (EXA works, xv is too fast)
	xf86-video-radeonhd from git (EXA works, xv works)

There is no 3d support available from dri just yet.

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Update drm kernel drivers.</title>
<updated>2008-08-23T20:59:12Z</updated>
<author>
<name>Robert Noland</name>
<email>rnoland@FreeBSD.org</email>
</author>
<published>2008-08-23T20:59:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a2a2d954417780ad45f8fe65cea9991ba8cc2a8b'/>
<id>urn:sha1:a2a2d954417780ad45f8fe65cea9991ba8cc2a8b</id>
<content type='text'>
This is a sync to mesa/drm pre-gem, with a few fixes on top of that.
It also contains one local patch supplied by kib@ that I can't apply to
git.master shared code.

Approved by:	flz
Obtained from:	mesa/drm git.master
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov,</title>
<updated>2005-12-03T01:23:50Z</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2005-12-03T01:23:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=69b9fffc8440c68ab0d76c22449852a70c75e9af'/>
<id>urn:sha1:69b9fffc8440c68ab0d76c22449852a70c75e9af</id>
<content type='text'>
and a new r300 PCI ID.
</content>
</entry>
<entry>
<title>Update DRM to CVS snapshot as of 2005-11-28.  Notable changes:</title>
<updated>2005-11-28T23:13:57Z</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2005-11-28T23:13:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9fb0767374acc0c89f0462bda9128825a4b663a3'/>
<id>urn:sha1:9fb0767374acc0c89f0462bda9128825a4b663a3</id>
<content type='text'>
- S3 Savage driver ported.
- Added support for ATI_fragment_shader registers for r200.
- Improved r300 support, needed for latest r300 DRI driver.
- (possibly) r300 PCIE support, needs X.Org server from CVS.
- Added support for PCI Matrox cards.
- Software fallbacks fixed for Rage 128, which used to render badly or hang.
- Some issues reported by WITNESS are fixed.
- i915 module Makefile added, as the driver may now be working, but is untested.
- Added scripts for copying and preprocessing DRM CVS for inclusion in the
  kernel.  Thanks to Daniel Stone for getting me started on that.
</content>
</entry>
<entry>
<title>Add the latest r300 code from r300.sf.net.  This is based on the patch supplied</title>
<updated>2005-07-20T21:10:57Z</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2005-07-20T21:10:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=af088425f7d501238d321c56147c357cc62e5159'/>
<id>urn:sha1:af088425f7d501238d321c56147c357cc62e5159</id>
<content type='text'>
by Vladimir Dergachev for inclusion in DRM CVS, with minor modifications for
FreeBSD CVS and the appropriate license from Nicolai Haehnle on r300_reg.h.
Fixes hangs when using r300.sf.net userland, tested on a Radeon 9600 on amd64.
</content>
</entry>
<entry>
<title>Update to DRM CVS as of 2005-04-12, bringing many changes:</title>
<updated>2005-04-16T03:44:47Z</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2005-04-16T03:44:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b8aa843c63a4db42e057fb590e6cbffe2686a644'/>
<id>urn:sha1:b8aa843c63a4db42e057fb590e6cbffe2686a644</id>
<content type='text'>
- Split core DRM routines back into their own module, rather than using the
  nasty templated system like before.
- Development-class R300 support in radeon driver (requires userland pieces, of
  course).
- Mach64 driver (haven't tested in a while -- my mach64s no longer fit in the
  testbox).  Covers Rage Pros, Rage Mobility P/M, Rage XL, and some others.
- i915 driver files, which just need to get drm_drv.c fixed to allow attachment
  to the drmsub device.  Covers i830 through i915 integrated graphics.
- savage driver files, which should require minimal changes to work.  Covers the
  Savage3D, Savage IX/MX, Savage 4, ProSavage.
- Support for color and texture tiling and HyperZ features of Radeon.

Thanks to:	scottl (much p4 handholding)
		Jung-uk Kim (helpful prodding)
PR:		[1] kern/76879, [2] kern/72548
Submitted by:	[1] Alex, lesha at intercaf dot ru
		[2] Shaun Jurrens, shaun at shamz dot net
</content>
</entry>
<entry>
<title>bsd.kmod.mk does not deal with manpages anymore.</title>
<updated>2004-01-13T11:28:51Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-01-13T11:28:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5ef42ab64db29a74a86a27d4082a2cadb3d245bc'/>
<id>urn:sha1:5ef42ab64db29a74a86a27d4082a2cadb3d245bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hook the SiS DRM up to the build</title>
<updated>2003-09-09T00:29:02Z</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2003-09-09T00:29:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a1810e1513f5b4210742e761c239a113ada81126'/>
<id>urn:sha1:a1810e1513f5b4210742e761c239a113ada81126</id>
<content type='text'>
Sponsored by:	LinuxFund
</content>
</entry>
<entry>
<title>Update the DRM to latest from DRI CVS.  This is approximately the version</title>
<updated>2003-03-09T02:08:30Z</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2003-03-09T02:08:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=43e2d1e384537cc18e17e5f46c3670e9ef1c88a2'/>
<id>urn:sha1:43e2d1e384537cc18e17e5f46c3670e9ef1c88a2</id>
<content type='text'>
included in XFree86 4.3, but includes some fixes.  Notable changes include
Radeon 8500-9100 support, PCI Radeon/Rage 128 support, transform &amp; lighting
support for Radeons, and vblank syncing support for r128, radeon, and mga.
The gamma driver was removed due to lack of any users.
</content>
</entry>
</feed>
