summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_rect.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-23util: fix util_fill_rect to take util_color instead of u32 paramRoland Scheidegger1-18/+33
2010-05-03gallium: move surface utility functions into u_surface.cBrian Paul1-158/+0
2010-04-10Squashed commit of the following:Keith Whitwell1-50/+52
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell1-3/+3
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-14/+12
2010-01-07gallium/util: remove useless assertionsBrian Paul1-6/+0
2010-01-07gallium/util: update comment: s/src_pitch/src_strideBrian Paul1-1/+1
2010-01-07gallium/util: make src_y unsigned like the other x/y paramsBrian Paul1-1/+1
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol1-10/+11
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger1-30/+41
2009-08-19gallium: rename copy/fill_rect utility functionsBrian Paul1-4/+4
2009-03-04gallium: Unify reference counting.Michel Dänzer1-3/+3
2009-02-12gallium: Fix a couple of potential NULL pointer dereferences.Michel Dänzer1-4/+4
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer1-69/+41
2008-12-18Gallium: fix for conform testRobert Ellison1-1/+1
2008-11-06gallium: actually flip the coordinatesZack Rusin1-1/+2
2008-09-04gallium: new util_surface_copy() and util_surface_fill() helpersBrian Paul1-0/+178
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+0
2008-08-22gallium: rename p_util.c to u_rect.c (it only contains rect copy/fill helpers)Brian Paul1-0/+151