Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-12 | added FREXPF() macro (bug 4060) | Brian Paul | |
2005-06-30 | Add a set of predicate functions for testing matrices instead of directly | Brian Paul | |
testing the flags field. Move definition of all the MAT_FLAGs into the m_matrix.c file since they're now private. | |||
2005-05-24 | moved to windows build dir | Karl Schultz | |
2005-05-07 | x86-64 transform optimizations (Mikko T.) | Brian Paul | |
2005-05-05 | Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms | Karl Schultz | |
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. | |||
2005-03-11 | add MAT_DIRTY_FLAGS in _math_matrix_mul_floats(), (bug 2696) | Brian Paul | |
2005-01-07 | Use the 'to' vector to determine the loop count. | Keith Whitwell | |
2004-10-13 | Initial support for PowerPC specific code in Mesa and DRI drivers. DRI | Ian Romanick | |
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. :) | |||
2004-09-09 | fix a bug in analyse_from_scratch() reported by Wes Bethel | Brian Paul | |
2004-09-09 | clean-ups and comments | Brian Paul | |
2004-08-25 | move (void) foo; instances after local declarations | Brian Paul | |
2004-08-25 | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵ | Brian Paul | |
1015696) | |||
2004-07-23 | ALIGN16 macro repairs | Brian Paul | |
2004-07-05 | patch for AIX (bug 983144) | Brian Paul | |
2004-05-10 | Add EXT_vertex_cull support to mesa | Keith Whitwell | |
2004-04-26 | bring over build fixes from stable branch | Alan Hourihane | |
2004-03-08 | remove redundant macros (also in m_matrix.h) | Brian Paul | |
2004-02-05 | bring in Keith's _math_matrix_ortho() compiler work-around | Brian Paul | |
2003-11-24 | Merge vtx-0-2-branch | Keith Whitwell | |
2003-10-08 | More SciTech SNAP specific changes to glheader.h. Also modified the macros | Kendall Bennett | |
in swrast/s_spantemp.h to allow dithering to be used in the SNAP drivers. | |||
2003-09-19 | Make binary - even though this is a text file, common practice is to store ↵ | Karl Schultz | |
MS studio files as binary | |||
2003-08-30 | Generate browse info for Debug version. | Karl Schultz | |
2003-08-30 | Silence compiler warnings about implicit casts or conversions by supplying ↵ | Karl Schultz | |
explicit casts and/or tweaking constant and variable definitions. | |||
2003-08-20 | Use correct conversions when translating array colors. | Keith Whitwell | |
2003-07-26 | VC 6 Project File | Karl Schultz | |
2003-07-17 | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | |
2003-07-02 | Committing in . | Jouk Jansen | |
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 ---------------------------------------------------------------------- | |||
2003-06-17 | Committing in . | Jouk Jansen | |
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 ---------------------------------------------------------------------- | |||
2003-06-10 | fixes for x86 builds | Brian Paul | |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | |
2003-05-28 | silence some warnings (Evgeny Kotsuba) | Brian Paul | |
2003-03-19 | added comments | Brian Paul | |
2003-03-04 | added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof) | Brian Paul | |
2003-03-01 | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | |
Moved type conversion and interpolation macros into macros.h Updated all the files that used to include mmath.h | |||
2003-02-25 | move matrix type enum out of GLmatrix struct | Brian Paul | |
2003-02-17 | Replace some #defines with enums. (Klaus Niederkrueger) | Brian Paul | |
2003-01-08 | fix typo in rotation code (bug 659677) | Brian Paul | |
2002-12-04 | fix bad _mesa_printf() calls (mesa bug 646753) | Brian Paul | |
2002-10-30 | s/getenv/_mesa_getenv/ | Brian Paul | |
2002-10-29 | updated email addresses | Brian Paul | |
2002-10-24 | Header file clean-up: | Brian Paul | |
1. Remove all.h and PC_HEADER junk. 2. Rolled mem.c and mem.h into imports.c and imports.h 3. Include imports.h instead of mem.h Restore _mesa_create/initialize_context() to be like they were in 4.0.4 New wrappers for a few std C functions: _mesa_atoi(), _mesa_strstr(), etc. | |||
2002-09-12 | optimizations to _math_matrix_rotate() (Rudolf Opalla) | Brian Paul | |
2002-07-10 | re-enable X86 code | Brian Paul | |
2002-06-29 | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | |
Instead of mstdio.[ch], use imports.[ch] to isolate these functions. | |||
2002-06-15 | Added ctx parameter to _mesa_debug() | Brian Paul | |
Added _mesa_printf() Updated SetDrawBuffer() function in all drivers (ala 4.0.3) Import 4.0.3/DRI changes. | |||
2002-06-03 | bring over Michel Daenzer's DRI changes | Brian Paul | |
2002-04-09 | remove dead vertex assembly | Keith Whitwell | |
2002-03-29 | Use invert_matrix_general() instead of invert_matrix_perspective() because | Brian Paul | |
the later fails for some projection matrices (ala Vis5D with Chromium). | |||
2002-01-30 | replace GLushort w/ GLubyte in DEST_4US template (fixes 16-bit GLchan problem | Brian Paul | |
2002-01-05 | Vertex program checkpoint commit: converted all vertex attributes (color, | Brian Paul | |
normal, texcoords, fogcoord, secondary color, etc) to GLfloat[4] datatype. Aliasing of glVertex, glNormal, glColor, glFogCoord, etc. to glVertexAttrib now complete. |