Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More SciTech SNAP specific changes to glheader.h. Also modified the macros | Kendall Bennett | 2003-10-08 | 1 | -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 Schultz | 2003-09-19 | 1 | -180/+180 |
| | | | | MS studio files as binary | ||||
* | Generate browse info for Debug version. | Karl Schultz | 2003-08-30 | 1 | -2/+2 |
| | |||||
* | Silence compiler warnings about implicit casts or conversions by supplying ↵ | Karl Schultz | 2003-08-30 | 1 | -3/+3 |
| | | | | explicit casts and/or tweaking constant and variable definitions. | ||||
* | Use correct conversions when translating array colors. | Keith Whitwell | 2003-08-20 | 3 | -1/+98 |
| | |||||
* | VC 6 Project File | Karl Schultz | 2003-07-26 | 1 | -0/+180 |
| | |||||
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 4 | -168/+536 |
| | |||||
* | Committing in . | Jouk Jansen | 2003-07-02 | 1 | -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 Jansen | 2003-06-17 | 1 | -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 builds | Brian Paul | 2003-06-10 | 1 | -3/+2 |
| | |||||
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 20 | -20/+0 |
| | |||||
* | silence some warnings (Evgeny Kotsuba) | Brian Paul | 2003-05-28 | 2 | -8/+27 |
| | |||||
* | added comments | Brian Paul | 2003-03-19 | 1 | -3/+18 |
| | |||||
* | added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof) | Brian Paul | 2003-03-04 | 1 | -13/+13 |
| | |||||
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 5 | -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 struct | Brian Paul | 2003-02-25 | 2 | -12/+15 |
| | |||||
* | Replace some #defines with enums. (Klaus Niederkrueger) | Brian Paul | 2003-02-17 | 1 | -13/+26 |
| | |||||
* | fix typo in rotation code (bug 659677) | Brian Paul | 2003-01-08 | 1 | -4/+4 |
| | |||||
* | fix bad _mesa_printf() calls (mesa bug 646753) | Brian Paul | 2002-12-04 | 4 | -71/+71 |
| | |||||
* | s/getenv/_mesa_getenv/ | Brian Paul | 2002-10-30 | 1 | -3/+3 |
| | |||||
* | updated email addresses | Brian Paul | 2002-10-29 | 4 | -8/+8 |
| | |||||
* | Header file clean-up: | Brian Paul | 2002-10-24 | 8 | -23/+15 |
| | | | | | | | | 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. | ||||
* | optimizations to _math_matrix_rotate() (Rudolf Opalla) | Brian Paul | 2002-09-12 | 1 | -97/+155 |
| | |||||
* | re-enable X86 code | Brian Paul | 2002-07-10 | 1 | -2/+2 |
| | |||||
* | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | 2002-06-29 | 6 | -87/+102 |
| | | | | Instead of mstdio.[ch], use imports.[ch] to isolate these functions. | ||||
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -2/+2 |
| | | | | | | Added _mesa_printf() Updated SetDrawBuffer() function in all drivers (ala 4.0.3) Import 4.0.3/DRI changes. | ||||
* | bring over Michel Daenzer's DRI changes | Brian Paul | 2002-06-03 | 1 | -5/+5 |
| | |||||
* | remove dead vertex assembly | Keith Whitwell | 2002-04-09 | 2 | -4/+2 |
| | |||||
* | Use invert_matrix_general() instead of invert_matrix_perspective() because | Brian Paul | 2002-03-29 | 1 | -3/+10 |
| | | | | the later fails for some projection matrices (ala Vis5D with Chromium). | ||||
* | replace GLushort w/ GLubyte in DEST_4US template (fixes 16-bit GLchan problem | Brian Paul | 2002-01-30 | 1 | -5/+5 |
| | |||||
* | Vertex program checkpoint commit: converted all vertex attributes (color, | Brian Paul | 2002-01-05 | 3 | -54/+54 |
| | | | | | | normal, texcoords, fogcoord, secondary color, etc) to GLfloat[4] datatype. Aliasing of glVertex, glNormal, glColor, glFogCoord, etc. to glVertexAttrib now complete. | ||||
* | comments, clean-ups, added lots of const qualifiers | Brian Paul | 2002-01-05 | 1 | -53/+78 |
| | |||||
* | Replace old matrix stacks with new code based on struct matrix_stack. | Brian Paul | 2001-12-18 | 1 | -13/+13 |
| | | | | | | Moved vertex program hash table into shared context state. Implemented reference counting for vertex programs. Replaced tnl "ProjectedClip" with "Ndc" (normalized device coordinates). | ||||
* | more compiler warning fixes | Karl Schultz | 2001-09-18 | 3 | -49/+49 |
| | |||||
* | fixed bug in DEST_4F template function | Brian Paul | 2001-08-07 | 1 | -2/+2 |
| | |||||
* | restore normal length optimization in dlists | Keith Whitwell | 2001-06-28 | 1 | -8/+4 |
| | |||||
* | SPARC assembly optimizations from David Miller. | Brian Paul | 2001-05-23 | 2 | -3/+38 |
| | |||||
* | Initial commit of cliptest work. More to come shortly. | Gareth Hughes | 2001-05-21 | 4 | -4/+374 |
| | | | | | | | | - Add debug, benchmark code. - Change linux/x86 FAST_MATH code to GCC/x86, and clear FP exceptions before exiting the fast math block. - Remove divide-by-zero test in x86 cliptest, and set clipped vertices to [0,0,0,1] instead of leaving them uninitialized. | ||||
* | added missing #undefs at end of file | Brian Paul | 2001-05-18 | 1 | -1/+5 |
| | |||||
* | add missing translate functions | Keith Whitwell | 2001-05-09 | 1 | -2/+2 |
| | |||||
* | Support for floating point color representation in tnl module. | Keith Whitwell | 2001-04-28 | 1 | -5/+14 |
| | |||||
* | Remove all traces of CULL_MASK_ACTIVE. | Gareth Hughes | 2001-03-30 | 9 | -635/+352 |
| | |||||
* | Consolidation of asm code in 3.5 | Gareth Hughes | 2001-03-29 | 2 | -106/+55 |
| | |||||
* | - Add -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L to linux builds, we've | Gareth Hughes | 2001-03-12 | 7 | -116/+117 |
| | | | | | | | been using it with the DRI for long enough without any issues and we need it to include the katmai functions. - Make katmai assembly work with the debug tests. - A few general cleanups. | ||||
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 21 | -298/+346 |
| | |||||
* | processed by indent to improve readability | Brian Paul | 2001-03-08 | 1 | -200/+161 |
| | |||||
* | changed bincoeff var to GLfloat, fixes bug introduced in previous check-in | Brian Paul | 2001-03-08 | 1 | -11/+11 |
| | |||||
* | More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work. | Brian Paul | 2001-03-08 | 2 | -5/+5 |
| | |||||
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ↵ | Brian Paul | 2001-03-07 | 2 | -9/+9 |
| | | | | of potential problems | ||||
* | more namespace clean-ups | Brian Paul | 2001-03-03 | 6 | -33/+33 |
| |