summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_subset_bitmap.c
AgeCommit message (Collapse)Author
2005-04-08Remove all the radeon_subset files. They were completely unused. KeithIan Romanick
Whitwell says, "[T]he radeon subset code can probably be archived now." This "fixes" bug #1623.
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul
and ignored for 1D and 2D images. Need to pass in image dimensions (1,2,3) to the _mesa_image_address() function. This change gets propogated to some other routines. Also added new _mesa_image_address[123]d() convenience functions.
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul