aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_rect.c
Commit message (Collapse)AuthorAgeFilesLines
* gallium: actually flip the coordinatesZack Rusin2008-11-061-1/+2
|
* gallium: new util_surface_copy() and util_surface_fill() helpersBrian Paul2008-09-041-0/+178
| | | | | These are plug-in fallbacks for the pipe->surface_copy() and pipe->surface_fill() functions.
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+0
| | | | Also, rename p_tile.[ch] to u_tile.[ch]
* gallium: rename p_util.c to u_rect.c (it only contains rect copy/fill helpers)Brian Paul2008-08-221-0/+151