summaryrefslogtreecommitdiff
path: root/shared
AgeCommit message (Expand)AuthorFilesLines
2003-06-16Possibly fix stanford checker complaints about sareaKeith Whitwell1-30/+15
2003-06-10Texture rectangle support for r100Keith Whitwell4-2/+12
2003-06-09Revert bogus last commitKeith Whitwell1-5/+0
2003-06-09Don't activate blend fallbacks unless blending is enabledKeith Whitwell1-0/+5
2003-05-28Restore change to _DRM_VBLANK_SIGNAL from rev. 1.41, which was revertedLeif Delgass1-1/+1
2003-05-27Merged DRM documentation.Jose Fonseca2-148/+333
2003-05-26Add support to r128 for MESA_ycbcr_texture (Ian Romanick, Leif Delgass)Leif Delgass3-3/+16
2003-05-20DRM part of Radeon DRI suspend/resume support (Charl Botha).config-0-0-1-20031005-freezeDavid Dawes4-0/+185
2003-05-20Support for building DRM module on OpenBSD (Wilbern Cobb, Matthieu Herrb).David Dawes1-1/+5
2003-05-16Support AGP bridges where the AGP aperture can't be accessed directly byMichel Daenzer4-36/+38
2003-05-06fix warning on machines where sizeof(drm_addr_t) != 4 (Randy Dunlap)Michel Daenzer1-2/+2
2003-04-30Merged texmem-0-0-1texmem-0-0-1-20030429-mergeIan Romanick3-9/+4
2003-04-26Remove the map argument from DRM_*MEMORYBARRIER. Not all of the uses ofEric Anholt3-6/+6
2003-04-26Ensure driver has been initialized (dev_private != NULL) before installingLeif Delgass8-14/+48
2003-04-22get rid of superfluous fields in struct drm_radeon_ring_bufferMichel Daenzer2-18/+17
2003-04-22Remove AGP dependency in kernel config for radeon, sis. RemoveLeif Delgass1-17/+0
2003-04-22add more get_param queries for embedded projectKeith Whitwell5-0/+32
2003-04-21Check for NULL map before calling DRM(ioremapfree) on cleanup. Prevents anLeif Delgass3-9/+18
2003-03-29buf->filp is a pointer, so make printf format args be %p not %dEric Anholt1-4/+4
2003-03-28merged drm-filp-0-1-branchdrm-filp-1-20020328-mergeKeith Whitwell12-328/+300
2003-03-25XFree86 4.3.0 mergeX_4_3_0-20030324-mergeAlan Hourihane8-194/+194
2003-03-04DRM_FREE/2 patch from Philip BrownKeith Whitwell2-63/+67
2003-02-21Merge from bsd-4-0-0-branch.bsd-4-0-0-20030221-mergeEric Anholt6-62/+56
2003-02-08reclaim DMA buffers in DRIVER_RELEASE() (Felix Kühling)Michel Daenzer1-0/+1
2003-02-06fix EAGAIN handling in radeon_cp_dispatch_texture() (fixes corruption ofMichel Daenzer1-9/+7
2003-02-04fix PCI and AGP posting problems (based on testing by Chris Ison andMichel Daenzer1-9/+7
2003-02-04only acknowledge interrupts we handle - others could be used outside theMichel Daenzer1-5/+8
2003-02-03Fix size of VERTEX2 ioctl struct (Egbert Eich)mesa-4-0-4-20030203Keith Whitwell1-1/+1
2003-01-26Add cast to avoid void * arithmetic warningmesa-4-0-4-20030129Leif Delgass1-1/+1
2003-01-16Fix radeon for BSD.Eric Anholt1-1/+5
2003-01-10Note that radeon_do_cp_idle() can fail, cope with it.Keith Whitwell1-5/+10
2003-01-06[TRIVIAL] [TRIVIAL PATCH 2.5.48] Remove unused function from radeon_mem.cRik Faith1-10/+0
2003-01-03more cleanups, free mem heap data on last client exitKeith Whitwell2-26/+16
2003-01-02Bump radeon drm version nr on recent interface relaxationKeith Whitwell1-1/+2
2003-01-02Remove printkKeith Whitwell1-2/+0
2003-01-02Make the radeon drm module better at cleaning up after itself if all theKeith Whitwell3-3/+35
2002-12-12enums should be intsDavid Dawes1-1/+1
2002-12-06Rewrite radeon_cp_dispatch_texture() to avoid pingponging back to userspaceKeith Whitwell1-102/+99
2002-12-04further vertical blank interrupt cleanups: remove unused variable,Michel Daenzer3-3/+3
2002-12-03vertical blank interrupt cleanups: use spinlock instead of semaphore, sendMichel Daenzer3-12/+3
2002-11-30vertical blank ioctl can send signal instead of blockingMichel Daenzer4-8/+29
2002-11-25Silence the radeon_freelist_get 'returning NULL' message. It's not an errorKeith Whitwell1-1/+1
2002-11-23allow unprivileged clients to use the GETPARAM ioctl (Wang WenRui)Michel Daenzer1-1/+1
2002-10-30Kernel support for vblank syncing on Rage 128 and Matrox.Eric Anholt10-7/+319
2002-10-29updated e-mail addresses for Keith, Alan and JensJens Owen4-4/+4
2002-10-29preserve CRTC{,2}_OFFSET_CNTL in 2D driver to avoid bad effects whenMichel Daenzer4-21/+79
2002-10-28merge from mesa-4-1-branch to get cube-map registers. bumped version to 1.7Brian Paul4-4/+78
2002-10-27s/udelay/DRM_UDELAY/Eric Anholt1-1/+1
2002-10-10Jonny Strom's mga_dma.c patchKeith Whitwell1-1/+10
2002-10-02Free correct block in free_block (K. Rasche)trunk-20021002Keith Whitwell1-1/+1