summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_sanity.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-2/+1
2010-01-30radeon: Remove unnecessary headers.Vinson Lee1-1/+0
2009-08-31r100: Use shared debug code.Pauli Nieminen1-2/+2
2009-01-14radeon/r200/r300: initial attempt to convert to common context codeDave Airlie1-1/+1
2008-09-21Remove CVS keywords.Keith Whitwell1-1/+0
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-1/+1
2006-05-27preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k inst...Roland Scheidegger1-0/+1
2006-03-28fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...Roland Scheidegger1-1/+3
2006-03-08coverity check bug fix going over end of arrayDave Airlie1-1/+1
2005-09-10add the new drm packets needed for ATI_fragment_shader to the sanity code of ...Roland Scheidegger1-0/+9
2005-03-15add support for user-configurable brilinear filtering on r200Roland Scheidegger1-0/+1
2005-02-16s/0/NULL/ (Jeff Muizelaar)Brian Paul1-1/+1
2005-02-10add the new RADEON_CUBIC_OFFSET/FACES state packets/registers to radeon (and ...Roland Scheidegger1-1/+24
2004-12-08(Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...Roland Scheidegger1-0/+2
2004-06-28add missing R200_RB3D_BLENDCOLOR to r200/radeon_sanity.cRoland Scheidegger1-0/+1
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl1-15/+15
2003-12-10fix from DRI trunkAlan Hourihane1-7/+7
2003-10-21Update DRI drivers to current DRI CVS and make them work.Jon Smirl1-2/+2
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul1-0/+1043