summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-04-23Merge from trunk.texmem-0-0-1Ian Romanick62-3239/+776
2003-04-23Removed the IDR_HACK vblank code.Ian Romanick8-30/+1298
2003-04-07"Final" round of trunk-to-branch merges.texmem-0-0-1-20030407Ian Romanick2-8/+8
2003-04-04Second part of trunk-to-branch merge.Ian Romanick2-6/+4
2003-04-02First part of trunk-to-branch merge. More to follow.Ian Romanick128-3520/+4021
2003-03-17Hack to generate vblank interrupts.texmem-0-0-1-20030328-freezeIan Romanick2-0/+30
2003-02-06Merge of EAGAIN handling fix from trunk.Ian Romanick2-18/+14
2003-02-05Fix texture aging bug, consolidate sarea texture heap tracking structs, fixLeif Delgass4-18/+6
2003-02-05Merge from trunk.texmem-0-0-1-20030204-trunk-mergeIan Romanick14-31/+46
2003-02-01Sync txformat register defines between drm and ddx headers.texmem-0-0-1-20030204-trunk-premergeLeif Delgass2-0/+2
2003-01-26Warning fix from trunk.Leif Delgass2-2/+2
2003-01-26Merge from trunk.texmem-0-0-1-20030125-trunk-mergeIan Romanick28-435/+565
2002-12-05Massive trunk-to-branch merge. This includes the Mesa-5.x updates.texmem-0-0-1-20030123-trunk-premergeIan Romanick16-42/+232
2002-12-03Make getparam ioctl usable by unprivileged clients (from trunk)Leif Delgass1-1/+1
2002-11-11Massive merge from trunk.texmem-0-0-1-20021127-mesa-4-1-mergeIan Romanick14-47/+56
2002-11-06Merge from trunk.Ian Romanick44-217/+1039
2002-10-16Applied the same work-around from i830_dma.c to enable compilation on RedIan Romanick2-2/+14
2002-10-02Free correct block in free_block (K. Rasche)trunk-20021002Keith Whitwell2-2/+2
2002-10-01fix wait condition for vertical blank IRQsMichel Daenzer2-2/+2
2002-09-29Remove some noise being spit to the console.Eric Anholt2-4/+0
2002-09-29Make our set_bit and friends match linux better (cleans up some warnings)Eric Anholt2-24/+24
2002-09-29warnings cleanupEric Anholt2-6/+6
2002-09-29Fix some of my silliness in DRM_WAIT_ON (not returning EINTR).Eric Anholt2-14/+10
2002-09-29Turn boxes off againKeith Whitwell2-2/+2
2002-09-29Move os-dependent stuff out of radeon_irq.cKeith Whitwell11-199/+197
2002-09-29Fix up BSD irq handling.Eric Anholt4-52/+20
2002-09-29add support for 16K and 64K page sizes (Bjorn Helgaas)Michel Daenzer2-4/+16
2002-09-27make SW interrupts more robust: write sequence number to scratch register,Michel Daenzer4-34/+52
2002-09-26DRM(vblank_wait) is driver specificMichel Daenzer4-76/+78
2002-09-26BSD vblank framework.Eric Anholt13-30/+202
2002-09-26Fix one warning.Eric Anholt2-2/+2
2002-09-25change RADEON_PARAM_IRQ_ACTIVE to RADEON_PARAM_IRQ_NRMichel Daenzer4-8/+6
2002-09-25common ioctl to wait for vertical blank IRQsMichel Daenzer15-122/+409
2002-09-23merged r200-0-2-branch to trunkKeith Whitwell24-45/+1513
2002-09-21make sure we never oops because the hardware lock pointer in the sigdataMichel Daenzer6-6/+8
2002-09-11- Fix various bugs in the DRI support for the i830 and i845G (KeithDavid Dawes10-620/+336
2002-08-30Remove some extra symlinking for kernel module building that hasn't beenEric Anholt9-54/+0
2002-08-30Remove this one too: it'll be used from the linux version (if ever)Eric Anholt1-40/+0
2002-08-30Remove compat functions for FreeBSD for drivers which weren't available inEric Anholt1-2/+7
2002-08-30file radeon_irq.c was initially added on branch r200-0-2-branch.Keith Whitwell0-0/+0
2002-08-29standardize use of __FUNCTION__ (Linus)Keith Whitwell20-90/+90
2002-08-28Turn boxes off.Keith Whitwell2-2/+2
2002-08-28Remove i8x0 files from the BSD side. These were not actually ported, andEric Anholt12-3989/+0
2002-08-27file radeon_mem.c was initially added on branch r200-0-2-branch.Keith Whitwell0-0/+0
2002-08-27Remove drm_linux.h, it's no longer used.Eric Anholt1-159/+0
2002-08-27Include non-radeon modules in the build.Eric Anholt3-3/+3
2002-08-26merged r200-0-1-branchr200-0-1-20020822-mergeKeith Whitwell16-353/+1733
2002-08-22Don't (re)define vmalloc_to_page for kernel >= 2.4.19, as it has beenLeif Delgass7-16/+16
2002-08-22SetPageLocked only defined in 2.5.x (x=?), use LockPage for 2.4.x (x>=9).Leif Delgass4-4/+20
2002-08-21Change the linux kernel version condition in the i810 driver (according toJose Fonseca2-4/+4