Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-01-26 | add missing name, desc, date, major, minor and patchlevel entriesdrm_20060201 | Alan Hourihane | 1 | -2/+9 | |
2006-01-24 | fix an error message typo Unkown -> Unknown | Alan Hourihane | 1 | -1/+1 | |
2006-01-24 | other part of revert | Alan Hourihane | 1 | -0/+1 | |
2006-01-24 | put back some of Dave's code related to vblank support - accidentally | Alan Hourihane | 1 | -0/+3 | |
reverted. | |||||
2006-01-24 | file Makefile.am was initially added on branch drm-ttm-branch. | Thomas Hellstrom | 0 | -0/+0 | |
2006-01-24 | file drm_hashtab.c was initially added on branch drm-ttm-branch. | Thomas Hellstrom | 0 | -0/+0 | |
2006-01-23 | Fix CMDBUFFER path, add heap destroy and flesh out sarea for rotation | Alan Hourihane | 4 | -20/+98 | |
(Tungsten Graphics) | |||||
2006-01-20 | Add support for texture cache flushes (R300_TX_CNTL) | Aapo Tahkola | 2 | -2/+4 | |
2006-01-20 | Sync from r300_reg.h from Mesa. | Aapo Tahkola | 2 | -7/+35 | |
2006-01-19 | add Intel i945GM support | Alan Hourihane | 1 | -0/+1 | |
2006-01-12 | via: direction bug in get_user_pages call in via_dmablit.c fixed. Bumped | Thomas Hellstrom | 2 | -3/+4 | |
minor since this causes the via DDX to fail with vlc video player. | |||||
2006-01-06 | via: Version via_drm.h Alter the drm_via_dmablit_t IOCTL arg. | Thomas Hellstrom | 1 | -1/+19 | |
2006-01-06 | via: Last commit really required a bump of minor. Fix. | Thomas Hellstrom | 1 | -2/+2 | |
2006-01-06 | via: Combine PCI DMA transfers with stride==width (Idea from Luc | Thomas Hellstrom | 2 | -15/+31 | |
Verhaegen). A somewhat saner PCI DMA transfer size check. Fix some typos. Bump patchlevel. | |||||
2006-01-02 | nothing from VIA or S3 in this | Dave Airlie | 1 | -2/+0 | |
2006-01-02 | make max minor more rational | Dave Airlie | 1 | -1/+1 | |
2006-01-02 | use drm_cards_limit instead of cards_limit | Dave Airlie | 4 | -12/+12 | |
2006-01-02 | use common read/write routines | Dave Airlie | 1 | -9/+4 | |
2006-01-02 | sparse cleanups | Dave Airlie | 1 | -2/+2 | |
2006-01-02 | The radeon DRM wasn't passing sparse checking in the kernel, this fixes it | Dave Airlie | 3 | -47/+54 | |
by adding a new kernel internal cmd buffer type, that has no userspace members, and passes it around. | |||||
2006-01-02 | align spacing with kernel | Dave Airlie | 1 | -2/+1 | |
2006-01-02 | whitespace cleanup/aligment with kernel | Dave Airlie | 2 | -69/+67 | |
2006-01-02 | some fixes from linux kernel | Dave Airlie | 2 | -3/+3 | |
2006-01-02 | complete fix for historic attribution | Dave Airlie | 1 | -1/+1 | |
2006-01-02 | complete fix for attribution | Dave Airlie | 1 | -1/+1 | |
2006-01-02 | Realign via driver with changes in Linux kernel (mainly whitespace) | Dave Airlie | 6 | -63/+75 | |
2005-12-31 | Initialize sv.drm_dd_minor to "don't care" along with dd_major, to appease | Eric Anholt | 1 | -0/+1 | |
valgrind. | |||||
2005-12-30 | Merge patch from jhb to catch up with FreeBSD-current vgapci master device | Eric Anholt | 10 | -5/+59 | |
changes. | |||||
2005-12-29 | add radeon card type get param so userspace can avoid walking PCI | Dave Airlie | 3 | -2/+18 | |
2005-12-28 | Add vblank support to i915 DRM.. | Dave Airlie | 5 | -8/+48 | |
2005-12-28 | step back one reported bugs against that patch | Dave Airlie | 1 | -6/+1 | |
2005-12-16 | fix radeon memory mapping from Ben Herrenschmidt | Dave Airlie | 2 | -2/+9 | |
2005-12-16 | Lindent some via files | Dave Airlie | 2 | -238/+268 | |
2005-12-05 | Remove driver.device_is_agp code duplicated in drm_device_find_capability, | Eric Anholt | 1 | -9/+1 | |
when it really wanted to live in drm_device_is_agp. | |||||
2005-12-05 | add texrect support for r300 | Dave Airlie | 3 | -1/+4 | |
2005-12-04 | Fix from SuSE for issue with context creation failure | Dave Airlie | 1 | -1/+4 | |
2005-12-02 | Add RV410 X700PRO PCI ID | Eric Anholt | 1 | -0/+1 | |
Submitted by: Adam K Kirchhoff <adamk@voicenet.com> | |||||
2005-12-02 | Finish the last bits necessary to get the i915 DRM port working on FreeBSD | Eric Anholt | 2 | -5/+10 | |
Submitted by: Alexey Popov <llp@iteranet.com> | |||||
2005-12-02 | FreeBSD PR kern/85479: Restore the enabling of debugging by default by the | Eric Anholt | 1 | -0/+4 | |
DRM_DEBUG kernel option. It remains controlled by hw.dri.*.debug no matter what. | |||||
2005-11-30 | Bump package and DSO numbers to 2.0 to reflect 32/64 ABI change | Adam Jackson | 2 | -2/+2 | |
2005-11-30 | Resync from Xorg head: conditional include of xorg-config.h | Adam Jackson | 4 | -0/+16 | |
2005-11-30 | Resync from Xorg head (Bug #3815, GNU/kFreeBSD hack) | Adam Jackson | 1 | -1/+1 | |
2005-11-29 | Add TODO based on my email from a while ago | Adam Jackson | 1 | -0/+11 | |
2005-11-29 | Remove redundant #ifdef stanza | Adam Jackson | 1 | -7/+2 | |
2005-11-29 | Error checking for drmStrdup (Tilman Sauerbeck) | Adam Jackson | 1 | -5/+10 | |
2005-11-29 | fixup xf86drm.c for new headers | Dave Airlie | 1 | -6/+6 | |
2005-11-29 | Fix from Hugh Dickins for consistent mapping | Dave Airlie | 1 | -6/+10 | |
2005-11-29 | fixes from Egbert for 64bit | Dave Airlie | 1 | -6/+6 | |
2005-11-28 | Assert an MIT copyright on sis_drm.h, since one was lacking and I created | Eric Anholt | 27 | -42/+77 | |
that particular file. Its contents have changed a good bit since the original sis code, and the original sis code didn't care much about attribution since it routinely disclaims Precision Insight/VA Linux from responsibility. Also, adjust formatting around license headers (have a comment open immediately before the "Copyright" line, not as a runon of any previous comments) for automatic processing into FreeBSD, where /*- is used to signal the beginning of license headers for automatic compilation of license lists. | |||||
2005-11-28 | remove xf86drmCompat.*, unused since about XFree86 4.2. | Adam Jackson | 2 | -1338/+0 | |