summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove the untested, unused gamma driver.mesa-4-0-4-20030222mesa-4-0-4-20030216mesa-4-0-4-20030208mesa-4-0-4-branchEric Anholt2003-02-089-987/+3
* Unitialize mutexes on cleanup, fixes panics on 5.0 with WITNESS.Eric Anholt2003-02-0813-29/+44
* Update Radeon PCI IDs.Eric Anholt2003-02-082-16/+52
* Remove the untested vblank signal code from this branch.Eric Anholt2003-02-085-113/+59
* fix EAGAIN handling in radeon_cp_dispatch_texture() (fixes corruption ofMichel Daenzer2003-02-062-18/+14
* disable strict aliasing for building the DRMMichel Daenzer2003-02-041-1/+1
* fix PCI and AGP posting problems (based on testing by Chris Ison andMichel Daenzer2003-02-042-18/+14
* only acknowledge interrupts we handle - others could be used outside theMichel Daenzer2003-02-042-10/+16
* Fix size of VERTEX2 ioctl struct (Egbert Eich)Keith Whitwell2003-02-032-2/+2
* don't inflate relative vblank sequence numbers on repeated calls (e.g. whenMichel Daenzer2003-02-025-14/+121
* Add a define for M_WAITOK if it is not present (removed in 5-current).Eric Anholt2003-01-312-0/+8
* Add cast to avoid void * arithmetic warningLeif Delgass2003-01-262-2/+2
* limit number of pending vblank signals to 100 to prevent DoS, and minorMichel Daenzer2003-01-254-28/+82
* Resync with XFree86 trunk.mesa-4-0-4-20030114mesa-4-0-4-20021220mesa-4-0-4-20021216mesa-4-0-4-20021215David Dawes2002-12-1628-284/+1742
* merge changes from trunk since Mesa 5.0 mergemesa-4-0-4-20021214Michel Daenzer2002-12-1423-382/+475
* added missing return fd (Alexander Stohr)trunk-20021125Brian Paul2002-11-251-0/+1
* Silence the radeon_freelist_get 'returning NULL' message. It's not an errorKeith Whitwell2002-11-252-2/+2
* allow unprivileged clients to use the GETPARAM ioctl (Wang WenRui)Michel Daenzer2002-11-231-1/+1
* Kernel support for vblank syncing on Rage 128 and Matrox.Eric Anholt2002-10-3024-13/+631
* updated e-mail addresses for Keith, Alan and JensJens Owen2002-10-2910-10/+10
* preserve CRTC{,2}_OFFSET_CNTL in 2D driver to avoid bad effects whennv-0-0-1-branchMichel Daenzer2002-10-2910-43/+160
* Use bus_alloc_resource/bus_release_resource more properly: save the ridEric Anholt2002-10-294-26/+32
* merge from mesa-4-1-branch to get cube-map registers. bumped version to 1.7Brian Paul2002-10-287-7/+151
* s/udelay/DRM_UDELAY/Eric Anholt2002-10-272-2/+2
* Catch up to -current.Eric Anholt2002-10-272-0/+8
* final part of XFree86 4.2.99.2 mergeX_4_2_99_2-20021023-mergeAlan Hourihane2002-10-2212-157/+63
* Import of XFree86 4.2.99.2X_4_2_99_2Alan Hourihane2002-10-221-10/+0
* Fix reversed test that broke vblank waiting on FreeBSD.trunk-20021022stable-1-0-branchEric Anholt2002-10-142-2/+2
* Jonny Strom's mga_dma.c patchKeith Whitwell2002-10-102-2/+20
* replaced max() macro with conditional expressionBrian Paul2002-10-092-2/+2
* Fix error condition...Keith Whitwell2002-10-082-2/+2
* Call pci_enable_device() in DRM(irq_busid).Keith Whitwell2002-10-082-4/+30
* Free correct block in free_block (K. Rasche)trunk-20021002Keith Whitwell2002-10-022-2/+2
* fix wait condition for vertical blank IRQsMichel Daenzer2002-10-012-2/+2
* Remove some noise being spit to the console.Eric Anholt2002-09-292-4/+0
* Make our set_bit and friends match linux better (cleans up some warnings)Eric Anholt2002-09-292-24/+24
* warnings cleanupEric Anholt2002-09-292-6/+6
* Fix some of my silliness in DRM_WAIT_ON (not returning EINTR).Eric Anholt2002-09-292-14/+10
* Turn boxes off againKeith Whitwell2002-09-292-2/+2
* Move os-dependent stuff out of radeon_irq.cKeith Whitwell2002-09-2911-199/+197
* Fix up BSD irq handling.Eric Anholt2002-09-294-52/+20
* add support for 16K and 64K page sizes (Bjorn Helgaas)Michel Daenzer2002-09-292-4/+16
* make SW interrupts more robust: write sequence number to scratch register,Michel Daenzer2002-09-274-34/+52
* DRM(vblank_wait) is driver specificMichel Daenzer2002-09-264-76/+78
* BSD vblank framework.Eric Anholt2002-09-2613-30/+202
* Fix one warning.Eric Anholt2002-09-262-2/+2
* change RADEON_PARAM_IRQ_ACTIVE to RADEON_PARAM_IRQ_NRMichel Daenzer2002-09-254-8/+6
* common ioctl to wait for vertical blank IRQsMichel Daenzer2002-09-2515-122/+409
* merged r200-0-2-branch to trunkKeith Whitwell2002-09-2324-45/+1513
* make sure we never oops because the hardware lock pointer in the sigdataMichel Daenzer2002-09-216-6/+8