Commit graph

60 commits

Author SHA1 Message Date
Doug Rabson
78325dacbe Add AGP support to drm_addmap(). 2000-05-29 11:19:50 +00:00
Doug Rabson
7822ca7a8f Avoid a list corruption bug if the device is opened twice by the same pid. 2000-05-24 11:21:10 +00:00
Doug Rabson
653ff17331 Adjust ioctl declarations to correctly specify data direction. 2000-05-24 10:09:24 +00:00
Doug Rabson
ba6e222e9e Update so that it builds on the latest FreeBSD-current and change to use
the new module versioning system.
Add initial support for AGP (disabled since I haven't committed the AGP
    driver to FreeBSD yet).
2000-05-22 10:28:45 +00:00
Doug Rabson
b6da7b4178 Reorganise so that each card driver is in a different directory to make
module building easier.
Integrate latest api changes from linux.
Change sysctl root from hw.graphics to hw.dri.
Change major device number from 201 to 145 which I have reserved for DRI.
Hook the card driver into the kernel using the standard pci driver
    interfaces. This makes it easier to hook resources and interrupts.
2000-05-07 14:14:47 +00:00
Brian Paul
462ded9c91 added return -EINVAL in drm_dma_enqueue() 2000-05-04 15:14:19 +00:00
Brian Paul
4779f2f50e fixed memory leak problem in drm_remove_magic() 2000-05-04 15:13:28 +00:00
Brian Paul
778bec878e Doug Rabson's BSD port of the DRI. 2000-05-03 23:13:52 +00:00
Brian Paul
01836824d5 Merged glxmisc-1-0-0 2000-04-20 16:36:40 +00:00
Kevin E Martin
da74fc3f29 file r128_bufs.c was initially added on branch ati-4-0-1-branch. 2000-04-15 08:06:36 +00:00
Kevin E Martin
4a10612490 file r128_dma.c was initially added on branch ati-4-0-1-branch. 2000-04-12 06:22:02 +00:00
Kevin E Martin
d476a211bc file r128_drm.h was initially added on branch ati-4-0-1-branch. 2000-04-12 06:22:02 +00:00
Daryll Strauss
42f526b5ca Only enable DRI for 16bpp mode. Allow GL_BLEND if color is 0,0,0,1 Wrap
grTexLodBiasValue call Link math library into libGL Recognize Napalm
    boards Allow CLUT/gamma changes Make driver compile on 2.2.14 kernel
2000-04-09 17:29:28 +00:00
Jeff Hartmann
1dcfddf915 Fixed reclaim Oops 2000-04-05 18:48:23 +00:00
Jeff Hartmann
ba1b1ae380 Merged mga branch with trunk 2000-04-04 22:08:14 +00:00
Jeff Hartmann
7d715d1800 file mga_drm.h was initially added on branch mga-0-0-2-branch. 2000-03-31 00:08:00 +00:00
Jeff Hartmann
45b6bd6f19 file i810_drm.h was initially added on branch mga-0-0-2-branch. 2000-03-31 00:08:00 +00:00
Jeff Hartmann
5bd8014f27 Merge with 4.0 2000-03-16 03:37:30 +00:00
Jeff Hartmann
adc03d3661 Import of XFree86 4.0 2000-03-15 21:40:23 +00:00
Kevin E Martin
d9ff0e3884 3.9.18 merge 2000-02-22 22:10:28 +00:00
Kevin E Martin
7a9b291ab5 Import of XFree86 3.9.18 2000-02-22 15:43:59 +00:00
Keith Whitwell
9a1197da5c file i810_clear.c was initially added on branch mga-0-0-1-branch. 2000-02-13 01:29:40 +00:00
Keith Whitwell
37fa5fd54a file i810_dma.h was initially added on branch mga-0-0-1-branch. 2000-02-13 01:29:40 +00:00
Jeff Hartmann
c6e856749b file Makefile.linuxpoll was initially added on branch mga-0-0-1-branch. 2000-02-12 21:48:57 +00:00
Jeff Hartmann
baacc589f1 file mga_dmapoll.c was initially added on branch mga-0-0-1-branch. 2000-02-12 21:48:57 +00:00
Jeff Hartmann
5a3acfc628 file i810_drm_public.h was initially added on branch mga-0-0-1-branch. 2000-02-12 02:08:58 +00:00
Keith Whitwell
9fc0e46b67 file mga_state.h was initially added on branch mga-0-0-1-branch. 2000-02-06 18:50:35 +00:00
Keith Whitwell
d222453c4a file mga_dma.h was initially added on branch mga-0-0-1-branch. 2000-02-04 07:32:24 +00:00
Keith Whitwell
a0ae168002 file mga_clear.c was initially added on branch mga-0-0-1-branch. 2000-02-04 07:32:24 +00:00
Jeff Hartmann
9fcbf05c44 Fixed freelist_put bug 2000-01-28 02:11:01 +00:00
Jeff Hartmann
84ad2d4aae file mga_state.c was initially added on branch mga-0-0-1-branch. 2000-01-27 23:48:40 +00:00
Jeff Hartmann
d93a3667b2 file mga_drm_public.h was initially added on branch mga-0-0-1-branch. 2000-01-27 23:48:40 +00:00
Jeff Hartmann
0d9121a5ec file mgareg_flags.h was initially added on branch mga-0-0-1-branch. 2000-01-19 13:05:51 +00:00
Rik Faith
d545384a2b Try a more complex (and more correct?) method for finding kernel inlcude
files
2000-01-17 10:27:29 +00:00
Daryll Strauss
fb0ace84a9 Remove -g from build Fix lost code from tdfx-1-1 merge in tdfx_priv.c Lower
the minimum required fifo size Fix the kernel tree detection in the
    Makefile
2000-01-15 18:25:07 +00:00
Rik Faith
9a838857e1 Add new code to do SMP/MODVERSIONS detection for more distributions 2000-01-13 15:03:41 +00:00
Daryll Strauss
aa724a52b9 Add a drm_poll function to the tdfx driver. This fixes the problem with
3.9.17 where the server hangs when the mouse is first moved.
2000-01-12 21:47:44 +00:00
Jeff Hartmann
e83ae7576b file i810_dma.c was initially added on branch mga-0-0-1-branch. 2000-01-08 00:17:21 +00:00
Jeff Hartmann
ca64f467f2 file i810_drv.h was initially added on branch mga-0-0-1-branch. 2000-01-08 00:17:21 +00:00
Jeff Hartmann
19f6b7f5ff file i810_drv.c was initially added on branch mga-0-0-1-branch. 2000-01-08 00:17:21 +00:00
Jeff Hartmann
c3622292ef file i810_bufs.c was initially added on branch mga-0-0-1-branch. 2000-01-08 00:17:21 +00:00
Jeff Hartmann
138484c670 file i810_context.c was initially added on branch mga-0-0-1-branch. 2000-01-08 00:17:21 +00:00
Rik Faith
9243a76e03 Merge between X_3_9_16 and X_3_9_17 Compiles but may not run. 2000-01-07 06:54:54 +00:00
Jeff Hartmann
bf0e55959f file mga_bufs.c was initially added on branch mga-0-0-1-branch. 2000-01-06 23:44:30 +00:00
Jeff Hartmann
cbb5afb338 file mga_context.c was initially added on branch mga-0-0-1-branch. 2000-01-06 23:44:30 +00:00
Jeff Hartmann
19da57df10 file ctxbitmap.c was initially added on branch mga-0-0-1-branch. 2000-01-06 23:44:30 +00:00
Rik Faith
1c33c69095 Import of XFree86 3.9.17 2000-01-06 12:55:00 +00:00
Daryll Strauss
0371c290a1 Rename the device to be /dev/dri instead of /dev/dri to avoid a conflict.
Rename proc entry from /proc/graphics to /proc/dri to be consistent.
1999-12-18 18:34:59 +00:00
Rik Faith
46e1467a83 file agpsupport.c was initially added on branch ati-4-0-0-branch. 1999-12-17 17:17:53 +00:00
Rik Faith
87fd9a07fc file r128_drv.c was initially added on branch ati-4-0-0-branch. 1999-12-17 17:15:18 +00:00