Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | |
2003-03-31 | reduce memory needed for vertex attributes (allocate on demand) | Brian Paul | |
2003-03-29 | remove debug printf | Brian Paul | |
2003-03-28 | minor clean-ups, comments, etc | Brian Paul | |
2002-10-29 | updated email addresses | Brian Paul | |
2002-10-24 | Header file clean-up: | Brian Paul | |
1. Remove all.h and PC_HEADER junk. 2. Rolled mem.c and mem.h into imports.c and imports.h 3. Include imports.h instead of mem.h Restore _mesa_create/initialize_context() to be like they were in 4.0.4 New wrappers for a few std C functions: _mesa_atoi(), _mesa_strstr(), etc. | |||
2002-04-19 | pass context pointer to _tnl_free_immediate(), removed backref pointer | Brian Paul | |
2002-01-10 | init whole immediate struct to zero | Brian Paul | |
2002-01-05 | Vertex program checkpoint commit: converted all vertex attributes (color, | Brian Paul | |
normal, texcoords, fogcoord, secondary color, etc) to GLfloat[4] datatype. Aliasing of glVertex, glNormal, glColor, glFogCoord, etc. to glVertexAttrib now complete. | |||
2001-12-15 | free the NormalLengthPtr if non-null in _tnl_free_immediate() | Brian Paul | |
2001-12-14 | vertex program check-in | Brian Paul | |
2001-09-07 | Committing in . | Jouk Jansen | |
Modified Files: Mesa/src/tnl/t_imm_alloc.c added initialization for Normals ---------------------------------------------------------------------- | |||
2001-06-28 | restore normal length optimization in dlists | Keith Whitwell | |
2001-05-09 | fix possible segfault on destroy context | Keith Whitwell | |
2001-04-30 | Lots more eval fixes | Keith Whitwell | |
2001-04-26 | first pass at eval fixes | Keith Whitwell | |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes | |
2001-03-07 | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ↵ | Brian Paul | |
of potential problems | |||
2001-02-15 | Fix propogation of material values in VB's that don't reach the lighting | Keith Whitwell | |
stage. (Materials now treated more like colors, etc.). Continue whipping the dd templates into shape. Remove old NormalLength code; may come back as a driver helper, but not useful for, eg. hardware t&l drivers. | |||
2000-12-28 | Add render stage for unclipped vb's to fx driver. | Keith Whitwell | |
Bump MAX_TEXTURE_UNITS to 8 Fix mem. leak in destroy_lists Fix crash in q3 (cva generally) | |||
2000-12-26 | Major rework of tnl module | Keith Whitwell | |
New array_cache module Support 8 texture units in core mesa (now support 8 everywhere) Rework core mesa statechange operations to avoid flushing on many noop statechanges. |