summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/p_util.c
AgeCommit message (Collapse)Author
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca
The chars-per-pixel concept falls apart with compressed and yuv images, where more than one pixel are coded in a single data block.
2008-06-23gallium: fix Y-inverted copiesBrian Paul
Don't require the caller to pass a non-intuitive negative src_y coord anymore when doing a src-inverted copy.
2008-06-23gallium: added some assertionsBrian Paul
2008-02-15Code reorganization: s/aux/auxiliary/.José Fonseca
"aux" is a reserved name on Windows (X_X)