index
:
~anholt/drm
X_4_0_1-20000711-merge
agpgart_2_0_branch
android
arb_timer_query
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
aub
batch
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
cache-buckets
cairo-gl
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
execbuf2
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-decode
intel-decode-gen7
intel-post-reloc
kms-pageflip
libdrm-1_0-branch
libdrm-2_0-branch
libdrm-2_3-branch
likely
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-gem
modesetting-newttm
multihead-1-0-0-branch
newdrm-0-0-1-branch
newioctl-0.1
newmesa-0-0-1-branch
no-more-buckets
nouveau-1
nv-0-0-1-branch
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
r500-support
r6xx-r7xx-support
radeon-1-0-0-branch
reinit-0-0-1-branch
reloc-reset
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
vc4-android
vc4-label
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 to name it for gitweb.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2002-11-25
added missing return fd (Alexander Stohr)
mesa-4-1-branch
Brian Paul
1
-0
/
+1
2002-11-15
merge from trunk
Brian Paul
51
-251
/
+906
2002-10-25
Added support for cube mapping registers/packets. Bumped version number to
Brian Paul
7
-7
/
+151
2002-10-15
merge from trunk
Brian Paul
4
-4
/
+22
2002-10-15
replace max() with cond expression
Brian Paul
2
-2
/
+2
2002-10-08
Fix error condition...
Keith Whitwell
2
-2
/
+2
2002-10-08
Call pci_enable_device() in DRM(irq_busid).
Keith Whitwell
2
-4
/
+30
2002-10-02
Free correct block in free_block (K. Rasche)
trunk-20021002
Keith Whitwell
2
-2
/
+2
2002-10-01
fix wait condition for vertical blank IRQs
Michel Daenzer
2
-2
/
+2
2002-09-29
Remove some noise being spit to the console.
Eric Anholt
2
-4
/
+0
2002-09-29
Make our set_bit and friends match linux better (cleans up some warnings)
Eric Anholt
2
-24
/
+24
2002-09-29
warnings cleanup
Eric Anholt
2
-6
/
+6
2002-09-29
Fix some of my silliness in DRM_WAIT_ON (not returning EINTR).
Eric Anholt
2
-14
/
+10
2002-09-29
Turn boxes off again
Keith Whitwell
2
-2
/
+2
2002-09-29
Move os-dependent stuff out of radeon_irq.c
Keith Whitwell
11
-199
/
+197
2002-09-29
Fix up BSD irq handling.
Eric Anholt
4
-52
/
+20
2002-09-29
add support for 16K and 64K page sizes (Bjorn Helgaas)
Michel Daenzer
2
-4
/
+16
2002-09-27
make SW interrupts more robust: write sequence number to scratch register,
Michel Daenzer
4
-34
/
+52
2002-09-26
DRM(vblank_wait) is driver specific
Michel Daenzer
4
-76
/
+78
2002-09-26
BSD vblank framework.
Eric Anholt
13
-30
/
+202
2002-09-26
Fix one warning.
Eric Anholt
2
-2
/
+2
2002-09-25
change RADEON_PARAM_IRQ_ACTIVE to RADEON_PARAM_IRQ_NR
Michel Daenzer
4
-8
/
+6
2002-09-25
common ioctl to wait for vertical blank IRQs
Michel Daenzer
15
-122
/
+409
2002-09-23
merged r200-0-2-branch to trunk
Keith Whitwell
24
-45
/
+1513
2002-09-21
make sure we never oops because the hardware lock pointer in the sigdata
Michel Daenzer
6
-6
/
+8
2002-09-11
- Fix various bugs in the DRI support for the i830 and i845G (Keith
David Dawes
10
-620
/
+336
2002-08-30
Remove some extra symlinking for kernel module building that hasn't been
Eric Anholt
9
-54
/
+0
2002-08-30
Remove this one too: it'll be used from the linux version (if ever)
Eric Anholt
1
-40
/
+0
2002-08-30
Remove compat functions for FreeBSD for drivers which weren't available in
Eric Anholt
1
-2
/
+7
2002-08-30
file radeon_irq.c was initially added on branch r200-0-2-branch.
Keith Whitwell
0
-0
/
+0
2002-08-29
standardize use of __FUNCTION__ (Linus)
Keith Whitwell
20
-90
/
+90
2002-08-28
Turn boxes off.
Keith Whitwell
2
-2
/
+2
2002-08-28
Remove i8x0 files from the BSD side. These were not actually ported, and
Eric Anholt
12
-3989
/
+0
2002-08-27
file radeon_mem.c was initially added on branch r200-0-2-branch.
Keith Whitwell
0
-0
/
+0
2002-08-27
Remove drm_linux.h, it's no longer used.
Eric Anholt
1
-159
/
+0
2002-08-27
Include non-radeon modules in the build.
Eric Anholt
3
-3
/
+3
2002-08-26
merged r200-0-1-branch
r200-0-1-20020822-merge
Keith Whitwell
16
-353
/
+1733
2002-08-22
Don't (re)define vmalloc_to_page for kernel >= 2.4.19, as it has been
Leif Delgass
7
-16
/
+16
2002-08-22
SetPageLocked only defined in 2.5.x (x=?), use LockPage for 2.4.x (x>=9).
Leif Delgass
4
-4
/
+20
2002-08-21
Change the linux kernel version condition in the i810 driver (according to
Jose Fonseca
2
-4
/
+4
2002-08-21
Remove drm_linux.h, move the two useful defines into drm_drv.h (the only
Eric Anholt
4
-36
/
+154
2002-08-21
add missing include (for udelay), remove unused counter.
Leif Delgass
2
-4
/
+2
2002-08-21
TRUE and FALSE don't seem to be defined everywhere...
Michel Daenzer
2
-4
/
+4
2002-08-12
zero-cliprect case patch from Jacek
Keith Whitwell
2
-4
/
+20
2002-08-11
test scratch register writeback before using it
Michel Daenzer
6
-8
/
+54
2002-08-08
Try to open the /dev/dri/cardX device once, then only if it fails check the
Eric Anholt
1
-1
/
+11
2002-08-06
Updates from Rusty Russell to:
Rik Faith
14
-82
/
+80
2002-07-18
fix off-by-one error for right bottom corner in radeon_emit_clip_rect()
GEODE-BASE-DRIVER
reinit-0-0-1-branch
geode-0-0-1-branch
Michel Daenzer
2
-4
/
+2
2002-07-17
Workaround for Radeon lockups on fast machines
Tim Smith
2
-2
/
+26
2002-07-14
bump DRM minor and check it before using the GETPARAM ioctl to obtain
Michel Daenzer
1
-3
/
+3
[next]