summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r128/server
Commit message (Expand)AuthorAgeFilesLines
* Enable GL_EXT_blend_subtract and GL_NV_blend_square.Ian Romanick2004-06-041-66/+29
* Removed need for sarea.h, various touch ups to get rid of type mismatches.Jon Smirl2004-06-021-0/+1
* Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick2004-06-023-11/+11
* 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-182-70/+70
* Convert all uses of CARD32 and CARD8 to int32_t and int8_t.Ian Romanick2004-03-172-70/+70
* Make R128 driver use sarea/defines from DRM. removed r128_common.hJon Smirl2004-03-124-380/+15
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-112-6/+4
* Fix compile problems with `glMultiModeDrawArraysIBM'Jon Smirl2003-08-242-1/+59
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-228-0/+3824