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