summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-09-06removed glext.h fix-ups corrected in glext.h version 17Brian Paul
2002-09-06version 17Brian Paul
2002-09-06added OpenGL 1.4 entrypointsBrian Paul
2002-09-05added GL_IBM_texture_mirrored_repeat (Ian Romanick)Brian Paul
2002-09-05test for ARB_texture_cube_map when getting GL version(Ian Romanick)Brian Paul
2002-09-05 Committing in .Jouk Jansen
2002-09-04updated wglGetProcAddressBrian Paul
2002-09-03updated DOS file listBrian Paul
2002-09-03updates from Daniel BorcaBrian Paul
2002-09-03improved error stringBrian Paul
2002-09-03s/5/NUM_TEXTURE_TARGETS/Brian Paul
2002-09-03fixed compilation problem for swdd->SetBufferBrian Paul
2002-08-29fix up stuff accidentaly checked in a few days agoBrian Paul
2002-08-28Don't call _mesa_initialize_context because we are usingKarl Schultz
2002-08-27define GLAPIENTRY and GLAPI if not defined in gl.hBrian Paul
2002-08-22added glXAllocate/FreeMemoryNV()Brian Paul
2002-08-22stub functions for glXAllocate/FreeMemoryNV()Brian Paul
2002-08-21minor error message changesBrian Paul
2002-08-21re-enable ASSIGN_NORM_GROUP( 3dnow )Brian Paul
2002-08-21replace Current.Color with Current.Attrib[VERT_ATTRIB_COLOR0]Brian Paul
2002-08-21update colormaterial state on swtcl wakeupKeith Whitwell
2002-08-21s/DrawDestMask/_DrawDestMask/Brian Paul
2002-08-21s/ProjectedClipPtr/NdcPtr/Brian Paul
2002-08-21fix problems in FXgetImage()Brian Paul
2002-08-21fixed array index typo in VERT_SAVE_RGBA() macroBrian Paul
2002-08-17added multitexture and line stippleBrian Paul
2002-08-17minor tweaksBrian Paul
2002-08-17added error checking for glCallLists() type parameterBrian Paul
2002-08-17added new GLUT featuresBrian Paul
2002-08-17bump lib version to 3.7.1, more make clean commandsBrian Paul
2002-08-17added glutGetProcAddress()Brian Paul
2002-08-17added glutGetProcAddress() and GLUT_FPS env var optionBrian Paul
2002-08-15Add note about needing to run VCVARS32.BAT when compiling.Karl Schultz
2002-08-08added (char *) castsBrian Paul
2002-08-08fix up resulting FOGC and PSIZ when neededBrian Paul
2002-08-08init tmp->Normal.size = 3Brian Paul
2002-08-08commentsBrian Paul
2002-08-08change GLvector3f to GLvector4f for normal transformationBrian Paul
2002-08-08change dest stride to 16 bytes instead of 12Brian Paul
2002-08-08initialize SWvertex array to zerosBrian Paul
2002-08-07changed normal stride from 12 to 16 bytes since normals are now GLfloat[4] (f...Brian Paul
2002-08-07re-check-in - something didn't work on the previous check-inBrian Paul
2002-08-07latest bug fixesBrian Paul
2002-08-07struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul
2002-08-03Coerce vsnprintf to _vsnprintf for windowsKarl Schultz
2002-08-01misc updatesBrian Paul
2002-08-01define MAXSTRING and use vsnprintf to preven overflowsBrian Paul
2002-07-29Catch up windows driver with recent context modsKarl Schultz
2002-07-28export new symbols for osmesa libKarl Schultz
2002-07-22fix warnings (bug 580528)Brian Paul