aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_ioctl.h
Commit message (Expand)AuthorAgeFilesLines
* radeon/r200/r300: consolidate the buffer copy/flip code into one placeDave Airlie2009-01-141-5/+0
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-22/+23
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-211-3/+3
* More vblank cleanups.Michel Dänzer2007-10-301-2/+2
* remove code dealing with drmMinor version < 6 since all radeon drivers reques...Roland Scheidegger2006-06-021-2/+0
* Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul2006-03-311-1/+2
* Minor driver cleanup. Remove unnecessery/unneded radeon/r200AllocDmaRegionVer...Roland Scheidegger2005-10-111-13/+0
* Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2005-01-311-6/+0
* OK, one more time. Simplify the state-backup system by just storing the fullEric Anholt2004-09-301-2/+0
* The previous code would emit a full set of state during the first EmitState onEric Anholt2004-09-251-3/+7
* Close some races with locking on R100 and R200 which could manifest as renderingEric Anholt2004-08-171-0/+33
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+188