Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-22 | Set _NEW_LIGHT when materials are present in display lists also. | Keith Whitwell | |
2006-04-25 | Put color index attribute into the 6th attribute slot. | Brian Paul | |
Update a lot of loops, conditionals to use the _TNL_FIRST/LAST_* values instead of specific vertex attributes. Remove the EdgeFlagv function from the GLvertexformat struct. | |||
2005-04-22 | Simplify the pipeline_stage structure | Keith Whitwell | |
- remove input/output fields, input tracking removed. - remove state fields, the validate function now called on every statechange. - add an explicit 'create' function. Add in code to build vertex program to implement current t&l state. Still disabled, but turn on with a #define in t_vp_build.h. | |||
2005-03-02 | use COPY_CLEAN_4V macro to replace using both ASSIGN_4V & COPY_SZ_4V | Alan Hourihane | |
2005-02-10 | mesa-tnl-0-to-NULL.patch from Jeff Muizelaar | Keith Whitwell | |
2005-01-22 | Determine ahead of time whether a display list will include vertices | Keith Whitwell | |
which have to be processed in the 'loopback' path. If so, send all vertices that way as the transition from playback->loopback has several problems. | |||
2005-01-05 | Give attributes with zero-stride a count of 1 to make it easier | Keith Whitwell | |
to avoid transforming the same attribute multiple times. Don't light a single normal multiple times in light_fast_rgba* | |||
2004-04-23 | Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment | Brian Paul | |
program is enabled AND the currently bound program is valid. Check _Enable instead of Enable to prevent things from blowing up when someone calls glEnable(GL_VERTEX_PROGRAM_ARB) without actually defining a program. | |||
2004-03-01 | Inline get_size as an interim measure to get rid of function call overhead. | Michel Dänzer | |
2004-01-15 | Cosmetic changes. | Brian Paul | |
Added a bunch of const qualifiers. Use _mesa_memcpy() instead of memcpy(), etc. | |||
2004-01-05 | Re-commit t_vertex.[ch] changes to fd.o server. | Keith Whitwell | |
2003-12-09 | Call UpdateMaterials when they have changed | Keith Whitwell | |
2003-12-05 | include glheader.h first, to prevent warnings about GLAPIENTRYP being redefined | Brian Paul | |
2003-12-03 | Ensure PRIM_BEGIN marker isn't lost when incomplete primitives are wrapped. | Keith Whitwell | |
2003-11-25 | fix assorted g++ warnings | Brian Paul | |
2003-11-25 | Remove unnecessary usage of __FUNCTION__. | Brian Paul | |
#define MESA_FUNCTION to __FUNCTION__ if MESA_DEBUG is defined. | |||
2003-11-24 | set the VB->FogCoordPtr with the other legacy pointers | Brian Paul | |
2003-11-24 | Merge vtx-0-2-branch | Keith Whitwell | |