Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-09-30 | Initial import of VIA's CLE266 driver plus Alan Cox changes to bring the 3Dcle266-0-0-1-branch | Jose Fonseca | 9 | -0/+1458 | |
driver to version 4.3.0. | |||||
2003-09-28 | Fix typo in SiS help message (and testing cvs commit to | Leif Delgass | 2 | -2/+2 | |
dri.freedesktop.org) | |||||
2003-09-25 | Whitespace cleanup (spaces before tabs or instead of tabs). | Eric Anholt | 2 | -482/+482 | |
2003-09-25 | Whitespace cleanup. | Eric Anholt | 1 | -2/+2 | |
Submitted by: Linus Torvalds <torvalds@osdl.org> | |||||
2003-09-25 | Fix Kconfig for SiS DRM now that it doesn't require sisfb. | Eric Anholt | 2 | -4/+4 | |
Submitted by: Linus Torvalds <torvalds@osdl.org> | |||||
2003-09-24 | post merge fix | Alan Hourihane | 1 | -3/+9 | |
2003-09-13 | compatibility layer still uses agp (not gart)trunk-20030916XFree86-4_3_99_12-merge | Alan Hourihane | 1 | -2/+2 | |
2003-09-12 | bsd drm fixes | Alan Hourihane | 1 | -4/+4 | |
2003-09-12 | linux drm fixes | Alan Hourihane | 9 | -11/+18 | |
2003-09-12 | resolve merge conflicts | Alan Hourihane | 4 | -8/+5 | |
2003-09-09 | Use spldrm/splx around tsleep() in DRM_WAIT_ONtrunk-20030912 | Keith Whitwell | 2 | -10/+14 | |
2003-09-07 | Correct format in debug printfs (free is a pointer, not an int). | Eric Anholt | 2 | -4/+4 | |
2003-09-07 | Fix for older -stable. | Eric Anholt | 2 | -2/+4 | |
Obtained from: FreeBSD CVS | |||||
2003-08-29 | Update to reflect renaming of SIS ioctls. | Eric Anholt | 1 | -1/+1 | |
2003-08-29 | These files were missed in the SiS DRM commit. | Eric Anholt | 4 | -0/+164 | |
2003-08-29 | Port the SiS DRM to FreeBSD. This includes the ability for the DRM to | Eric Anholt | 21 | -824/+1940 | |
allocate framebuffer memory without sisfb, and a new ioctl to be used by the X Server which tells the DRM what region of framebuffer memory to allocate from. Also fixes a possibility to panic the kernel I believe. Tested on linux with sisfb and FreeBSD (without sisfb) with new DRI only. | |||||
2003-08-29 | Add DRM(calloc), which is convenient, used by the new sis code, and takes | Eric Anholt | 10 | -0/+60 | |
advantage of M_ZERO on BSDs. | |||||
2003-08-29 | Update radeon PCI IDs. | Eric Anholt | 2 | -8/+8 | |
2003-08-29 | This PCI header has been living in dev/pci/ for a while now. | Eric Anholt | 2 | -2/+2 | |
2003-08-28 | Remove superfluous TLB flush | Michel Daenzer | 2 | -14/+2 | |
2003-08-26 | Rename agp to gart for radeon | Michel Daenzer | 1 | -3/+3 | |
2003-08-26 | Remove artificial PCI GART limitations, rename AGP to GART where | Michel Daenzer | 11 | -130/+124 | |
appropriate | |||||
2003-08-19 | Fix the debug build. | Eric Anholt | 2 | -2/+2 | |
2003-08-19 | - Remove $FreeBSD$ tags as they weren't too useful and merges are now being | Eric Anholt | 50 | -59/+134 | |
done through perforce. - Add copyright headers to drm_os_*bsd.h, still need to research the other copyright-less files better. | |||||
2003-08-18 | Clean up Radeon DRI resume code | Michel Daenzer | 3 | -342/+100 | |
2003-08-18 | Make r128_do_wait_for_idle static, as it's only used in this file. | Eric Anholt | 2 | -6/+2 | |
Noticed by: CScout | |||||
2003-08-18 | Remove an unnecessary #define __NO_VERSION__ | Eric Anholt | 2 | -2/+0 | |
Noticed by: CScout | |||||
2003-08-15 | Merge from 2.6 kernel (Linus Torvalds) | Michel Daenzer | 10 | -66/+112 | |
2003-08-15 | DA: loads of whitespace .. some from Linus, some from me | Dave Airlie | 2 | -86/+96 | |
2003-08-13 | DA: patch from Matthew upgraded to latest DRI head to solve issue with i810 | Dave Airlie | 5 | -17/+198 | |
compatibility | |||||
2003-08-12 | Whitespace cleanup from the pageflipping commit. | Eric Anholt | 2 | -4/+4 | |
2003-08-12 | Document change in interface version 1.9. | Eric Anholt | 1 | -0/+1 | |
2003-08-12 | Document the changes in interface version 2.5. | Eric Anholt | 1 | -0/+1 | |
2003-08-12 | Merge from FreeBSD r1.11: We have memset in the kernel, no need to define | Eric Anholt | 2 | -6/+2 | |
it to bzero (which it was always used for). | |||||
2003-08-11 | DA: code cleanups for i810_dma.c from 2.4 kernel | Dave Airlie | 2 | -30/+62 | |
2003-08-08 | Added some information as to when (which DRM version) various queries were | Ian Romanick | 2 | -0/+4 | |
added. | |||||
2003-08-07 | build fix for kernels >= 2.6 | Michel Daenzer | 2 | -2/+2 | |
2003-08-06 | Fix maplist entries being used after they were freed; thanks to Benjamin | Michel Daenzer | 2 | -78/+74 | |
Herrenschmidt for tracking this down | |||||
2003-07-29 | IRQ code cleanup suggested by Linus Torvalds | Michel Daenzer | 21 | -67/+59 | |
i830 build fix | |||||
2003-07-26 | Degrade uninformative error message to debug message, as in other drivers | Michel Daenzer | 2 | -2/+2 | |
2003-07-26 | Add Rage 128 pageflipping support, defaults to off. DRM version bump to | Eric Anholt | 9 | -128/+161 | |
2.5.0. It still has some issues, including a flicker in the fps meter in tuxracer and I've seen garbage left behind after moving/closing windows. However, it's usable. Add the Option "EnablePageFlip" "YES" to use it. | |||||
2003-07-26 | Fix FreeBSD build after IRQ changes. | Eric Anholt | 2 | -4/+4 | |
2003-07-25 | Compile fixes for recent 2.5/2.6 Linux kernels. I hope this doesn't break | Michel Daenzer | 27 | -87/+149 | |
the i830 driver or the BSDs. :) | |||||
2003-07-25 | Fail in DRM(agp_acquire) if the AGP aperture can't be used, such that the X | Michel Daenzer | 2 | -0/+8 | |
server falls back to PCI GART or disables the DRI gracefully | |||||
2003-07-11 | Restore __HAVE_KERNEL_CTX_SWITCH, required for the sparc drm module in the | Keith Whitwell | 2 | -2/+84 | |
kernel tree. Added comments to that effect. | |||||
2003-07-09 | DA: fix for bug 484 in Bugzilla, originally from me, reworked by David | Dave Airlie | 2 | -2/+2 | |
Dawes to avoid backword incompatibilities... | |||||
2003-07-09 | file drm_mem.h was initially added on branch newdrm-0-0-1-branch. | Jose Fonseca | 0 | -0/+0 | |
2003-07-09 | file drm_dma.c was initially added on branch newdrm-0-0-1-branch. | Jose Fonseca | 0 | -0/+0 | |
2003-07-09 | file drm_fops.c was initially added on branch newdrm-0-0-1-branch. | Jose Fonseca | 0 | -0/+0 | |
2003-07-09 | file drm_lock.c was initially added on branch newdrm-0-0-1-branch. | Jose Fonseca | 0 | -0/+0 | |