| Commit message (Expand) | Author | Age | Files | Lines |
* | util: fix util_fill_rect to take util_color instead of u32 param | Roland Scheidegger | 2010-08-23 | 1 | -18/+33 |
* | gallium: move surface utility functions into u_surface.c | Brian Paul | 2010-05-03 | 1 | -158/+0 |
* | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 1 | -50/+52 |
* | gallium: remove pipe_context member from pipe_transfer | Keith Whitwell | 2010-03-11 | 1 | -3/+3 |
* | Squashed commit of gallium-context-transfers: | Keith Whitwell | 2010-03-11 | 1 | -14/+12 |
* | gallium/util: remove useless assertions | Brian Paul | 2010-01-07 | 1 | -6/+0 |
* | gallium/util: update comment: s/src_pitch/src_stride | Brian Paul | 2010-01-07 | 1 | -1/+1 |
* | gallium/util: make src_y unsigned like the other x/y params | Brian Paul | 2010-01-07 | 1 | -1/+1 |
* | Move the remaining format pf_get_* functions to u_format.h. | Michal Krol | 2009-12-17 | 1 | -10/+11 |
* | gallium: interface cleanups, remove nblocksx/y from pipe_texture and more | Roland Scheidegger | 2009-11-30 | 1 | -30/+41 |
* | gallium: rename copy/fill_rect utility functions | Brian Paul | 2009-08-19 | 1 | -4/+4 |
* | gallium: Unify reference counting. | Michel Dänzer | 2009-03-04 | 1 | -3/+3 |
* | gallium: Fix a couple of potential NULL pointer dereferences. | Michel Dänzer | 2009-02-12 | 1 | -4/+4 |
* | gallium: No longer allow CPU mapping surfaces directly. | Michel Dänzer | 2009-02-05 | 1 | -69/+41 |
* | Gallium: fix for conform test | Robert Ellison | 2008-12-18 | 1 | -1/+1 |
* | 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 |
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 1 | -1/+0 |
* | gallium: rename p_util.c to u_rect.c (it only contains rect copy/fill helpers) | Brian Paul | 2008-08-22 | 1 | -0/+151 |