summaryrefslogtreecommitdiff
path: root/src/mesa/math
AgeCommit message (Expand)AuthorFilesLines
2009-05-07mesa: GLvector4f:: flags is a GLbitfield, update comments too.Brian Paul2-5/+5
2009-05-07mesa: add storage_count field to GLvector4f. Useful for debugging.Brian Paul2-0/+2
2009-05-07mesa: reformatting, updated comments, const-correctnessBrian Paul2-59/+50
2009-04-03mesa: only clear matrix MAT_DIRTY_INVERSE flag when we actually compute the i...Brian Paul1-3/+2
2009-02-26mesa: Fix DEBUG_MATH build on sparc.David S. Miller1-2/+2
2009-02-12mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.cBrian Paul4-25/+24
2009-02-12mesa: remove unused functions in m_xform.[ch]Brian Paul2-87/+0
2009-02-12mesa: remove empty, unneeded mathmod.h headerBrian Paul2-40/+0
2009-02-11mesa: get rid of _math_init()Brian Paul2-10/+0
2009-01-14Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-0/+12
2009-01-14mesa: fix incorrect transformation of GL_SPOT_DIRECTIONBrian Paul1-0/+12
2008-09-21mesa: Replace deprecated __MSC__ macro.José Fonseca1-1/+1
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell2-5/+4
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul8-32/+31
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell9-29/+30
2008-07-24mesa: Prefix main includes with dir to avoid conflicts.José Fonseca7-25/+25
2008-06-24mesa: Replace deprecated __MSC__ macro.José Fonseca1-1/+1
2008-06-24mesa: Replace abort by asserts.José Fonseca1-1/+2
2008-04-23glcore: drop outdated sources files intented for xorgGeorge Sapountzis1-25/+0
2008-04-14only use __x86_64__, not __amd64__ (bug 15503)Brian Paul1-1/+1
2008-02-25Remove files of unsupported build systems.José Fonseca1-45/+0
2007-10-29Rename 'mms-config.' to 'mms.config'.Michal Krol1-1/+1
2007-10-03 Update of OpenVMS makefiles for the use of "new" include file conventionJouk1-2/+4
2007-08-15Remove mesa include directories, be stricter about include paths.Keith Whitwell1-2/+2
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian4-7/+7
2006-11-21list header files in sources files (Dan Nicholson)Brian Paul1-0/+16
2006-10-11List of source (.c) files in each directory.Brian Paul1-0/+9
2006-06-13Rename some functions/macros to better reflect their behaviour:Brian Paul3-108/+102
2006-06-13Fix a few conversion bugs. For example, GLshort->GLfloat conversionBrian Paul1-13/+46
2006-04-06Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the valueBrian Paul2-4/+4
2006-04-05just some comments/docsBrian Paul1-3/+19
2005-10-07MATH_DEBUG changes from bug #4468.Brian Paul5-11/+10
2005-09-23 Committing in .Jouk Jansen1-1/+1
2005-09-19additional wrapper updates, bug 4468Brian Paul3-12/+12
2005-09-16use mesa import wrappers, bug 4468Brian Paul1-2/+2
2005-08-12added FREXPF() macro (bug 4060)Brian Paul1-3/+3
2005-06-30Add a set of predicate functions for testing matrices instead of directlyBrian Paul2-73/+151
2005-05-24moved to windows build dirKarl Schultz1-180/+0
2005-05-07x86-64 transform optimizations (Mikko T.)Brian Paul3-5/+49
2005-05-05Port Mesa to build on a P64 platform (e.g., Win64). P64 platformsKarl Schultz1-1/+1
2005-03-11add MAT_DIRTY_FLAGS in _math_matrix_mul_floats(), (bug 2696)Brian Paul1-3/+4
2005-01-07Use the 'to' vector to determine the loop count.Keith Whitwell1-1/+1
2004-10-13Initial support for PowerPC specific code in Mesa and DRI drivers. DRIIan Romanick1-2/+7
2004-09-09fix a bug in analyse_from_scratch() reported by Wes BethelBrian Paul1-12/+13
2004-09-09clean-ups and commentsBrian Paul1-37/+40
2004-08-25move (void) foo; instances after local declarationsBrian Paul1-7/+4
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2-4/+11
2004-07-23ALIGN16 macro repairsBrian Paul3-18/+16
2004-07-05patch for AIX (bug 983144)Brian Paul1-2/+4
2004-05-10Add EXT_vertex_cull support to mesaKeith Whitwell1-0/+1