aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r128/server
Commit message (Expand)AuthorAgeFilesLines
* dri: drop MINIGLX_SOURCES (2)George Sapountzis2010-03-061-1112/+0
* Remove CVS keywords.Keith Whitwell2008-09-216-6/+0
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-212-65/+65
* Add support for GL_EXT_stencil_wrap, from hearing that the windows drivers didEric Anholt2005-10-271-0/+6
* Bug #1028: Add hardware-accelerated stencil support to r128. Testing withEric Anholt2005-10-271-0/+4
* 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-142-65/+65
* 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
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-104/+3
* This should make most linux-solo drivers work again. Mainly a fixJon Smirl2004-06-291-1/+1
* 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