index
:
mesa/drm
103-regression-intel-mesa-buildtests-broken-by-libdrm-update
agpgart_2_0_branch
amdgpu
ati-4-0-0-branch
ati-4-0-1-branch
ati-4-1-0-branch
ati-4-1-1-branch
ati-5-0-0-branch
ati-5-0-1-branch
ati-pcigart-0-0-1-branch
ati-pcigart-1-0-0-branch
bsd-1-0-0-branch
bsd-1-0-1-branch
bsd-2-0-0-branch
bsd-3-0-0-branch
bsd-4-0-0-branch
cle266-0-0-1-branch
dri2-swapbuffers
driinterface-0-0-3-branch
drm-filp-0-1-branch
drm-sman-branch
drm-ttm-branch
drmcommand-0-0-1-branch
drmfntbl-0-0-1
drmfntbl-0-0-2-branch
drmlib-0-0-1-branch
gamma-1-0-0-branch
gamma-2-0-0-branch
glxmisc-1-0-0-branch
glxmisc-3-0-0-branch
i865-agp-0-1-branch
i915-pageflip
i915-zone-rendering
i915tex-compat
import-1.1.1
intel-post-reloc
kms-pageflip
libdrm-1_0-branch
libdrm-2_0-branch
libdrm-2_3-branch
mach64-0-0-0-branch
mach64-0-0-1-branch
mach64-0-0-2-branch
mach64-0-0-3-branch
mach64-0-0-3-dma-branch
mach64-0-0-4-branch
mach64-0-0-4-dma-branch
mach64-0-0-5-branch
mach64-0-0-6-branch
mach64-0-0-7-branch
main
master
mesa-3-5-branch
mesa-4-0-4-branch
mesa-4-0-branch
mesa-4-1-branch
mga-0-0-1-branch
mga-0-0-2-branch
mga-0-0-3-branch
mga-1-0-0-branch
mga-lock-debug-0-0-1-branch
mga-lock-debug-0-2-0-branch
mga-readpix-0-0-1-branch
mgadh-0-0-3-branch
modesetting-101
modesetting-101-hotplug
modesetting-dirty
modesetting-gem
modesetting-newttm
multihead-1-0-0-branch
newdrm-0-0-1-branch
newioctl-0.1
newmesa-0-0-1-branch
pageflip
ppc-1-0-0-branch
ppc-1-0-1-branch
pre-superioctl-branch
r200-0-1-branch
r200-0-2-branch
r200-stable-1-0-branch
r6xx-r7xx-support
radeon-1-0-0-branch
s3virge-0-0-1-branch
sarea-1-0-0-branch
savage-0-0-1-branch
savage-1_0_0-branch
savage-2-0-0-branch
tcl-0-0-branch
tdfx-1-1
tdfx-2-0-branch
tdfx-2-1-branch
tdfx-3-0-0-branch
tdfx-3-1-0-branch
tdlabs-0-0-1-branch
texmem-0-0-1
trident-0-0-1-branch
trident-0-0-2-branch
vblank-event
video-1-0-0-branch
xgi-0-0-1
xv845g-0-1-branch
Direct Rendering Manager headers and kernel modules (mirrored from https://gitlab.freedesktop.org/mesa/drm)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2002-05-25
Fix leak of temporary data table if bus master test fails
mach64-0-0-4-dma-branch
Leif Delgass
1
-3
/
+6
2002-05-23
fix typo in DRIVER_UNINSTALL() macro
Leif Delgass
1
-1
/
+1
2002-05-23
Add conditional definition of list_for_each_safe for earlier kernels.
Leif Delgass
2
-5
/
+9
2002-05-22
- Check BM_GUI_TABLE for buffer completion rather than using pattern
Leif Delgass
3
-93
/
+195
2002-05-18
Checkpoint commit of async DMA, blits and AGP texturing. Buffer aging is
Leif Delgass
10
-467
/
+920
2002-05-08
- interrupt-driven DMA framework written by Frank C. Earl (merged from
Leif Delgass
8
-167
/
+671
2002-05-02
Use of readl/writel macros for MMIO
Jose Fonseca
2
-4
/
+3
2002-05-01
Fix typo in last commit (cleanup fix)
Leif Delgass
1
-3
/
+3
2002-05-01
Fix bug in _do_cleanup_dma with freeing descriptor table
Leif Delgass
1
-8
/
+9
2002-05-01
fix buffer size in descriptor for DMA test.
Leif Delgass
1
-1
/
+1
2002-05-01
Enable/disable DMA based on result of gui-mastering test. MMIO mode can
Leif Delgass
3
-138
/
+141
2002-04-30
Use DMA by default.
Jose Fonseca
1
-1
/
+1
2002-04-28
Disable code that was causing kernel oops. I haven't yet determined why the
Leif Delgass
1
-1
/
+2
2002-04-28
Byte swapping for vertex DMA data and DMA descriptors
Leif Delgass
3
-21
/
+24
2002-04-27
Account for endianess in register reads/writes.
Leif Delgass
1
-5
/
+3
2002-04-27
use virt_to_bus instead of virt_to_phys to get DMA buffer address, which
Leif Delgass
1
-2
/
+2
2002-04-26
remove duplicate prototype for mach64_do_wait_for_idle (oops)
Leif Delgass
1
-1
/
+0
2002-04-26
Initial hacked-up code for synchronous DMA of vertex buffers (disabled but
Leif Delgass
3
-8
/
+392
2002-04-23
Better support for kernel ring buffers. Changes to allow the evetual use of
Jose Fonseca
3
-6
/
+51
2002-04-21
Fixed the DMA emul code which was checking the FIFO every 17th entry
Jose Fonseca
1
-2
/
+2
2002-04-21
Changed the DMA emulation code to wait for FIFO instead of idle engine
Jose Fonseca
2
-12
/
+2
2002-04-21
Slighty more optimized DMA emulation C code. Support for waiting for
Jose Fonseca
1
-16
/
+29
2002-04-21
Implement streamlined vertex buffer by setting up multiple sequential
Leif Delgass
1
-42
/
+7
2002-04-20
Forgot to increment the register number in the pseudo DMA algorithm
Jose Fonseca
1
-1
/
+1
2002-04-20
Fixed another discrepancy in mach64_drm.h (this one harmless because is
Jose Fonseca
2
-25
/
+62
2002-04-20
Add agp texture region info to DRM. Also, use DMA* macros for DRM
Leif Delgass
4
-25
/
+51
2002-04-20
Fix a discrepancy in the definition of the upload flags. This still doesn't
Jose Fonseca
1
-2
/
+2
2002-04-20
Added the state hardware programming functions to here
Jose Fonseca
2
-1
/
+88
2002-04-20
Preliminary changes required for AGP textures. AGP texture area is now
Leif Delgass
1
-1
/
+1
2002-04-20
Fixed the DMA emulation code thanks to Keith
Jose Fonseca
2
-45
/
+7
2002-04-19
Code restructuring to be more similar to the existing drivers.
Jose Fonseca
9
-260
/
+361
2002-04-15
Removal of erroneous PCI GART code. Better support for PCI cards. More
mach64-0-0-3-branch
Jose Fonseca
3
-29
/
+27
2002-04-12
Error checking when mapping as is done in other drivers
Jose Fonseca
1
-8
/
+43
2002-04-09
Make sure we wait for enough FIFO entries (needed to add 2 to account for
Leif Delgass
1
-2
/
+2
2002-04-05
Prevent from reading from AGP related registers to avoid lockup in PCI
Jose Fonseca
1
-2
/
+7
2002-03-23
Removed the AGP requirement in the DRM.
Jose Fonseca
2
-2
/
+2
2002-03-05
Fixes for viewport calculation, scissors, and cliprects. Added drawX,drawY
Leif Delgass
2
-1
/
+15
2002-02-26
Initial merge with the trunk (XFree 4.2.x, Mesa 4.x)
Jose Fonseca
11
-1
/
+1625
2002-02-14
First pass of mesa-4-0 branch merge into trunk.
trunk-20020221
mesa-4-0-20020214-merge
David Dawes
35
-980
/
+1220
2002-02-02
wrapper for ioremap_nocache() like for ioremap() (Paul Mundt)
Michel Daenzer
4
-0
/
+54
2002-01-27
First pass merge of XFree86 4.2.0 import.
X_4_2_0-20020128-merge
David Dawes
66
-10535
/
+4618
2002-01-27
Import of XFree86 4.2.0
X_4_2_0
David Dawes
23
-1009
/
+3228
2002-01-27
Initial revision
David Dawes
69
-0
/
+39532
2001-12-10
merge with linux kernel 2.4.15
X_4_2_0-20020127-preimport
X_4_2_0-20020123-preimport
Alan Hourihane
6
-8
/
+54
2001-11-27
Put back i810 major version number (same reasons as for r128)
Keith Whitwell
2
-4
/
+4
2001-11-26
Put drm version back from 3.0 to 2.2; XFree86 4.1 is the baseline for
Keith Whitwell
2
-4
/
+4
2001-11-02
wrap the MODULE_LICENSE definition.
dmx-0-1-20020531-final
dmx-0-1-20020419-beta
dmx-0-1-20020228-alpha
dmx-0-1-20020112
dmx-0-1-20011128-snapshot
dmx-0-1-20011115
Alan Hourihane
2
-0
/
+4
2001-10-22
merge kernel 2.4.13-pre6.
Alan Hourihane
6
-16
/
+58
2001-10-21
file mach64.h was initially added on branch mach64-0-0-2-branch.
Manuel Teira
0
-0
/
+0
2001-10-08
commit Abraham vd Merwe fix.
Alan Hourihane
2
-2
/
+2
[next]