| Commit message (Expand) | Author | Age | Files | Lines |
* | remove dead files | Keith Whitwell | 2003-11-24 | 1 | -868/+0 |
* | Initial work for bounds checking of vertex arrays and vertex buffer objects. | Brian Paul | 2003-10-22 | 1 | -3/+3 |
* | Assorted casts to silence g++ warnings. | Brian Paul | 2003-09-19 | 1 | -1/+1 |
* | GL_ARB_vertex_buffer_object working now, at least for non-indexed | Brian Paul | 2003-09-17 | 1 | -8/+11 |
* | new casts | Brian Paul | 2003-09-17 | 1 | -1/+1 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | reduce memory needed for vertex attributes (allocate on demand) | Brian Paul | 2003-03-31 | 1 | -1/+14 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -4/+3 |
* | updated email addresses | Brian Paul | 2002-10-29 | 1 | -2/+2 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -2/+2 |
* | finish-up vertex program evaluators | Brian Paul | 2002-06-25 | 1 | -9/+28 |
* | checkpoint: updates for NV_vertex_program evaluators - a bit more left to do | Brian Paul | 2002-06-23 | 1 | -63/+168 |
* | more removal of fprintf() calls | Brian Paul | 2002-06-13 | 1 | -4/+1 |
* | bring in changes from dri tcl branch | Keith Whitwell | 2002-04-09 | 1 | -13/+1 |
* | Clean-up/renaming of the per-vertex attribute bits, specifically, the | Brian Paul | 2002-01-22 | 1 | -69/+69 |
* | Vertex program checkpoint commit: converted all vertex attributes (color, | Brian Paul | 2002-01-05 | 1 | -35/+35 |
* | vertex program check-in | Brian Paul | 2001-12-14 | 1 | -19/+19 |
* | more warning fixes (Karl Schultz) | Brian Paul | 2001-09-14 | 1 | -2/+2 |
* | Reenable, but only in the size four case... | Keith Whitwell | 2001-08-14 | 1 | -7/+9 |
* | Undo last change - breaks other stuff. | Keith Whitwell | 2001-08-14 | 1 | -7/+7 |
* | Compute first partials before taking cross product to calculate normal. | Keith Whitwell | 2001-08-14 | 1 | -1/+9 |
* | Fix copying problem (light spots) on evaluated surfaces. | Keith Whitwell | 2001-08-01 | 1 | -49/+16 |
* | Fix for glean texgen test. | Keith Whitwell | 2001-05-14 | 1 | -1/+5 |
* | fix eval/colormaterial interaction | Keith Whitwell | 2001-05-09 | 1 | -2/+4 |
* | minor clean-ups and warning fixes | Brian Paul | 2001-05-03 | 1 | -4/+4 |
* | removed debug | Keith Whitwell | 2001-05-01 | 1 | -13/+10 |
* | Lots more eval fixes | Keith Whitwell | 2001-04-30 | 1 | -66/+109 |
* | Support for floating point color representation in tnl module. | Keith Whitwell | 2001-04-28 | 1 | -61/+66 |
* | first pass at eval fixes | Keith Whitwell | 2001-04-26 | 1 | -22/+122 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -39/+32 |
* | Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs. | Keith Whitwell | 2001-02-20 | 1 | -17/+3 |
* | Lots of GLchan datatype changes. | Brian Paul | 2001-01-24 | 1 | -8/+22 |
* | More color macro clean-ups. | Brian Paul | 2001-01-03 | 1 | -6/+7 |
* | Fix evalpoints bug (samples/nurb) | Keith Whitwell | 2000-12-27 | 1 | -7/+7 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -0/+623 |