aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm/radeon_state.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* MFC r196470-196471,197154-197155,197603-197606Robert Noland2009-10-301-5/+26
* Import support for ATI Radeon R600 and R700 series chips.Robert Noland2009-03-071-115/+71
* Update drm kernel drivers.Robert Noland2008-08-231-472/+546
* Merge from DRM upstream:Eric Anholt2006-09-071-14/+56
* Re-apply changes to make this compile with -Wundef:Ruslan Ermilov2006-04-131-1/+1
* Update to DRM CVS as of 2006-04-09. The most notable new feature is the updatedEric Anholt2006-04-091-242/+289
* Use compile-time detection of 64-bit addressing.Ruslan Ermilov2005-12-041-3/+3
* Fix -Wundef warnings and properly check the size of long, FWIW.Ruslan Ermilov2005-12-041-3/+3
* Update DRM to CVS snapshot as of 2005-11-28. Notable changes:Eric Anholt2005-11-281-134/+147
* Add the latest r300 code from r300.sf.net. This is based on the patch suppliedEric Anholt2005-07-201-32/+41
* Update to DRM CVS as of 2005-04-12, bringing many changes:Eric Anholt2005-04-161-1092/+1622
* move ptr deref's to after null checksSam Leffler2005-02-261-3/+6
* Unbreak the tinderbox, make this compile.Maxim Konovalov2005-01-061-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Merge from DRI CVS as of 2004-05-26. Most of the meat is new PCI IDs and a newEric Anholt2004-06-111-32/+134
* Use a long as the opaque type so that it matches the size of a pointerDavid E. O'Brien2004-03-031-2/+2
* Update from DRI CVS. Includes locking fixes (including PR 59202), changes forEric Anholt2003-11-121-42/+281
* Merge from DRI CVS. Includes newly ported SiS 300/305/540/630/730 driver andEric Anholt2003-09-091-9/+9
* Update DRM from DRI CVS as of today. Notable changes include RadeonEric Anholt2003-08-191-30/+18
* Update the DRM to the latest from DRI CVS. Includes some bugfixes and removalEric Anholt2003-04-251-27/+42
* Update the DRM to latest from DRI CVS. This is approximately the versionEric Anholt2003-03-091-759/+1495
* Warnings cleanup for gcc3. Also __FUNCTION__ -> __func__Eric Anholt2002-05-311-25/+25
* More diff reduction: Shuffle around some header code as was done inEric Anholt2002-04-291-0/+1
* Diff reduction to my experimental code: clean up return code handling.Eric Anholt2002-04-291-27/+27
* Add the code for the DRM, based on the code from the drm-kmod port.Eric Anholt2002-04-271-0/+1467