summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_rect.h
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: fix returning empty box for rectangle intersectionRoland Scheidegger2015-09-011-1/+6
* gallium/util: return FALSE for intersection if there's empty rectanglesRoland Scheidegger2015-09-011-1/+6
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-5/+5
* gallium/auxiliary: add contained and rect checks (v6)Christoph Bumiller2014-11-181-0/+18
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* gallium: include u_surface.h instead of u_rect.hBrian Paul2013-09-301-6/+0
* gallium/util: Move the util_copy/fill_rect into u_surface.José Fonseca2012-12-061-28/+2
* util/u_rect: Make it C++ safe.José Fonseca2012-11-091-0/+15
* util: add rectangle helpers to u_rect.hKeith Whitwell2010-08-251-4/+53
* util: fix util_fill_rect to take util_color instead of u32 paramRoland Scheidegger2010-08-231-1/+2
* gallium: move surface utility functions into u_surface.cBrian Paul2010-05-031-19/+0
* gallium/util: make src_y unsigned like the other x/y paramsBrian Paul2010-01-071-1/+1
* gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-301-2/+2
* gallium: rename copy/fill_rect utility functionsBrian Paul2009-08-191-2/+2
* gallium: new util_surface_copy() and util_surface_fill() helpersBrian Paul2008-09-041-0/+18
* gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h headerBrian Paul2008-08-221-0/+54