| Commit message (Expand) | Author | Age | Files | Lines |
* | Store material attributes in an Attrib[] style array. This is a | Keith Whitwell | 2003-08-05 | 1 | -2/+2 |
* | more docs (Klaus Niederkruger) | Brian Paul | 2003-05-01 | 1 | -14/+30 |
* | new comments (Klaus Niederkruger) | Brian Paul | 2003-04-28 | 1 | -10/+37 |
* | reduce memory needed for vertex attributes (allocate on demand) | Brian Paul | 2003-03-31 | 1 | -14/+10 |
* | minor clean-ups, comments, etc | Brian Paul | 2003-03-28 | 1 | -4/+13 |
* | First batch of code for GL_NV_fragment_program. | Brian Paul | 2003-01-14 | 1 | -4/+4 |
* | removed old VERT_* defines, use VERT_BIT_* instead | Brian Paul | 2002-10-09 | 1 | -35/+1 |
* | Added new bitfields to tnl_eval_store for NV_vertex_program evaluators | Brian Paul | 2002-06-23 | 1 | -1/+4 |
* | pass context pointer to _tnl_free_immediate(), removed backref pointer | Brian Paul | 2002-04-19 | 1 | -2/+34 |
* | bring in changes from dri tcl branch | Keith Whitwell | 2002-04-09 | 1 | -4/+9 |
* | casts to silence compiler warnings | Karl Schultz | 2002-04-04 | 1 | -3/+3 |
* | More suport for t&l drivers | Keith Whitwell | 2002-02-13 | 1 | -1/+8 |
* | Clean-up/renaming of the per-vertex attribute bits, specifically, the | Brian Paul | 2002-01-22 | 1 | -113/+99 |
* | Another vertex program checkpoint: clean-up of vertex attribute storage | Brian Paul | 2002-01-06 | 1 | -3/+4 |
* | Vertex program checkpoint commit: converted all vertex attributes (color, | Brian Paul | 2002-01-05 | 1 | -34/+33 |
* | Replace old matrix stacks with new code based on struct matrix_stack. | Brian Paul | 2001-12-18 | 1 | -3/+3 |
* | vertex program check-in | Brian Paul | 2001-12-14 | 1 | -75/+82 |
* | more warning fixes (Karl Schultz) | Brian Paul | 2001-09-14 | 1 | -3/+3 |
* | Fix copying problem (light spots) on evaluated surfaces. | Keith Whitwell | 2001-08-01 | 1 | -1/+2 |
* | Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it | Keith Whitwell | 2001-07-12 | 1 | -80/+82 |
* | restore normal length optimization in dlists | Keith Whitwell | 2001-06-28 | 1 | -1/+4 |
* | Adaptor code that lets tnl convert compiled (display list) cassettes back | Keith Whitwell | 2001-06-04 | 1 | -1/+2 |
* | added minor comments | Brian Paul | 2001-06-01 | 1 | -2/+4 |
* | swapped in/out arguments to interp_func. Improved comments | Brian Paul | 2001-05-31 | 1 | -5/+17 |
* | fix for Jouk's glplanet bug | Keith Whitwell | 2001-05-16 | 1 | -1/+2 |
* | Clean up translation of array elements, copying of elts in pure-elt | Keith Whitwell | 2001-05-11 | 1 | -1/+4 |
* | Replace PipelineStart, PipelineFinish with RunPipeline. Clean up | Keith Whitwell | 2001-05-10 | 1 | -6/+6 |
* | Lots more eval fixes | Keith Whitwell | 2001-04-30 | 1 | -2/+5 |
* | Support for floating point color representation in tnl module. | Keith Whitwell | 2001-04-28 | 1 | -7/+7 |
* | first pass at eval fixes | Keith Whitwell | 2001-04-26 | 1 | -10/+2 |
* | Perform fixup on material values | Keith Whitwell | 2001-04-09 | 1 | -1/+2 |
* | Split driver struct into swrast/tnl/core components. | Keith Whitwell | 2001-03-19 | 1 | -2/+104 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -31/+31 |
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul | 2001-03-07 | 1 | -2/+2 |
* | Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs. | Keith Whitwell | 2001-02-20 | 1 | -22/+5 |
* | Fix propogation of material values in VB's that don't reach the lighting | Keith Whitwell | 2001-02-15 | 1 | -3/+4 |
* | Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels | Keith Whitwell | 2001-01-29 | 1 | -9/+1 |
* | Lots of GLchan datatype changes. | Brian Paul | 2001-01-24 | 1 | -4/+21 |
* | Fixed conform feedback and drawelements tests. | Keith Whitwell | 2001-01-14 | 1 | -2/+2 |
* | Fix crash in book/stencil. | Keith Whitwell | 2001-01-13 | 1 | -1/+5 |
* | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell | 2001-01-05 | 1 | -5/+12 |
* | Fix evalpoints bug (samples/nurb) | Keith Whitwell | 2000-12-27 | 1 | -1/+2 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -456/+273 |
* | Compute attenuated point size in a new pipeline stage. | Brian Paul | 2000-12-08 | 1 | -2/+4 |
* | Fixed a couple of bugs that crept into last commit | Keith Whitwell | 2000-11-24 | 1 | -60/+44 |
* | Support for swappable t&l modules, including an example one in the FX | Keith Whitwell | 2000-11-24 | 1 | -16/+32 |
* | Committing in . | Jouk Jansen | 2000-11-22 | 1 | -38/+38 |
* | fix lvalue cast on ctx->swtnl_im | Keith Whitwell | 2000-11-20 | 1 | -2/+2 |
* | Move the transform and lighting code to two new directories | Keith Whitwell | 2000-11-16 | 1 | -0/+629 |