summaryrefslogtreecommitdiffstats
path: root/src/mesa/math
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Brian2007-07-044-7/+7
| | | | of -I flags.
* 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
| | | | | To be included by X.org Makefile.am files so that lists of files don't need to be hardcoded and frequently updated there.
* Rename some functions/macros to better reflect their behaviour:Brian Paul2006-06-133-108/+102
| | | | | 3F -> 3FN because integer types are normalized 4FC -> 3FN because we can normalize non-color attributes
* Fix a few conversion bugs. For example, GLshort->GLfloat conversionBrian Paul2006-06-131-13/+46
| | | | didn't work for color arrays.
* Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the valueBrian Paul2006-04-062-4/+4
| | | | | only includes the 6 frustum bits, not the user-clip plane bit, nor the vertex cull bit.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | 1) change compilation on VMS to use IEEE floating points 2) one more problem with _mesa_sprintf solved Modified Files: Mesa/docs/README.VMS Mesa/progs/demos/descrip.mms Mesa/progs/tests/descrip.mms Mesa/progs/util/descrip.mms Mesa/progs/xdemos/descrip.mms Mesa/src/glu/mesa/descrip.mms Mesa/src/glu/sgi/descrip.mms Mesa/src/glut/glx/descrip.mms Mesa/src/mesa/array_cache/descrip.mms Mesa/src/mesa/drivers/common/descrip.mms Mesa/src/mesa/drivers/osmesa/descrip.mms Mesa/src/mesa/drivers/x11/descrip.mms Mesa/src/mesa/glapi/descrip.mms Mesa/src/mesa/main/descrip.mms Mesa/src/mesa/main/texobj.c Mesa/src/mesa/math/descrip.mms Mesa/src/mesa/shader/descrip.mms Mesa/src/mesa/shader/grammar/descrip.mms Mesa/src/mesa/shader/slang/descrip.mms Mesa/src/mesa/swrast/descrip.mms Mesa/src/mesa/swrast_setup/descrip.mms Mesa/src/mesa/tnl/descrip.mms ----------------------------------------------------------------------
* 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
| | | | | | testing the flags field. Move definition of all the MAT_FLAGs into the m_matrix.c file since they're now private.
* 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
| | | | | | | | use 64-bit pointers and 32-bit longs. So, operations like casting pointers to unsigned long and back to pointer won't work. glheader.h now includes files to define uintptr_t, which should instead be used for this sort of operation. It is an integer type that is the same size as a pointer.
* 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
| | | | | | | | | drivers built on PowerPC systems should now show things like "PowerPC" or "PowerPC/Altivec" in the GL_RENDERER string. The VMX moniker is used for Altivec/Velocity Engine/VMX SIMD additions. I chose this not because I work for IBM but because it's a LOT shorter to type. :)
* 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 ↵Brian Paul2004-08-252-4/+11
| | | | 1015696)
* 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
|
* bring over build fixes from stable branchAlan Hourihane2004-04-264-1/+16
|
* remove redundant macros (also in m_matrix.h)Brian Paul2004-03-081-37/+5
|
* bring in Keith's _math_matrix_ortho() compiler work-aroundBrian Paul2004-02-051-15/+21
|
* Merge vtx-0-2-branchKeith Whitwell2003-11-242-365/+0
|
* More SciTech SNAP specific changes to glheader.h. Also modified the macrosKendall Bennett2003-10-081-0/+2
| | | | in swrast/s_spantemp.h to allow dithering to be used in the SNAP drivers.
* Make binary - even though this is a text file, common practice is to store ↵Karl Schultz2003-09-191-180/+180
| | | | MS studio files as binary
* Generate browse info for Debug version.Karl Schultz2003-08-301-2/+2
|
* Silence compiler warnings about implicit casts or conversions by supplying ↵Karl Schultz2003-08-301-3/+3
| | | | explicit casts and/or tweaking constant and variable definitions.
* Use correct conversions when translating array colors.Keith Whitwell2003-08-203-1/+98
|
* VC 6 Project FileKarl Schultz2003-07-261-0/+180
|
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-174-168/+536
|
* Committing in .Jouk Jansen2003-07-021-0/+9
| | | | | | | | | | | | | | | | | | | | Enable installation on OpenVMS ODS5 disks. Modified Files: Mesa-newtree/progs/demos/descrip.mms Mesa-newtree/progs/tests/descrip.mms Mesa-newtree/progs/xdemos/descrip.mms Mesa-newtree/src/glut/glx/descrip.mms Mesa-newtree/src/mesa/array_cache/descrip.mms Mesa-newtree/src/mesa/drivers/osmesa/descrip.mms Mesa-newtree/src/mesa/drivers/x11/descrip.mms Mesa-newtree/src/mesa/glapi/descrip.mms Mesa-newtree/src/mesa/main/descrip.mms Mesa-newtree/src/mesa/math/descrip.mms Mesa-newtree/src/mesa/swrast/descrip.mms Mesa-newtree/src/mesa/swrast_setup/descrip.mms Mesa-newtree/src/mesa/tnl/descrip.mms ----------------------------------------------------------------------
* Committing in .Jouk Jansen2003-06-171-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | OpenVMS support for new directory tree Modified Files: Mesa-newtree/progs/demos/descrip.mms Mesa-newtree/progs/tests/descrip.mms Mesa-newtree/progs/xdemos/descrip.mms Mesa-newtree/src/glu/sgi/descrip.mms Mesa-newtree/src/glut/glx/descrip.mms Mesa-newtree/src/mesa/main/descrip.mms Added Files: Mesa-newtree/descrip.mms Mesa-newtree/mms-config. Mesa-newtree/src/descrip.mms Mesa-newtree/src/glu/descrip.mms Mesa-newtree/src/mesa/descrip.mms Mesa-newtree/src/mesa/array_cache/descrip.mms Mesa-newtree/src/mesa/drivers/osmesa/descrip.mms Mesa-newtree/src/mesa/drivers/x11/descrip.mms Mesa-newtree/src/mesa/glapi/descrip.mms Mesa-newtree/src/mesa/math/descrip.mms Mesa-newtree/src/mesa/swrast/descrip.mms Mesa-newtree/src/mesa/swrast_setup/descrip.mms Mesa-newtree/src/mesa/tnl/descrip.mms Mesa-newtree/vms/analyze_map.com Mesa-newtree/vms/xlib.opt Mesa-newtree/vms/xlib_share.opt ----------------------------------------------------------------------
* fixes for x86 buildsBrian Paul2003-06-101-3/+2
|
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-0520-20/+0
|
* silence some warnings (Evgeny Kotsuba)Brian Paul2003-05-282-8/+27
|
* added commentsBrian Paul2003-03-191-3/+18
|
* added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)Brian Paul2003-03-041-13/+13
|
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-015-19/+15
| | | | | Moved type conversion and interpolation macros into macros.h Updated all the files that used to include mmath.h
* move matrix type enum out of GLmatrix structBrian Paul2003-02-252-12/+15
|
* Replace some #defines with enums. (Klaus Niederkrueger)Brian Paul2003-02-171-13/+26
|