summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-10-21silenced some uninitialized var warningsBrian Paul
1999-10-21silenced ininitialized var warningsBrian Paul
1999-10-21silenced uninitialized variable warningsBrian Paul
1999-10-21Added pragma to disable warning about unk pragmas for MSVC5Ted Jump
1999-10-20clean-up of optimized GL_RETURN codeBrian Paul
1999-10-20fixed divTable precision problem in GL_RETURN caseBrian Paul
1999-10-20enable lighting even if no light sources are turned onBrian Paul
1999-10-20added X86/vertex.S and X86/vertex_3dnow.S to ASM_SOURCESHolger Waechtler
1999-10-20Minor patches to cleanup some compiler warnings in MSVCTed Jump
1999-10-19fixed a number of error-test bugsBrian Paul
1999-10-19more image type error checking in draw_stencil_pixels()Brian Paul
1999-10-19clean-up in gl_LightModelfv()Brian Paul
1999-10-19added more format/type error checking codeBrian Paul
1999-10-19Changes to reduce the memory footprint of display listsKeith Whitwell
1999-10-17GL_MAX_ELEMENTS_VERTICES/INDICES enums had wrong valuesBrian Paul
1999-10-17negative offsets to TexSubImage w/ texture borders caused memory corruptionBrian Paul
1999-10-17added glGet cases for vertex array enable stateBrian Paul
1999-10-17more ARB_imaging colortable functionsBrian Paul
1999-10-17added missing GL_ARB_imaging color table functionsBrian Paul
1999-10-16Fixed a MacOS specific compile error.Miklos Fazekas
1999-10-16Added glGetMinmaxMiklos Fazekas
1999-10-16removed GL_EXT_get_proc_addressBrian Paul
1999-10-16removed GL_EXT_get_proc_addressBrian Paul
1999-10-15added sco5 configBrian Paul
1999-10-15replaced glGetMinMax() with glGetMinmax()Brian Paul
1999-10-14fixed an RGB vs CI bug in overlay visual selectionBrian Paul
1999-10-14Added point_contour_test, taken from O'Rourke 1998.Gareth Hughes
1999-10-13Fixed parameter type for notify function pointer parameter to gl_extensions_addTed Jump
1999-10-13Removed CVS logs from files, as they were getting rather large.Gareth Hughes
1999-10-13Added edge flag callback support.Gareth Hughes
1999-10-13now using MALLOC, CALLOC, FREE, etc macrosBrian Paul
1999-10-13removed GL_ prefix from memory macrosBrian Paul
1999-10-13use texture objects nowBrian Paul
1999-10-12Fixed delete_all_contours memory deallocation.Gareth Hughes
1999-10-12Updated memory allocation to allow new macros to be used.Gareth Hughes
1999-10-11Renamed GLUtesselator user data pointer to avoid confusion.Gareth Hughes
1999-10-11Correctly initialized GLUtesselator user data pointer.Gareth Hughes
1999-10-11Allow debugging output capture under Win32. This seems reallyGareth Hughes
1999-10-11Updated debugging output. I'm going to change it all to somethingGareth Hughes
1999-10-11Repaired definition of GL_CALLOC_STRUCJouk Jansen
1999-10-11#include <stdlib.h>Jouk Jansen
1999-10-11#include <assert.h>Jouk Jansen
1999-10-11 misc -> glmiscJouk Jansen
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul
1999-10-10fixed dumb typoBrian Paul
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul
1999-10-10added memory macrosBrian Paul
1999-10-09no underscore prefix for freebsd >= 3 (Simon Walton)Josh Vanderhoof
1999-10-09texture units now share default texture objectsBrian Paul