summaryrefslogtreecommitdiff
path: root/src/mesa/math/m_debug_clip.c
AgeCommit message (Expand)Author
2010-12-06mesa: add error margin to clip mask debug/check codeBrian Paul
2010-09-29mesa: Fix printf format warning.Vinson Lee
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2009-09-08mesa: fix viewport_z_clip breakageBrian Paul
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2006-04-06Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the valueBrian Paul
2005-10-07MATH_DEBUG changes from bug #4468.Brian Paul
2004-07-23ALIGN16 macro repairsBrian Paul
2004-04-26bring over build fixes from stable branchAlan Hourihane
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-12-04fix bad _mesa_printf() calls (mesa bug 646753)Brian Paul
2002-10-30s/getenv/_mesa_getenv/Brian Paul
2002-10-29updated email addressesBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul
2001-05-21Initial commit of cliptest work. More to come shortly.Gareth Hughes