summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fixed byteswapping bug in gl_pack_rgba_span()Brian Paul1999-10-221-10/+11
* added optimized GL_RGB, GL_UNSIGNED_BYTE case to gl_pack_rgba_span)Brian Paul1999-10-221-2/+14
* removed revision history infoBrian Paul1999-10-221-59/+1
* define GLUAPI, GLAPIENTRY and GLCALLBACK to nothing if not using Mesa's gl.hBrian Paul1999-10-221-1/+16
* minor clean-up of linux-elf-debug targetBrian Paul1999-10-221-2/+2
* applied Jonn Carmack's patch for faster glTexSubImage2D() in QuakeBrian Paul1999-10-221-3/+22
* added f key to toggle front/back drawingBrian Paul1999-10-211-4/+23
* added -info command line optionBrian Paul1999-10-214-17/+81
* updated some comments/docsBrian Paul1999-10-211-23/+32
* silenced some uninitialized var warningsBrian Paul1999-10-211-7/+38
* silenced ininitialized var warningsBrian Paul1999-10-211-1/+4
* silenced uninitialized variable warningsBrian Paul1999-10-211-1/+9
* Added pragma to disable warning about unk pragmas for MSVC5Ted Jump1999-10-211-1/+2
* clean-up of optimized GL_RETURN codeBrian Paul1999-10-201-18/+19
* fixed divTable precision problem in GL_RETURN caseBrian Paul1999-10-201-28/+46
* enable lighting even if no light sources are turned onBrian Paul1999-10-201-2/+2
* added X86/vertex.S and X86/vertex_3dnow.S to ASM_SOURCESHolger Waechtler1999-10-201-17/+19
* Minor patches to cleanup some compiler warnings in MSVCTed Jump1999-10-204-27/+56
* fixed a number of error-test bugsBrian Paul1999-10-191-7/+13
* more image type error checking in draw_stencil_pixels()Brian Paul1999-10-191-1/+13
* clean-up in gl_LightModelfv()Brian Paul1999-10-191-5/+8
* added more format/type error checking codeBrian Paul1999-10-191-3/+41
* Changes to reduce the memory footprint of display listsKeith Whitwell1999-10-1912-134/+320
* GL_MAX_ELEMENTS_VERTICES/INDICES enums had wrong valuesBrian Paul1999-10-171-3/+3
* negative offsets to TexSubImage w/ texture borders caused memory corruptionBrian Paul1999-10-171-12/+50
* added glGet cases for vertex array enable stateBrian Paul1999-10-171-4/+73
* more ARB_imaging colortable functionsBrian Paul1999-10-171-11/+15
* added missing GL_ARB_imaging color table functionsBrian Paul1999-10-171-4/+29
* Fixed a MacOS specific compile error.Miklos Fazekas1999-10-161-1/+1
* Added glGetMinmaxMiklos Fazekas1999-10-161-2/+3
* removed GL_EXT_get_proc_addressBrian Paul1999-10-161-1/+6
* removed GL_EXT_get_proc_addressBrian Paul1999-10-164-153/+133
* added sco5 configBrian Paul1999-10-152-5/+17
* replaced glGetMinMax() with glGetMinmax()Brian Paul1999-10-151-2/+2
* fixed an RGB vs CI bug in overlay visual selectionBrian Paul1999-10-141-3/+27
* Added point_contour_test, taken from O'Rourke 1998.Gareth Hughes1999-10-141-10/+12
* Fixed parameter type for notify function pointer parameter to gl_extensions_addTed Jump1999-10-131-2/+2
* Removed CVS logs from files, as they were getting rather large.Gareth Hughes1999-10-132-81/+4
* Added edge flag callback support.Gareth Hughes1999-10-132-3/+13
* now using MALLOC, CALLOC, FREE, etc macrosBrian Paul1999-10-135-24/+24
* removed GL_ prefix from memory macrosBrian Paul1999-10-1316-198/+197
* use texture objects nowBrian Paul1999-10-131-11/+24
* Fixed delete_all_contours memory deallocation.Gareth Hughes1999-10-121-16/+12
* Updated memory allocation to allow new macros to be used.Gareth Hughes1999-10-121-38/+16
* Renamed GLUtesselator user data pointer to avoid confusion.Gareth Hughes1999-10-111-3/+6
* Correctly initialized GLUtesselator user data pointer.Gareth Hughes1999-10-112-4/+11
* Allow debugging output capture under Win32. This seems reallyGareth Hughes1999-10-111-2/+11
* Updated debugging output. I'm going to change it all to somethingGareth Hughes1999-10-111-33/+39
* Repaired definition of GL_CALLOC_STRUCJouk Jansen1999-10-111-2/+2
* #include <stdlib.h>Jouk Jansen1999-10-112-3/+4