summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2002-01-11Moved _mesa_VertexAttribPointerNV into varray.c.Brian Paul
2002-01-09fixed int->float conversion bug in _mesa_TexEnviv()Brian Paul
2002-01-06implemented vertex program point size controlBrian Paul
2002-01-06Another vertex program checkpoint: clean-up of vertex attribute storageBrian Paul
2002-01-05minor clean-upsBrian Paul
2002-01-05infrastructure for vertex program attribute evaluatorsBrian Paul
2002-01-05Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul
2001-12-28Remove warnings about the difference between function pointers andGareth Hughes
2001-12-21add _compat_VertexAttrib4fNVKeith Whitwell
2001-12-20Define finite as _finite for Windows.Karl Schultz
2001-12-20Further help with dri libGL version skewKeith Whitwell
2001-12-19some display list support for vertex program extensionBrian Paul
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul
2001-12-17disable prototype matrix stack codeBrian Paul
2001-12-17 Committing in .Jouk Jansen
2001-12-15better api trace/log messagesBrian Paul
2001-12-15vertex program fixesBrian Paul
2001-12-14Remove rules that were put into place to deal with compiling files thatKarl Schultz
2001-12-14minor dispatach table changesBrian Paul
2001-12-14vertex program check-inBrian Paul
2001-12-13Remove const from save_TexParameteri to match prototype for glTexParameteri.Karl Schultz
2001-12-13fixed errors in feedback for glDraw/CopyPixels and glBitmapBrian Paul
2001-12-13call FLUSH_VERTICES() in _mesaTexParameterfv() (bug 491832)Brian Paul
2001-12-04fixed potential array overwrite problemBrian Paul
2001-12-04prototype implementation of GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shado...Brian Paul
2001-12-04dispatch changes to minimize hassle with XFree86 libGLBrian Paul
2001-11-29main trunk is now 4.1Karl Schultz
2001-11-29update to version 4.0Karl Schultz
2001-11-28updated comment about CHAN_BITSBrian Paul
2001-11-27don't directly call glSecondaryColor*EXT() or glFogCoord*EXT()Brian Paul
2001-11-23fix for bug 474479, remove Trace/* stuffBrian Paul
2001-11-19added test implementation of GL_ARB_window_posBrian Paul
2001-11-18added test implementation of GL_ARB_window_posBrian Paul
2001-11-18included by glapi.cBrian Paul
2001-11-18API dispath updatesBrian Paul
2001-11-06added missing GL_MAX_TEXTURE_LOD_BIAS_EXT queryBrian Paul
2001-11-03fix error in error checking conditional (bug 476846)Brian Paul
2001-11-02init the hash table mutex in _mesa_NewHashTable (Won-Suk Chun)Brian Paul
2001-10-25added a bunch of missing breaks for multisample getsBrian Paul
2001-10-22version bumps, etc for 4.1Brian Paul
2001-10-18 Committing in .Jouk Jansen
2001-10-17added GL_ARB_texture_mirrored_repeatBrian Paul
2001-10-15Fix comments.Karl Schultz
2001-10-04Need to define MESA_DEBUG in debug builds. Otherwise, NDEBUG getsKarl Schultz
2001-09-25Fix up Windows makefiles so that the debug build leaves debugger infoKarl Schultz
2001-09-23updates for Mesa 4.0Brian Paul
2001-09-21Make osmesa a DLL instead of a static lib (Windows). This is moreKarl Schultz
2001-09-19silence compiler warnings (last batch for src)Karl Schultz
2001-09-18more compiler warning fixesKarl Schultz
2001-09-18clean up makefiles some more for WindowsKarl Schultz