summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-06-29minor updateBrian Paul
2000-06-29don't add light's ambient color to BaseColor in gl_update_lighting()Brian Paul
2000-06-28add separate specular color support in multitextured_rgba_points()Brian Paul
2000-06-28added flat_multitextured_line()Brian Paul
2000-06-28fixed two proxy texture typosBrian Paul
2000-06-28added GL_EXT_texture_env_combineBrian Paul
2000-06-28minor updatesBrian Paul
2000-06-28added code to initialize shininess tablesBrian Paul
2000-06-27initialize TextureStack matricesBrian Paul
2000-06-27added aligned memory allocations (Gareth Hughes)Brian Paul
2000-06-27added GL_EXT_texture_env_combine (Holger Waechtler)Brian Paul
2000-06-27added LoadRGBMipmaps2()Brian Paul
2000-06-27updated demos/ infoBrian Paul
2000-06-27removed 3Dfx directoryBrian Paul
2000-06-27minor tweaksBrian Paul
2000-06-27initial check-inBrian Paul
2000-06-27fixed compiler warningsBrian Paul
2000-06-27initial check-inBrian Paul
2000-06-27added 3dfx demosBrian Paul
2000-06-27initial check-inBrian Paul
2000-06-27added texenv demoBrian Paul
2000-06-27initial check-inBrian Paul
2000-06-27fixed GL_INTENSITY error checking bugBrian Paul
2000-06-27print GL_RENDERER upon startupBrian Paul
2000-06-27draw a solid cube tooBrian Paul
2000-06-27another patch for win32 joysticksBrian Paul
2000-06-27removed bad DrawDestMask assignmentsBrian Paul
2000-06-27fixed type checking errorBrian Paul
2000-06-27fixed an assertion and minor bugBrian Paul
2000-06-27init Point.UserSizeBrian Paul
2000-06-26disabled some ctx->NeedEyeCoords shortcutsBrian Paul
2000-06-26updating mat ambient/emissive was broke. always compute ctx->EyeZDirBrian Paul
2000-06-24Performance fix for unfilled triangles on mga and i810 hardware.Keith Whitwell
2000-06-23fixed ColorMask test in update_rasterflags()Brian Paul
2000-06-23added extension numbers for Mesa extensionsBrian Paul
2000-06-23updated with version numbers, edits from Jon LeechBrian Paul
2000-06-23applied joystick patch from Michael ChampignyBrian Paul
2000-06-22Added FREE(depth) in error clause before returnBrian Paul
2000-06-19fix GL_BACK color material bugKeith Whitwell
2000-06-19check for special cases of value = 0 or 1 in glAccumBrian Paul
2000-06-16replaced fxTMReloadSubMipMapLevel() call w/ fxTMReloadMipMapLevel() to ↵Brian Paul
work-around subtex bug
2000-06-15revamped glCopyTexSubImage1/2/3D() to be more like glCopyTexImage1/2/3D()Brian Paul
2000-06-15added Motif info messageBrian Paul
2000-06-15removed non-windows exit() prototypeBrian Paul
2000-06-15call glutInit() in main()Brian Paul
2000-06-15 ----------------------------------------------------------------------Jouk Jansen
Committing in . VMS : >31 character-external problem Modified Files: Mesa/include/GL/glext.h ----------------------------------------------------------------------
2000-06-14Re-enable the keyboard functionality.Keith Whitwell
Add a -db option for doublebuffering. Add a 'benchmark' keystroke like isosurf.
2000-06-14moved #define of LLBL into assyntax.h fileBrian Paul
removed spaces from all uses of LLBL macro, for FreeBSD
2000-06-14added dummy function to silence compiler warningBrian Paul
2000-06-13added glxheads, manywinBrian Paul