Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: add rectangle helpers to u_rect.h | Keith Whitwell | 2010-08-25 | 1 | -4/+53 |
* | util: fix util_fill_rect to take util_color instead of u32 param | Roland Scheidegger | 2010-08-23 | 1 | -1/+2 |
* | gallium: move surface utility functions into u_surface.c | Brian Paul | 2010-05-03 | 1 | -19/+0 |
* | gallium/util: make src_y unsigned like the other x/y params | Brian Paul | 2010-01-07 | 1 | -1/+1 |
* | gallium: interface cleanups, remove nblocksx/y from pipe_texture and more | Roland Scheidegger | 2009-11-30 | 1 | -2/+2 |
* | gallium: rename copy/fill_rect utility functions | Brian Paul | 2009-08-19 | 1 | -2/+2 |
* | gallium: new util_surface_copy() and util_surface_fill() helpers | Brian Paul | 2008-09-04 | 1 | -0/+18 |
* | gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h header | Brian Paul | 2008-08-22 | 1 | -0/+54 |