summaryrefslogtreecommitdiff
path: root/linux
AgeCommit message (Collapse)Author
2000-08-28Add compatibility header file to make Linux 2.4.0 kernel patches cleaner.Rik Faith
2000-08-26Sync with Linux 2.4.0-test7 Add signal blocking support to all driversRik Faith
(using control-z on a running direct-rendering client should work now)
2000-08-25Apply patch from Alan Hourihane to temporarily allow compilation on AlphaRik Faith
(the driver has not been tested on Alpha -- this just makes it compile)
2000-08-25Remove misleading authorship information from sis driver (author has beenRik Faith
contacted and will provide improved information later) Rename sis_drm_public.h to sis_drm.h to be consistent with the other drivers.
2000-08-25Improve detection of kill_fasync parameter count Make compilation of sis.oRik Faith
depend on CONFIG_FB_SIS
2000-08-20Bug fixes for 32bpp rendering (still disabled)Keith Whitwell
2000-08-18Possible fix for trispd bugJeff Hartmann
2000-08-18Fix ABA problem in drm_freelist_{put,try}Rik Faith
2000-08-18Sync with Linux 2.4.0-test7/pre4Rik Faith
2000-08-17Bug #112196: auth.c uses semaphores while holding spinlocks Make spinlockedRik Faith
region smaller to avoid semaphore.
2000-08-17Bug #112197 Made sis driver compile under 2.4.0-test7/pre4Rik Faith
2000-08-16Fix for bug #111744 which caused any application to never render and dma toJeff Hartmann
stall on certain mga cards
2000-08-16first part of 4.0.1b mergeDavid Dawes
2000-08-16Initial revisionDavid Dawes
2000-08-08Sync with Linux 2.4.0-test6-pre8Rik Faith
2000-08-07Fix for multiple sarea bug + agp built into kernel segfaultJeff Hartmann
2000-08-04Sync with Linux 2.4.0-test6-pre2Rik Faith
2000-07-22Fix typoRik Faith
2000-07-22Move to new, denser, easier-to-read Linux kernel Makefile formatRik Faith
2000-07-21Revert some changes and try alternative way to clean up AGP handling.Rik Faith
2000-07-21Revert some changes and try alternative way to clean up AGP handling.Rik Faith
2000-07-21Fixes for building in the kernel treeRik Faith
2000-07-21Changes to make AGP optional for in-kernel buildsRik Faith
2000-07-20kfree_s was deprecated in 2.4.0-test?Rik Faith
2000-07-20More fixups for kernel build: EXPORT_SYMTAB warning removalRik Faith
put_module_symbol clean up of tdfx tdfx_cleanup routine Makefile.kernel fix
2000-07-20Fixes for building in the kernel treeRik Faith
2000-07-20Fixed for monolithic kernel buildRik Faith
2000-07-20Fix signature for *_options functionRik Faith
2000-07-20Added support for building as modules or as part of monolithic kernelRik Faith
2000-07-19Bump driver dates and add descriptionsRik Faith
2000-07-19Allow SAREA > 1 page in sizeRik Faith
2000-07-19Sync with Linux 2.4.0-test4 kernelRik Faith
2000-07-13applied Jeff's xf86cvs-I810copy.patchBrian Paul
2000-07-11Merge XFree86 4.0.1Alan Hourihane
2000-07-10Import of XFree86 4.0.1Alan Hourihane
2000-07-01Fix for agpgart module detection. If the kernel module has been configuredGareth Hughes
to use AGP, and the module is not present, fail gracefully instead of doing evil things.
2000-06-23Update register definitions to match r128_reg.hGareth Hughes
2000-06-13Merged bsd-1-0-1Doug Rabson
2000-06-13Unify code with kernel: Change some spacing in comments Add #includeRik Faith
<linux/config.h> to all *_drv.c files
2000-06-13Update email addresses and copyright notices to reflect VA Linux SystemsRik Faith
2000-06-12Merging the ati-4-1-0 branch onto the trunk.Gareth Hughes
2000-06-12Merged the tdfx-2-0 branch onto the trunkDaryll Strauss
2000-06-09Fix define of PCI_DEVICE_ID_3DLABS_GAMMA when not available in the kernelAlan Hourihane
includes.
2000-06-08don't draw if window is unmapped, other updates (Jeff Hartmann)Brian Paul
2000-06-08Merged glxmisc-3-0-0Brian Paul
2000-06-06define VM_DONTCOPY to zero if undefinedBrian Paul
2000-06-05Include new updated gamma support.Alan Hourihane
2000-05-30Merged bsd-1-0-0Doug Rabson
2000-05-26Fixed WARP pipe hangs in Quake 3. Fullscreen or window at (0,0) seems toGareth Hughes
work fine now, but an offset window still hangs in the same places as before.
2000-05-25Merged mga-0-0-3-branchKeith Whitwell
- New security model for i810 - Enable i810 dri by default - New indexed vertex path for mga - Mga kernel driver rework - Removed dead files in i810 driver