| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix cut&paste bug exposed by clipbug.c demo. | Keith Whitwell | 2001-03-17 | 1 | -11/+11 |
* | Remove dead #define. | Keith Whitwell | 2001-03-17 | 2 | -4/+18 |
* | Revert earlier changes protecting against null VB->TexCoordPtr[x]. Do | Keith Whitwell | 2001-03-17 | 2 | -208/+153 |
* | added SI GLU info | Brian Paul | 2001-03-17 | 2 | -4/+16 |
* | updated for SGI SI GLU | Brian Paul | 2001-03-17 | 1 | -5/+39 |
* | SGI SI GLU 1.3 header | Brian Paul | 2001-03-17 | 1 | -517/+306 |
* | added CCFLAGS and CPLUSPLUS definitions | Brian Paul | 2001-03-17 | 1 | -2/+112 |
* | SGI SI GLU library | Brian Paul | 2001-03-17 | 193 | -0/+57748 |
* | removed ARB_texture_env_add bool flag, use EXT_texture_env_add flag | Brian Paul | 2001-03-15 | 2 | -4/+3 |
* | use IROUND() instead of (int) cast (Klaus Niederkrueger) | Brian Paul | 2001-03-15 | 1 | -27/+26 |
* | Fix typo. | Gareth Hughes | 2001-03-14 | 1 | -2/+2 |
* | Initial templates for immediate mode fastpaths, or custom tnl modules. | Gareth Hughes | 2001-03-13 | 2 | -11/+33 |
* | Nope, -ansi spoils that... | Gareth Hughes | 2001-03-12 | 1 | -7/+7 |
* | Undo -D_POSIX_SOURCE change, fix the way the katmai support test is | Gareth Hughes | 2001-03-12 | 2 | -9/+9 |
* | - Add -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L to linux builds, we've | Gareth Hughes | 2001-03-12 | 8 | -123/+124 |
* | Add missing header file. | Gareth Hughes | 2001-03-12 | 1 | -1/+2 |
* | Add missing header file include. | Gareth Hughes | 2001-03-12 | 1 | -1/+2 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 219 | -2434/+2614 |
* | Minor cleanups. | Gareth Hughes | 2001-03-11 | 1 | -4/+2 |
* | Clean up install, restore for exec vtxfmts. | Gareth Hughes | 2001-03-11 | 4 | -13/+21 |
* | Support for swappable tnl modules. | Gareth Hughes | 2001-03-11 | 9 | -95/+260 |
* | Add a couple of missing functions. | Gareth Hughes | 2001-03-10 | 1 | -69/+106 |
* | More generic vtxfmt template, useful for creating neutral tnl module as | Gareth Hughes | 2001-03-09 | 1 | -0/+421 |
* | fixed RBGA ifdef typo | Brian Paul | 2001-03-08 | 1 | -1/+1 |
* | do fog interpolation if INTERP_FOG is defined, not when INTERP_Z is defined | Brian Paul | 2001-03-08 | 6 | -37/+80 |
* | 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 |
* | test 16-bit/channel rendering | Brian Paul | 2001-03-08 | 1 | -0/+291 |
* | More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work. | Brian Paul | 2001-03-08 | 18 | -74/+85 |
* | added an assertion in the init code, just to be safe | Brian Paul | 2001-03-07 | 1 | -0/+3 |
* | Misc build fixes | Jon Taylor | 2001-03-07 | 1 | -9/+13 |
* | Add missing copy in _mesa_noop_Color4fv(). | Gareth Hughes | 2001-03-07 | 1 | -18/+18 |
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul | 2001-03-07 | 48 | -295/+312 |
* | _MinMagThresh[] should be GLfloat | Brian Paul | 2001-03-07 | 1 | -2/+4 |
* | added some casts in the 16-bit GLchan macros, just to be safe | Brian Paul | 2001-03-07 | 1 | -4/+4 |
* | added Driver.BlendColor() function, for completeness | Brian Paul | 2001-03-07 | 2 | -4/+8 |
* | fixed segfaults when tex unit 1 enabled, but not unit 0 (conform) | Brian Paul | 2001-03-05 | 1 | -116/+160 |
* | added missing ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH() macros | Brian Paul | 2001-03-05 | 1 | -1/+13 |
* | DO_POINT renamed DO_POINTS | Keith Whitwell | 2001-03-05 | 1 | -2/+2 |
* | Changes for ffb | Keith Whitwell | 2001-03-05 | 2 | -68/+178 |
* | Fix typo | Keith Whitwell | 2001-03-05 | 1 | -1/+1 |
* | GL_EXT_secondary_color test | Brian Paul | 2001-03-05 | 1 | -0/+145 |
* | GL_EXT_fog_coord test | Brian Paul | 2001-03-05 | 1 | -0/+99 |
* | Add missing cases for viewport transform. Remove INVALIDATE_STORED_VERTICS | Keith Whitwell | 2001-03-05 | 2 | -14/+25 |
* | replaced gl_test_os_katmai*() with _mesa_test_os_katmai*() | Brian Paul | 2001-03-05 | 1 | -5/+5 |
* | more clean-ups | Brian Paul | 2001-03-03 | 8 | -45/+41 |
* | used indent to clean-up the code | Brian Paul | 2001-03-03 | 13 | -5466/+5758 |
* | more namespace clean-ups | Brian Paul | 2001-03-03 | 12 | -130/+130 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 122 | -1521/+1526 |
* | optimized lambda calculation (Klaus Niederkrueger) | Brian Paul | 2001-03-03 | 2 | -203/+218 |