summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fudge up the kernel driver a bit so we can compile and load the module andsavage-1_0_0-20031002-trunk-premergesavage-1_0_0-branchAlan Hourihane2003-06-242-16/+18
* add the savage kernel driver (doesn't build yet)Alan Hourihane2003-06-2315-4/+1267
* Revert the janitorial - that works is now on the new branchJose Fonseca2003-06-1929-656/+1161
* file i830_compat.c was initially added on branch i865-agp-0-1-branch.Keith Whitwell2003-06-180-0/+0
* file i830.h was initially added on branch i865-agp-0-1-branch.Keith Whitwell2003-06-180-0/+0
* file i830_dma.c was initially added on branch i865-agp-0-1-branch.Keith Whitwell2003-06-180-0/+0
* file i830_drm.h was initially added on branch i865-agp-0-1-branch.Keith Whitwell2003-06-180-0/+0
* file i830_drv.c was initially added on branch i865-agp-0-1-branch.Keith Whitwell2003-06-180-0/+0
* file i830_drv.h was initially added on branch i865-agp-0-1-branch.Keith Whitwell2003-06-180-0/+0
* file i830_irq.c was initially added on branch i865-agp-0-1-branch.Keith Whitwell2003-06-180-0/+0
* file i830_mem.c was initially added on branch i865-agp-0-1-branch.Keith Whitwell2003-06-180-0/+0
* Possibly fix stanford checker complaints about sareaKeith Whitwell2003-06-162-60/+30
* Move the linux AGP includes into drm_agp.h and only define the AGP dataJose Fonseca2003-06-143-19/+17
* Texture rectangle support for r100Keith Whitwell2003-06-107-3/+23
* Revert bogus last commitKeith Whitwell2003-06-092-10/+0
* Don't activate blend fallbacks unless blending is enabledKeith Whitwell2003-06-092-0/+10
* Verify 'drm_agp' is not NULL for all its wrappers - this causes no overheadJose Fonseca2003-06-071-8/+12
* Check that the AGPGART "drm_agp" symbol pointer is valid beforeJose Fonseca2003-06-072-2/+6
* fix pitch compile errorDave Airlie2003-06-072-2/+2
* add page flipping support to the DRM, up version number to 1.3.0...Dave Airlie2003-06-057-23/+289
* Added the Doxygen configuration file. Minor documentation fixes.Jose Fonseca2003-06-037-20/+2137
* Split declarations/definitions in drm_scatter.h into drm_sg.h/drm_sg_tmp.hJose Fonseca2003-06-0329-1137/+623
* file i830_mem.c was initially added on branch i865-agp-0-1-branch.Keith Whitwell2003-06-030-0/+0
* file i830_compat.c was initially added on branch i865-agp-0-1-branch.Keith Whitwell2003-05-300-0/+0
* Restore change to _DRM_VBLANK_SIGNAL from rev. 1.41, which was revertedLeif Delgass2003-05-283-3/+3
* Restore DRM_*MEMORYBARRIER change reverted with documentation mergeLeif Delgass2003-05-282-6/+6
* Merged DRM documentation.Jose Fonseca2003-05-2748-1198/+5048
* Add support to r128 for MESA_ycbcr_texture (Ian Romanick, Leif Delgass)Leif Delgass2003-05-265-3/+25
* DRM part of Radeon DRI suspend/resume support (Charl Botha).config-0-0-1-20031005-freezeconfig-0-0-1-branchDavid Dawes2003-05-207-0/+368
* Support for building DRM module on OpenBSD (Wilbern Cobb, Matthieu Herrb).David Dawes2003-05-204-4/+16
* do allow reading from read only mappings...Michel Daenzer2003-05-172-2/+2
* Support AGP bridges where the AGP aperture can't be accessed directly byMichel Daenzer2003-05-1630-181/+537
* fix warning on machines where sizeof(drm_addr_t) != 4 (Randy Dunlap)Michel Daenzer2003-05-062-4/+4
* Merged texmem-0-0-1texmem-0-0-1-20030429-mergeIan Romanick2003-04-306-18/+8
* remove unused variablestexmem-0-0-1-20030429-premergeLeif Delgass2003-04-292-18/+0
* Fix a typo: On takedown the mtrr operation is MEMRANGE_SET_REMOVE, notEric Anholt2003-04-282-2/+2
* Restore Eric Anholt's DRM_*MEMORYBARRIER changes from rev 1.11Leif Delgass2003-04-282-4/+6
* Only free original pagelist in addbufs_pci if one already exists (fixesLeif Delgass2003-04-282-10/+14
* DRM_READ/WRITEMEMORYBARRIER was given an argument in the bsd tree, fix forAlan Hourihane2003-04-282-6/+4
* Put back __HAVE_KERNEL_CTX_SWITCH for David Miller's sparc drm driverKeith Whitwell2003-04-272-0/+58
* Use real endian conversion functions.Eric Anholt2003-04-274-4/+12
* Fix formatting of hw.dri sysctl.Eric Anholt2003-04-266-48/+32
* Remove the map argument from DRM_*MEMORYBARRIER. Not all of the uses ofEric Anholt2003-04-2614-36/+82
* MFL: Don't install irq handler unless the driver has been initialized.Eric Anholt2003-04-262-0/+6
* Add PCI DMA memory functions and make addbufs_pci and associated code useEric Anholt2003-04-2612-160/+380
* Ensure driver has been initialized (dev_private != NULL) before installingLeif Delgass2003-04-2631-101/+257
* Missed files in the last commit: Remove memory debugging sysctl unlessEric Anholt2003-04-264-2/+10
* Move the memory functions with debugging info to drm_memory_debug.h, andEric Anholt2003-04-265-686/+455
* Remove #if 0'ed code.Eric Anholt2003-04-262-38/+0
* 2.5.x sync patch from Linus TorvaldsKeith Whitwell2003-04-2614-80/+60