summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r128/r128_context.h
Commit message (Expand)AuthorAgeFilesLines
* More GLSL code:Michal Krol2006-04-111-1/+1
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-4/+1
* Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2005-01-311-3/+0
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-3/+3
* Add fallback debugging (R128_DEBUG=fall) output, and set DO_DEBUG=1 by defaultEric Anholt2004-10-081-7/+8
* Convert Rage 128 over to t_vertex.c. While it's slightly slower (10% in ipers)Eric Anholt2004-10-021-7/+12
* Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick2004-06-021-1/+1
* Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.Ian Romanick2004-03-181-3/+3
* Convert all uses of CARD32 and CARD8 to int32_t and int8_t.Ian Romanick2004-03-171-3/+3
* Make R128 driver use sarea/defines from DRM. removed r128_common.hJon Smirl2004-03-121-5/+4
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-3/+3
* Updates to tnl_dd_dmatmp.hKeith Whitwell2003-12-111-5/+0
* merge r128 DRI driver from DRI trunkAlan Hourihane2003-12-051-0/+2
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-4/+4
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+270