Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: actually flip the coordinates | Zack Rusin | 2008-11-06 | 1 | -1/+2 |
| | |||||
* | gallium: new util_surface_copy() and util_surface_fill() helpers | Brian Paul | 2008-09-04 | 1 | -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.h | Brian Paul | 2008-08-24 | 1 | -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 Paul | 2008-08-22 | 1 | -0/+151 |