Age | Commit message (Expand) | Author | Files | Lines |
2003-09-11 | adjust calculation of pVis->nplanes, fixes NWNtrunk-20030912 | keithw | 1 | -7/+13 |
2003-09-09 | Use spldrm/splx around tsleep() in DRM_WAIT_ON | keithw | 1 | -5/+7 |
2003-09-07 | Correct format in debug printfs (free is a pointer, not an int). | anholt | 1 | -2/+2 |
2003-09-07 | Fix for older -stable. | anholt | 1 | -1/+2 |
2003-09-04 | i810 texmem changes | airlied | 1 | -1/+3 |
2003-08-29 | Update to reflect renaming of SIS ioctls. | anholt | 1 | -1/+1 |
2003-08-29 | These files were missed in the SiS DRM commit. | anholt | 2 | -0/+82 |
2003-08-29 | These #if SISNEWDRI should be version >=4.3.0 checks, because the new code is | anholt | 1 | -3/+3 |
2003-08-29 | Bring over TW's changes one more time. A small part is based on changes I | anholt | 22 | -1919/+822 |
2003-08-29 | Port the SiS DRM to FreeBSD. This includes the ability for the DRM to allocate | anholt | 14 | -822/+903 |
2003-08-29 | Add DRM(calloc), which is convenient, used by the new sis code, and takes | anholt | 5 | -0/+30 |
2003-08-29 | Update radeon PCI IDs. | anholt | 1 | -4/+4 |
2003-08-29 | This PCI header has been living in dev/pci/ for a while now. | anholt | 1 | -1/+1 |
2003-08-28 | Remove superfluous TLB flush | mdaenzer | 1 | -7/+1 |
2003-08-27 | Merge from XFree86 CVS. | anholt | 16 | -886/+2173 |
2003-08-26 | Rename agp to gart for radeon | mdaenzer | 2 | -4/+4 |
2003-08-26 | Remove artificial PCI GART limitations, rename AGP to GART where appropriate | mdaenzer | 13 | -239/+242 |
2003-08-23 | Bring over sis driver from XFree86 CVS. The added files were missing though | anholt | 38 | -11745/+42002 |
2003-08-19 | Merge radeon driver from XFree86 CVS (these need to be merged as well for | mdaenzer | 3 | -730/+1734 |
2003-08-19 | Fix the debug build. | anholt | 1 | -1/+1 |
2003-08-19 | - Remove $FreeBSD$ tags as they weren't too useful and merges are now being | anholt | 26 | -30/+67 |
2003-08-18 | Clean up Radeon DRI resume code | mdaenzer | 5 | -267/+110 |
2003-08-18 | Make r128_do_wait_for_idle static, as it's only used in this file. | anholt | 1 | -3/+1 |
2003-08-18 | Remove an unnecessary #define __NO_VERSION__ | anholt | 1 | -1/+0 |
2003-08-18 | Merge radeon DDX driver from XFree86 CVS trunk. Add radeon_pci.h and guard | mdaenzer | 15 | -1027/+2036 |
2003-08-15 | Merge from 2.6 kernel (Linus Torvalds) | mdaenzer | 5 | -33/+56 |
2003-08-15 | DA: loads of whitespace .. some from Linus, some from me | airlied | 1 | -43/+48 |
2003-08-13 | DA: patch from Matthew upgraded to latest DRI head to solve | airlied | 5 | -15/+133 |
2003-08-12 | Whitespace cleanup from the pageflipping commit. | anholt | 1 | -2/+2 |
2003-08-12 | Document change in interface version 1.9. | anholt | 1 | -0/+1 |
2003-08-12 | Document the changes in interface version 2.5. | anholt | 1 | -0/+1 |
2003-08-12 | Merge from FreeBSD r1.11: We have memset in the kernel, no need to define it | anholt | 1 | -3/+1 |
2003-08-11 | fix static build | airlied | 1 | -2/+0 |
2003-08-11 | DA: fix i810 static x server build | airlied | 1 | -4/+5 |
2003-08-11 | DA: code cleanups for i810_dma.c from 2.4 kernel | airlied | 1 | -15/+31 |
2003-08-08 | Added some information as to when (which DRM version) various queries | idr | 1 | -0/+2 |
2003-08-08 | Removed the R{ADEON,200}_AGP_TEX_OFFSET contant as it's not really a | idr | 1 | -2/+0 |
2003-08-07 | build fix for kernels >= 2.6 | mdaenzer | 1 | -1/+1 |
2003-08-06 | Fix maplist entries being used after they were freed; thanks to Benjamin | mdaenzer | 1 | -39/+37 |
2003-07-29 | * IRQ code cleanup suggested by Linus Torvalds | mdaenzer | 11 | -35/+31 |
2003-07-26 | Degrade uninformative error message to debug message, as in other drivers | mdaenzer | 1 | -1/+1 |
2003-07-26 | Add Rage 128 pageflipping support, defaults to off. DRM version bump to 2.5.0. | anholt | 10 | -74/+274 |
2003-07-26 | Fix FreeBSD build after IRQ changes. | anholt | 1 | -2/+2 |
2003-07-25 | Compile fixes for recent 2.5/2.6 Linux kernels. I hope this doesn't break | mdaenzer | 14 | -45/+77 |
2003-07-25 | Fail in DRM(agp_acquire) if the AGP aperture can't be used, such that the X | mdaenzer | 1 | -0/+4 |
2003-07-14 | fix calculation of CRTC2 frame offset with page flipping | mdaenzer | 1 | -4/+4 |
2003-07-11 | Restore __HAVE_KERNEL_CTX_SWITCH, required for the sparc drm module in | keithw | 1 | -1/+42 |
2003-07-09 | DA: fix for bug 484 in Bugzilla, originally from me, reworked by David Dawes | airlied | 5 | -33/+40 |
2003-07-08 | Removed unused __HAVE_KERNEL_CTX_SWITCH, whatever that was. | keithw | 1 | -36/+3 |
2003-07-04 | Don't need to include linux/wrapper.h - we only use Set/ClearPageReserved from | ldelgass | 1 | -1/+0 |