index
:
drm/libdrm
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)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2005-07-27
Link in the savage files from shared-core.
Eric Anholt
1
-0
/
+4
2005-07-27
fix driver date and drm minor version for r300 support
Roland Scheidegger
1
-2
/
+3
2005-07-20
Add latest r300 support from r300.sf.net CVS. Patch submitted by volodya,
Eric Anholt
18
-50
/
+2470
2005-07-19
Add .cvsignore file.
Eric Anholt
1
-0
/
+6
2005-07-16
revert last change due to me bring up too early
Dave Airlie
3
-7
/
+3
2005-07-16
up the version
Dave Airlie
1
-1
/
+2
2005-07-16
Egbert noticed this issue, but changing the IOW to IOWR mess up
Dave Airlie
2
-2
/
+5
2005-07-15
VIA: Fix sparse warnings (Alexey Dobriyan)
Thomas Hellstrom
10
-24
/
+29
2005-07-13
distcheck fixes
libdrm-1_0_0
Adam Jackson
4
-13
/
+6
2005-07-11
IRQ must be assigned and enabled or this will hang
Jon Smirl
1
-1
/
+1
2005-07-10
autoconfiscate libdrm
Adam Jackson
6
-55
/
+146
2005-07-03
Simplify the sysfs code
Jon Smirl
3
-48
/
+15
2005-07-03
Add sysfs attribute dri_library_name on Linux. code in share-core/via_drv.c
Jon Smirl
6
-10
/
+57
2005-06-30
release can happen before dev->ctxlist is allocated
Jon Smirl
1
-1
/
+1
2005-06-29
Remove the AGP requirement from Makefile and Kconfig for MGA. Remove the
Ian Romanick
2
-10
/
+8
2005-06-29
add remaining calls
Alan Hourihane
1
-0
/
+79
2005-06-29
add i915_ioc32.c
Alan Hourihane
2
-0
/
+143
2005-06-29
silence warning
Alan Hourihane
1
-1
/
+4
2005-06-29
fix some warnings from cross compiler
Dave Airlie
2
-7
/
+7
2005-06-29
make r128/mga compile properly on sparc cross-compiler
Dave Airlie
2
-4
/
+4
2005-06-29
Move to linux specific directory
Alan Hourihane
2
-1
/
+1
2005-06-29
add mga and r128 32/64 bits
Dave Airlie
7
-0
/
+399
2005-06-29
these don't need reclaim buffers their release functions handle it
Dave Airlie
2
-2
/
+0
2005-06-29
Bug in conversion from old DRM to core DRM....
Dave Airlie
1
-1
/
+1
2005-06-29
Get the BSD DRM compiling again after MGA and mapping changes. Note that
Eric Anholt
6
-190
/
+251
2005-06-28
- Remove drm_initmap and replace its usage with drm_addmap. This reduces
Eric Anholt
9
-399
/
+198
2005-06-28
add compat code from Paul Mackerras
Dave Airlie
4
-0
/
+28
2005-06-28
Add compat to Makefile
Dave Airlie
1
-0
/
+5
2005-06-28
Add drm and radeon 32/64-bit compat code from Paul Mackerras
Dave Airlie
2
-0
/
+1464
2005-06-28
Given that BenH says using the sysdev approach for DRM is bogus, I'll yank
Alan Hourihane
7
-196
/
+1
2005-06-28
Comment out the .resume function as without programming their dependent
Alan Hourihane
1
-1
/
+1
2005-06-27
Reverse the pm_message_t patch for now, it appears that the 2.6.12 release
Alan Hourihane
2
-37
/
+10
2005-06-27
Check for 2.6.12 suspend/resume changes (pm_message_t)
Alan Hourihane
2
-12
/
+39
2005-06-27
Check dev_priv
Alan Hourihane
1
-0
/
+4
2005-06-27
Save state of registers for suspend/resume.
Alan Hourihane
1
-8
/
+29
2005-06-26
removed dev->sysdev_registered
Jon Smirl
2
-7
/
+8
2005-06-24
Ref count the sysdev class to support multiple DRM cards
Jon Smirl
1
-4
/
+17
2005-06-24
Make sysdev class only register when fbdev detected
Jon Smirl
2
-7
/
+12
2005-06-24
More err path clean up for drm_pm Add mandatory sysdev shutdown function
Jon Smirl
2
-10
/
+14
2005-06-24
Fix the sysdev approach for power management.
Alan Hourihane
1
-2
/
+4
2005-06-24
Fix suspend problem when i915 private hasn't been initialized yet.
Alan Hourihane
1
-0
/
+8
2005-06-23
Fix drm_memory_debug.c to compile, doesn't seem to be working Clean up
Jon Smirl
2
-2
/
+12
2005-06-22
Get the power management hooks into the right place so that everything gets
Jon Smirl
4
-34
/
+39
2005-06-21
Change initialization of savage register access to _DRM_READ_ONLY. Flags of
Jon Smirl
1
-1
/
+1
2005-06-20
Change initialization of radeon register access to _DRM_READ_ONLY. Flags of
Jon Smirl
1
-1
/
+1
2005-06-19
Remove I2C support from radeon driver. Same support is available from
Jon Smirl
5
-195
/
+1
2005-06-17
fix up drm_alloc_agp to take a dev arg and not pass crappy agpgart around
Dave Airlie
6
-19
/
+8
2005-06-17
Fix 810/830 build
Jon Smirl
2
-0
/
+2
2005-06-16
Force AGP always for Intel chipsets.
Alan Hourihane
4
-0
/
+34
2005-06-15
Re-sync (and correct!) shared/mga_drm.h with shared-core/mga_drm.h.
Ian Romanick
1
-1
/
+2
[prev]
[next]