aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_mipmap_tree.c
Commit message (Expand)AuthorAgeFilesLines
* set miptree pitch to region pitch after allocating the region in st_miptree_c...Brian2007-09-271-0/+1
* commentsBrian2007-09-271-3/+3
* Replace GL_TEXTURE_* tokens with PIPE_TEXTURE_*Brian2007-09-171-2/+6
* translate GL texture targets to PIPE_TEXTURE_x valuesBrian2007-08-151-2/+7
* pipe->region_alloc() now takes width instead of pitch, plus a flags paramBrian2007-08-101-3/+6
* fix asst. warningsBrian2007-08-061-10/+12
* clean-upsBrian2007-08-061-1/+12
* minor renamingBrian2007-08-061-2/+2
* Lift intel_mipmap_tree.c to st_mipmap_tree.cBrian2007-08-061-0/+293