summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r128/r128_ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-8/+8
2004-12-14uint*t -> u_int*t changesAlan Hourihane1-1/+1
2004-10-26As per suggestions my Michel Daenzer, improve the fix for bugzilla #1513.Ian Romanick1-1/+2
2004-10-17Fix hangs on big-endian (e.g., PowerPC) hardware.Ian Romanick1-2/+1
2004-04-29Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell1-7/+3
2004-04-26bring over build fixes from stable branchAlan Hourihane1-2/+3
2004-03-18Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.Ian Romanick1-1/+1
2004-03-17Convert all uses of CARD32 and CARD8 to int32_t and int8_t.Ian Romanick1-1/+1
2004-03-12Make R128 driver use sarea/defines from DRM. removed r128_common.hJon Smirl1-30/+30
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl1-16/+16
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul1-3/+3
2003-12-05fix some _SOLO build problemsAlan Hourihane1-1/+7
2003-12-04build fixAlan Hourihane1-2/+0
2003-10-21Update DRI drivers to current DRI CVS and make them work.Jon Smirl1-1/+1
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul1-0/+812