summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2002-01-22Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul
2002-01-15added some missing error checksBrian Paul
2002-01-15Correct typo (vpstate.c) so that makefile works.Karl Schultz
2002-01-15Remove phantom tab on a blank line to allow compile on IRIX.Karl Schultz
2002-01-14remove api_compat.cBrian Paul
2002-01-14Removed api_compat stuff, there's a better way.Brian Paul
2002-01-14oops, missed vpstate.cBrian Paul
2002-01-14added vertex program sourcesBrian Paul
2002-01-12added some commentsBrian Paul
2002-01-12set _NeedEyeCoords to zero if vertex program is enabledBrian Paul
2002-01-11Changed gl_client_array's Enabled field to GLuint so it can actuallyBrian Paul
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