summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_rect.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Unify reference counting.Michel Dänzer2009-03-041-3/+3
* gallium: Fix a couple of potential NULL pointer dereferences.Michel Dänzer2009-02-121-4/+4
* gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-69/+41
* Gallium: fix for conform testRobert Ellison2008-12-181-1/+1
* 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
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+0
* gallium: rename p_util.c to u_rect.c (it only contains rect copy/fill helpers)Brian Paul2008-08-221-0/+151