summaryrefslogtreecommitdiffstats
path: root/src/mesa/math
Commit message (Expand)AuthorAgeFilesLines
* math: remove duplicated includesNicolas Kaiser2010-09-302-2/+0
* mesa: Fix printf format warning.Vinson Lee2010-09-291-1/+1
* mesa: Fix printf format warning.Vinson Lee2010-09-291-1/+1
* mesa: Fix printf format warning.Vinson Lee2010-09-291-1/+1
* mesa: Clean up header file inclusion in m_xform.h.Vinson Lee2010-08-031-2/+2
* mesa: Reduce header file inclusion in m_translate.h.Vinson Lee2010-08-031-1/+2
* mesa: Include missing header in m_matrix.h.Vinson Lee2010-08-031-0/+2
* mesa: Remove unnecessary headers.Vinson Lee2010-07-301-1/+0
* mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee2010-07-301-0/+1
* mesa: Remove no-op wrappers around trig functions.Eric Anholt2010-05-131-2/+2
* Grammar and spelling fixesJeff Smith2010-03-122-2/+2
* Drop macro wrappers for the aligned memory functionsKristian Høgsberg2010-02-194-10/+10
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-194-63/+63
* mesa: replace old MEMSET macro with memsetBrian Paul2010-02-191-7/+7
* mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-191-14/+14
* mesa: Remove _mesa_exit wrapper for exit().Eric Anholt2009-12-221-1/+1
* mesa: fix viewport_z_clip breakageBrian Paul2009-09-081-7/+15
* mesa: Add support for ARB_depth_clamp.Eric Anholt2009-09-083-20/+39
* 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