aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r128/server/r128_dri.c
Commit message (Expand)AuthorAgeFilesLines
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-151-3/+3
* Fixing memset on ia64 & other archsDave Airlie2005-03-051-2/+3
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-1/+1
* Make solo radeon/r128 drivers track fix for DRI bug 849Jon Smirl2004-07-101-15/+7
* Convert miniglx to use Ian's fancy new driver config code.Jon Smirl2004-07-051-44/+0
* This should make most linux-solo drivers work again. Mainly a fixJon Smirl2004-06-291-1/+1
* Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick2004-06-021-1/+1
* move pSAREAPriv declaration to be C-compliantBrian Paul2004-04-081-1/+1
* Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.Ian Romanick2004-03-181-1/+1
* Convert all uses of CARD32 and CARD8 to int32_t and int8_t.Ian Romanick2004-03-171-1/+1
* Make R128 driver use sarea/defines from DRM. removed r128_common.hJon Smirl2004-03-121-15/+15
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-5/+3
* Fix compile problems with `glMultiModeDrawArraysIBM'Jon Smirl2003-08-241-1/+2
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+1165