summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-10-27disabled gluGetProcAddressEXTBrian Paul
1999-10-27removed cvs history logs and old commentsBrian Paul
1999-10-27removed glXGetProcAddressEXTBrian Paul
1999-10-27removed gluGetProcAddressEXT()Brian Paul
1999-10-26better texture matrix, better end-cap reflections on cylinderBrian Paul
1999-10-26fixed stupid error in GL_RGA case in gl_pack_rgba_span()Brian Paul
1999-10-23more comments, removed unneeded glDepthFunc callBrian Paul
1999-10-22added gloss demoBrian Paul
1999-10-22initial revBrian Paul
1999-10-22fixed byteswapping bug in gl_pack_rgba_span()Brian Paul
1999-10-22added optimized GL_RGB, GL_UNSIGNED_BYTE case to gl_pack_rgba_span)Brian Paul
1999-10-22removed revision history infoBrian Paul
1999-10-22define GLUAPI, GLAPIENTRY and GLCALLBACK to nothing if not using Mesa's gl.hBrian Paul
1999-10-22minor clean-up of linux-elf-debug targetBrian Paul
1999-10-22applied Jonn Carmack's patch for faster glTexSubImage2D() in QuakeBrian Paul
1999-10-21added f key to toggle front/back drawingBrian Paul
1999-10-21added -info command line optionBrian Paul
1999-10-21updated some comments/docsBrian Paul
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