Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-09 | fixed int->float conversion bug in _mesa_TexEnviv() | Brian Paul | |
2002-01-06 | implemented vertex program point size control | Brian Paul | |
2002-01-06 | Another vertex program checkpoint: clean-up of vertex attribute storage | Brian Paul | |
in vertex_buffer. Improved vertex program pipeline stage such that output registers can be processed in a loop. Getting closer to where we need to be in order to implement performance optimizations... | |||
2002-01-05 | minor clean-ups | Brian Paul | |
2002-01-05 | infrastructure for vertex program attribute evaluators | 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-28 | Remove warnings about the difference between function pointers and | Gareth Hughes | |
(void *) pointers. | |||
2001-12-21 | add _compat_VertexAttrib4fNV | Keith Whitwell | |
2001-12-20 | Define finite as _finite for Windows. | Karl Schultz | |
2001-12-20 | Further help with dri libGL version skew | Keith Whitwell | |
2001-12-19 | some display list support for vertex program extension | Brian Paul | |
2001-12-18 | Replace old matrix stacks with new code based on struct matrix_stack. | Brian Paul | |
Moved vertex program hash table into shared context state. Implemented reference counting for vertex programs. Replaced tnl "ProjectedClip" with "Ndc" (normalized device coordinates). | |||
2001-12-17 | disable prototype matrix stack code | Brian Paul | |
2001-12-17 | Committing in . | Jouk Jansen | |
Update OpenVMS makefile for vertex-routines #ifndef __VMS added for one print statement containing __FUNCTION__ Modified Files: Mesa/src/descrip.mms Mesa/src/tnl/t_imm_api.c ---------------------------------------------------------------------- | |||
2001-12-15 | better api trace/log messages | Brian Paul | |
2001-12-15 | vertex program fixes | Brian Paul | |
2001-12-14 | Remove rules that were put into place to deal with compiling files that | Karl Schultz | |
are in subdirectories of this directory. The list of rules that were here was out of date for Mesa 4 and would likely get out of date again. It is better to have make handle it (e.g., use pmake -v on IRIX). | |||
2001-12-14 | minor dispatach table changes | Brian Paul | |
2001-12-14 | vertex program check-in | Brian Paul | |
2001-12-13 | Remove const from save_TexParameteri to match prototype for glTexParameteri. | Karl Schultz | |
Allows compilation on IRIX. | |||
2001-12-13 | fixed errors in feedback for glDraw/CopyPixels and glBitmap | Brian Paul | |
2001-12-13 | call FLUSH_VERTICES() in _mesaTexParameterfv() (bug 491832) | Brian Paul | |
2001-12-04 | fixed potential array overwrite problem | Brian Paul | |
2001-12-04 | prototype implementation of GL_ARB_depth_texture, GL_ARB_shadow, ↵ | Brian Paul | |
GL_ARB_shadow_ambient | |||
2001-12-04 | dispatch changes to minimize hassle with XFree86 libGL | Brian Paul | |
2001-11-29 | main trunk is now 4.1 | Karl Schultz | |
2001-11-29 | update to version 4.0 | Karl Schultz | |
2001-11-28 | updated comment about CHAN_BITS | Brian Paul | |
2001-11-27 | don't directly call glSecondaryColor*EXT() or glFogCoord*EXT() | Brian Paul | |
2001-11-23 | fix for bug 474479, remove Trace/* stuff | Brian Paul | |
2001-11-19 | added test implementation of GL_ARB_window_pos | Brian Paul | |
2001-11-18 | added test implementation of GL_ARB_window_pos | Brian Paul | |
2001-11-18 | included by glapi.c | Brian Paul | |
2001-11-18 | API dispath updates | Brian Paul | |
2001-11-06 | added missing GL_MAX_TEXTURE_LOD_BIAS_EXT query | Brian Paul | |
2001-11-03 | fix error in error checking conditional (bug 476846) | Brian Paul | |
2001-11-02 | init the hash table mutex in _mesa_NewHashTable (Won-Suk Chun) | Brian Paul | |
2001-10-25 | added a bunch of missing breaks for multisample gets | Brian Paul | |
2001-10-22 | version bumps, etc for 4.1 | Brian Paul | |
2001-10-18 | Committing in . | Jouk Jansen | |
Modified Files: Mesa/src/context.c Initializing ctx->Driver.CurrentExecPrimitive to 0, just after the allocation of the context. I hope this solved a very rare crash of the molecule mode of xlockmore on my VMS-machine. (I have not seen any crash the last week. Normally it crashed at least once in the 3 days) ---------------------------------------------------------------------- | |||
2001-10-17 | added GL_ARB_texture_mirrored_repeat | Brian Paul | |
2001-10-15 | Fix comments. | Karl Schultz | |
2001-10-04 | Need to define MESA_DEBUG in debug builds. Otherwise, NDEBUG gets | Karl Schultz | |
defined, which is bad for things like assert(). | |||
2001-09-25 | Fix up Windows makefiles so that the debug build leaves debugger info | Karl Schultz | |
in the libraries. Make with NODEBUG=1 builds optimized without debug info (doc'ed in top level Makefile.win). | |||
2001-09-23 | updates for Mesa 4.0 | Brian Paul | |
2001-09-21 | Make osmesa a DLL instead of a static lib (Windows). This is more | Karl Schultz | |
consistent with the other modules and platforms. It also makes the API and linkage on Windows more consistent. | |||
2001-09-19 | silence compiler warnings (last batch for src) | Karl Schultz | |
2001-09-18 | more compiler warning fixes | Karl Schultz | |
2001-09-18 | clean up makefiles some more for Windows | Karl Schultz | |
2001-09-18 | remove carriage return chars | Karl Schultz | |