summaryrefslogtreecommitdiffstats
path: root/src/mesa/math
Commit message (Expand)AuthorAgeFilesLines
* mesa: GLvector4f:: flags is a GLbitfield, update comments too.Brian Paul2009-05-072-5/+5
* mesa: add storage_count field to GLvector4f. Useful for debugging.Brian Paul2009-05-072-0/+2
* mesa: reformatting, updated comments, const-correctnessBrian Paul2009-05-072-59/+50
* mesa: only clear matrix MAT_DIRTY_INVERSE flag when we actually compute the i...Brian Paul2009-04-031-3/+2
* mesa: Fix DEBUG_MATH build on sparc.David S. Miller2009-02-261-2/+2
* mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.cBrian Paul2009-02-124-25/+24
* mesa: remove unused functions in m_xform.[ch]Brian Paul2009-02-122-87/+0
* mesa: remove empty, unneeded mathmod.h headerBrian Paul2009-02-122-40/+0
* mesa: get rid of _math_init()Brian Paul2009-02-112-10/+0
* Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-141-0/+12
|\
| * mesa: fix incorrect transformation of GL_SPOT_DIRECTIONBrian Paul2009-01-141-0/+12
| * mesa: Replace deprecated __MSC__ macro.José Fonseca2008-09-211-1/+1
* | Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-212-5/+4
|\ \ | |/
| * mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-188-32/+31
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-119-29/+30
|\ \ | |/ |/|
| * mesa: Prefix main includes with dir to avoid conflicts.José Fonseca2008-07-247-25/+25
| * mesa: Replace deprecated __MSC__ macro.José Fonseca2008-06-241-1/+1
| * mesa: Replace abort by asserts.José Fonseca2008-06-241-1/+2
| * Remove files of unsupported build systems.José Fonseca2008-02-251-45/+0
| * Rename 'mms-config.' to 'mms.config'.Michal Krol2007-10-291-1/+1
| * Remove mesa include directories, be stricter about include paths.Keith Whitwell2007-08-151-2/+2
* | glcore: drop outdated sources files intented for xorgGeorge Sapountzis2008-04-231-25/+0
* | only use __x86_64__, not __amd64__ (bug 15503)Brian Paul2008-04-141-1/+1
* | Update of OpenVMS makefiles for the use of "new" include file conventionJouk2007-10-031-2/+4
|/
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-044-7/+7
* list header files in sources files (Dan Nicholson)Brian Paul2006-11-211-0/+16
* List of source (.c) files in each directory.Brian Paul2006-10-111-0/+9
* Rename some functions/macros to better reflect their behaviour:Brian Paul2006-06-133-108/+102
* Fix a few conversion bugs. For example, GLshort->GLfloat conversionBrian Paul2006-06-131-13/+46
* Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the valueBrian Paul2006-04-062-4/+4
* just some comments/docsBrian Paul2006-04-051-3/+19
* MATH_DEBUG changes from bug #4468.Brian Paul2005-10-075-11/+10
* Committing in .Jouk Jansen2005-09-231-1/+1
* additional wrapper updates, bug 4468Brian Paul2005-09-193-12/+12
* use mesa import wrappers, bug 4468Brian Paul2005-09-161-2/+2
* added FREXPF() macro (bug 4060)Brian Paul2005-08-121-3/+3
* Add a set of predicate functions for testing matrices instead of directlyBrian Paul2005-06-302-73/+151
* moved to windows build dirKarl Schultz2005-05-241-180/+0
* x86-64 transform optimizations (Mikko T.)Brian Paul2005-05-073-5/+49
* Port Mesa to build on a P64 platform (e.g., Win64). P64 platformsKarl Schultz2005-05-051-1/+1
* add MAT_DIRTY_FLAGS in _math_matrix_mul_floats(), (bug 2696)Brian Paul2005-03-111-3/+4
* Use the 'to' vector to determine the loop count.Keith Whitwell2005-01-071-1/+1
* Initial support for PowerPC specific code in Mesa and DRI drivers. DRIIan Romanick2004-10-131-2/+7
* fix a bug in analyse_from_scratch() reported by Wes BethelBrian Paul2004-09-091-12/+13
* clean-ups and commentsBrian Paul2004-09-091-37/+40
* move (void) foo; instances after local declarationsBrian Paul2004-08-251-7/+4
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-252-4/+11
* ALIGN16 macro repairsBrian Paul2004-07-233-18/+16
* patch for AIX (bug 983144)Brian Paul2004-07-051-2/+4
* Add EXT_vertex_cull support to mesaKeith Whitwell2004-05-101-0/+1