summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_rect.h
AgeCommit message (Expand)AuthorFilesLines
2015-09-01gallium/util: fix returning empty box for rectangle intersectionRoland Scheidegger1-1/+6
2015-09-01gallium/util: return FALSE for intersection if there's empty rectanglesRoland Scheidegger1-1/+6
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-5/+5
2014-11-18gallium/auxiliary: add contained and rect checks (v6)Christoph Bumiller1-0/+18
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-09-30gallium: include u_surface.h instead of u_rect.hBrian Paul1-6/+0
2012-12-06gallium/util: Move the util_copy/fill_rect into u_surface.José Fonseca1-28/+2
2012-11-09util/u_rect: Make it C++ safe.José Fonseca1-0/+15
2010-08-25util: add rectangle helpers to u_rect.hKeith Whitwell1-4/+53
2010-08-23util: fix util_fill_rect to take util_color instead of u32 paramRoland Scheidegger1-1/+2
2010-05-03gallium: move surface utility functions into u_surface.cBrian Paul1-19/+0
2010-01-07gallium/util: make src_y unsigned like the other x/y paramsBrian Paul1-1/+1
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger1-2/+2
2009-08-19gallium: rename copy/fill_rect utility functionsBrian Paul1-2/+2
2008-09-04gallium: new util_surface_copy() and util_surface_fill() helpersBrian Paul1-0/+18
2008-08-22gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h headerBrian Paul1-0/+54