| Commit message (Expand) | Author | Age | Files | Lines |
* | More SciTech SNAP specific changes to glheader.h. Also modified the macros | Kendall Bennett | 2003-10-08 | 1 | -0/+2 |
* | Make binary - even though this is a text file, common practice is to store MS... | Karl Schultz | 2003-09-19 | 1 | -180/+180 |
* | Generate browse info for Debug version. | Karl Schultz | 2003-08-30 | 1 | -2/+2 |
* | Silence compiler warnings about implicit casts or conversions by supplying ex... | Karl Schultz | 2003-08-30 | 1 | -3/+3 |
* | 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 |
* | Committing in . | Jouk Jansen | 2003-06-17 | 1 | -0/+36 |
* | 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 |
* | 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 |
* | 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 |
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | more namespace clean-ups | Brian Paul | 2001-03-03 | 6 | -33/+33 |