| Commit message (Expand) | Author | Age | Files | Lines |
* | Store compiled vertex program representations in a pointer in the | Keith Whitwell | 2005-06-09 | 1 | -0/+11 |
* | Invalidate current fastpath on changes to attribute size or offset within | Keith Whitwell | 2005-05-19 | 1 | -0/+2 |
* | Remove old t_vertex.c codegen infrastructure, tie in new code. | Keith Whitwell | 2005-05-18 | 1 | -34/+26 |
* | Fix the worst problems with dangling edgeflag references in | Keith Whitwell | 2005-04-23 | 1 | -0/+3 |
* | Simplify the pipeline_stage structure | Keith Whitwell | 2005-04-22 | 1 | -42/+22 |
* | additional parenthesis in TNL_CONTEXT macro (Nicolai Haehnle) | Brian Paul | 2005-02-28 | 1 | -3/+3 |
* | Determine ahead of time whether a display list will include vertices | Keith Whitwell | 2005-01-22 | 1 | -0/+1 |
* | make tnl_clipspace_attr->insert field const, to silence warning | Brian Paul | 2005-01-16 | 1 | -1/+1 |
* | Add a couple of hardwired fastpaths to t_vertex.c. | Keith Whitwell | 2005-01-05 | 1 | -2/+2 |
* | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell | 2004-07-01 | 1 | -39/+42 |
* | Add infrastructure for t_vertex.c codegen. Add an example driver | Keith Whitwell | 2004-06-30 | 1 | -1/+42 |
* | Add EXT_vertex_cull support to mesa | Keith Whitwell | 2004-05-10 | 1 | -0/+1 |
* | Fix minor warnings found with g++. | Brian Paul | 2004-05-04 | 1 | -1/+1 |
* | dynfn --> _tnl_dynfn | Keith Whitwell | 2004-03-31 | 1 | -10/+10 |
* | First round of codegen for t_vtx_api.c -- ie the Begin/Vertex/End code. | Keith Whitwell | 2004-03-29 | 1 | -2/+26 |
* | Streamline the error path in VertexAttrib functions. Makes things | Keith Whitwell | 2004-03-15 | 1 | -1/+3 |
* | Added some comments. Minor const, int->GLint type changes, etc. | Brian Paul | 2004-03-13 | 1 | -7/+13 |
* | turns out we probably need a _tnl_allow_pixel_fog() function afterall | Brian Paul | 2004-02-24 | 1 | -0/+1 |
* | A bit of an overhaul of the fog code. | Brian Paul | 2004-02-17 | 1 | -19/+18 |
* | Beef up t_vertex.c: | Keith Whitwell | 2004-01-05 | 1 | -9/+22 |
* | Re-commit t_vertex.[ch] changes to fd.o server. | Keith Whitwell | 2004-01-05 | 1 | -0/+47 |
* | whitespace changes and new comments | Brian Paul | 2004-01-01 | 1 | -0/+5 |
* | Call UpdateMaterials when they have changed | Keith Whitwell | 2003-12-09 | 1 | -2/+5 |
* | Merge vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 1 | -257/+293 |
* | 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 |