index
:
~alon/drm
X_4_0_1-20000711-merge
agpgart_2_0_branch
ati-4-0-0-branch
ati-4-0-1-branch
ati-4-0-2-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
config-0-0-1-branch
dispatch-0-0-1-branch
dispatch-0-0-2-branch
dispatch-0-0-3-branch
dmx-0-1-branch
dmx-1-0-branch
dri2-swapbuffers
driinterface-0-0-1-branch
driinterface-0-0-2-branch
driinterface-0-0-3-branch
drm-filp-0-1-branch
drm-gem
drm-sman-branch
drm-ttm-0-2-branch
drm-ttm-branch
drm-ttm-cleanup-branch
drm-ttm-finalize
drmcommand-0-0-1-branch
drmfntbl-0-0-1
drmfntbl-0-0-2-branch
drmlib-0-0-1-branch
drmpci-0-0-1
full-0-0-1-branch
full-0-0-2-branch
gamma-1-0-0-branch
gamma-2-0-0-branch
geode-0-0-1-branch
glxmisc-1-0-0-branch
glxmisc-2-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
libkms-master
m3-0-0-1-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
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-dirty-libdrm
modesetting-gem
modesetting-newttm
multihead-1-0-0-branch
newdrm-0-0-1-branch
newioctl-0.1
newmesa-0-0-1-branch
nouveau-1
nv-0-0-1-branch
pageflip
ppc-1-0-0-branch
ppc-1-0-1-branch
pre-superioctl-branch
qxl
r200-0-1-branch
r200-0-2-branch
r200-stable-1-0-branch
r500-support
r6xx-r7xx-support
radeon-1-0-0-branch
reinit-0-0-1-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
smt-0-0-1-branch
smt-0-0-1-stage2b
smt-0-0-2-branch
sse-1-0-0-branch
sse-1-0-1-branch
stable-1-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
texmem-1.0
trident-0-0-1-branch
trident-0-0-2-branch
ttm-vram-0-1-branch
vblank
vblank-event
vblank-rework
video-1-0-0-branch
xc_4_0_1-20000711-merge
xgi-0-0-1
xgi-0-0-2
xv845g-0-1-branch
Unnamed repository; edit this file 'description' to name the repository.
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-core
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-16
Revert part of earlier commit that caused an unresolved symbol for i915.
Michel Dänzer
2
-1
/
+5
2007-10-16
Drop destroy ioctls for fences and buffer objects.
Kristian Høgsberg
7
-104
/
+10
2007-10-16
Take bo type argument out of the ioctl interface.
Kristian Høgsberg
2
-4
/
+13
2007-10-16
Eliminate support for fake buffers.
[utf-8] Kristian Høgsberg
1
-66
/
+2
2007-10-12
nouveau: mandatory "oops I forgot half of the files" commit
Arthur Huillet
3
-1
/
+3
2007-10-12
i915: check mask instead of flags for buffer fence types
Dave Airlie
1
-1
/
+1
2007-10-10
Eliminate trailing whitespace from last commit.
Ian Romanick
1
-2
/
+2
2007-10-10
Fix command list submission on big-endian.
Ian Romanick
3
-28
/
+7
2007-10-10
Only add native-type on EXE signals. Otherwise flush flags may
Thomas Hellstrom
1
-1
/
+3
2007-10-05
Merge branch 'pre-superioctl-branch'
Dave Airlie
14
-205
/
+618
2007-10-04
nouveau: Switch over to using PMC_BOOT_0 for card detection.
Maarten Maathuis
1
-1
/
+10
2007-10-04
linux-drm: Obey device class requirements when detecting devices.
Maarten Maathuis
1
-0
/
+10
2007-10-04
drm: fix page count calculation
Dave Airlie
1
-10
/
+9
2007-10-03
Use 'ifdef __BIG_ENDIAN' instead of 'if __BIG_ENDIAN'
Ian Romanick
1
-1
/
+1
2007-10-03
First round of byte-ordering fixes for PowerPC.
Ian Romanick
6
-31
/
+56
2007-10-02
ttm: returning into dummy causes a buffer object leak
Dave Airlie
1
-2
/
+1
2007-09-30
nouveau: rename nv30_graph.c to nv20_graph.c
Pekka Paalanen
3
-2
/
+2
2007-09-30
nouveau: nv30 graph function renames, removed nv20_graph.c
Pekka Paalanen
2
-2
/
+1
2007-09-29
Don't build without any optimization on Linux.
Michel Dänzer
1
-1
/
+1
2007-09-26
Allow parallel module compile
Keith Packard
1
-1
/
+1
2007-09-26
Add brackets
Alan Hourihane
1
-1
/
+1
2007-09-26
don't copy back if an error was returned.
Alan Hourihane
1
-1
/
+1
2007-09-25
Merge branch 'master' into pre-superioctl-branch
Thomas Hellstrom
6
-44
/
+48
2007-09-25
drm/ttm: fixup fence class naming and interfaces
Dave Airlie
6
-50
/
+48
2007-09-22
Fix pinned buffer fence class.
Thomas Hellstrom
1
-1
/
+1
2007-09-22
Fix drm_bo.c compiling.
Thomas Hellstrom
1
-8
/
+1
2007-09-22
Make nouveau compile on older kernels.
Thomas Hellstrom
1
-1
/
+4
2007-09-22
Add fence error member.
Thomas Hellstrom
13
-189
/
+602
2007-09-21
Merge branch 'bo-set-pin'
Eric Anholt
5
-73
/
+208
2007-09-20
drm_sysfs: update sysfs code from kernel
Dave Airlie
3
-124
/
+58
2007-09-19
Merge branch 'origin' into bo-set-pin
Eric Anholt
20
-8
/
+2234
2007-09-18
Add ioc32 compat layer for XGI DRM.
Ian Romanick
5
-4
/
+158
2007-09-18
Fix ioc32 compat layer
Ian Romanick
1
-1
/
+6
2007-09-12
Added bool typedef added in kernel 2.6.19
Brian
1
-0
/
+4
2007-09-12
Added idr_replace() function which was apparently added in Linux 2.6.18
Brian
2
-0
/
+52
2007-09-06
Bump version to 1.0.0.
Ian Romanick
1
-3
/
+3
2007-08-31
Merge branch 'master' of ssh+git://git.freedesktop.org/git/mesa/drm into xgi-...
Ian Romanick
14
-23
/
+72
2007-08-31
Acutally emit the IRQ (duh) when setting the fence post.
Ian Romanick
1
-1
/
+3
2007-08-29
Use ati_pcigart for PCI-e GART table handling.
Ian Romanick
3
-64
/
+30
2007-08-29
Fix late night dumb-dumb mistake.
Ian Romanick
1
-1
/
+1
2007-08-29
Use DRM_SPINLOCK / DRM_UNSPINLOCK macros.
Ian Romanick
3
-6
/
+6
2007-08-28
drm: remove XFREE86_VERSION macros
Dave Airlie
1
-5
/
+0
2007-08-17
Remove unnecessary include.
Ian Romanick
1
-1
/
+0
2007-08-16
Forgot to add this file on the last commit.
Ian Romanick
1
-0
/
+125
2007-08-16
Merge branch 'master' into bo-set-pin
Eric Anholt
13
-21
/
+58
2007-08-15
Implement fence support.
Ian Romanick
6
-18
/
+103
2007-08-15
Fix dev->agp->base initialization on BSD, and fix addmap range check on Linux.
Eric Anholt
1
-1
/
+1
2007-08-15
nouveau: Allow GART notifiers when using sgdma code.
Ben Skeggs
1
-0
/
+17
2007-08-14
Eliminate unused / useless ioctls.
Ian Romanick
4
-82
/
+3
2007-08-14
Clean up remaining C++ style comments.
Ian Romanick
1
-10
/
+18
[next]