summaryrefslogtreecommitdiff
path: root/src/mesa/math
AgeCommit message (Expand)Author
2010-12-06mesa: add error margin to clip mask debug/check codeBrian Paul
2010-09-30math: remove duplicated includesNicolas Kaiser
2010-09-29mesa: Fix printf format warning.Vinson Lee
2010-09-29mesa: Fix printf format warning.Vinson Lee
2010-09-29mesa: Fix printf format warning.Vinson Lee
2010-08-03mesa: Clean up header file inclusion in m_xform.h.Vinson Lee
2010-08-03mesa: Reduce header file inclusion in m_translate.h.Vinson Lee
2010-08-03mesa: Include missing header in m_matrix.h.Vinson Lee
2010-07-30mesa: Remove unnecessary headers.Vinson Lee
2010-07-30mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee
2010-05-13mesa: Remove no-op wrappers around trig functions.Eric Anholt
2010-03-12Grammar and spelling fixesJeff Smith
2010-02-19Drop macro wrappers for the aligned memory functionsKristian Høgsberg
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19mesa: replace old MEMSET macro with memsetBrian Paul
2010-02-19mesa: replace old MEMCPY macro with memcpyBrian Paul
2009-12-22mesa: Remove _mesa_exit wrapper for exit().Eric Anholt
2009-09-08mesa: fix viewport_z_clip breakageBrian Paul
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt
2009-05-07mesa: GLvector4f:: flags is a GLbitfield, update comments too.Brian Paul
2009-05-07mesa: add storage_count field to GLvector4f. Useful for debugging.Brian Paul
2009-05-07mesa: reformatting, updated comments, const-correctnessBrian Paul
2009-04-03mesa: only clear matrix MAT_DIRTY_INVERSE flag when we actually compute the i...Brian Paul
2009-02-26mesa: Fix DEBUG_MATH build on sparc.David S. Miller
2009-02-12mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.cBrian Paul
2009-02-12mesa: remove unused functions in m_xform.[ch]Brian Paul
2009-02-12mesa: remove empty, unneeded mathmod.h headerBrian Paul
2009-02-11mesa: get rid of _math_init()Brian Paul
2009-01-14Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2009-01-14mesa: fix incorrect transformation of GL_SPOT_DIRECTIONBrian Paul
2008-09-21mesa: Replace deprecated __MSC__ macro.José Fonseca
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-07-24mesa: Prefix main includes with dir to avoid conflicts.José Fonseca
2008-06-24mesa: Replace deprecated __MSC__ macro.José Fonseca
2008-06-24mesa: Replace abort by asserts.José Fonseca
2008-04-23glcore: drop outdated sources files intented for xorgGeorge Sapountzis
2008-04-14only use __x86_64__, not __amd64__ (bug 15503)Brian Paul
2008-02-25Remove files of unsupported build systems.José Fonseca
2007-10-29Rename 'mms-config.' to 'mms.config'.Michal Krol
2007-10-03 Update of OpenVMS makefiles for the use of "new" include file conventionJouk
2007-08-15Remove mesa include directories, be stricter about include paths.Keith Whitwell
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2006-11-21list header files in sources files (Dan Nicholson)Brian Paul
2006-10-11List of source (.c) files in each directory.Brian Paul
2006-06-13Rename some functions/macros to better reflect their behaviour:Brian Paul
2006-06-13Fix a few conversion bugs. For example, GLshort->GLfloat conversionBrian Paul
2006-04-06Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the valueBrian Paul
2006-04-05just some comments/docsBrian Paul