summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_texture.c
AgeCommit message (Collapse)Author
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
Also, rename p_tile.[ch] to u_tile.[ch]
2008-08-15trace: Wrap all textures and surface created by the pipe driver.José Fonseca
That is, Unfortunately, this causes a regression in softpipe, where the output gets tyled.